var/cache/dev/ContainerW7wq3eB/App_KernelDevDebugContainer.php line 1494

Open in your IDE?
  1. <?php
  2. namespace ContainerW7wq3eB;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'http_kernel' => 'getHttpKernelService',
  48.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  49.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  50.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  51.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  52.             'markdown.parser' => 'getMarkdown_ParserService',
  53.             'overblog_graphql.cache_compiler' => 'getOverblogGraphql_CacheCompilerService',
  54.             'overblog_graphql.event_listener.classloader_listener' => 'getOverblogGraphql_EventListener_ClassloaderListenerService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  58.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  59.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  60.             'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
  61.             'translator' => 'getTranslatorService',
  62.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  63.             'cache_clearer' => 'getCacheClearerService',
  64.             'filesystem' => 'getFilesystemService',
  65.             'serializer' => 'getSerializerService',
  66.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  67.             'form.factory' => 'getForm_FactoryService',
  68.             'form.type.file' => 'getForm_Type_FileService',
  69.             'profiler' => 'getProfilerService',
  70.             'twig' => 'getTwigService',
  71.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  72.             'security.token_storage' => 'getSecurity_TokenStorageService',
  73.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  74.             'session' => 'getSessionService',
  75.             'validator' => 'getValidatorService',
  76.         ];
  77.         $this->fileMap = [
  78.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  79.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  80.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  81.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  82.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  83.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  84.             '.container.private.session' => 'get_Container_Private_SessionService',
  85.             'App\\BackendBundle\\Common\\EventCommonController' => 'getEventCommonControllerService',
  86.             'App\\BackendBundle\\Common\\ProfileCommonController' => 'getProfileCommonControllerService',
  87.             'App\\Controller\\AdminBundle\\AddressCityController' => 'getAddressCityControllerService',
  88.             'App\\Controller\\AdminBundle\\AddressCountryController' => 'getAddressCountryControllerService',
  89.             'App\\Controller\\AdminBundle\\AddressDistrictController' => 'getAddressDistrictControllerService',
  90.             'App\\Controller\\AdminBundle\\AddressStateController' => 'getAddressStateControllerService',
  91.             'App\\Controller\\AdminBundle\\AdminController' => 'getAdminControllerService',
  92.             'App\\Controller\\AdminBundle\\AutoCompleteController' => 'getAutoCompleteControllerService',
  93.             'App\\Controller\\AdminBundle\\BaseBackendController' => 'getBaseBackendControllerService',
  94.             'App\\Controller\\AdminBundle\\BerufsSafariTrophyController' => 'getBerufsSafariTrophyControllerService',
  95.             'App\\Controller\\AdminBundle\\BlockController' => 'getBlockControllerService',
  96.             'App\\Controller\\AdminBundle\\BoPartnerProfileController' => 'getBoPartnerProfileControllerService',
  97.             'App\\Controller\\AdminBundle\\BoPartnerProfileNameController' => 'getBoPartnerProfileNameControllerService',
  98.             'App\\Controller\\AdminBundle\\CommonController' => 'getCommonControllerService',
  99.             'App\\Controller\\AdminBundle\\CompanyBenefitController' => 'getCompanyBenefitControllerService',
  100.             'App\\Controller\\AdminBundle\\CompanyCertificateController' => 'getCompanyCertificateControllerService',
  101.             'App\\Controller\\AdminBundle\\CompanyProfileController' => 'getCompanyProfileControllerService',
  102.             'App\\Controller\\AdminBundle\\CompanyProfileNameController' => 'getCompanyProfileNameControllerService',
  103.             'App\\Controller\\AdminBundle\\CompanySizeController' => 'getCompanySizeControllerService',
  104.             'App\\Controller\\AdminBundle\\EventBcDistrictController' => 'getEventBcDistrictControllerService',
  105.             'App\\Controller\\AdminBundle\\EventTagCategoryController' => 'getEventTagCategoryControllerService',
  106.             'App\\Controller\\AdminBundle\\EventTagController' => 'getEventTagControllerService',
  107.             'App\\Controller\\AdminBundle\\FaqCategoryController' => 'getFaqCategoryControllerService',
  108.             'App\\Controller\\AdminBundle\\FaqQuestionController' => 'getFaqQuestionControllerService',
  109.             'App\\Controller\\AdminBundle\\FaqSubCategoryController' => 'getFaqSubCategoryControllerService',
  110.             'App\\Controller\\AdminBundle\\GalleryController' => 'getGalleryControllerService',
  111.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanyCategoryController' => 'getInfoSectionCompanyCategoryControllerService',
  112.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanyEntryController' => 'getInfoSectionCompanyEntryControllerService',
  113.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanySubCategoryController' => 'getInfoSectionCompanySubCategoryControllerService',
  114.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideCategoryController' => 'getInfoSectionGuideCategoryControllerService',
  115.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideEntryController' => 'getInfoSectionGuideEntryControllerService',
  116.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideSubCategoryController' => 'getInfoSectionGuideSubCategoryControllerService',
  117.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherCategoryController' => 'getInfoSectionTeacherCategoryControllerService',
  118.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherEntryController' => 'getInfoSectionTeacherEntryControllerService',
  119.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherSubCategoryController' => 'getInfoSectionTeacherSubCategoryControllerService',
  120.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersCategoryController' => 'getInfoSectionVirtualOffersCategoryControllerService',
  121.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersEntryController' => 'getInfoSectionVirtualOffersEntryControllerService',
  122.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersSubCategoryController' => 'getInfoSectionVirtualOffersSubCategoryControllerService',
  123.             'App\\Controller\\AdminBundle\\InformationLinkController' => 'getInformationLinkControllerService',
  124.             'App\\Controller\\AdminBundle\\JobAmsController' => 'getJobAmsControllerService',
  125.             'App\\Controller\\AdminBundle\\JobController' => 'getJobControllerService',
  126.             'App\\Controller\\AdminBundle\\JobDailyRoutineApprenticeController' => 'getJobDailyRoutineApprenticeControllerService',
  127.             'App\\Controller\\AdminBundle\\JobDailyRoutineApprenticeEntryController' => 'getJobDailyRoutineApprenticeEntryControllerService',
  128.             'App\\Controller\\AdminBundle\\JobDetailImageController' => 'getJobDetailImageControllerService',
  129.             'App\\Controller\\AdminBundle\\JobLinkController' => 'getJobLinkControllerService',
  130.             'App\\Controller\\AdminBundle\\JobPortraitController' => 'getJobPortraitControllerService',
  131.             'App\\Controller\\AdminBundle\\JobPortraitEntryController' => 'getJobPortraitEntryControllerService',
  132.             'App\\Controller\\AdminBundle\\JobSectorController' => 'getJobSectorControllerService',
  133.             'App\\Controller\\AdminBundle\\JobWorkFieldController' => 'getJobWorkFieldControllerService',
  134.             'App\\Controller\\AdminBundle\\MediaController' => 'getMediaControllerService',
  135.             'App\\Controller\\AdminBundle\\MiscFileController' => 'getMiscFileControllerService',
  136.             'App\\Controller\\AdminBundle\\NewsController' => 'getNewsControllerService',
  137.             'App\\Controller\\AdminBundle\\OperatorController' => 'getOperatorControllerService',
  138.             'App\\Controller\\AdminBundle\\PointsGeneralController' => 'getPointsGeneralControllerService',
  139.             'App\\Controller\\AdminBundle\\PointsSchoolClassController' => 'getPointsSchoolClassControllerService',
  140.             'App\\Controller\\AdminBundle\\ProviderController' => 'getProviderControllerService',
  141.             'App\\Controller\\AdminBundle\\RookieDay\\AdminController' => 'getAdminController2Service',
  142.             'App\\Controller\\AdminBundle\\RookieDay\\CSVController' => 'getCSVControllerService',
  143.             'App\\Controller\\AdminBundle\\RookieDay\\CompanyContactController' => 'getCompanyContactControllerService',
  144.             'App\\Controller\\AdminBundle\\RookieDay\\CompanyController' => 'getCompanyControllerService',
  145.             'App\\Controller\\AdminBundle\\RookieDay\\SchoolController' => 'getSchoolControllerService',
  146.             'App\\Controller\\AdminBundle\\RookieDay\\SecurityController' => 'getSecurityControllerService',
  147.             'App\\Controller\\AdminBundle\\RookieDay\\SetupController' => 'getSetupControllerService',
  148.             'App\\Controller\\AdminBundle\\RookieDay\\StudentController' => 'getStudentControllerService',
  149.             'App\\Controller\\AdminBundle\\RookieDay\\VariableController' => 'getVariableControllerService',
  150.             'App\\Controller\\AdminBundle\\Rookie\\AdminController' => 'getAdminController3Service',
  151.             'App\\Controller\\AdminBundle\\Rookie\\AutoCompleteController' => 'getAutoCompleteController2Service',
  152.             'App\\Controller\\AdminBundle\\Rookie\\BookingController' => 'getBookingControllerService',
  153.             'App\\Controller\\AdminBundle\\Rookie\\OfferController' => 'getOfferControllerService',
  154.             'App\\Controller\\AdminBundle\\Rookie\\OfferTsMappingController' => 'getOfferTsMappingControllerService',
  155.             'App\\Controller\\AdminBundle\\Rookie\\ProviderContactController' => 'getProviderContactControllerService',
  156.             'App\\Controller\\AdminBundle\\Rookie\\ProviderController' => 'getProviderController2Service',
  157.             'App\\Controller\\AdminBundle\\Rookie\\ProviderLocationController' => 'getProviderLocationControllerService',
  158.             'App\\Controller\\AdminBundle\\Rookie\\ProviderRegisterTimeController' => 'getProviderRegisterTimeControllerService',
  159.             'App\\Controller\\AdminBundle\\Rookie\\SchoolClassController' => 'getSchoolClassControllerService',
  160.             'App\\Controller\\AdminBundle\\Rookie\\SchoolContactController' => 'getSchoolContactControllerService',
  161.             'App\\Controller\\AdminBundle\\Rookie\\SchoolController' => 'getSchoolController2Service',
  162.             'App\\Controller\\AdminBundle\\Rookie\\SecurityController' => 'getSecurityController2Service',
  163.             'App\\Controller\\AdminBundle\\Rookie\\TimeSlotController' => 'getTimeSlotControllerService',
  164.             'App\\Controller\\AdminBundle\\SchoolAwardsController' => 'getSchoolAwardsControllerService',
  165.             'App\\Controller\\AdminBundle\\SchoolBenefitController' => 'getSchoolBenefitControllerService',
  166.             'App\\Controller\\AdminBundle\\SchoolClassController' => 'getSchoolClassController2Service',
  167.             'App\\Controller\\AdminBundle\\SchoolClassGradeController' => 'getSchoolClassGradeControllerService',
  168.             'App\\Controller\\AdminBundle\\SchoolClassTeachingIdeaController' => 'getSchoolClassTeachingIdeaControllerService',
  169.             'App\\Controller\\AdminBundle\\SchoolClassYearController' => 'getSchoolClassYearControllerService',
  170.             'App\\Controller\\AdminBundle\\SchoolController' => 'getSchoolController3Service',
  171.             'App\\Controller\\AdminBundle\\SchoolDirectorController' => 'getSchoolDirectorControllerService',
  172.             'App\\Controller\\AdminBundle\\SchoolPortraitController' => 'getSchoolPortraitControllerService',
  173.             'App\\Controller\\AdminBundle\\SchoolPortraitEntryController' => 'getSchoolPortraitEntryControllerService',
  174.             'App\\Controller\\AdminBundle\\SchoolProfileController' => 'getSchoolProfileControllerService',
  175.             'App\\Controller\\AdminBundle\\SchoolProfileNameController' => 'getSchoolProfileNameControllerService',
  176.             'App\\Controller\\AdminBundle\\SchoolTeacherController' => 'getSchoolTeacherControllerService',
  177.             'App\\Controller\\AdminBundle\\SchoolTypeController' => 'getSchoolTypeControllerService',
  178.             'App\\Controller\\AdminBundle\\SearchTagController' => 'getSearchTagControllerService',
  179.             'App\\Controller\\AdminBundle\\SectorImageController' => 'getSectorImageControllerService',
  180.             'App\\Controller\\AdminBundle\\SecurityController' => 'getSecurityController3Service',
  181.             'App\\Controller\\AdminBundle\\Shuttle\\AdminController' => 'getAdminController4Service',
  182.             'App\\Controller\\AdminBundle\\Shuttle\\AutoCompleteController' => 'getAutoCompleteController3Service',
  183.             'App\\Controller\\AdminBundle\\Shuttle\\BookingController' => 'getBookingController2Service',
  184.             'App\\Controller\\AdminBundle\\Shuttle\\CSVController' => 'getCSVController2Service',
  185.             'App\\Controller\\AdminBundle\\Shuttle\\CompanyController' => 'getCompanyController2Service',
  186.             'App\\Controller\\AdminBundle\\Shuttle\\CompanyDateMappingsController' => 'getCompanyDateMappingsControllerService',
  187.             'App\\Controller\\AdminBundle\\Shuttle\\DateController' => 'getDateControllerService',
  188.             'App\\Controller\\AdminBundle\\Shuttle\\SecurityController' => 'getSecurityController4Service',
  189.             'App\\Controller\\AdminBundle\\Shuttle\\TourController' => 'getTourControllerService',
  190.             'App\\Controller\\AdminBundle\\Shuttle\\VariableController' => 'getVariableController2Service',
  191.             'App\\Controller\\AdminBundle\\SitesController' => 'getSitesControllerService',
  192.             'App\\Controller\\AdminBundle\\SliderItemController' => 'getSliderItemControllerService',
  193.             'App\\Controller\\AdminBundle\\StatisticsController' => 'getStatisticsControllerService',
  194.             'App\\Controller\\AdminBundle\\SubjectCategoryController' => 'getSubjectCategoryControllerService',
  195.             'App\\Controller\\AdminBundle\\SubjectController' => 'getSubjectControllerService',
  196.             'App\\Controller\\AdminBundle\\SwitchUserController' => 'getSwitchUserControllerService',
  197.             'App\\Controller\\AdminBundle\\TeachingIdeaTypeController' => 'getTeachingIdeaTypeControllerService',
  198.             'App\\Controller\\AdminBundle\\TitleController' => 'getTitleControllerService',
  199.             'App\\Controller\\AdminBundle\\VirtualRealityPortraitController' => 'getVirtualRealityPortraitControllerService',
  200.             'App\\Controller\\ApiBundle\\Job\\JobController' => 'getJobController2Service',
  201.             'App\\Controller\\BackendBundle\\ApiController' => 'getApiControllerService',
  202.             'App\\Controller\\BackendBundle\\OAuth2Controller' => 'getOAuth2ControllerService',
  203.             'App\\Controller\\FrontendBundle\\AutoCompleteController' => 'getAutoCompleteController4Service',
  204.             'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileController' => 'getBoPartnerProfileController2Service',
  205.             'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileSelectController' => 'getBoPartnerProfileSelectControllerService',
  206.             'App\\Controller\\FrontendBundle\\BoPartner\\EventController' => 'getEventControllerService',
  207.             'App\\Controller\\FrontendBundle\\CacheController' => 'getCacheControllerService',
  208.             'App\\Controller\\FrontendBundle\\Company\\CompanyProfileController' => 'getCompanyProfileController2Service',
  209.             'App\\Controller\\FrontendBundle\\Company\\CompanyProfileSelectController' => 'getCompanyProfileSelectControllerService',
  210.             'App\\Controller\\FrontendBundle\\Company\\EventController' => 'getEventController2Service',
  211.             'App\\Controller\\FrontendBundle\\DailyRoutinesController' => 'getDailyRoutinesControllerService',
  212.             'App\\Controller\\FrontendBundle\\DirectLinksController' => 'getDirectLinksControllerService',
  213.             'App\\Controller\\FrontendBundle\\Director\\BookingController' => 'getBookingController3Service',
  214.             'App\\Controller\\FrontendBundle\\Director\\SchoolClassController' => 'getSchoolClassController3Service',
  215.             'App\\Controller\\FrontendBundle\\ETerminController' => 'getETerminControllerService',
  216.             'App\\Controller\\FrontendBundle\\Event\\EventController' => 'getEventController3Service',
  217.             'App\\Controller\\FrontendBundle\\Event\\FeedbackController' => 'getFeedbackControllerService',
  218.             'App\\Controller\\FrontendBundle\\FaqController' => 'getFaqControllerService',
  219.             'App\\Controller\\FrontendBundle\\FrontpageController' => 'getFrontpageControllerService',
  220.             'App\\Controller\\FrontendBundle\\Games\\AnschreibenGameController' => 'getAnschreibenGameControllerService',
  221.             'App\\Controller\\FrontendBundle\\Games\\JeopardyGameController' => 'getJeopardyGameControllerService',
  222.             'App\\Controller\\FrontendBundle\\Games\\LebenslaufGameController' => 'getLebenslaufGameControllerService',
  223.             'App\\Controller\\FrontendBundle\\Games\\MemoryGameController' => 'getMemoryGameControllerService',
  224.             'App\\Controller\\FrontendBundle\\Games\\StellenanzeigeGameController' => 'getStellenanzeigeGameControllerService',
  225.             'App\\Controller\\FrontendBundle\\Games\\StellenanzeigeGameOLDController' => 'getStellenanzeigeGameOLDControllerService',
  226.             'App\\Controller\\FrontendBundle\\GeneralController' => 'getGeneralControllerService',
  227.             'App\\Controller\\FrontendBundle\\Ideas\\CompanyIdeasController' => 'getCompanyIdeasControllerService',
  228.             'App\\Controller\\FrontendBundle\\Ideas\\GuidelinesController' => 'getGuidelinesControllerService',
  229.             'App\\Controller\\FrontendBundle\\Ideas\\TeacherIdeasController' => 'getTeacherIdeasControllerService',
  230.             'App\\Controller\\FrontendBundle\\Ideas\\VirtualOffersController' => 'getVirtualOffersControllerService',
  231.             'App\\Controller\\FrontendBundle\\InfoController' => 'getInfoControllerService',
  232.             'App\\Controller\\FrontendBundle\\Job\\JobController' => 'getJobController3Service',
  233.             'App\\Controller\\FrontendBundle\\Job\\JobSectorController' => 'getJobSectorController2Service',
  234.             'App\\Controller\\FrontendBundle\\LowerAustria\\Games\\LowerAustriaMemoryGameController' => 'getLowerAustriaMemoryGameControllerService',
  235.             'App\\Controller\\FrontendBundle\\LowerAustria\\LowerAustriaController' => 'getLowerAustriaControllerService',
  236.             'App\\Controller\\FrontendBundle\\MatomoController' => 'getMatomoControllerService',
  237.             'App\\Controller\\FrontendBundle\\PDFController' => 'getPDFControllerService',
  238.             'App\\Controller\\FrontendBundle\\PasswortForgetController' => 'getPasswortForgetControllerService',
  239.             'App\\Controller\\FrontendBundle\\Registration\\RegisterCodePdfShowController' => 'getRegisterCodePdfShowControllerService',
  240.             'App\\Controller\\FrontendBundle\\Registration\\RegisterGeneralController' => 'getRegisterGeneralControllerService',
  241.             'App\\Controller\\FrontendBundle\\Registration\\RegisterProviderController' => 'getRegisterProviderControllerService',
  242.             'App\\Controller\\FrontendBundle\\Registration\\RegisterTeacherController' => 'getRegisterTeacherControllerService',
  243.             'App\\Controller\\FrontendBundle\\Restricted\\AppointmentsController' => 'getAppointmentsControllerService',
  244.             'App\\Controller\\FrontendBundle\\Restricted\\BookingController' => 'getBookingController4Service',
  245.             'App\\Controller\\FrontendBundle\\Restricted\\BookingEditController' => 'getBookingEditControllerService',
  246.             'App\\Controller\\FrontendBundle\\Restricted\\BookingProposalController' => 'getBookingProposalControllerService',
  247.             'App\\Controller\\FrontendBundle\\Restricted\\BookmarkController' => 'getBookmarkControllerService',
  248.             'App\\Controller\\FrontendBundle\\Restricted\\ContactController' => 'getContactControllerService',
  249.             'App\\Controller\\FrontendBundle\\Restricted\\JobMarketController' => 'getJobMarketControllerService',
  250.             'App\\Controller\\FrontendBundle\\Restricted\\LoginController' => 'getLoginControllerService',
  251.             'App\\Controller\\FrontendBundle\\Restricted\\MediaAndGalleryController' => 'getMediaAndGalleryControllerService',
  252.             'App\\Controller\\FrontendBundle\\Restricted\\NewsController' => 'getNewsController2Service',
  253.             'App\\Controller\\FrontendBundle\\Restricted\\ProviderQuizGameQuestionsController' => 'getProviderQuizGameQuestionsControllerService',
  254.             'App\\Controller\\FrontendBundle\\Restricted\\SettingsController' => 'getSettingsControllerService',
  255.             'App\\Controller\\FrontendBundle\\Restricted\\SwitchRoleController' => 'getSwitchRoleControllerService',
  256.             'App\\Controller\\FrontendBundle\\Restricted\\UserDataController' => 'getUserDataControllerService',
  257.             'App\\Controller\\FrontendBundle\\RookieDay\\CompaniesController' => 'getCompaniesControllerService',
  258.             'App\\Controller\\FrontendBundle\\RookieDay\\FrontpageController' => 'getFrontpageController2Service',
  259.             'App\\Controller\\FrontendBundle\\RookieDay\\RegisterCompanyController' => 'getRegisterCompanyControllerService',
  260.             'App\\Controller\\FrontendBundle\\RookieDay\\RegisterStudentController' => 'getRegisterStudentControllerService',
  261.             'App\\Controller\\FrontendBundle\\Rookie\\FrontpageController' => 'getFrontpageController3Service',
  262.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\FrontpageController' => 'getFrontpageController4Service',
  263.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\OfferController' => 'getOfferController2Service',
  264.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\RegistrationController' => 'getRegistrationControllerService',
  265.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\SearchController' => 'getSearchControllerService',
  266.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\FrontpageController' => 'getFrontpageController5Service',
  267.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\OfferController' => 'getOfferController3Service',
  268.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\RegistrationController' => 'getRegistrationController2Service',
  269.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\SearchController' => 'getSearchController2Service',
  270.             'App\\Controller\\FrontendBundle\\SchoolClass\\BookingController' => 'getBookingController5Service',
  271.             'App\\Controller\\FrontendBundle\\SchoolClass\\DemoSchoolClassController' => 'getDemoSchoolClassControllerService',
  272.             'App\\Controller\\FrontendBundle\\SchoolClass\\FeedbackController' => 'getFeedbackController2Service',
  273.             'App\\Controller\\FrontendBundle\\SchoolClass\\LebenslaufController' => 'getLebenslaufControllerService',
  274.             'App\\Controller\\FrontendBundle\\SchoolClass\\PreparationController' => 'getPreparationControllerService',
  275.             'App\\Controller\\FrontendBundle\\SchoolClass\\TipsController' => 'getTipsControllerService',
  276.             'App\\Controller\\FrontendBundle\\School\\EventController' => 'getEventController4Service',
  277.             'App\\Controller\\FrontendBundle\\School\\InviteTeacherController' => 'getInviteTeacherControllerService',
  278.             'App\\Controller\\FrontendBundle\\School\\SchoolClassController' => 'getSchoolClassController4Service',
  279.             'App\\Controller\\FrontendBundle\\School\\SchoolProfileController' => 'getSchoolProfileController2Service',
  280.             'App\\Controller\\FrontendBundle\\School\\SchoolProfileSelectController' => 'getSchoolProfileSelectControllerService',
  281.             'App\\Controller\\FrontendBundle\\School\\SpecialFieldsController' => 'getSpecialFieldsControllerService',
  282.             'App\\Controller\\FrontendBundle\\SearchController' => 'getSearchController3Service',
  283.             'App\\Controller\\FrontendBundle\\SecurityController' => 'getSecurityController5Service',
  284.             'App\\Controller\\FrontendBundle\\Shuttle\\FrontpageController' => 'getFrontpageController6Service',
  285.             'App\\Controller\\FrontendBundle\\Shuttle\\RegisterController' => 'getRegisterControllerService',
  286.             'App\\Controller\\FrontendBundle\\Shuttle\\TourController' => 'getTourController2Service',
  287.             'App\\Controller\\FrontendBundle\\SiteMapController' => 'getSiteMapControllerService',
  288.             'App\\Controller\\FrontendBundle\\SwitchUserController' => 'getSwitchUserController2Service',
  289.             'App\\Controller\\FrontendBundle\\Teacher\\BookingController' => 'getBookingController6Service',
  290.             'App\\Controller\\FrontendBundle\\Teacher\\OrderFolderController' => 'getOrderFolderControllerService',
  291.             'App\\Controller\\FrontendBundle\\Teacher\\SchoolClassController' => 'getSchoolClassController5Service',
  292.             'App\\Controller\\FrontendBundle\\TestController' => 'getTestControllerService',
  293.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  294.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  295.             'Overblog\\GraphQLBundle\\Command\\CompileCommand' => 'getCompileCommandService',
  296.             'Overblog\\GraphQLBundle\\Command\\DebugCommand' => 'getDebugCommandService',
  297.             'Overblog\\GraphQLBundle\\Command\\GraphQLDumpSchemaCommand' => 'getGraphQLDumpSchemaCommandService',
  298.             'Overblog\\GraphQLBundle\\Command\\ValidateCommand' => 'getValidateCommandService',
  299.             'Overblog\\GraphQLBundle\\Controller\\GraphController' => 'getGraphControllerService',
  300.             'Overblog\\GraphQLBundle\\Controller\\ProfilerController' => 'getProfilerController2Service',
  301.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Mutation\\MutationFieldQuery' => 'getMutationFieldQueryService',
  302.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\GlobalIdFieldQuery' => 'getGlobalIdFieldQueryService',
  303.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\NodeFieldQuery' => 'getNodeFieldQueryService',
  304.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\PluralIdentifyingRootFieldQuery' => 'getPluralIdentifyingRootFieldQueryService',
  305.             'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand' => 'getCacheFlushAllCommandService',
  306.             'Sonata\\CacheBundle\\Command\\CacheFlushCommand' => 'getCacheFlushCommandService',
  307.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  308.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  309.             'block.editor' => 'getBlock_EditorService',
  310.             'block.events.4x1' => 'getBlock_Events_4x1Service',
  311.             'block.footer' => 'getBlock_FooterService',
  312.             'block.frontpage.news' => 'getBlock_Frontpage_NewsService',
  313.             'block.header.child' => 'getBlock_Header_ChildService',
  314.             'block.header.main' => 'getBlock_Header_MainService',
  315.             'block.heading' => 'getBlock_HeadingService',
  316.             'block.random.jobs' => 'getBlock_Random_JobsService',
  317.             'block.slider' => 'getBlock_SliderService',
  318.             'cache.app_clearer' => 'getCache_AppClearerService',
  319.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  320.             'cache.system_clearer' => 'getCache_SystemClearerService',
  321.             'cache_warmer' => 'getCacheWarmerService',
  322.             'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand' => 'getAddDemoSchoolClassCommandService',
  323.             'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand' => 'getAddressCityLatLonCommandService',
  324.             'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand' => 'getAddressLatLonCommandService',
  325.             'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand' => 'getAppointmentPointsCommandService',
  326.             'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand' => 'getAssignSchoolClassStatusCommandService',
  327.             'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand' => 'getAssignTeachersToSchoolClassesCommandService',
  328.             'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand' => 'getBoMapCommandService',
  329.             'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand' => 'getCreateTeacherInvitationsCommandService',
  330.             'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand' => 'getDeleteMultipleMappingsCommandService',
  331.             'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand' => 'getDeleteNonexistantMediaCommandService',
  332.             'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand' => 'getEventTagsCommandService',
  333.             'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand' => 'getMailTemplateTestCommandService',
  334.             'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand' => 'getNewsReminderCommandService',
  335.             'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand' => 'getShuttleSchoolsCommandService',
  336.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand' => 'getTestImportBoPartnerProfileCommandService',
  337.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand' => 'getTestImportEventsCommandService',
  338.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand' => 'getTestImportSchoolProfileCommandService',
  339.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand' => 'getBicImportCleanupCommandService',
  340.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand' => 'getBicImportJobEduPathCommandService',
  341.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand' => 'getBicImportJobExpertTermsCommandService',
  342.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand' => 'getBicImportJobLinksCommandService',
  343.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand' => 'getBicImportJobRedirectsCommandService',
  344.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand' => 'getBicImportJobRemoveTextCommandService',
  345.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand' => 'getBicImportJobSectorsCommandService',
  346.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand' => 'getBicImportJobWorkFieldsCommandService',
  347.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand' => 'getBicImportJobsCommandService',
  348.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand' => 'getBicImportRequirementMappingCommandService',
  349.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand' => 'getBicImportRequirementTypesCommandService',
  350.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand' => 'getBicImportRequirementsCommandService',
  351.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand' => 'getBicImportSchoolCommandService',
  352.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand' => 'getBicImportSchoolJobsCommandService',
  353.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand' => 'getBicJobDifferencesCommandService',
  354.             'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand' => 'getProfilesWebsiteCommandService',
  355.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand' => 'getCompanyImportCleanCommandService',
  356.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand' => 'getCompanyImportCommandService',
  357.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand' => 'getCompanyProfileInterestFieldCommandService',
  358.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizCorrectPointsCommand' => 'getGameQuizCorrectPointsCommandService',
  359.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand' => 'getGameQuizQuestionsImportCommandService',
  360.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand' => 'getQuizGameGeneralImportCommandService',
  361.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand' => 'getQuizGameJobImportCommandService',
  362.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand' => 'getQuizGameJobUpdateCommandService',
  363.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand' => 'getSchoolClassGameHistoryCommandService',
  364.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand' => 'getSchoolClassGameTrophyCommandService',
  365.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand' => 'getJobChangeInterestFieldCommandService',
  366.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand' => 'getJobExpiredRedirectsCommandService',
  367.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand' => 'getJobRemoveCommandService',
  368.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand' => 'getJobReplaceRedirectCommandService',
  369.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand' => 'getJobSalaryAmsCommandService',
  370.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand' => 'getJobSalaryImportCommandService',
  371.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand' => 'getJobSalaryUpdateCommandService',
  372.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand' => 'getJobsImportAmsCommandService',
  373.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand' => 'getJobsImportPicturesCommandService',
  374.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand' => 'getJobsInterestFieldCommandService',
  375.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand' => 'getJobsSchoolSubjectCommandService',
  376.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand' => 'getCopyImagesCommandService',
  377.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand' => 'getImportImagesCommandService',
  378.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand' => 'getAppointmentsCommandService',
  379.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand' => 'getBoContactsCommandService',
  380.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand' => 'getBoLocationCommandService',
  381.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand' => 'getBoProfileCommandService',
  382.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand' => 'getBoProfileMappingCommandService',
  383.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand' => 'getBookingCommandService',
  384.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand' => 'getBookingPersonCountCommandService',
  385.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand' => 'getBookingProposalCommandService',
  386.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand' => 'getCompanyLocationCommandService',
  387.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand' => 'getCompanyProfileBenefitCommandService',
  388.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand' => 'getCompanyProfileCertificatesCommandService',
  389.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand' => 'getCompanyProfileCommandService',
  390.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand' => 'getCompanyProfileContactsCommandService',
  391.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand' => 'getCompanyProfileJobMappingCommandService',
  392.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand' => 'getCompanyProfileMappingCommandService',
  393.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand' => 'getCompanyProfileSectorsCommandService',
  394.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand' => 'getCompanyProfileVacancyCommandService',
  395.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand' => 'getEventFeedbackAnswerCommandService',
  396.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand' => 'getEventFeedbackCommandService',
  397.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand' => 'getEventJobMappingCommandService',
  398.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand' => 'getEventsCommandService',
  399.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand' => 'getGalleryOwnerCommandService',
  400.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand' => 'getGameQuizQuestionCommandService',
  401.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand' => 'getJobDailyRoutineCommandService',
  402.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand' => 'getJobDailyRoutineEntryCommandService',
  403.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand' => 'getJobVideoMappingCommandService',
  404.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand' => 'getJobsImagesCommandService',
  405.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand' => 'getMediaCommandService',
  406.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand' => 'getMediaGalleryCommandService',
  407.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand' => 'getMediaGalleryMediaCommandService',
  408.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand' => 'getMediaOwnerCommandService',
  409.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand' => 'getNewsCommandService',
  410.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand' => 'getNewsMessagesCommandService',
  411.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand' => 'getSchoolClassCustomSpecialFieldMappingCommandService',
  412.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand' => 'getSchoolClassTeachersCommandService',
  413.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand' => 'getSchoolClassesCommandService',
  414.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand' => 'getSchoolCommandService',
  415.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand' => 'getSchoolContactsCommandService',
  416.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand' => 'getSchoolCustomSpecialFieldCommandService',
  417.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand' => 'getSchoolCustomSpecialFieldMappingsCommandService',
  418.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand' => 'getSchoolDirectorMappingCommandService',
  419.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand' => 'getSchoolLocationCommandService',
  420.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand' => 'getSchoolProfileBenefitCommandService',
  421.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand' => 'getSchoolProfileCommandService',
  422.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand' => 'getSchoolProfileJobMappingCommandService',
  423.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand' => 'getSchoolTeacherMappingCommandService',
  424.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand' => 'getUserLoginCommandService',
  425.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand' => 'getUserNamesCommandService',
  426.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand' => 'getUserTitlesCommandService',
  427.             'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand' => 'getTransferContactsCommandService',
  428.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand' => 'getDeleteOffersCommandService',
  429.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand' => 'getDeleteOldBookingsCommandService',
  430.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand' => 'getDeleteProvidersCommandService',
  431.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand' => 'getMailConfirmationCommandService',
  432.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand' => 'getMailTemplateTestCommand2Service',
  433.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand' => 'getOfferLimitCommandService',
  434.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand' => 'getProviderAddressImportCommandService',
  435.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand' => 'getProviderImportCommandService',
  436.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand' => 'getSchoolBMFImportCommandService',
  437.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand' => 'getSchoolClassArchiveCommandService',
  438.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassCodeCommand' => 'getSchoolClassCodeCommandService',
  439.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand' => 'getSchoolClassPTSArchiveCommandService',
  440.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand' => 'getSchoolClassUpgradeCommandService',
  441.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand' => 'getSchoolImportCommandService',
  442.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand' => 'getSchoolInterestFieldsCommandService',
  443.             'console.command.public_alias.sonata.cache.command.flush' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushService',
  444.             'console.command.public_alias.sonata.cache.command.flushall' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushallService',
  445.             'console.command_loader' => 'getConsole_CommandLoaderService',
  446.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  447.             'error_controller' => 'getErrorControllerService',
  448.             'jms_serializer' => 'getJmsSerializerService',
  449.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  450.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  451.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  452.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  453.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  454.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  455.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  456.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  457.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  458.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  459.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  460.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  461.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  462.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  463.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  464.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  465.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  466.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  467.             'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService',
  468.             'overblog_graphql.access_resolver' => 'getOverblogGraphql_AccessResolverService',
  469.             'overblog_graphql.arguments_transformer' => 'getOverblogGraphql_ArgumentsTransformerService',
  470.             'overblog_graphql.mutation_resolver' => 'getOverblogGraphql_MutationResolverService',
  471.             'overblog_graphql.query_resolver' => 'getOverblogGraphql_QueryResolverService',
  472.             'overblog_graphql.react.promise_adapter' => 'getOverblogGraphql_React_PromiseAdapterService',
  473.             'overblog_graphql.request_batch_parser' => 'getOverblogGraphql_RequestBatchParserService',
  474.             'overblog_graphql.request_executor' => 'getOverblogGraphql_RequestExecutorService',
  475.             'overblog_graphql.request_parser' => 'getOverblogGraphql_RequestParserService',
  476.             'overblog_graphql.type_resolver' => 'getOverblogGraphql_TypeResolverService',
  477.             'routing.loader' => 'getRouting_LoaderService',
  478.             'services_resetter' => 'getServicesResetterService',
  479.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  480.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  481.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  482.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  483.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  484.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  485.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  486.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  487.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  488.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  489.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  490.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  491.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  492.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  493.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  494.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  495.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  496.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  497.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  498.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  499.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  500.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  501.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  502.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  503.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  504.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  505.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  506.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  507.             'sonata.cache.orm.event_subscriber.default' => 'getSonata_Cache_Orm_EventSubscriber_DefaultService',
  508.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  509.             'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService',
  510.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  511.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  512.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  513.         ];
  514.         $this->aliases = [
  515.             'App\\Kernel' => 'kernel',
  516.             'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
  517.             'database_connection' => 'doctrine.dbal.default_connection',
  518.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  519.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  520.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  521.             'sonata.seo.page' => 'sonata.seo.page.default',
  522.         ];
  523.         $this->privates['service_container'] = function () {
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  530.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  539.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/AddressHelper.php';
  540.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GoogleApiHelper.php';
  541.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/BoPartnerHelper.php';
  542.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CodeGeneratorHelper.php';
  543.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CommunicationHelper.php';
  544.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CompanyHelper.php';
  545.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/EventHelper.php';
  546.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GameHelper.php';
  547.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GamePointsHelper.php';
  548.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/JobHelper.php';
  549.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/JobMarketHelper.php';
  550.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MediaHelper.php';
  551.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/IdGenerator.php';
  552.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/YoutubeGenerator.php';
  553.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/ReferenceGenerator.php';
  554.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MqttHelper.php';
  555.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/RegisterHelper.php';
  556.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SchoolHelper.php';
  557.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchIndexHelper.php';
  558.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchTagHelper.php';
  559.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SecurityHelper.php';
  560.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/TitleHelper.php';
  561.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/UserHelper.php';
  562.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MenuHelper.php';
  563.             include_once \dirname(__DIR__4).'/src/Services/JobService.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  572.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  584.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  602.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  603.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  609.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  617.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  618.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  619.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  620.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  621.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerTrait.php';
  622.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/AbstractLogger.php';
  623.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  626.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Client.php';
  627.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  628.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Index.php';
  630.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  631.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  633.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  635.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  638.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  640.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  641.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  642.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  643.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  646.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  647.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  649.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  651.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  652.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  653.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  656.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  658.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  659.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  661.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  662.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  663.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  664.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/DataCollector/GraphQLCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/EventListener/ClassLoaderListener.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  672.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  673.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  674.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  677.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  682.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  684.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  687.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  691.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  693.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  694.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  698.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  699.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  700.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  702.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  704.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  705.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  706.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  708.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  709.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  710.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  711.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  712.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  713.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  714.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  715.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  716.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/CanonicalizeRuntime.php';
  717.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  780.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  781.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  782.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  783.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  820.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  824.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  825.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  826.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  827.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  830.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  831.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  832.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  833.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  876.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  886.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  887.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  888.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  889.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  890.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  891.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  892.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGenerator.php';
  893.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeBuilder.php';
  894.             include_once \dirname(__DIR__4).'/vendor/murtukov/php-code-generator/src/ConverterInterface.php';
  895.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/Converter/ExpressionConverter.php';
  896.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionLanguage.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunction.php';
  898.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction.php';
  899.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Call.php';
  900.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Parameter.php';
  901.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Service.php';
  902.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Arguments.php';
  903.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/IsTypeOf.php';
  904.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Mutation.php';
  905.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Query.php';
  906.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/FromGlobalID.php';
  907.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/GlobalID.php';
  908.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/IdFetcherCallback.php';
  909.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/MutateAndGetPayloadCallback.php';
  910.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/ResolveSingleInputCallback.php';
  911.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Resolver.php';
  912.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/NewObject.php';
  913.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php';
  914.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyPermission.php';
  915.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyRole.php';
  916.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasPermission.php';
  917.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasRole.php';
  918.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAnonymous.php';
  919.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAuthenticated.php';
  920.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsFullyAuthenticated.php';
  921.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsGranted.php';
  922.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsRememberMe.php';
  923.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGeneratorOptions.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  929.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  946.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  948.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  949.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  950.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  951.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  952.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  956.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  957.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  959.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  962.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  963.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  964.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  965.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  966.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  967.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  968.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  969.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  970.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  971.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  973.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1000.             include_once \dirname(__DIR__4).'/src/Twig/AssetExistsExtension.php';
  1001.             include_once \dirname(__DIR__4).'/src/Twig/DateHelpersExtension.php';
  1002.             include_once \dirname(__DIR__4).'/src/Twig/EventExtension.php';
  1003.             include_once \dirname(__DIR__4).'/src/Twig/FrontendLinkExtensions.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1005.             include_once \dirname(__DIR__4).'/src/Twig/GlobalExtension.php';
  1006.             include_once \dirname(__DIR__4).'/src/Twig/HTMLHelpersExtension.php';
  1007.             include_once \dirname(__DIR__4).'/src/Twig/JsonDecodeExtension.php';
  1008.             include_once \dirname(__DIR__4).'/src/Twig/MathExtension.php';
  1009.             include_once \dirname(__DIR__4).'/src/Twig/MediaExtensions.php';
  1010.             include_once \dirname(__DIR__4).'/src/Twig/VersionExtensions.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1052.         };
  1053.     }
  1054.     public function compile(): void
  1055.     {
  1056.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1057.     }
  1058.     public function isCompiled(): bool
  1059.     {
  1060.         return true;
  1061.     }
  1062.     public function getRemovedIds(): array
  1063.     {
  1064.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1065.     }
  1066.     protected function load($file$lazyLoad true)
  1067.     {
  1068.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1069.             return $class::do($this$lazyLoad);
  1070.         }
  1071.         if ('.' === $file[-4]) {
  1072.             $class substr($class0, -4);
  1073.         } else {
  1074.             $file .= '.php';
  1075.         }
  1076.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1077.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1078.     }
  1079.     protected function createProxy($class\Closure $factory)
  1080.     {
  1081.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1082.         return $factory();
  1083.     }
  1084.     /**
  1085.      * Gets the public '.container.private.filesystem' shared service.
  1086.      *
  1087.      * @return \Symfony\Component\Filesystem\Filesystem
  1088.      */
  1089.     protected function get_Container_Private_FilesystemService()
  1090.     {
  1091.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1092.     }
  1093.     /**
  1094.      * Gets the public '.container.private.profiler' shared service.
  1095.      *
  1096.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1097.      */
  1098.     protected function get_Container_Private_ProfilerService()
  1099.     {
  1100.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1101.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1102.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1103.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1104.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1105.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1106.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1107.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1108.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1109.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1110.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1111.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1112.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1113.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1114.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1115.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1116.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1117.         $d->addInstance('graphql.cache', ($this->privates['.graphql.cache.inner'] ?? $this->get_Graphql_Cache_InnerService()));
  1118.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1119.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1120.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1121.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1122.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1123.         if ($this->has('kernel')) {
  1124.             $f->setKernel($b);
  1125.         }
  1126.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1127.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1128.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1129.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1130.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1131.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1132.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1133.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1134.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1135.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1136.         $instance->add($d);
  1137.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1138.         $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));
  1139.         $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())));
  1140.         $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([])))));
  1141.         $instance->add($e);
  1142.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1143.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1144.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1145.         $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()))));
  1146.         $instance->add(($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector())));
  1147.         $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']));
  1148.         $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()))));
  1149.         $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()))));
  1150.         $instance->add($f);
  1151.         return $instance;
  1152.     }
  1153.     /**
  1154.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1155.      *
  1156.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1157.      */
  1158.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1159.     {
  1160.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1161.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1162.             return $this->services['.container.private.security.authorization_checker'];
  1163.         }
  1164.         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);
  1165.     }
  1166.     /**
  1167.      * Gets the public '.container.private.security.token_storage' shared service.
  1168.      *
  1169.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1170.      */
  1171.     protected function get_Container_Private_Security_TokenStorageService()
  1172.     {
  1173.         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, [
  1174.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1175.         ], [
  1176.             'request_stack' => '?',
  1177.         ]));
  1178.     }
  1179.     /**
  1180.      * Gets the public '.container.private.twig' shared service.
  1181.      *
  1182.      * @return \Twig\Environment
  1183.      */
  1184.     protected function get_Container_Private_TwigService()
  1185.     {
  1186.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1187.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1188.         $a->addPath((\dirname(__DIR__4).'/templates/frontend'), 'frontend');
  1189.         $a->addPath((\dirname(__DIR__4).'/templates/backend'), 'backend');
  1190.         $a->addPath((\dirname(__DIR__4).'/templates/admin'), 'admin');
  1191.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1192.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1193.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1194.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1195.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1196.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1197.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1198.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1199.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1200.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1201.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1202.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1203.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1204.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1205.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), 'OverblogGraphQL');
  1206.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), '!OverblogGraphQL');
  1207.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), 'OverblogGraphiQL');
  1208.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), '!OverblogGraphiQL');
  1209.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1210.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1211.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1212.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1213.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1214.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1215.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), 'SonataForm');
  1216.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), '!SonataForm');
  1217.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  1218.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1219.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1220.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1221.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1222.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1223.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1224.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1225.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1226.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1227.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1228.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1229.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1230.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1231.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1232.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1233.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1234.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1235.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1236.         $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 () {
  1237.             return new \EmptyIterator();
  1238.         }, 0));
  1239.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1240.         $h = ($this->services['router'] ?? $this->getRouterService());
  1241.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1242.         $j = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  1243.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  1244.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  1245.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  1246.         $j->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  1247.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  1248.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1249.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1250.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1251.         $l->setEnvironment('dev');
  1252.         $l->setDebug(true);
  1253.         if ($this->has('.container.private.security.token_storage')) {
  1254.             $l->setTokenStorage($i);
  1255.         }
  1256.         if ($this->has('request_stack')) {
  1257.             $l->setRequestStack($d);
  1258.         }
  1259.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1260.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1261.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1262.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1263.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1264.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1266.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1267.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1268.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1269.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1270.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$h)));
  1271.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1272.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1273.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1274.         $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())));
  1275.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1276.         $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)));
  1277.         $instance->addExtension(new \App\Twig\AssetExistsExtension(\dirname(__DIR__4)));
  1278.         $instance->addExtension(new \App\Twig\DateHelpersExtension());
  1279.         $instance->addExtension(new \App\Twig\EventExtension(($this->privates['App\\BackendBundle\\Helper\\EventHelper'] ?? $this->getEventHelperService())));
  1280.         $instance->addExtension(new \App\Twig\FrontendLinkExtensions($this->getEnv('FRONTEND_DOMAIN')));
  1281.         $instance->addExtension(new \App\Twig\GlobalExtension());
  1282.         $instance->addExtension(new \App\Twig\HTMLHelpersExtension());
  1283.         $instance->addExtension(new \App\Twig\JsonDecodeExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1284.         $instance->addExtension(new \App\Twig\MathExtension());
  1285.         $instance->addExtension(new \App\Twig\MediaExtensions(($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService())));
  1286.         $instance->addExtension(new \App\Twig\VersionExtensions());
  1287.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1288.         $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)))));
  1289.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1290.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($j));
  1291.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
  1292.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  1293.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1294.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1295.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1296.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1297.         $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()))));
  1298.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1299.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1300.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1301.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1302.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1303.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  1304.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1305.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1306.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1307.         $instance->addGlobal('app'$l);
  1308.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1309.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1310.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates''knp_menu.twig.runtime''getKnpMenu_Twig_RuntimeService'true],
  1311.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  1312.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1313.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1314.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1315.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1316.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1317.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1318.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1319.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1320.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1321.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1322.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'false],
  1323.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1324.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1325.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1326.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1327.         ], [
  1328.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1329.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
  1330.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  1331.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1332.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1333.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1334.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1335.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1336.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1337.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1338.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1339.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1340.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1341.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  1342.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1343.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1344.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1345.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1346.         ])));
  1347.         $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']));
  1348.         $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]));
  1349.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1350.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1351.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  1352.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1353.         return $instance;
  1354.     }
  1355.     /**
  1356.      * Gets the public '.container.private.validator' shared service.
  1357.      *
  1358.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1359.      */
  1360.     protected function get_Container_Private_ValidatorService()
  1361.     {
  1362.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1363.         if (isset($this->services['.container.private.validator'])) {
  1364.             return $this->services['.container.private.validator'];
  1365.         }
  1366.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1367.     }
  1368.     /**
  1369.      * Gets the public 'cache.app' shared service.
  1370.      *
  1371.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1372.      */
  1373.     protected function getCache_AppService()
  1374.     {
  1375.         $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))));
  1376.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1377.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1378.     }
  1379.     /**
  1380.      * Gets the public 'cache.system' shared service.
  1381.      *
  1382.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1383.      */
  1384.     protected function getCache_SystemService()
  1385.     {
  1386.         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())));
  1387.     }
  1388.     /**
  1389.      * Gets the public 'cache.validator_expression_language' shared service.
  1390.      *
  1391.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1392.      */
  1393.     protected function getCache_ValidatorExpressionLanguageService()
  1394.     {
  1395.         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())));
  1396.     }
  1397.     /**
  1398.      * Gets the public 'data_collector.dump' shared service.
  1399.      *
  1400.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1401.      */
  1402.     protected function getDataCollector_DumpService()
  1403.     {
  1404.         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()));
  1405.     }
  1406.     /**
  1407.      * Gets the public 'doctrine' shared service.
  1408.      *
  1409.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1410.      */
  1411.     protected function getDoctrineService()
  1412.     {
  1413.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1414.     }
  1415.     /**
  1416.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1417.      *
  1418.      * @return \Doctrine\DBAL\Connection
  1419.      */
  1420.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1421.     {
  1422.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1423.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1424.             return $this->services['doctrine.dbal.default_connection'];
  1425.         }
  1426.         $b = new \Doctrine\DBAL\Configuration();
  1427.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1428.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1429.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1430.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1431.         $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))));
  1432.         $d->setConnectionName('default');
  1433.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1434.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  1435.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1436.         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, []);
  1437.     }
  1438.     /**
  1439.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1440.      *
  1441.      * @return \Doctrine\ORM\EntityManager
  1442.      */
  1443.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1444.     {
  1445.         if ($lazyLoad) {
  1446.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1447.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1448.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1449.                     $proxy->setProxyInitializer(null);
  1450.                     return true;
  1451.                 });
  1452.             });
  1453.         }
  1454.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1476.         $a = new \Doctrine\ORM\Configuration();
  1477.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1478.         $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)));
  1479.         $b->addDriver(($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService()), 'App\\Entity');
  1480.         $b->addDriver($c'App\\AdminBundle\\Entity');
  1481.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1482.         $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');
  1483.         $a->setEntityNamespaces(['App' => 'App\\Entity''AdminBundle' => 'App\\AdminBundle\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1484.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1485.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1486.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1487.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1488.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1489.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1490.         ], [
  1491.             'doctrine.ulid_generator' => '?',
  1492.             'doctrine.uuid_generator' => '?',
  1493.         ])));
  1494.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1495.         $a->setProxyNamespace('Proxies');
  1496.         $a->setAutoGenerateProxyClasses(false);
  1497.         $a->setSchemaIgnoreClasses([]);
  1498.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1499.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1500.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1501.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1502.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1503.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1504.         $a->setLazyGhostObjectEnabled(false);
  1505.         $a->setIdentityGenerationPreferences([]);
  1506.         $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, [], [])))));
  1507.         $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()));
  1508.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1509.         return $instance;
  1510.     }
  1511.     /**
  1512.      * Gets the public 'event_dispatcher' shared service.
  1513.      *
  1514.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1515.      */
  1516.     protected function getEventDispatcherService()
  1517.     {
  1518.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1519.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1520.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1521.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1522.         $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())));
  1523.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1524.             return ($this->privates['oauth2.authorization.requst.listener'] ?? $this->load('getOauth2_Authorization_Requst_ListenerService'));
  1525.         }, => 'resolve'], 0);
  1526.         $instance->addListener('console.command', [=> function () {
  1527.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1528.         }, => 'onConsoleCommand'], 0);
  1529.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [=> function () {
  1530.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1531.         }, => 'onPostIndexPopulate'], -9999);
  1532.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1533.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1534.         }, => 'onAuthorizationRequest'], 1024);
  1535.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> function () {
  1536.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1537.         }, => '__invoke'], 0);
  1538.         $instance->addListener('graphql.error_formatting', [=> function () {
  1539.             return ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] ?? ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] = new \Overblog\GraphQLBundle\Validator\Formatter()));
  1540.         }, => 'onErrorFormatting'], 0);
  1541.         $instance->addListener('graphql.executor.context', [=> function () {
  1542.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\RequestFilesListener'] ?? $this->load('getRequestFilesListenerService'));
  1543.         }, => 'onExecutorContextEvent'], 0);
  1544.         $instance->addListener('graphql.type_loaded', [=> function () {
  1545.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\TypeDecoratorListener'] ?? $this->load('getTypeDecoratorListenerService'));
  1546.         }, => 'onTypeLoaded'], 0);
  1547.         $instance->addListener('graphql.error_formatting', [=> function () {
  1548.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] ?? ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] = new \Overblog\GraphQLBundle\EventListener\ValidationErrorsListener()));
  1549.         }, => 'onErrorFormatting'], 0);
  1550.         $instance->addListener('graphql.post_executor', [=> function () {
  1551.             return ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector()));
  1552.         }, => 'onPostExecutor'], 0);
  1553.         $instance->addListener('graphql.post_executor', [=> function () {
  1554.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ErrorHandlerListener'] ?? $this->load('getErrorHandlerListenerService'));
  1555.         }, => 'onPostExecutor'], 0);
  1556.         $instance->addListener('kernel.request', [=> function () {
  1557.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1558.         }, => 'load'], 255);
  1559.         $instance->addListener('console.command', [=> function () {
  1560.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1561.         }, => 'load'], 255);
  1562.         $instance->addListener('kernel.response', [=> function () {
  1563.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  1564.         }, => 'onKernelResponse'], 0);
  1565.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  1566.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  1567.         }, => 'onBlock'], 0);
  1568.         $instance->addListener('kernel.controller', [=> function () {
  1569.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1570.         }, => 'onKernelController'], 0);
  1571.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1572.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1573.         }, => 'checkPassport'], 1024);
  1574.         $instance->addListener('kernel.response', [=> function () {
  1575.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1576.         }, => 'onKernelResponse'], 0);
  1577.         $instance->addListener('kernel.response', [=> function () {
  1578.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1579.         }, => 'onKernelResponse'], 0);
  1580.         $instance->addListener('kernel.response', [=> function () {
  1581.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1582.         }, => 'onKernelResponse'], 0);
  1583.         $instance->addListener('kernel.response', [=> function () {
  1584.             return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  1585.         }, => 'onKernelResponse'], 0);
  1586.         $instance->addListener('kernel.response', [=> function () {
  1587.             return ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
  1588.         }, => 'onKernelResponse'], 0);
  1589.         $instance->addListener('knp_pager.items', [=> function () {
  1590.             return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  1591.         }, => 'items'], 1);
  1592.         $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [=> function () {
  1593.             return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  1594.         }, => 'filterObjects'], 0);
  1595.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1596.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1597.         }, => 'checkPassport'], 256);
  1598.         $instance->addListener('kernel.controller', [=> function () {
  1599.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1600.         }, => 'onKernelController'], 0);
  1601.         $instance->addListener('kernel.controller', [=> function () {
  1602.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1603.         }, => 'onKernelController'], 0);
  1604.         $instance->addListener('kernel.controller', [=> function () {
  1605.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1606.         }, => 'onKernelController'], -128);
  1607.         $instance->addListener('kernel.view', [=> function () {
  1608.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1609.         }, => 'onKernelView'], 0);
  1610.         $instance->addListener('kernel.controller', [=> function () {
  1611.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1612.         }, => 'onKernelController'], 0);
  1613.         $instance->addListener('kernel.response', [=> function () {
  1614.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1615.         }, => 'onKernelResponse'], 0);
  1616.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1617.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1618.         }, => 'onKernelControllerArguments'], 0);
  1619.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1620.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1621.         }, => 'onKernelControllerArguments'], 0);
  1622.         $instance->addListener('kernel.controller', [=> function () {
  1623.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1624.         }, => 'onKernelController'], 0);
  1625.         $instance->addListener('kernel.response', [=> function () {
  1626.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1627.         }, => 'onKernelResponse'], 0);
  1628.         $instance->addListener('kernel.response', [=> function () {
  1629.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1630.         }, => 'onKernelResponse'], -1024);
  1631.         $instance->addListener('kernel.request', [=> function () {
  1632.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1633.         }, => 'setDefaultLocale'], 100);
  1634.         $instance->addListener('kernel.request', [=> function () {
  1635.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1636.         }, => 'onKernelRequest'], 16);
  1637.         $instance->addListener('kernel.finish_request', [=> function () {
  1638.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1639.         }, => 'onKernelFinishRequest'], 0);
  1640.         $instance->addListener('kernel.request', [=> function () {
  1641.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1642.         }, => 'onKernelRequest'], 256);
  1643.         $instance->addListener('kernel.response', [=> function () {
  1644.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1645.         }, => 'onResponse'], -255);
  1646.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1647.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1648.         }, => 'onControllerArguments'], 0);
  1649.         $instance->addListener('kernel.exception', [=> function () {
  1650.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1651.         }, => 'logKernelException'], 0);
  1652.         $instance->addListener('kernel.exception', [=> function () {
  1653.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1654.         }, => 'onKernelException'], -128);
  1655.         $instance->addListener('kernel.response', [=> function () {
  1656.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1657.         }, => 'removeCspHeader'], -128);
  1658.         $instance->addListener('kernel.request', [=> function () {
  1659.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1660.         }, => 'onKernelRequest'], 15);
  1661.         $instance->addListener('kernel.finish_request', [=> function () {
  1662.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1663.         }, => 'onKernelFinishRequest'], -15);
  1664.         $instance->addListener('console.error', [=> function () {
  1665.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1666.         }, => 'onConsoleError'], -128);
  1667.         $instance->addListener('console.terminate', [=> function () {
  1668.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1669.         }, => 'onConsoleTerminate'], -128);
  1670.         $instance->addListener('console.error', [=> function () {
  1671.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1672.         }, => 'onConsoleError'], 0);
  1673.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1674.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1675.         }, => 'onMessage'], -255);
  1676.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1677.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1678.         }, => 'onMessage'], -255);
  1679.         $instance->addListener('kernel.request', [=> function () {
  1680.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1681.         }, => 'configure'], 2048);
  1682.         $instance->addListener('console.command', [=> function () {
  1683.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1684.         }, => 'configure'], 2048);
  1685.         $instance->addListener('kernel.request', [=> function () {
  1686.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1687.         }, => 'onKernelRequest'], 32);
  1688.         $instance->addListener('kernel.finish_request', [=> function () {
  1689.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1690.         }, => 'onKernelFinishRequest'], 0);
  1691.         $instance->addListener('kernel.exception', [=> function () {
  1692.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1693.         }, => 'onKernelException'], -64);
  1694.         $instance->addListener('kernel.response', [=> function () {
  1695.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1696.         }, => 'onKernelResponse'], 0);
  1697.         $instance->addListener('kernel.request', [=> function () {
  1698.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1699.         }, => 'onKernelRequest'], 128);
  1700.         $instance->addListener('kernel.response', [=> function () {
  1701.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1702.         }, => 'onKernelResponse'], -1000);
  1703.         $instance->addListener('kernel.finish_request', [=> function () {
  1704.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1705.         }, => 'onFinishRequest'], 0);
  1706.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1707.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1708.         }, => 'onNotification'], -255);
  1709.         $instance->addListener('kernel.response', [=> function () {
  1710.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1711.         }, => 'onKernelResponse'], -100);
  1712.         $instance->addListener('kernel.exception', [=> function () {
  1713.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1714.         }, => 'onKernelException'], 0);
  1715.         $instance->addListener('kernel.terminate', [=> function () {
  1716.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1717.         }, => 'onKernelTerminate'], -1024);
  1718.         $instance->addListener('kernel.controller', [=> function () {
  1719.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1720.         }, => 'onKernelController'], 0);
  1721.         $instance->addListener('kernel.response', [=> function () {
  1722.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1723.         }, => 'onKernelResponse'], 0);
  1724.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1725.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1726.         }, => 'onMessage'], 0);
  1727.         $instance->addListener('kernel.response', [=> function () {
  1728.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1729.         }, => 'onKernelResponse'], -128);
  1730.         $instance->addListener('console.command', [=> function () {
  1731.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1732.         }, => 'onCommand'], 255);
  1733.         $instance->addListener('console.terminate', [=> function () {
  1734.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1735.         }, => 'onTerminate'], -255);
  1736.         $instance->addListener('console.command', [=> function () {
  1737.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1738.         }, => 'configure'], 1024);
  1739.         $instance->addListener('console.error', [=> function () {
  1740.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1741.         }, => 'onConsoleError'], 0);
  1742.         $instance->addListener('console.terminate', [=> function () {
  1743.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1744.         }, => 'onConsoleTerminate'], 0);
  1745.         $instance->addListener('kernel.response', [=> function () {
  1746.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1747.         }, => 'onKernelResponse'], 0);
  1748.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1749.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1750.         }, => 'checkPassport'], 0);
  1751.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1752.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1753.         }, => 'onLoginSuccess'], 0);
  1754.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1755.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1756.         }, => 'onVoterVote'], 0);
  1757.         $instance->addListener('kernel.request', [=> function () {
  1758.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1759.         }, => 'configureLogoutUrlGenerator'], 8);
  1760.         $instance->addListener('kernel.request', [=> function () {
  1761.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1762.         }, => 'onKernelRequest'], 8);
  1763.         $instance->addListener('kernel.finish_request', [=> function () {
  1764.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1765.         }, => 'onKernelFinishRequest'], 0);
  1766.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1767.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1768.         }, => 'checkPassport'], 512);
  1769.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1770.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1771.         }, => 'onLogout'], 0);
  1772.         return $instance;
  1773.     }
  1774.     /**
  1775.      * Gets the public 'http_kernel' shared service.
  1776.      *
  1777.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1778.      */
  1779.     protected function getHttpKernelService()
  1780.     {
  1781.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1782.         if (isset($this->services['http_kernel'])) {
  1783.             return $this->services['http_kernel'];
  1784.         }
  1785.         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 () {
  1786.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1787.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1788.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1789.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1790.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1791.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  1792.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1793.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1794.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1795.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1796.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1797.     }
  1798.     /**
  1799.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1800.      *
  1801.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1802.      */
  1803.     protected function getLiipImagine_Cache_ManagerService()
  1804.     {
  1805.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1806.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1807.             return $this->services['liip_imagine.cache.manager'];
  1808.         }
  1809.         $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);
  1810.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1811.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1812.         return $instance;
  1813.     }
  1814.     /**
  1815.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1816.      *
  1817.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1818.      */
  1819.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1820.     {
  1821.         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');
  1822.     }
  1823.     /**
  1824.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1825.      *
  1826.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1827.      */
  1828.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1829.     {
  1830.         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()));
  1831.     }
  1832.     /**
  1833.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1834.      *
  1835.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1836.      */
  1837.     protected function getLiipImagine_Cache_SignerService()
  1838.     {
  1839.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1840.     }
  1841.     /**
  1842.      * Gets the public 'markdown.parser' shared service.
  1843.      *
  1844.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  1845.      */
  1846.     protected function getMarkdown_ParserService()
  1847.     {
  1848.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  1849.     }
  1850.     /**
  1851.      * Gets the public 'overblog_graphql.cache_compiler' shared service.
  1852.      *
  1853.      * @return \Overblog\GraphQLBundle\Generator\TypeGenerator
  1854.      */
  1855.     protected function getOverblogGraphql_CacheCompilerService()
  1856.     {
  1857.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1858.         if (isset($this->services['overblog_graphql.cache_compiler'])) {
  1859.             return $this->services['overblog_graphql.cache_compiler'];
  1860.         }
  1861.         $b = new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionLanguage(NULL);
  1862.         $b->addGlobalName('services->get(\'typeResolver\')''typeResolver');
  1863.         $b->addGlobalName('services->get(\'queryResolver\')''queryResolver');
  1864.         $b->addGlobalName('services->get(\'mutationResolver\')''mutationResolver');
  1865.         $b->addGlobalName('services->get(\'argumentFactory\')''argumentFactory');
  1866.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Call());
  1867.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter());
  1868.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service());
  1869.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Arguments());
  1870.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\IsTypeOf());
  1871.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation());
  1872.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query());
  1873.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\FromGlobalID());
  1874.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\GlobalID());
  1875.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\IdFetcherCallback());
  1876.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\MutateAndGetPayloadCallback());
  1877.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\ResolveSingleInputCallback());
  1878.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver());
  1879.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\NewObject());
  1880.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\GetUser());
  1881.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyPermission());
  1882.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyRole());
  1883.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasPermission());
  1884.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasRole());
  1885.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAnonymous());
  1886.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAuthenticated());
  1887.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsFullyAuthenticated());
  1888.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsGranted());
  1889.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsRememberMe());
  1890.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter('param'));
  1891.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service('serv'));
  1892.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation('m'));
  1893.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('q'));
  1894.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('res'));
  1895.         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));
  1896.     }
  1897.     /**
  1898.      * Gets the public 'overblog_graphql.event_listener.classloader_listener' shared service.
  1899.      *
  1900.      * @return \Overblog\GraphQLBundle\EventListener\ClassLoaderListener
  1901.      */
  1902.     protected function getOverblogGraphql_EventListener_ClassloaderListenerService()
  1903.     {
  1904.         $a = ($this->services['overblog_graphql.cache_compiler'] ?? $this->getOverblogGraphql_CacheCompilerService());
  1905.         if (isset($this->services['overblog_graphql.event_listener.classloader_listener'])) {
  1906.             return $this->services['overblog_graphql.event_listener.classloader_listener'];
  1907.         }
  1908.         return $this->services['overblog_graphql.event_listener.classloader_listener'] = new \Overblog\GraphQLBundle\EventListener\ClassLoaderListener($a);
  1909.     }
  1910.     /**
  1911.      * Gets the public 'request_stack' shared service.
  1912.      *
  1913.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1914.      */
  1915.     protected function getRequestStackService()
  1916.     {
  1917.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1918.     }
  1919.     /**
  1920.      * Gets the public 'router' shared service.
  1921.      *
  1922.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1923.      */
  1924.     protected function getRouterService()
  1925.     {
  1926.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1927.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1928.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1929.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1930.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1931.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1932.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1933.         ], [
  1934.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1935.         ]))->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');
  1936.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1937.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1938.         return $instance;
  1939.     }
  1940.     /**
  1941.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1942.      *
  1943.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1944.      */
  1945.     protected function getSonata_Block_ContextManager_DefaultService()
  1946.     {
  1947.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1948.         if (isset($this->services['sonata.block.context_manager.default'])) {
  1949.             return $this->services['sonata.block.context_manager.default'];
  1950.         }
  1951.         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()));
  1952.     }
  1953.     /**
  1954.      * Gets the public 'sonata.block.manager' shared service.
  1955.      *
  1956.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1957.      */
  1958.     protected function getSonata_Block_ManagerService()
  1959.     {
  1960.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1961.             'block.editor' => ['services''block.editor''getBlock_EditorService'true],
  1962.             'block.events.4x1' => ['services''block.events.4x1''getBlock_Events_4x1Service'true],
  1963.             'block.footer' => ['services''block.footer''getBlock_FooterService'true],
  1964.             'block.frontpage.news' => ['services''block.frontpage.news''getBlock_Frontpage_NewsService'true],
  1965.             'block.header.child' => ['services''block.header.child''getBlock_Header_ChildService'true],
  1966.             'block.header.main' => ['services''block.header.main''getBlock_Header_MainService'true],
  1967.             'block.heading' => ['services''block.heading''getBlock_HeadingService'true],
  1968.             'block.random.jobs' => ['services''block.random.jobs''getBlock_Random_JobsService'true],
  1969.             'block.slider' => ['services''block.slider''getBlock_SliderService'true],
  1970.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  1971.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  1972.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  1973.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  1974.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  1975.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  1976.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  1977.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  1978.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  1979.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  1980.             'sonata.seo.block.breadcrumb.homepage' => ['services''sonata.seo.block.breadcrumb.homepage''getSonata_Seo_Block_Breadcrumb_HomepageService'true],
  1981.         ], [
  1982.             'block.editor' => '?',
  1983.             'block.events.4x1' => '?',
  1984.             'block.footer' => '?',
  1985.             'block.frontpage.news' => '?',
  1986.             'block.header.child' => '?',
  1987.             'block.header.main' => '?',
  1988.             'block.heading' => '?',
  1989.             'block.random.jobs' => '?',
  1990.             'block.slider' => '?',
  1991.             'sonata.admin.block.admin_list' => '?',
  1992.             'sonata.admin.block.admin_preview' => '?',
  1993.             'sonata.admin.block.search_result' => '?',
  1994.             'sonata.admin.block.stats' => '?',
  1995.             'sonata.block.service.container' => '?',
  1996.             'sonata.block.service.empty' => '?',
  1997.             'sonata.block.service.menu' => '?',
  1998.             'sonata.block.service.rss' => '?',
  1999.             'sonata.block.service.template' => '?',
  2000.             'sonata.block.service.text' => '?',
  2001.             'sonata.seo.block.breadcrumb.homepage' => '?',
  2002.         ]), $this->parameters['sonata.block.container.types']);
  2003.         $instance->add('block.footer''block.footer', []);
  2004.         $instance->add('block.frontpage.news''block.frontpage.news', []);
  2005.         $instance->add('block.events.4x1''block.events.4x1', []);
  2006.         $instance->add('block.random.jobs''block.random.jobs', []);
  2007.         $instance->add('block.slider''block.slider', []);
  2008.         $instance->add('block.header.main''block.header.main', []);
  2009.         $instance->add('block.header.child''block.header.child', []);
  2010.         $instance->add('block.heading''block.heading', []);
  2011.         $instance->add('block.editor''block.editor', []);
  2012.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  2013.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  2014.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  2015.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  2016.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  2017.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  2018.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  2019.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  2020.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  2021.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  2022.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  2023.         return $instance;
  2024.     }
  2025.     /**
  2026.      * Gets the public 'sonata.block.renderer.default' shared service.
  2027.      *
  2028.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  2029.      */
  2030.     protected function getSonata_Block_Renderer_DefaultService()
  2031.     {
  2032.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2033.         if (isset($this->services['sonata.block.renderer.default'])) {
  2034.             return $this->services['sonata.block.renderer.default'];
  2035.         }
  2036.         $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'], [], []);
  2037.         $b->setDefaultFilter('debug_only');
  2038.         $b->setDefaultRenderer('throw');
  2039.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2040.     }
  2041.     /**
  2042.      * Gets the public 'sonata.seo.page.default' shared service.
  2043.      *
  2044.      * @return \Sonata\SeoBundle\Seo\SeoPage
  2045.      */
  2046.     protected function getSonata_Seo_Page_DefaultService()
  2047.     {
  2048.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  2049.         $instance->setTitle('Berufsreise');
  2050.         $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' => '']]);
  2051.         $instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml''xmlns:og' => 'http://opengraphprotocol.org/schema/']);
  2052.         $instance->setSeparator(' - ');
  2053.         return $instance;
  2054.     }
  2055.     /**
  2056.      * Gets the public 'translator' shared service.
  2057.      *
  2058.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2059.      */
  2060.     protected function getTranslatorService()
  2061.     {
  2062.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2063.     }
  2064.     /**
  2065.      * Gets the public 'var_dumper.cloner' shared service.
  2066.      *
  2067.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2068.      */
  2069.     protected function getVarDumper_ClonerService()
  2070.     {
  2071.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2072.         $instance->setMaxItems(2500);
  2073.         $instance->setMinDepth(1);
  2074.         $instance->setMaxString(-1);
  2075.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2076.         return $instance;
  2077.     }
  2078.     /**
  2079.      * Gets the private '.debug.http_client' shared service.
  2080.      *
  2081.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2082.      */
  2083.     protected function get_Debug_HttpClientService()
  2084.     {
  2085.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2086.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2087.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2088.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2089.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2090.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2091.         $a->setLogger($b);
  2092.         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))));
  2093.     }
  2094.     /**
  2095.      * Gets the private '.graphql.cache.inner' shared service.
  2096.      *
  2097.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2098.      */
  2099.     protected function get_Graphql_Cache_InnerService()
  2100.     {
  2101.         $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))));
  2102.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2103.         return $this->privates['.graphql.cache.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2104.     }
  2105.     /**
  2106.      * Gets the private '.service_locator.B5CP1xq' shared service.
  2107.      *
  2108.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2109.      */
  2110.     protected function get_ServiceLocator_B5CP1xqService()
  2111.     {
  2112.         return $this->privates['.service_locator.B5CP1xq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2113.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2114.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2115.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2116.             'security.firewall.map.context.oauth2_api' => ['privates''security.firewall.map.context.oauth2_api''getSecurity_Firewall_Map_Context_Oauth2ApiService'true],
  2117.             'security.firewall.map.context.rookie_admin' => ['privates''security.firewall.map.context.rookie_admin''getSecurity_Firewall_Map_Context_RookieAdminService'true],
  2118.             'security.firewall.map.context.rookie_day_admin' => ['privates''security.firewall.map.context.rookie_day_admin''getSecurity_Firewall_Map_Context_RookieDayAdminService'true],
  2119.             'security.firewall.map.context.shuttle_admin' => ['privates''security.firewall.map.context.shuttle_admin''getSecurity_Firewall_Map_Context_ShuttleAdminService'true],
  2120.         ], [
  2121.             'security.firewall.map.context.admin' => '?',
  2122.             'security.firewall.map.context.dev' => '?',
  2123.             'security.firewall.map.context.main' => '?',
  2124.             'security.firewall.map.context.oauth2_api' => '?',
  2125.             'security.firewall.map.context.rookie_admin' => '?',
  2126.             'security.firewall.map.context.rookie_day_admin' => '?',
  2127.             'security.firewall.map.context.shuttle_admin' => '?',
  2128.         ]);
  2129.     }
  2130.     /**
  2131.      * Gets the private 'App\BackendBundle\Helper\AddressHelper' shared autowired service.
  2132.      *
  2133.      * @return \App\BackendBundle\Helper\AddressHelper
  2134.      */
  2135.     protected function getAddressHelperService()
  2136.     {
  2137.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2138.         if (isset($this->privates['App\\BackendBundle\\Helper\\AddressHelper'])) {
  2139.             return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'];
  2140.         }
  2141.         return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'] = new \App\BackendBundle\Helper\AddressHelper($a, new \App\BackendBundle\Helper\GoogleApiHelper($a$this->getEnv('GOOGLE_API_KEY')));
  2142.     }
  2143.     /**
  2144.      * Gets the private 'App\BackendBundle\Helper\BoPartnerHelper' shared autowired service.
  2145.      *
  2146.      * @return \App\BackendBundle\Helper\BoPartnerHelper
  2147.      */
  2148.     protected function getBoPartnerHelperService()
  2149.     {
  2150.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2151.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2152.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2153.         }
  2154.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2155.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2156.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2157.         }
  2158.         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()));
  2159.     }
  2160.     /**
  2161.      * Gets the private 'App\BackendBundle\Helper\CommunicationHelper' shared autowired service.
  2162.      *
  2163.      * @return \App\BackendBundle\Helper\CommunicationHelper
  2164.      */
  2165.     protected function getCommunicationHelperService()
  2166.     {
  2167.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2168.         if (isset($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'])) {
  2169.             return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'];
  2170.         }
  2171.         return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] = new \App\BackendBundle\Helper\CommunicationHelper($a);
  2172.     }
  2173.     /**
  2174.      * Gets the private 'App\BackendBundle\Helper\CompanyHelper' shared autowired service.
  2175.      *
  2176.      * @return \App\BackendBundle\Helper\CompanyHelper
  2177.      */
  2178.     protected function getCompanyHelperService()
  2179.     {
  2180.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2181.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2182.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2183.         }
  2184.         $b = ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService());
  2185.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2186.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2187.         }
  2188.         $c = ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService());
  2189.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2190.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2191.         }
  2192.         $d = ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService());
  2193.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2194.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2195.         }
  2196.         $e = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2197.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2198.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2199.         }
  2200.         $f = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2201.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2202.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2203.         }
  2204.         $g = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2205.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2206.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2207.         }
  2208.         $h = ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService());
  2209.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2210.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2211.         }
  2212.         $i = ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService());
  2213.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2214.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2215.         }
  2216.         $j = ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService());
  2217.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2218.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2219.         }
  2220.         $k = ($this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'] ?? $this->getJobMarketHelperService());
  2221.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2222.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2223.         }
  2224.         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$k);
  2225.     }
  2226.     /**
  2227.      * Gets the private 'App\BackendBundle\Helper\EventHelper' shared autowired service.
  2228.      *
  2229.      * @return \App\BackendBundle\Helper\EventHelper
  2230.      */
  2231.     protected function getEventHelperService()
  2232.     {
  2233.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2234.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2235.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2236.         }
  2237.         $b = ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService());
  2238.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2239.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2240.         }
  2241.         $c = ($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'] ?? $this->getCompanyHelperService());
  2242.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2243.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2244.         }
  2245.         $d = ($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'] ?? $this->getBoPartnerHelperService());
  2246.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2247.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2248.         }
  2249.         $e = ($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'] ?? $this->getSchoolHelperService());
  2250.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2251.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2252.         }
  2253.         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()));
  2254.     }
  2255.     /**
  2256.      * Gets the private 'App\BackendBundle\Helper\GameHelper' shared autowired service.
  2257.      *
  2258.      * @return \App\BackendBundle\Helper\GameHelper
  2259.      */
  2260.     protected function getGameHelperService()
  2261.     {
  2262.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2263.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2264.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2265.         }
  2266.         $b = ($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] ?? $this->getGamePointsHelperService());
  2267.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2268.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2269.         }
  2270.         return $this->privates['App\\BackendBundle\\Helper\\GameHelper'] = new \App\BackendBundle\Helper\GameHelper($a$b);
  2271.     }
  2272.     /**
  2273.      * Gets the private 'App\BackendBundle\Helper\GamePointsHelper' shared autowired service.
  2274.      *
  2275.      * @return \App\BackendBundle\Helper\GamePointsHelper
  2276.      */
  2277.     protected function getGamePointsHelperService()
  2278.     {
  2279.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2280.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2281.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2282.         }
  2283.         $b = ($this->privates['App\\BackendBundle\\Helper\\MqttHelper'] ?? $this->getMqttHelperService());
  2284.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2285.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2286.         }
  2287.         return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] = new \App\BackendBundle\Helper\GamePointsHelper($a$b);
  2288.     }
  2289.     /**
  2290.      * Gets the private 'App\BackendBundle\Helper\JobHelper' shared autowired service.
  2291.      *
  2292.      * @return \App\BackendBundle\Helper\JobHelper
  2293.      */
  2294.     protected function getJobHelperService()
  2295.     {
  2296.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2297.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2298.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2299.         }
  2300.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2301.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2302.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2303.         }
  2304.         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())));
  2305.     }
  2306.     /**
  2307.      * Gets the private 'App\BackendBundle\Helper\JobMarketHelper' shared autowired service.
  2308.      *
  2309.      * @return \App\BackendBundle\Helper\JobMarketHelper
  2310.      */
  2311.     protected function getJobMarketHelperService()
  2312.     {
  2313.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2314.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'])) {
  2315.             return $this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'];
  2316.         }
  2317.         return $this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'] = new \App\BackendBundle\Helper\JobMarketHelper($a, ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService()));
  2318.     }
  2319.     /**
  2320.      * Gets the private 'App\BackendBundle\Helper\MediaHelper' shared autowired service.
  2321.      *
  2322.      * @return \App\BackendBundle\Helper\MediaHelper
  2323.      */
  2324.     protected function getMediaHelperService()
  2325.     {
  2326.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2327.         if (isset($this->privates['App\\BackendBundle\\Helper\\MediaHelper'])) {
  2328.             return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'];
  2329.         }
  2330.         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));
  2331.     }
  2332.     /**
  2333.      * Gets the private 'App\BackendBundle\Helper\MqttHelper' shared autowired service.
  2334.      *
  2335.      * @return \App\BackendBundle\Helper\MqttHelper
  2336.      */
  2337.     protected function getMqttHelperService()
  2338.     {
  2339.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2340.         if (isset($this->privates['App\\BackendBundle\\Helper\\MqttHelper'])) {
  2341.             return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'];
  2342.         }
  2343.         return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'] = new \App\BackendBundle\Helper\MqttHelper($a);
  2344.     }
  2345.     /**
  2346.      * Gets the private 'App\BackendBundle\Helper\RegisterHelper' shared autowired service.
  2347.      *
  2348.      * @return \App\BackendBundle\Helper\RegisterHelper
  2349.      */
  2350.     protected function getRegisterHelperService()
  2351.     {
  2352.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2353.         if (isset($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'])) {
  2354.             return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'];
  2355.         }
  2356.         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()));
  2357.     }
  2358.     /**
  2359.      * Gets the private 'App\BackendBundle\Helper\SchoolHelper' shared autowired service.
  2360.      *
  2361.      * @return \App\BackendBundle\Helper\SchoolHelper
  2362.      */
  2363.     protected function getSchoolHelperService()
  2364.     {
  2365.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2366.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2367.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2368.         }
  2369.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2370.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2371.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2372.         }
  2373.         $c = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2374.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2375.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2376.         }
  2377.         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()));
  2378.     }
  2379.     /**
  2380.      * Gets the private 'App\BackendBundle\Helper\SearchIndexHelper' shared autowired service.
  2381.      *
  2382.      * @return \App\BackendBundle\Helper\SearchIndexHelper
  2383.      */
  2384.     protected function getSearchIndexHelperService()
  2385.     {
  2386.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2387.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2388.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2389.         }
  2390.         $b = ($this->privates['fos_elastica.object_persister.events'] ?? $this->getFosElastica_ObjectPersister_EventsService());
  2391.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2392.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2393.         }
  2394.         return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] = new \App\BackendBundle\Helper\SearchIndexHelper($a$b$b$b$b);
  2395.     }
  2396.     /**
  2397.      * Gets the private 'App\BackendBundle\Helper\SearchTagHelper' shared autowired service.
  2398.      *
  2399.      * @return \App\BackendBundle\Helper\SearchTagHelper
  2400.      */
  2401.     protected function getSearchTagHelperService()
  2402.     {
  2403.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2404.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'])) {
  2405.             return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'];
  2406.         }
  2407.         return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] = new \App\BackendBundle\Helper\SearchTagHelper($a);
  2408.     }
  2409.     /**
  2410.      * Gets the private 'App\BackendBundle\Helper\SecurityHelper' shared autowired service.
  2411.      *
  2412.      * @return \App\BackendBundle\Helper\SecurityHelper
  2413.      */
  2414.     protected function getSecurityHelperService()
  2415.     {
  2416.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2417.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2418.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2419.         }
  2420.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2421.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2422.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2423.         }
  2424.         return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] = new \App\BackendBundle\Helper\SecurityHelper($a$b);
  2425.     }
  2426.     /**
  2427.      * Gets the private 'App\BackendBundle\Helper\TitleHelper' shared autowired service.
  2428.      *
  2429.      * @return \App\BackendBundle\Helper\TitleHelper
  2430.      */
  2431.     protected function getTitleHelperService()
  2432.     {
  2433.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2434.         if (isset($this->privates['App\\BackendBundle\\Helper\\TitleHelper'])) {
  2435.             return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'];
  2436.         }
  2437.         return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'] = new \App\BackendBundle\Helper\TitleHelper($a);
  2438.     }
  2439.     /**
  2440.      * Gets the private 'App\BackendBundle\Helper\UserHelper' shared autowired service.
  2441.      *
  2442.      * @return \App\BackendBundle\Helper\UserHelper
  2443.      */
  2444.     protected function getUserHelperService()
  2445.     {
  2446.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2447.         if (isset($this->privates['App\\BackendBundle\\Helper\\UserHelper'])) {
  2448.             return $this->privates['App\\BackendBundle\\Helper\\UserHelper'];
  2449.         }
  2450.         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()));
  2451.     }
  2452.     /**
  2453.      * Gets the private 'annotations.cache_adapter' shared service.
  2454.      *
  2455.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2456.      */
  2457.     protected function getAnnotations_CacheAdapterService()
  2458.     {
  2459.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2460.     }
  2461.     /**
  2462.      * Gets the private 'annotations.cached_reader' shared service.
  2463.      *
  2464.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2465.      */
  2466.     protected function getAnnotations_CachedReaderService()
  2467.     {
  2468.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2469.     }
  2470.     /**
  2471.      * Gets the private 'annotations.reader' shared service.
  2472.      *
  2473.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2474.      */
  2475.     protected function getAnnotations_ReaderService()
  2476.     {
  2477.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2478.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2479.         $a->registerUniqueLoader('class_exists');
  2480.         $instance->addGlobalIgnoredName('required'$a);
  2481.         return $instance;
  2482.     }
  2483.     /**
  2484.      * Gets the private 'cache.annotations' shared service.
  2485.      *
  2486.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2487.      */
  2488.     protected function getCache_AnnotationsService()
  2489.     {
  2490.         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())));
  2491.     }
  2492.     /**
  2493.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2494.      *
  2495.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2496.      */
  2497.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2498.     {
  2499.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2500.     }
  2501.     /**
  2502.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2503.      *
  2504.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2505.      */
  2506.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2507.     {
  2508.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2509.     }
  2510.     /**
  2511.      * Gets the private 'cache.property_info' shared service.
  2512.      *
  2513.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2514.      */
  2515.     protected function getCache_PropertyInfoService()
  2516.     {
  2517.         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())));
  2518.     }
  2519.     /**
  2520.      * Gets the private 'cache.security_expression_language' shared service.
  2521.      *
  2522.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2523.      */
  2524.     protected function getCache_SecurityExpressionLanguageService()
  2525.     {
  2526.         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())));
  2527.     }
  2528.     /**
  2529.      * Gets the private 'cache.serializer' shared service.
  2530.      *
  2531.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2532.      */
  2533.     protected function getCache_SerializerService()
  2534.     {
  2535.         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())));
  2536.     }
  2537.     /**
  2538.      * Gets the private 'cache.validator' shared service.
  2539.      *
  2540.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2541.      */
  2542.     protected function getCache_ValidatorService()
  2543.     {
  2544.         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())));
  2545.     }
  2546.     /**
  2547.      * Gets the private 'config_cache_factory' shared service.
  2548.      *
  2549.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2550.      */
  2551.     protected function getConfigCacheFactoryService()
  2552.     {
  2553.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2554.             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)));
  2555.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2556.         }, 2));
  2557.     }
  2558.     /**
  2559.      * Gets the private 'data_collector.form' shared service.
  2560.      *
  2561.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2562.      */
  2563.     protected function getDataCollector_FormService()
  2564.     {
  2565.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2566.     }
  2567.     /**
  2568.      * Gets the private 'data_collector.request' shared service.
  2569.      *
  2570.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2571.      */
  2572.     protected function getDataCollector_RequestService()
  2573.     {
  2574.         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())));
  2575.     }
  2576.     /**
  2577.      * Gets the private 'debug.controller_resolver' shared service.
  2578.      *
  2579.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2580.      */
  2581.     protected function getDebug_ControllerResolverService()
  2582.     {
  2583.         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))));
  2584.     }
  2585.     /**
  2586.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2587.      *
  2588.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2589.      */
  2590.     protected function getDebug_DebugHandlersListenerService()
  2591.     {
  2592.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2593.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2594.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2595.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2596.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2597.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2598.     }
  2599.     /**
  2600.      * Gets the private 'debug.file_link_formatter' shared service.
  2601.      *
  2602.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2603.      */
  2604.     protected function getDebug_FileLinkFormatterService()
  2605.     {
  2606.         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 () {
  2607.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2608.         });
  2609.     }
  2610.     /**
  2611.      * Gets the private 'debug.log_processor' shared service.
  2612.      *
  2613.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2614.      */
  2615.     protected function getDebug_LogProcessorService()
  2616.     {
  2617.         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())));
  2618.     }
  2619.     /**
  2620.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2621.      *
  2622.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2623.      */
  2624.     protected function getDebug_Security_Access_DecisionManagerService()
  2625.     {
  2626.         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 () {
  2627.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2628.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2629.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2630.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2631.     }
  2632.     /**
  2633.      * Gets the private 'debug.security.firewall' shared service.
  2634.      *
  2635.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2636.      */
  2637.     protected function getDebug_Security_FirewallService()
  2638.     {
  2639.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2640.         if (isset($this->privates['debug.security.firewall'])) {
  2641.             return $this->privates['debug.security.firewall'];
  2642.         }
  2643.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2644.         if (isset($this->privates['debug.security.firewall'])) {
  2645.             return $this->privates['debug.security.firewall'];
  2646.         }
  2647.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2648.     }
  2649.     /**
  2650.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2651.      *
  2652.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2653.      */
  2654.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2655.     {
  2656.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2657.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2658.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2659.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2660.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2661.             'fos_elastica.listener.appointments' => ['privates''fos_elastica.listener.appointments''getFosElastica_Listener_AppointmentsService'true],
  2662.             'fos_elastica.listener.events' => ['privates''fos_elastica.listener.events''getFosElastica_Listener_EventsService'true],
  2663.             'fos_elastica.listener.jobDailyRoutines' => ['privates''fos_elastica.listener.jobDailyRoutines''getFosElastica_Listener_JobDailyRoutinesService'true],
  2664.             'fos_elastica.listener.jobOffers' => ['privates''fos_elastica.listener.jobOffers''getFosElastica_Listener_JobOffersService'true],
  2665.             'fos_elastica.listener.jobs' => ['privates''fos_elastica.listener.jobs''getFosElastica_Listener_JobsService'true],
  2666.             'fos_elastica.listener.profiles_bopartner' => ['privates''fos_elastica.listener.profiles_bopartner''getFosElastica_Listener_ProfilesBopartnerService'true],
  2667.             'fos_elastica.listener.profiles_company' => ['privates''fos_elastica.listener.profiles_company''getFosElastica_Listener_ProfilesCompanyService'true],
  2668.             'fos_elastica.listener.profiles_school' => ['privates''fos_elastica.listener.profiles_school''getFosElastica_Listener_ProfilesSchoolService'true],
  2669.             'sonata.cache.orm.event_subscriber' => ['privates''sonata.cache.orm.event_subscriber''getSonata_Cache_Orm_EventSubscriberService'true],
  2670.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  2671.         ], [
  2672.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2673.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2674.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2675.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2676.             'fos_elastica.listener.appointments' => '?',
  2677.             'fos_elastica.listener.events' => '?',
  2678.             'fos_elastica.listener.jobDailyRoutines' => '?',
  2679.             'fos_elastica.listener.jobOffers' => '?',
  2680.             'fos_elastica.listener.jobs' => '?',
  2681.             'fos_elastica.listener.profiles_bopartner' => '?',
  2682.             'fos_elastica.listener.profiles_company' => '?',
  2683.             'fos_elastica.listener.profiles_school' => '?',
  2684.             'sonata.cache.orm.event_subscriber' => '?',
  2685.             'sonata.doctrine.mapper' => '?',
  2686.         ]), [=> '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']]);
  2687.     }
  2688.     /**
  2689.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2690.      *
  2691.      * @return \Doctrine\Migrations\DependencyFactory
  2692.      */
  2693.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2694.     {
  2695.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2696.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2697.         $a->setAllOrNothing(false);
  2698.         $a->setCheckDatabasePlatform(true);
  2699.         $a->setTransactional(true);
  2700.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2701.         $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()));
  2702.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2703.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2704.         });
  2705.         return $instance;
  2706.     }
  2707.     /**
  2708.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  2709.      *
  2710.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  2711.      */
  2712.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  2713.     {
  2714.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/config/doctrine') => 'App\\Entity']);
  2715.         $instance->setGlobalBasename('mapping');
  2716.         return $instance;
  2717.     }
  2718.     /**
  2719.      * Gets the private 'exception_listener' shared service.
  2720.      *
  2721.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2722.      */
  2723.     protected function getExceptionListenerService()
  2724.     {
  2725.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2726.     }
  2727.     /**
  2728.      * Gets the private 'fos_elastica.client.default' shared service.
  2729.      *
  2730.      * @return \FOS\ElasticaBundle\Elastica\Client
  2731.      */
  2732.     protected function getFosElastica_Client_DefaultService()
  2733.     {
  2734.         $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);
  2735.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2736.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  2737.         return $instance;
  2738.     }
  2739.     /**
  2740.      * Gets the private 'fos_elastica.index.events' shared service.
  2741.      *
  2742.      * @return \FOS\ElasticaBundle\Elastica\Index
  2743.      */
  2744.     protected function getFosElastica_Index_EventsService()
  2745.     {
  2746.         return $this->privates['fos_elastica.index.events'] = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('events');
  2747.     }
  2748.     /**
  2749.      * Gets the private 'fos_elastica.logger' shared service.
  2750.      *
  2751.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  2752.      */
  2753.     protected function getFosElastica_LoggerService()
  2754.     {
  2755.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  2756.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2757.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2758.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2759.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2760.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  2761.     }
  2762.     /**
  2763.      * Gets the private 'fos_elastica.object_persister.events' shared service.
  2764.      *
  2765.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  2766.      */
  2767.     protected function getFosElastica_ObjectPersister_EventsService()
  2768.     {
  2769.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2770.         if (isset($this->privates['fos_elastica.object_persister.events'])) {
  2771.             return $this->privates['fos_elastica.object_persister.events'];
  2772.         }
  2773.         $b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'events'], $a);
  2774.         $b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(00))));
  2775.         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']]]]]], []);
  2776.     }
  2777.     /**
  2778.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2779.      *
  2780.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2781.      */
  2782.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2783.     {
  2784.         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())));
  2785.     }
  2786.     /**
  2787.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2788.      *
  2789.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2790.      */
  2791.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2792.     {
  2793.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2794.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2795.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2796.         }
  2797.         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);
  2798.     }
  2799.     /**
  2800.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  2801.      *
  2802.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  2803.      */
  2804.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  2805.     {
  2806.         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')]));
  2807.     }
  2808.     /**
  2809.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  2810.      *
  2811.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  2812.      */
  2813.     protected function getJmsSerializer_TraceableEventDispatcherService()
  2814.     {
  2815.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2816.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  2817.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  2818.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  2819.         ], [
  2820.             'jms_serializer.stopwatch_subscriber' => '?',
  2821.             'jms_serializer.traceable_runs_listener' => '?',
  2822.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2823.         ]));
  2824.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  2825.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2826.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2827.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2828.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  2829.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  2830.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  2831.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2832.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2833.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  2834.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2835.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  2836.         return $instance;
  2837.     }
  2838.     /**
  2839.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  2840.      *
  2841.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  2842.      */
  2843.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  2844.     {
  2845.         $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, [
  2846.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  2847.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  2848.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  2849.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'true],
  2850.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  2851.             'jms_serializer.symfony_uid_handler' => ['privates''jms_serializer.symfony_uid_handler''getJmsSerializer_SymfonyUidHandlerService'true],
  2852.         ], [
  2853.             'jms_serializer.array_collection_handler' => '?',
  2854.             'jms_serializer.constraint_violation_handler' => '?',
  2855.             'jms_serializer.datetime_handler' => '?',
  2856.             'jms_serializer.form_error_handler' => '?',
  2857.             'jms_serializer.iterator_handler' => '?',
  2858.             'jms_serializer.symfony_uid_handler' => '?',
  2859.         ])));
  2860.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2861.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2862.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2863.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2864.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2865.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2866.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2867.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2868.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2869.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2870.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  2871.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  2872.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  2873.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  2874.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2875.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2876.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2877.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2878.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2879.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2880.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2881.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2882.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  2883.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  2884.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  2885.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  2886.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  2887.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  2888.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2889.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2890.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2891.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2892.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2893.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2894.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2895.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2896.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2897.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2898.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2899.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2900.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2901.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2902.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2903.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2904.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2905.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2906.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2907.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2908.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2909.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2910.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2911.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2912.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2913.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2914.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2915.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2916.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2917.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2918.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2919.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2920.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2921.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2922.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  2923.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  2924.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  2925.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  2926.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  2927.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  2928.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  2929.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  2930.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2931.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2932.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2933.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2934.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2935.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2936.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2937.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2938.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2939.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2940.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2941.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2942.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2943.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2944.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2945.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2946.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2947.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2948.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2949.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2950.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2951.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2952.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2953.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2954.         return $instance;
  2955.     }
  2956.     /**
  2957.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  2958.      *
  2959.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  2960.      */
  2961.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  2962.     {
  2963.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2964.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  2965.         ], [
  2966.             'metadata_driver' => '?',
  2967.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2968.         $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')))));
  2969.         $a->setIncludeInterfaces(false);
  2970.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  2971.     }
  2972.     /**
  2973.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  2974.      *
  2975.      * @return \JMS\SerializerBundle\Debug\RunsListener
  2976.      */
  2977.     protected function getJmsSerializer_TraceableRunsListenerService()
  2978.     {
  2979.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  2980.     }
  2981.     /**
  2982.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2983.      *
  2984.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2985.      */
  2986.     protected function getLiipImagine_Filter_ConfigurationService()
  2987.     {
  2988.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2989.     }
  2990.     /**
  2991.      * Gets the private 'locale_aware_listener' shared service.
  2992.      *
  2993.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2994.      */
  2995.     protected function getLocaleAwareListenerService()
  2996.     {
  2997.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2998.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  2999.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  3000.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  3001.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3002.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3003.     }
  3004.     /**
  3005.      * Gets the private 'locale_listener' shared service.
  3006.      *
  3007.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3008.      */
  3009.     protected function getLocaleListenerService()
  3010.     {
  3011.         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']);
  3012.     }
  3013.     /**
  3014.      * Gets the private 'monolog.handler.console' shared service.
  3015.      *
  3016.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3017.      */
  3018.     protected function getMonolog_Handler_ConsoleService()
  3019.     {
  3020.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3021.     }
  3022.     /**
  3023.      * Gets the private 'monolog.handler.main' shared service.
  3024.      *
  3025.      * @return \Monolog\Handler\StreamHandler
  3026.      */
  3027.     protected function getMonolog_Handler_MainService()
  3028.     {
  3029.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  3030.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3031.         return $instance;
  3032.     }
  3033.     /**
  3034.      * Gets the private 'monolog.logger' shared service.
  3035.      *
  3036.      * @return \Symfony\Bridge\Monolog\Logger
  3037.      */
  3038.     protected function getMonolog_LoggerService()
  3039.     {
  3040.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3041.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3042.         $instance->useMicrosecondTimestamps(true);
  3043.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3044.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3045.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3046.         return $instance;
  3047.     }
  3048.     /**
  3049.      * Gets the private 'monolog.logger.cache' shared service.
  3050.      *
  3051.      * @return \Symfony\Bridge\Monolog\Logger
  3052.      */
  3053.     protected function getMonolog_Logger_CacheService()
  3054.     {
  3055.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3056.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3057.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3058.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3059.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3060.         return $instance;
  3061.     }
  3062.     /**
  3063.      * Gets the private 'monolog.logger.request' shared service.
  3064.      *
  3065.      * @return \Symfony\Bridge\Monolog\Logger
  3066.      */
  3067.     protected function getMonolog_Logger_RequestService()
  3068.     {
  3069.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3070.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3071.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3072.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3073.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3074.         return $instance;
  3075.     }
  3076.     /**
  3077.      * Gets the private 'monolog.logger.security' shared service.
  3078.      *
  3079.      * @return \Symfony\Bridge\Monolog\Logger
  3080.      */
  3081.     protected function getMonolog_Logger_SecurityService()
  3082.     {
  3083.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3084.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3085.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3086.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3087.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3088.         return $instance;
  3089.     }
  3090.     /**
  3091.      * Gets the private 'parameter_bag' shared service.
  3092.      *
  3093.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3094.      */
  3095.     protected function getParameterBagService()
  3096.     {
  3097.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3098.     }
  3099.     /**
  3100.      * Gets the private 'profiler_listener' shared service.
  3101.      *
  3102.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3103.      */
  3104.     protected function getProfilerListenerService()
  3105.     {
  3106.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3107.         if (isset($this->privates['profiler_listener'])) {
  3108.             return $this->privates['profiler_listener'];
  3109.         }
  3110.         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);
  3111.     }
  3112.     /**
  3113.      * Gets the private 'property_accessor' shared service.
  3114.      *
  3115.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3116.      */
  3117.     protected function getPropertyAccessorService()
  3118.     {
  3119.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3120.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3121.     }
  3122.     /**
  3123.      * Gets the private 'property_info' shared service.
  3124.      *
  3125.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3126.      */
  3127.     protected function getPropertyInfoService()
  3128.     {
  3129.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3130.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3131.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3132.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3133.         }, 3), new RewindableGenerator(function () {
  3134.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3135.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3136.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3137.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3138.         }, 4), new RewindableGenerator(function () {
  3139.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3140.         }, 1), new RewindableGenerator(function () {
  3141.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3142.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3143.         }, 2), new RewindableGenerator(function () {
  3144.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3145.         }, 1));
  3146.     }
  3147.     /**
  3148.      * Gets the private 'router.expression_language_provider' shared service.
  3149.      *
  3150.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3151.      */
  3152.     protected function getRouter_ExpressionLanguageProviderService()
  3153.     {
  3154.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3155.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3156.         ], [
  3157.             'env' => 'Closure',
  3158.         ]));
  3159.     }
  3160.     /**
  3161.      * Gets the private 'router.request_context' shared service.
  3162.      *
  3163.      * @return \Symfony\Component\Routing\RequestContext
  3164.      */
  3165.     protected function getRouter_RequestContextService()
  3166.     {
  3167.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3168.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3169.         return $instance;
  3170.     }
  3171.     /**
  3172.      * Gets the private 'router_listener' shared service.
  3173.      *
  3174.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3175.      */
  3176.     protected function getRouterListenerService()
  3177.     {
  3178.         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);
  3179.     }
  3180.     /**
  3181.      * Gets the private 'security.context_listener.0' shared service.
  3182.      *
  3183.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3184.      */
  3185.     protected function getSecurity_ContextListener_0Service()
  3186.     {
  3187.         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 () {
  3188.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3189.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3190.         }, 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']);
  3191.     }
  3192.     /**
  3193.      * Gets the private 'security.context_listener.1' shared service.
  3194.      *
  3195.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3196.      */
  3197.     protected function getSecurity_ContextListener_1Service()
  3198.     {
  3199.         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 () {
  3200.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3201.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3202.         }, 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']);
  3203.     }
  3204.     /**
  3205.      * Gets the private 'security.context_listener.2' shared service.
  3206.      *
  3207.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3208.      */
  3209.     protected function getSecurity_ContextListener_2Service()
  3210.     {
  3211.         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 () {
  3212.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3213.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3214.         }, 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']);
  3215.     }
  3216.     /**
  3217.      * Gets the private 'security.context_listener.3' shared service.
  3218.      *
  3219.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3220.      */
  3221.     protected function getSecurity_ContextListener_3Service()
  3222.     {
  3223.         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 () {
  3224.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3225.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3226.         }, 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']);
  3227.     }
  3228.     /**
  3229.      * Gets the private 'security.context_listener.4' shared service.
  3230.      *
  3231.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3232.      */
  3233.     protected function getSecurity_ContextListener_4Service()
  3234.     {
  3235.         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 () {
  3236.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3237.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3238.         }, 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']);
  3239.     }
  3240.     /**
  3241.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3242.      *
  3243.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3244.      */
  3245.     protected function getSecurity_EventDispatcher_AdminService()
  3246.     {
  3247.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3248.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3249.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3250.         }, => 'checkPassport'], 2048);
  3251.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3252.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3253.         }, => 'onSuccessfulLogin'], 0);
  3254.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3255.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  3256.         }, => 'onLogout'], 64);
  3257.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3258.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3259.         }, => 'preCheckCredentials'], 256);
  3260.         $instance->addListener('security.authentication.success', [=> function () {
  3261.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3262.         }, => 'postCheckCredentials'], 256);
  3263.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3264.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3265.         }, => 'checkPassport'], 1024);
  3266.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3267.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3268.         }, => 'checkPassport'], 256);
  3269.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3270.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3271.         }, => 'checkPassport'], 0);
  3272.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3273.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3274.         }, => 'onLoginSuccess'], 0);
  3275.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3276.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3277.         }, => 'checkPassport'], 512);
  3278.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3279.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3280.         }, => 'onLogout'], 0);
  3281.         return $instance;
  3282.     }
  3283.     /**
  3284.      * Gets the private 'security.event_dispatcher.main' shared service.
  3285.      *
  3286.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3287.      */
  3288.     protected function getSecurity_EventDispatcher_MainService()
  3289.     {
  3290.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3291.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3292.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3293.         }, => 'checkPassport'], 2048);
  3294.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3295.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3296.         }, => 'onSuccessfulLogin'], 0);
  3297.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3298.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3299.         }, => 'onLogout'], 64);
  3300.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3301.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3302.         }, => 'preCheckCredentials'], 256);
  3303.         $instance->addListener('security.authentication.success', [=> function () {
  3304.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3305.         }, => 'postCheckCredentials'], 256);
  3306.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3307.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3308.         }, => 'checkPassport'], 1024);
  3309.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3310.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3311.         }, => 'checkPassport'], 256);
  3312.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3313.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3314.         }, => 'checkPassport'], 0);
  3315.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3316.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3317.         }, => 'onLoginSuccess'], 0);
  3318.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3319.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3320.         }, => 'checkPassport'], 512);
  3321.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3322.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3323.         }, => 'onLogout'], 0);
  3324.         return $instance;
  3325.     }
  3326.     /**
  3327.      * Gets the private 'security.event_dispatcher.rookie_admin' shared service.
  3328.      *
  3329.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3330.      */
  3331.     protected function getSecurity_EventDispatcher_RookieAdminService()
  3332.     {
  3333.         $this->privates['security.event_dispatcher.rookie_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3334.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3335.             return ($this->privates['security.listener.rookie_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieAdmin_UserProviderService'));
  3336.         }, => 'checkPassport'], 2048);
  3337.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3338.             return ($this->privates['security.listener.session.rookie_admin'] ?? $this->load('getSecurity_Listener_Session_RookieAdminService'));
  3339.         }, => 'onSuccessfulLogin'], 0);
  3340.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3341.             return ($this->privates['security.logout.listener.default.rookie_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieAdminService'));
  3342.         }, => 'onLogout'], 64);
  3343.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3344.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3345.         }, => 'preCheckCredentials'], 256);
  3346.         $instance->addListener('security.authentication.success', [=> function () {
  3347.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3348.         }, => 'postCheckCredentials'], 256);
  3349.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3350.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3351.         }, => 'checkPassport'], 1024);
  3352.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3353.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3354.         }, => 'checkPassport'], 256);
  3355.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3356.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3357.         }, => 'checkPassport'], 0);
  3358.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3359.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3360.         }, => 'onLoginSuccess'], 0);
  3361.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3362.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3363.         }, => 'checkPassport'], 512);
  3364.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3365.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3366.         }, => 'onLogout'], 0);
  3367.         return $instance;
  3368.     }
  3369.     /**
  3370.      * Gets the private 'security.event_dispatcher.rookie_day_admin' shared service.
  3371.      *
  3372.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3373.      */
  3374.     protected function getSecurity_EventDispatcher_RookieDayAdminService()
  3375.     {
  3376.         $this->privates['security.event_dispatcher.rookie_day_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3377.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3378.             return ($this->privates['security.listener.rookie_day_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieDayAdmin_UserProviderService'));
  3379.         }, => 'checkPassport'], 2048);
  3380.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3381.             return ($this->privates['security.listener.session.rookie_day_admin'] ?? $this->load('getSecurity_Listener_Session_RookieDayAdminService'));
  3382.         }, => 'onSuccessfulLogin'], 0);
  3383.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3384.             return ($this->privates['security.logout.listener.default.rookie_day_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieDayAdminService'));
  3385.         }, => 'onLogout'], 64);
  3386.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3387.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3388.         }, => 'preCheckCredentials'], 256);
  3389.         $instance->addListener('security.authentication.success', [=> function () {
  3390.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3391.         }, => 'postCheckCredentials'], 256);
  3392.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3393.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3394.         }, => 'checkPassport'], 1024);
  3395.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3396.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3397.         }, => 'checkPassport'], 256);
  3398.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3399.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3400.         }, => 'checkPassport'], 0);
  3401.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3402.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3403.         }, => 'onLoginSuccess'], 0);
  3404.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3405.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3406.         }, => 'checkPassport'], 512);
  3407.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3408.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3409.         }, => 'onLogout'], 0);
  3410.         return $instance;
  3411.     }
  3412.     /**
  3413.      * Gets the private 'security.event_dispatcher.shuttle_admin' shared service.
  3414.      *
  3415.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3416.      */
  3417.     protected function getSecurity_EventDispatcher_ShuttleAdminService()
  3418.     {
  3419.         $this->privates['security.event_dispatcher.shuttle_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3420.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3421.             return ($this->privates['security.listener.shuttle_admin.user_provider'] ?? $this->load('getSecurity_Listener_ShuttleAdmin_UserProviderService'));
  3422.         }, => 'checkPassport'], 2048);
  3423.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3424.             return ($this->privates['security.listener.session.shuttle_admin'] ?? $this->load('getSecurity_Listener_Session_ShuttleAdminService'));
  3425.         }, => 'onSuccessfulLogin'], 0);
  3426.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3427.             return ($this->privates['security.logout.listener.default.shuttle_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_ShuttleAdminService'));
  3428.         }, => 'onLogout'], 64);
  3429.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3430.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3431.         }, => 'preCheckCredentials'], 256);
  3432.         $instance->addListener('security.authentication.success', [=> function () {
  3433.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3434.         }, => 'postCheckCredentials'], 256);
  3435.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3436.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3437.         }, => 'checkPassport'], 1024);
  3438.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3439.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3440.         }, => 'checkPassport'], 256);
  3441.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3442.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3443.         }, => 'checkPassport'], 0);
  3444.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3445.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3446.         }, => 'onLoginSuccess'], 0);
  3447.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3448.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3449.         }, => 'checkPassport'], 512);
  3450.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3451.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3452.         }, => 'onLogout'], 0);
  3453.         return $instance;
  3454.     }
  3455.     /**
  3456.      * Gets the private 'security.firewall.map' shared service.
  3457.      *
  3458.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3459.      */
  3460.     protected function getSecurity_Firewall_MapService()
  3461.     {
  3462.         $a = ($this->privates['.service_locator.B5CP1xq'] ?? $this->get_ServiceLocator_B5CP1xqService());
  3463.         if (isset($this->privates['security.firewall.map'])) {
  3464.             return $this->privates['security.firewall.map'];
  3465.         }
  3466.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3467.             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)/')));
  3468.             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)$')));
  3469.             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')));
  3470.             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')));
  3471.             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')));
  3472.             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')));
  3473.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3474.         }, 7));
  3475.     }
  3476.     /**
  3477.      * Gets the private 'security.helper' shared service.
  3478.      *
  3479.      * @return \Symfony\Component\Security\Core\Security
  3480.      */
  3481.     protected function getSecurity_HelperService()
  3482.     {
  3483.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3484.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3485.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3486.         ], [
  3487.             'security.authorization_checker' => '?',
  3488.             'security.token_storage' => '?',
  3489.         ]));
  3490.     }
  3491.     /**
  3492.      * Gets the private 'security.logout_url_generator' shared service.
  3493.      *
  3494.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3495.      */
  3496.     protected function getSecurity_LogoutUrlGeneratorService()
  3497.     {
  3498.         $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()));
  3499.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3500.         $instance->registerListener('rookie_admin''rookie_admin_logout''logout''_csrf_token'NULLNULL);
  3501.         $instance->registerListener('shuttle_admin''shuttle_admin_logout''logout''_csrf_token'NULLNULL);
  3502.         $instance->registerListener('rookie_day_admin''rookie_day_admin_logout''logout''_csrf_token'NULLNULL);
  3503.         $instance->registerListener('main''security_logout''logout''_csrf_token'NULLNULL);
  3504.         return $instance;
  3505.     }
  3506.     /**
  3507.      * Gets the private 'security.password_hasher_factory' shared service.
  3508.      *
  3509.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3510.      */
  3511.     protected function getSecurity_PasswordHasherFactoryService()
  3512.     {
  3513.         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']]]);
  3514.     }
  3515.     /**
  3516.      * Gets the private 'security.user_password_hasher' shared service.
  3517.      *
  3518.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  3519.      */
  3520.     protected function getSecurity_UserPasswordHasherService()
  3521.     {
  3522.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  3523.     }
  3524.     /**
  3525.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3526.      *
  3527.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3528.      */
  3529.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3530.     {
  3531.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3532.     }
  3533.     /**
  3534.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3535.      *
  3536.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3537.      */
  3538.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3539.     {
  3540.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3541.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3542.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3543.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3544.     }
  3545.     /**
  3546.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3547.      *
  3548.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3549.      */
  3550.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3551.     {
  3552.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3553.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3554.             return $this->privates['sensio_framework_extra.security.listener'];
  3555.         }
  3556.         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()));
  3557.     }
  3558.     /**
  3559.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3560.      *
  3561.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3562.      */
  3563.     protected function getSensioFrameworkExtra_View_ListenerService()
  3564.     {
  3565.         $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))));
  3566.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3567.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3568.         ], [
  3569.             'twig' => '?',
  3570.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3571.         return $instance;
  3572.     }
  3573.     /**
  3574.      * Gets the private 'session_listener' shared service.
  3575.      *
  3576.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3577.      */
  3578.     protected function getSessionListenerService()
  3579.     {
  3580.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3581.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3582.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3583.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3584.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3585.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3586.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3587.         ], [
  3588.             'initialized_session' => '?',
  3589.             'logger' => '?',
  3590.             'request_stack' => '?',
  3591.             'session' => '?',
  3592.             'session_collector' => '?',
  3593.             'session_factory' => '?',
  3594.         ]), true$this->parameters['session.storage.options']);
  3595.     }
  3596.     /**
  3597.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3598.      *
  3599.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3600.      */
  3601.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3602.     {
  3603.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3604.     }
  3605.     /**
  3606.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  3607.      *
  3608.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3609.      */
  3610.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3611.     {
  3612.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3613.     }
  3614.     /**
  3615.      * Gets the private 'sonata.admin.pool' shared service.
  3616.      *
  3617.      * @return \Sonata\AdminBundle\Admin\Pool
  3618.      */
  3619.     protected function getSonata_Admin_PoolService()
  3620.     {
  3621.         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, [], []))), [], [], []);
  3622.     }
  3623.     /**
  3624.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3625.      *
  3626.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3627.      */
  3628.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3629.     {
  3630.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3631.     }
  3632.     /**
  3633.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3634.      *
  3635.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3636.      */
  3637.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3638.     {
  3639.         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()));
  3640.     }
  3641.     /**
  3642.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3643.      *
  3644.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3645.      */
  3646.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3647.     {
  3648.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3649.     }
  3650.     /**
  3651.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3652.      *
  3653.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3654.      */
  3655.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3656.     {
  3657.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3658.     }
  3659.     /**
  3660.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3661.      *
  3662.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3663.      */
  3664.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3665.     {
  3666.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3667.     }
  3668.     /**
  3669.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3670.      *
  3671.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3672.      */
  3673.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3674.     {
  3675.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3676.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  3677.             return $this->privates['sonata.admin.twig.security_runtime'];
  3678.         }
  3679.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  3680.     }
  3681.     /**
  3682.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3683.      *
  3684.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3685.      */
  3686.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3687.     {
  3688.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3689.     }
  3690.     /**
  3691.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3692.      *
  3693.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3694.      */
  3695.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3696.     {
  3697.         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()));
  3698.     }
  3699.     /**
  3700.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3701.      *
  3702.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3703.      */
  3704.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3705.     {
  3706.         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']);
  3707.     }
  3708.     /**
  3709.      * Gets the private 'sonata.block.templating.helper' shared service.
  3710.      *
  3711.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3712.      */
  3713.     protected function getSonata_Block_Templating_HelperService()
  3714.     {
  3715.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  3716.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3717.             return $this->privates['sonata.block.templating.helper'];
  3718.         }
  3719.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  3720.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3721.             return $this->privates['sonata.block.templating.helper'];
  3722.         }
  3723.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3724.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3725.             return $this->privates['sonata.block.templating.helper'];
  3726.         }
  3727.         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))));
  3728.     }
  3729.     /**
  3730.      * Gets the private 'sonata.form.twig.canonicalize_runtime' shared service.
  3731.      *
  3732.      * @return \Sonata\Form\Twig\CanonicalizeRuntime
  3733.      */
  3734.     protected function getSonata_Form_Twig_CanonicalizeRuntimeService()
  3735.     {
  3736.         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())));
  3737.     }
  3738.     /**
  3739.      * Gets the private 'translator.default' shared service.
  3740.      *
  3741.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3742.      */
  3743.     protected function getTranslator_DefaultService()
  3744.     {
  3745.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3746.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3747.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3748.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3749.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3750.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3751.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3752.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3753.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3754.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3755.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3756.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3757.         ], [
  3758.             'translation.loader.csv' => '?',
  3759.             'translation.loader.dat' => '?',
  3760.             'translation.loader.ini' => '?',
  3761.             'translation.loader.json' => '?',
  3762.             'translation.loader.mo' => '?',
  3763.             'translation.loader.php' => '?',
  3764.             'translation.loader.po' => '?',
  3765.             'translation.loader.qt' => '?',
  3766.             'translation.loader.res' => '?',
  3767.             'translation.loader.xliff' => '?',
  3768.             'translation.loader.yml' => '?',
  3769.         ]), 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']);
  3770.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3771.         $instance->setFallbackLocales($this->parameters['kernel.enabled_locales']);
  3772.         return $instance;
  3773.     }
  3774.     /**
  3775.      * Gets the private 'validator.builder' shared service.
  3776.      *
  3777.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3778.      */
  3779.     protected function getValidator_BuilderService()
  3780.     {
  3781.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3782.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3783.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3784.         if ($this->has('translator')) {
  3785.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3786.         }
  3787.         $instance->setTranslationDomain('validators');
  3788.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3789.         $instance->enableAnnotationMapping(true);
  3790.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3791.         $instance->addMethodMapping('loadValidatorMetadata');
  3792.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3793.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3794.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3795.         return $instance;
  3796.     }
  3797.     /**
  3798.      * Gets the private 'validator.validator_factory' shared service.
  3799.      *
  3800.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3801.      */
  3802.     protected function getValidator_ValidatorFactoryService()
  3803.     {
  3804.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3805.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3806.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3807.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3808.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3809.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3810.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3811.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3812.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3813.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3814.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3815.         ], [
  3816.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3817.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3818.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3819.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3820.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3821.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3822.             'doctrine.orm.validator.unique' => '?',
  3823.             'security.validator.user_password' => '?',
  3824.             'sonata.form.validator.inline' => '?',
  3825.             'validator.expression' => '?',
  3826.         ]));
  3827.     }
  3828.     /**
  3829.      * Gets the private 'var_dumper.html_dumper' shared service.
  3830.      *
  3831.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3832.      */
  3833.     protected function getVarDumper_HtmlDumperService()
  3834.     {
  3835.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3836.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3837.         return $instance;
  3838.     }
  3839.     /**
  3840.      * Gets the private 'var_dumper.server_connection' shared service.
  3841.      *
  3842.      * @return \Symfony\Component\VarDumper\Server\Connection
  3843.      */
  3844.     protected function getVarDumper_ServerConnectionService()
  3845.     {
  3846.         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()]);
  3847.     }
  3848.     /**
  3849.      * Gets the private 'web_profiler.csp.handler' shared service.
  3850.      *
  3851.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3852.      */
  3853.     protected function getWebProfiler_Csp_HandlerService()
  3854.     {
  3855.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3856.     }
  3857.     /**
  3858.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3859.      *
  3860.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3861.      */
  3862.     protected function getWebProfiler_DebugToolbarService()
  3863.     {
  3864.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3865.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3866.             return $this->privates['web_profiler.debug_toolbar'];
  3867.         }
  3868.         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()));
  3869.     }
  3870.     /**
  3871.      * Gets the public 'cache_clearer' alias.
  3872.      *
  3873.      * @return object The ".container.private.cache_clearer" service.
  3874.      */
  3875.     protected function getCacheClearerService()
  3876.     {
  3877.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3878.         return $this->get('.container.private.cache_clearer');
  3879.     }
  3880.     /**
  3881.      * Gets the public 'filesystem' alias.
  3882.      *
  3883.      * @return object The ".container.private.filesystem" service.
  3884.      */
  3885.     protected function getFilesystemService()
  3886.     {
  3887.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3888.         return $this->get('.container.private.filesystem');
  3889.     }
  3890.     /**
  3891.      * Gets the public 'serializer' alias.
  3892.      *
  3893.      * @return object The ".container.private.serializer" service.
  3894.      */
  3895.     protected function getSerializerService()
  3896.     {
  3897.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3898.         return $this->get('.container.private.serializer');
  3899.     }
  3900.     /**
  3901.      * Gets the public 'security.csrf.token_manager' alias.
  3902.      *
  3903.      * @return object The ".container.private.security.csrf.token_manager" service.
  3904.      */
  3905.     protected function getSecurity_Csrf_TokenManagerService()
  3906.     {
  3907.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3908.         return $this->get('.container.private.security.csrf.token_manager');
  3909.     }
  3910.     /**
  3911.      * Gets the public 'form.factory' alias.
  3912.      *
  3913.      * @return object The ".container.private.form.factory" service.
  3914.      */
  3915.     protected function getForm_FactoryService()
  3916.     {
  3917.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3918.         return $this->get('.container.private.form.factory');
  3919.     }
  3920.     /**
  3921.      * Gets the public 'form.type.file' alias.
  3922.      *
  3923.      * @return object The ".container.private.form.type.file" service.
  3924.      */
  3925.     protected function getForm_Type_FileService()
  3926.     {
  3927.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3928.         return $this->get('.container.private.form.type.file');
  3929.     }
  3930.     /**
  3931.      * Gets the public 'profiler' alias.
  3932.      *
  3933.      * @return object The ".container.private.profiler" service.
  3934.      */
  3935.     protected function getProfilerService()
  3936.     {
  3937.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3938.         return $this->get('.container.private.profiler');
  3939.     }
  3940.     /**
  3941.      * Gets the public 'twig' alias.
  3942.      *
  3943.      * @return object The ".container.private.twig" service.
  3944.      */
  3945.     protected function getTwigService()
  3946.     {
  3947.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3948.         return $this->get('.container.private.twig');
  3949.     }
  3950.     /**
  3951.      * Gets the public 'security.authorization_checker' alias.
  3952.      *
  3953.      * @return object The ".container.private.security.authorization_checker" service.
  3954.      */
  3955.     protected function getSecurity_AuthorizationCheckerService()
  3956.     {
  3957.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3958.         return $this->get('.container.private.security.authorization_checker');
  3959.     }
  3960.     /**
  3961.      * Gets the public 'security.token_storage' alias.
  3962.      *
  3963.      * @return object The ".container.private.security.token_storage" service.
  3964.      */
  3965.     protected function getSecurity_TokenStorageService()
  3966.     {
  3967.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3968.         return $this->get('.container.private.security.token_storage');
  3969.     }
  3970.     /**
  3971.      * Gets the public 'security.password_encoder' alias.
  3972.      *
  3973.      * @return object The ".container.private.security.password_encoder" service.
  3974.      */
  3975.     protected function getSecurity_PasswordEncoderService()
  3976.     {
  3977.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3978.         return $this->get('.container.private.security.password_encoder');
  3979.     }
  3980.     /**
  3981.      * Gets the public 'session' alias.
  3982.      *
  3983.      * @return object The ".container.private.session" service.
  3984.      */
  3985.     protected function getSessionService()
  3986.     {
  3987.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3988.         return $this->get('.container.private.session');
  3989.     }
  3990.     /**
  3991.      * Gets the public 'validator' alias.
  3992.      *
  3993.      * @return object The ".container.private.validator" service.
  3994.      */
  3995.     protected function getValidatorService()
  3996.     {
  3997.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3998.         return $this->get('.container.private.validator');
  3999.     }
  4000.     /**
  4001.      * @return array|bool|float|int|string|\UnitEnum|null
  4002.      */
  4003.     public function getParameter(string $name)
  4004.     {
  4005.         if (isset($this->buildParameters[$name])) {
  4006.             return $this->buildParameters[$name];
  4007.         }
  4008.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4009.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4010.         }
  4011.         if (isset($this->loadedDynamicParameters[$name])) {
  4012.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4013.         }
  4014.         return $this->parameters[$name];
  4015.     }
  4016.     public function hasParameter(string $name): bool
  4017.     {
  4018.         if (isset($this->buildParameters[$name])) {
  4019.             return true;
  4020.         }
  4021.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4022.     }
  4023.     public function setParameter(string $name$value): void
  4024.     {
  4025.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4026.     }
  4027.     public function getParameterBag(): ParameterBagInterface
  4028.     {
  4029.         if (null === $this->parameterBag) {
  4030.             $parameters $this->parameters;
  4031.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4032.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4033.             }
  4034.             foreach ($this->buildParameters as $name => $value) {
  4035.                 $parameters[$name] = $value;
  4036.             }
  4037.             $this->parameterBag = new FrozenParameterBag($parameters);
  4038.         }
  4039.         return $this->parameterBag;
  4040.     }
  4041.     private $loadedDynamicParameters = [
  4042.         'kernel.runtime_environment' => false,
  4043.         'kernel.build_dir' => false,
  4044.         'kernel.cache_dir' => false,
  4045.         'frontend_domain' => false,
  4046.         'backend_domain' => false,
  4047.         'image_domain' => false,
  4048.         'etermin_public_key' => false,
  4049.         'etermin_private_key' => false,
  4050.         'matomo_api_key' => false,
  4051.         'google_api_key' => false,
  4052.         'doctrine.orm.proxy_dir' => false,
  4053.         'kernel.secret' => false,
  4054.         'debug.container.dump' => false,
  4055.         'serializer.mapping.cache.file' => false,
  4056.         'validator.mapping.cache.file' => false,
  4057.         'profiler.storage.dsn' => false,
  4058.     ];
  4059.     private $dynamicParameters = [];
  4060.     private function getDynamicParameter(string $name)
  4061.     {
  4062.         switch ($name) {
  4063.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4064.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4065.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4066.             case 'frontend_domain'$value $this->getEnv('FRONTEND_DOMAIN'); break;
  4067.             case 'backend_domain'$value $this->getEnv('BACKEND_DOMAIN'); break;
  4068.             case 'image_domain'$value $this->getEnv('IMAGE_DOMAIN'); break;
  4069.             case 'etermin_public_key'$value $this->getEnv('ETERMIN_PUBLIC_KEY'); break;
  4070.             case 'etermin_private_key'$value $this->getEnv('ETERMIN_PRIVATE_KEY'); break;
  4071.             case 'matomo_api_key'$value $this->getEnv('MATOMO_API_KEY'); break;
  4072.             case 'google_api_key'$value $this->getEnv('GOOGLE_API_KEY'); break;
  4073.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4074.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4075.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4076.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4077.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4078.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4079.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4080.         }
  4081.         $this->loadedDynamicParameters[$name] = true;
  4082.         return $this->dynamicParameters[$name] = $value;
  4083.     }
  4084.     protected function getDefaultParameters(): array
  4085.     {
  4086.         return [
  4087.             'kernel.project_dir' => \dirname(__DIR__4),
  4088.             'kernel.environment' => 'dev',
  4089.             'kernel.debug' => true,
  4090.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4091.             'kernel.bundles' => [
  4092.                 'AdminBundle' => 'App\\AdminBundle\\AdminBundle',
  4093.                 'ApiBundle' => 'App\\ApiBundle\\ApiBundle',
  4094.                 'BackendBundle' => 'App\\BackendBundle\\BackendBundle',
  4095.                 'FrontendBundle' => 'App\\FrontendBundle\\FrontendBundle',
  4096.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4097.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4098.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  4099.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  4100.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4101.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  4102.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4103.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4104.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4105.                 'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
  4106.                 'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
  4107.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4108.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  4109.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  4110.                 'SonataCacheBundle' => 'Sonata\\CacheBundle\\SonataCacheBundle',
  4111.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  4112.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  4113.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle\\SonataFormBundle',
  4114.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  4115.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4116.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4117.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4118.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4119.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4120.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4121.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4122.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4123.             ],
  4124.             'kernel.bundles_metadata' => [
  4125.                 'AdminBundle' => [
  4126.                     'path' => (\dirname(__DIR__4).'/src/AdminBundle'),
  4127.                     'namespace' => 'App\\AdminBundle',
  4128.                 ],
  4129.                 'ApiBundle' => [
  4130.                     'path' => (\dirname(__DIR__4).'/src/ApiBundle'),
  4131.                     'namespace' => 'App\\ApiBundle',
  4132.                 ],
  4133.                 'BackendBundle' => [
  4134.                     'path' => (\dirname(__DIR__4).'/src/BackendBundle'),
  4135.                     'namespace' => 'App\\BackendBundle',
  4136.                 ],
  4137.                 'FrontendBundle' => [
  4138.                     'path' => (\dirname(__DIR__4).'/src/FrontendBundle'),
  4139.                     'namespace' => 'App\\FrontendBundle',
  4140.                 ],
  4141.                 'DoctrineBundle' => [
  4142.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4143.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4144.                 ],
  4145.                 'DoctrineMigrationsBundle' => [
  4146.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4147.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4148.                 ],
  4149.                 'FOSCKEditorBundle' => [
  4150.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  4151.                     'namespace' => 'FOS\\CKEditorBundle',
  4152.                 ],
  4153.                 'FOSElasticaBundle' => [
  4154.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  4155.                     'namespace' => 'FOS\\ElasticaBundle',
  4156.                 ],
  4157.                 'JMSSerializerBundle' => [
  4158.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4159.                     'namespace' => 'JMS\\SerializerBundle',
  4160.                 ],
  4161.                 'KnpMarkdownBundle' => [
  4162.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  4163.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  4164.                 ],
  4165.                 'KnpMenuBundle' => [
  4166.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  4167.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4168.                 ],
  4169.                 'LeagueOAuth2ServerBundle' => [
  4170.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4171.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4172.                 ],
  4173.                 'LiipImagineBundle' => [
  4174.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4175.                     'namespace' => 'Liip\\ImagineBundle',
  4176.                 ],
  4177.                 'OverblogGraphQLBundle' => [
  4178.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src'),
  4179.                     'namespace' => 'Overblog\\GraphQLBundle',
  4180.                 ],
  4181.                 'OverblogGraphiQLBundle' => [
  4182.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle'),
  4183.                     'namespace' => 'Overblog\\GraphiQLBundle',
  4184.                 ],
  4185.                 'SensioFrameworkExtraBundle' => [
  4186.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4187.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4188.                 ],
  4189.                 'SonataBlockBundle' => [
  4190.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  4191.                     'namespace' => 'Sonata\\BlockBundle',
  4192.                 ],
  4193.                 'SonataAdminBundle' => [
  4194.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  4195.                     'namespace' => 'Sonata\\AdminBundle',
  4196.                 ],
  4197.                 'SonataCacheBundle' => [
  4198.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/cache-bundle/src'),
  4199.                     'namespace' => 'Sonata\\CacheBundle',
  4200.                 ],
  4201.                 'SonataDoctrineBundle' => [
  4202.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  4203.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  4204.                 ],
  4205.                 'SonataDoctrineORMAdminBundle' => [
  4206.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  4207.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  4208.                 ],
  4209.                 'SonataFormBundle' => [
  4210.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/..'),
  4211.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle',
  4212.                 ],
  4213.                 'SonataSeoBundle' => [
  4214.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  4215.                     'namespace' => 'Sonata\\SeoBundle',
  4216.                 ],
  4217.                 'FrameworkBundle' => [
  4218.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4219.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4220.                 ],
  4221.                 'TwigBundle' => [
  4222.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4223.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4224.                 ],
  4225.                 'WebProfilerBundle' => [
  4226.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4227.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4228.                 ],
  4229.                 'MonologBundle' => [
  4230.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4231.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4232.                 ],
  4233.                 'DebugBundle' => [
  4234.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4235.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4236.                 ],
  4237.                 'MakerBundle' => [
  4238.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4239.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4240.                 ],
  4241.                 'SecurityBundle' => [
  4242.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4243.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4244.                 ],
  4245.                 'TwigExtraBundle' => [
  4246.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4247.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4248.                 ],
  4249.             ],
  4250.             'kernel.charset' => 'UTF-8',
  4251.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4252.             'admin.authentication.handler.login_success_handler.class' => 'AdminBundle\\Authentication\\Handler\\LoginSuccessHandler',
  4253.             'admin.lastroute.class' => 'AdminBundle\\EventListener\\LastRouteListener',
  4254.             'sonata.media.admin.media.class' => 'AdminBundle\\Admin\\MediaAdmin',
  4255.             'sonata.media.admin.gallery.class' => 'AdminBundle\\Admin\\GalleryAdmin',
  4256.             'sonata.media.admin.gallery_has_media.class' => 'AdminBundle\\Admin\\GalleryHasMediaAdmin',
  4257.             'twig.asset_exists_extension.class' => 'App\\Twig\\AssetExistsExtension',
  4258.             'twig.date_helpers_extension.class' => 'App\\Twig\\DateHelpersExtension',
  4259.             'root_dir' => \dirname(__DIR__4),
  4260.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4261.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4262.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4263.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4264.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4265.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4266.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4267.             'doctrine.entity_managers' => [
  4268.                 'default' => 'doctrine.orm.default_entity_manager',
  4269.             ],
  4270.             'doctrine.default_entity_manager' => 'default',
  4271.             'doctrine.dbal.connection_factory.types' => [
  4272.                 'oauth2_grant' => [
  4273.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  4274.                 ],
  4275.                 'oauth2_redirect_uri' => [
  4276.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  4277.                 ],
  4278.                 'oauth2_scope' => [
  4279.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  4280.                 ],
  4281.                 'uuid' => [
  4282.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  4283.                 ],
  4284.                 'json' => [
  4285.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  4286.                 ],
  4287.                 'ulid' => [
  4288.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4289.                 ],
  4290.             ],
  4291.             'doctrine.connections' => [
  4292.                 'default' => 'doctrine.dbal.default_connection',
  4293.             ],
  4294.             'doctrine.default_connection' => 'default',
  4295.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4296.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4297.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4298.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4299.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4300.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4301.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4302.             'doctrine.orm.cache.memcache_port' => 11211,
  4303.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4304.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4305.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4306.             'doctrine.orm.cache.memcached_port' => 11211,
  4307.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4308.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4309.             'doctrine.orm.cache.redis_host' => 'localhost',
  4310.             'doctrine.orm.cache.redis_port' => 6379,
  4311.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4312.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4313.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4314.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4315.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4316.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4317.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4318.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4319.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4320.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4321.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4322.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4323.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4324.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4325.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4326.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4327.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4328.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4329.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4330.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4331.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4332.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4333.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4334.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4335.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4336.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4337.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4338.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4339.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4340.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4341.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4342.             'doctrine.orm.auto_generate_proxy_classes' => false,
  4343.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4344.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4345.             'doctrine.migrations.preferred_em' => NULL,
  4346.             'doctrine.migrations.preferred_connection' => NULL,
  4347.             'fos_elastica.property_accessor.magicCall' => 0,
  4348.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  4349.             'fos_elastica.default_index' => 'events',
  4350.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  4351.             'knp_menu.renderer.list.options' => [
  4352.             ],
  4353.             'knp_menu.renderer.twig.options' => [
  4354.             ],
  4355.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4356.             'knp_menu.default_renderer' => 'twig',
  4357.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  4358.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  4359.             'league.oauth2_server.encryption_key' => '5jsptBuOQnuwC4SECyXd8FVa0BA1/Uxut/H3Yq5vHAk=',
  4360.             'league.oauth2_server.encryption_key.type' => 'plain',
  4361.             'league.oauth2_server.scopes.default' => [
  4362.                 => 'defaultscope',
  4363.             ],
  4364.             'liip_imagine.resolvers' => [
  4365.                 'default' => [
  4366.                     'web_path' => [
  4367.                         'web_root' => (\dirname(__DIR__4).'/public'),
  4368.                         'cache_prefix' => 'media/cache',
  4369.                     ],
  4370.                 ],
  4371.             ],
  4372.             'liip_imagine.loaders' => [
  4373.                 'default' => [
  4374.                     'filesystem' => [
  4375.                         'data_root' => [
  4376.                             => (\dirname(__DIR__4).'/public'),
  4377.                         ],
  4378.                         'locator' => 'filesystem',
  4379.                         'allow_unresolvable_data_roots' => false,
  4380.                         'bundle_resources' => [
  4381.                             'enabled' => false,
  4382.                             'access_control_type' => 'blacklist',
  4383.                             'access_control_list' => [
  4384.                             ],
  4385.                         ],
  4386.                     ],
  4387.                 ],
  4388.             ],
  4389.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4390.             'liip_imagine.jpegoptim.stripAll' => true,
  4391.             'liip_imagine.jpegoptim.max' => NULL,
  4392.             'liip_imagine.jpegoptim.progressive' => true,
  4393.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4394.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4395.             'liip_imagine.optipng.level' => 7,
  4396.             'liip_imagine.optipng.stripAll' => true,
  4397.             'liip_imagine.optipng.tempDir' => NULL,
  4398.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4399.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4400.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4401.             'liip_imagine.cwebp.tempDir' => NULL,
  4402.             'liip_imagine.cwebp.q' => 75,
  4403.             'liip_imagine.cwebp.alphaQ' => 100,
  4404.             'liip_imagine.cwebp.m' => 4,
  4405.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4406.             'liip_imagine.cwebp.alphaMethod' => 1,
  4407.             'liip_imagine.cwebp.exact' => false,
  4408.             'liip_imagine.cwebp.metadata' => [
  4409.                 => 'none',
  4410.             ],
  4411.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  4412.             'liip_imagine.cache.resolver.default' => 'default',
  4413.             'liip_imagine.default_image' => NULL,
  4414.             'liip_imagine.filter_sets' => [
  4415.                 'cache' => [
  4416.                     'format' => 'webp',
  4417.                     'quality' => 100,
  4418.                     'jpeg_quality' => NULL,
  4419.                     'png_compression_level' => NULL,
  4420.                     'png_compression_filter' => NULL,
  4421.                     'animated' => false,
  4422.                     'cache' => NULL,
  4423.                     'data_loader' => NULL,
  4424.                     'default_image' => NULL,
  4425.                     'filters' => [
  4426.                     ],
  4427.                     'post_processors' => [
  4428.                     ],
  4429.                 ],
  4430.                 'tn_medium' => [
  4431.                     'format' => 'webp',
  4432.                     'quality' => 100,
  4433.                     'jpeg_quality' => NULL,
  4434.                     'png_compression_level' => NULL,
  4435.                     'png_compression_filter' => NULL,
  4436.                     'animated' => false,
  4437.                     'cache' => NULL,
  4438.                     'data_loader' => NULL,
  4439.                     'default_image' => NULL,
  4440.                     'filters' => [
  4441.                         'relative_resize' => [
  4442.                             'widen' => 527,
  4443.                         ],
  4444.                     ],
  4445.                     'post_processors' => [
  4446.                     ],
  4447.                 ],
  4448.                 'tn_portrait' => [
  4449.                     'format' => 'webp',
  4450.                     'quality' => 100,
  4451.                     'jpeg_quality' => NULL,
  4452.                     'png_compression_level' => NULL,
  4453.                     'png_compression_filter' => NULL,
  4454.                     'animated' => false,
  4455.                     'cache' => NULL,
  4456.                     'data_loader' => NULL,
  4457.                     'default_image' => NULL,
  4458.                     'filters' => [
  4459.                         'relative_resize' => [
  4460.                             'widen' => 1000,
  4461.                         ],
  4462.                     ],
  4463.                     'post_processors' => [
  4464.                     ],
  4465.                 ],
  4466.                 'tn_landscape' => [
  4467.                     'format' => 'webp',
  4468.                     'quality' => 100,
  4469.                     'jpeg_quality' => NULL,
  4470.                     'png_compression_level' => NULL,
  4471.                     'png_compression_filter' => NULL,
  4472.                     'animated' => false,
  4473.                     'cache' => NULL,
  4474.                     'data_loader' => NULL,
  4475.                     'default_image' => NULL,
  4476.                     'filters' => [
  4477.                         'relative_resize' => [
  4478.                             'widen' => 1240,
  4479.                         ],
  4480.                     ],
  4481.                     'post_processors' => [
  4482.                     ],
  4483.                 ],
  4484.                 'tn_large' => [
  4485.                     'format' => 'webp',
  4486.                     'quality' => 100,
  4487.                     'jpeg_quality' => NULL,
  4488.                     'png_compression_level' => NULL,
  4489.                     'png_compression_filter' => NULL,
  4490.                     'animated' => false,
  4491.                     'cache' => NULL,
  4492.                     'data_loader' => NULL,
  4493.                     'default_image' => NULL,
  4494.                     'filters' => [
  4495.                         'relative_resize' => [
  4496.                             'widen' => 1560,
  4497.                         ],
  4498.                     ],
  4499.                     'post_processors' => [
  4500.                     ],
  4501.                 ],
  4502.                 'tn_xlarge' => [
  4503.                     'format' => 'webp',
  4504.                     'quality' => 100,
  4505.                     'jpeg_quality' => NULL,
  4506.                     'png_compression_level' => NULL,
  4507.                     'png_compression_filter' => NULL,
  4508.                     'animated' => false,
  4509.                     'cache' => NULL,
  4510.                     'data_loader' => NULL,
  4511.                     'default_image' => NULL,
  4512.                     'filters' => [
  4513.                         'relative_resize' => [
  4514.                             'widen' => 1900,
  4515.                         ],
  4516.                     ],
  4517.                     'post_processors' => [
  4518.                     ],
  4519.                 ],
  4520.                 'tn_huge' => [
  4521.                     'format' => 'webp',
  4522.                     'quality' => 100,
  4523.                     'jpeg_quality' => NULL,
  4524.                     'png_compression_level' => NULL,
  4525.                     'png_compression_filter' => NULL,
  4526.                     'animated' => false,
  4527.                     'cache' => NULL,
  4528.                     'data_loader' => NULL,
  4529.                     'default_image' => NULL,
  4530.                     'filters' => [
  4531.                         'relative_resize' => [
  4532.                             'widen' => 2800,
  4533.                         ],
  4534.                     ],
  4535.                     'post_processors' => [
  4536.                     ],
  4537.                 ],
  4538.             ],
  4539.             'liip_imagine.binary.loader.default' => 'default',
  4540.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4541.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4542.             'liip_imagine.webp.generate' => false,
  4543.             'liip_imagine.webp.options' => [
  4544.                 'quality' => 100,
  4545.                 'cache' => NULL,
  4546.                 'data_loader' => NULL,
  4547.                 'post_processors' => [
  4548.                 ],
  4549.             ],
  4550.             'overblog_graphql_types.config' => [
  4551.                 'InternalMutation' => [
  4552.                     'type' => 'object',
  4553.                     'inherits' => [
  4554.                         => 'InternalMutationBoPartnerProfile',
  4555.                         => 'InternalMutationCompanyProfile',
  4556.                         => 'InternalMutationJobMarket',
  4557.                         => 'InternalMutationSchool',
  4558.                         => 'InternalMutationSchoolClass',
  4559.                         => 'InternalMutationSchoolProfile',
  4560.                         => 'InternalMutationUser',
  4561.                     ],
  4562.                     'class_name' => 'InternalMutationType',
  4563.                     'decorator' => false,
  4564.                     'config' => [
  4565.                         'description' => 'Internal Mutation',
  4566.                         'fields' => [
  4567.                             'addBoPartnerProfileContact' => [
  4568.                                 'type' => 'ProfileUpdateResponse!',
  4569.                                 'args' => [
  4570.                                     'profileID' => [
  4571.                                         'description' => 'The profile id',
  4572.                                         'type' => 'Int!',
  4573.                                     ],
  4574.                                     'contact' => [
  4575.                                         'description' => 'The contact data',
  4576.                                         'type' => 'InContactPerson!',
  4577.                                     ],
  4578.                                 ],
  4579.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addContact", args["profileID"], args["contact"])',
  4580.                             ],
  4581.                             'removeBoPartnerProfileContact' => [
  4582.                                 'type' => 'ProfileUpdateResponse!',
  4583.                                 'args' => [
  4584.                                     'profileID' => [
  4585.                                         'description' => 'The profile id',
  4586.                                         'type' => 'Int!',
  4587.                                     ],
  4588.                                     'galleryEntryID' => [
  4589.                                         'description' => 'The contact id',
  4590.                                         'type' => 'Int!',
  4591.                                     ],
  4592.                                 ],
  4593.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  4594.                             ],
  4595.                             'updateBoPartnerProfileContact' => [
  4596.                                 'type' => 'ProfileUpdateResponse!',
  4597.                                 'args' => [
  4598.                                     'profileID' => [
  4599.                                         'description' => 'The profile id',
  4600.                                         'type' => 'Int!',
  4601.                                     ],
  4602.                                     'contactID' => [
  4603.                                         'description' => 'The contact id',
  4604.                                         'type' => 'Int!',
  4605.                                     ],
  4606.                                     'contact' => [
  4607.                                         'description' => 'The contact data',
  4608.                                         'type' => 'InContactPerson!',
  4609.                                     ],
  4610.                                 ],
  4611.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  4612.                             ],
  4613.                             'updateBoPartnerProfileContactPosition' => [
  4614.                                 'type' => 'ProfileUpdateResponse!',
  4615.                                 'args' => [
  4616.                                     'profileID' => [
  4617.                                         'description' => 'The profile id',
  4618.                                         'type' => 'Int!',
  4619.                                     ],
  4620.                                     'contactGalleryEntryIDs' => [
  4621.                                         'description' => 'The contact ids',
  4622.                                         'type' => '[Int!]',
  4623.                                     ],
  4624.                                 ],
  4625.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContactPositions", args["profileID"], args["contactGalleryEntryIDs"])',
  4626.                             ],
  4627.                             'updateBoPartnerProfileContactVisability' => [
  4628.                                 'type' => 'ProfileUpdateResponse!',
  4629.                                 'args' => [
  4630.                                     'profileID' => [
  4631.                                         'description' => 'The profile id',
  4632.                                         'type' => 'Int!',
  4633.                                     ],
  4634.                                     'galleryEntryID' => [
  4635.                                         'description' => 'The contact id',
  4636.                                         'type' => 'Int!',
  4637.                                     ],
  4638.                                     'visible' => [
  4639.                                         'description' => 'enable or disable visibility',
  4640.                                         'type' => 'Boolean!',
  4641.                                     ],
  4642.                                 ],
  4643.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContactVisibility", args["profileID"], args["galleryEntryID"], args["visible"])',
  4644.                             ],
  4645.                             'addBoPartnerProfileGalleryPicture' => [
  4646.                                 'type' => 'ProfileUpdateResponse!',
  4647.                                 'args' => [
  4648.                                     'profileID' => [
  4649.                                         'description' => 'The profile id',
  4650.                                         'type' => 'Int!',
  4651.                                     ],
  4652.                                     'picture' => [
  4653.                                         'description' => 'The picture to add',
  4654.                                         'type' => 'UploadFile!',
  4655.                                     ],
  4656.                                 ],
  4657.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  4658.                             ],
  4659.                             'removeBoPartnerProfileGalleryPicture' => [
  4660.                                 'type' => 'ProfileUpdateResponse!',
  4661.                                 'args' => [
  4662.                                     'profileID' => [
  4663.                                         'description' => 'The profile id',
  4664.                                         'type' => 'Int!',
  4665.                                     ],
  4666.                                     'galleryEntryID' => [
  4667.                                         'description' => 'The gallery entry id',
  4668.                                         'type' => 'Int!',
  4669.                                     ],
  4670.                                 ],
  4671.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  4672.                             ],
  4673.                             'setBoPartnerProfileGalleryPictureCaption' => [
  4674.                                 'type' => 'ProfileUpdateResponse!',
  4675.                                 'args' => [
  4676.                                     'profileID' => [
  4677.                                         'description' => 'The profile id',
  4678.                                         'type' => 'Int!',
  4679.                                     ],
  4680.                                     'galleryEntryID' => [
  4681.                                         'description' => 'The gallery entry id',
  4682.                                         'type' => 'Int!',
  4683.                                     ],
  4684.                                     'caption' => [
  4685.                                         'description' => 'The caption',
  4686.                                         'type' => 'String!',
  4687.                                     ],
  4688.                                 ],
  4689.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  4690.                             ],
  4691.                             'addBoPartnerProfileGalleryDocument' => [
  4692.                                 'type' => 'ProfileUpdateResponse!',
  4693.                                 'args' => [
  4694.                                     'profileID' => [
  4695.                                         'description' => 'The profile id',
  4696.                                         'type' => 'Int!',
  4697.                                     ],
  4698.                                     'document' => [
  4699.                                         'description' => 'The document to add',
  4700.                                         'type' => 'UploadFile!',
  4701.                                     ],
  4702.                                     'documentName' => [
  4703.                                         'description' => 'The document name',
  4704.                                         'type' => 'String!',
  4705.                                     ],
  4706.                                 ],
  4707.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  4708.                             ],
  4709.                             'removeBoPartnerProfileGalleryDocument' => [
  4710.                                 'type' => 'ProfileUpdateResponse!',
  4711.                                 'args' => [
  4712.                                     'profileID' => [
  4713.                                         'description' => 'The profile id',
  4714.                                         'type' => 'Int!',
  4715.                                     ],
  4716.                                     'galleryEntryID' => [
  4717.                                         'description' => 'The gallery entry id',
  4718.                                         'type' => 'Int!',
  4719.                                     ],
  4720.                                 ],
  4721.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  4722.                             ],
  4723.                             'setBoPartnerProfileGalleryDocumentCaption' => [
  4724.                                 'type' => 'ProfileUpdateResponse!',
  4725.                                 'args' => [
  4726.                                     'profileID' => [
  4727.                                         'description' => 'The profile id',
  4728.                                         'type' => 'Int!',
  4729.                                     ],
  4730.                                     'galleryEntryID' => [
  4731.                                         'description' => 'The gallery entry id',
  4732.                                         'type' => 'Int!',
  4733.                                     ],
  4734.                                     'caption' => [
  4735.                                         'description' => 'The caption',
  4736.                                         'type' => 'String!',
  4737.                                     ],
  4738.                                 ],
  4739.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  4740.                             ],
  4741.                             'addBoPartnerProfileGalleryVideo' => [
  4742.                                 'type' => 'ProfileUpdateResponse!',
  4743.                                 'args' => [
  4744.                                     'profileID' => [
  4745.                                         'description' => 'The profile id',
  4746.                                         'type' => 'Int!',
  4747.                                     ],
  4748.                                     'youtubeURL' => [
  4749.                                         'description' => 'The youtube url',
  4750.                                         'type' => 'String!',
  4751.                                     ],
  4752.                                     'videoName' => [
  4753.                                         'description' => 'The video name',
  4754.                                         'type' => 'String!',
  4755.                                     ],
  4756.                                 ],
  4757.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  4758.                             ],
  4759.                             'removeBoPartnerProfileGalleryVideo' => [
  4760.                                 'type' => 'ProfileUpdateResponse!',
  4761.                                 'args' => [
  4762.                                     'profileID' => [
  4763.                                         'description' => 'The profile id',
  4764.                                         'type' => 'Int!',
  4765.                                     ],
  4766.                                     'galleryEntryID' => [
  4767.                                         'description' => 'The gallery entry id',
  4768.                                         'type' => 'Int!',
  4769.                                     ],
  4770.                                 ],
  4771.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  4772.                             ],
  4773.                             'setBoPartnerProfileGalleryVideoCaption' => [
  4774.                                 'type' => 'ProfileUpdateResponse!',
  4775.                                 'args' => [
  4776.                                     'profileID' => [
  4777.                                         'description' => 'The profile id',
  4778.                                         'type' => 'Int!',
  4779.                                     ],
  4780.                                     'galleryEntryID' => [
  4781.                                         'description' => 'The gallery entry id',
  4782.                                         'type' => 'Int!',
  4783.                                     ],
  4784.                                     'caption' => [
  4785.                                         'description' => 'The caption',
  4786.                                         'type' => 'String!',
  4787.                                     ],
  4788.                                 ],
  4789.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  4790.                             ],
  4791.                             'setBoPartnerProfileGalleryItemsVisability' => [
  4792.                                 'type' => 'ProfileUpdateResponse!',
  4793.                                 'args' => [
  4794.                                     'profileID' => [
  4795.                                         'description' => 'The profile id',
  4796.                                         'type' => 'Int!',
  4797.                                     ],
  4798.                                     'galleryEntryIDs' => [
  4799.                                         'description' => 'The gallery entry id',
  4800.                                         'type' => '[Int!]',
  4801.                                     ],
  4802.                                     'visible' => [
  4803.                                         'description' => 'enable or disable visibility',
  4804.                                         'type' => 'Boolean!',
  4805.                                     ],
  4806.                                 ],
  4807.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryItemsVisibility", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  4808.                             ],
  4809.                             'setBoPartnerProfileGalleryItemsPosition' => [
  4810.                                 'type' => 'ProfileUpdateResponse!',
  4811.                                 'args' => [
  4812.                                     'profileID' => [
  4813.                                         'description' => 'The profile id',
  4814.                                         'type' => 'Int!',
  4815.                                     ],
  4816.                                     'galleryEntryIDs' => [
  4817.                                         'description' => 'The gallery entry id',
  4818.                                         'type' => '[Int!]',
  4819.                                     ],
  4820.                                 ],
  4821.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  4822.                             ],
  4823.                             'updateBoPartnerProfileLinks' => [
  4824.                                 'type' => 'ProfileUpdateResponse!',
  4825.                                 'args' => [
  4826.                                     'profileID' => [
  4827.                                         'description' => 'The profile id',
  4828.                                         'type' => 'Int!',
  4829.                                     ],
  4830.                                     'links' => [
  4831.                                         'description' => 'The link urls',
  4832.                                         'type' => '[InLink!]',
  4833.                                     ],
  4834.                                 ],
  4835.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  4836.                             ],
  4837.                             'addBoPartnerProfileLocation' => [
  4838.                                 'type' => 'ProfileUpdateResponse!',
  4839.                                 'args' => [
  4840.                                     'profileID' => [
  4841.                                         'description' => 'The profile id',
  4842.                                         'type' => 'Int!',
  4843.                                     ],
  4844.                                     'location' => [
  4845.                                         'description' => 'The location data',
  4846.                                         'type' => 'InLocation!',
  4847.                                     ],
  4848.                                 ],
  4849.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addLocation", args["profileID"], args["location"])',
  4850.                             ],
  4851.                             'removeBoPartnerProfileLocation' => [
  4852.                                 'type' => 'ProfileUpdateResponse!',
  4853.                                 'args' => [
  4854.                                     'profileID' => [
  4855.                                         'description' => 'The profile id',
  4856.                                         'type' => 'Int!',
  4857.                                     ],
  4858.                                     'locationID' => [
  4859.                                         'description' => 'The location ID',
  4860.                                         'type' => 'Int!',
  4861.                                     ],
  4862.                                 ],
  4863.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  4864.                             ],
  4865.                             'updateBoPartnerProfileLocation' => [
  4866.                                 'type' => 'ProfileUpdateResponse!',
  4867.                                 'args' => [
  4868.                                     'profileID' => [
  4869.                                         'description' => 'The profile id',
  4870.                                         'type' => 'Int!',
  4871.                                     ],
  4872.                                     'locationID' => [
  4873.                                         'description' => 'The location ID',
  4874.                                         'type' => 'Int!',
  4875.                                     ],
  4876.                                     'location' => [
  4877.                                         'description' => 'The location data',
  4878.                                         'type' => 'InLocation!',
  4879.                                     ],
  4880.                                 ],
  4881.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  4882.                             ],
  4883.                             'setBoPartnerProfileOffers' => [
  4884.                                 'type' => 'ProfileUpdateResponse!',
  4885.                                 'args' => [
  4886.                                     'profileID' => [
  4887.                                         'description' => 'The profile id',
  4888.                                         'type' => 'Int!',
  4889.                                     ],
  4890.                                     'offerIDs' => [
  4891.                                         'description' => 'The offer ids',
  4892.                                         'type' => '[Int!]',
  4893.                                     ],
  4894.                                 ],
  4895.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  4896.                             ],
  4897.                             'setBoPartnerProfileOffersDate' => [
  4898.                                 'type' => 'ProfileUpdateResponse!',
  4899.                                 'args' => [
  4900.                                     'profileID' => [
  4901.                                         'description' => 'The profile id',
  4902.                                         'type' => 'Int!',
  4903.                                     ],
  4904.                                     'offers' => [
  4905.                                         'description' => 'Array of offer data',
  4906.                                         'type' => '[InOffer!]',
  4907.                                     ],
  4908.                                 ],
  4909.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setOffersDate", args["profileID"], args["offers"])',
  4910.                             ],
  4911.                             'toggleBoPartnerProfileOffer' => [
  4912.                                 'type' => 'ProfileUpdateResponse!',
  4913.                                 'args' => [
  4914.                                     'profileID' => [
  4915.                                         'description' => 'The profile id',
  4916.                                         'type' => 'Int!',
  4917.                                     ],
  4918.                                     'offerID' => [
  4919.                                         'description' => 'The offer id',
  4920.                                         'type' => 'Int!',
  4921.                                     ],
  4922.                                     'enable' => [
  4923.                                         'description' => 'enable or disable',
  4924.                                         'type' => 'Boolean!',
  4925.                                     ],
  4926.                                 ],
  4927.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  4928.                             ],
  4929.                             'updateBoPartnerProfileDescription' => [
  4930.                                 'type' => 'ProfileUpdateResponse!',
  4931.                                 'args' => [
  4932.                                     'profileID' => [
  4933.                                         'description' => 'The profile id',
  4934.                                         'type' => 'Int!',
  4935.                                     ],
  4936.                                     'description' => [
  4937.                                         'description' => 'The company profile description',
  4938.                                         'type' => 'String!',
  4939.                                     ],
  4940.                                 ],
  4941.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateDescription", args["profileID"], args["description"])',
  4942.                             ],
  4943.                             'updateBoPartnerProfileEducationInformation' => [
  4944.                                 'type' => 'ProfileUpdateResponse!',
  4945.                                 'args' => [
  4946.                                     'profileID' => [
  4947.                                         'description' => 'The profile id',
  4948.                                         'type' => 'Int!',
  4949.                                     ],
  4950.                                     'educationInformation' => [
  4951.                                         'description' => 'The education information',
  4952.                                         'type' => 'String!',
  4953.                                     ],
  4954.                                 ],
  4955.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  4956.                             ],
  4957.                             'setBoPartnerProfileHeader' => [
  4958.                                 'type' => 'ProfileUpdateResponse!',
  4959.                                 'args' => [
  4960.                                     'profileID' => [
  4961.                                         'description' => 'The profile id',
  4962.                                         'type' => 'Int!',
  4963.                                     ],
  4964.                                     'galleryEntryID' => [
  4965.                                         'description' => 'The gallery entry id',
  4966.                                         'type' => 'Int!',
  4967.                                     ],
  4968.                                 ],
  4969.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  4970.                             ],
  4971.                             'removeBoPartnerProfileHeader' => [
  4972.                                 'type' => 'ProfileUpdateResponse!',
  4973.                                 'args' => [
  4974.                                     'profileID' => [
  4975.                                         'description' => 'The profile id',
  4976.                                         'type' => 'Int!',
  4977.                                     ],
  4978.                                 ],
  4979.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeHeaderPicture", args["profileID"])',
  4980.                             ],
  4981.                             'updateBoPartnerProfileLogo' => [
  4982.                                 'type' => 'ProfileUpdateResponse!',
  4983.                                 'args' => [
  4984.                                     'profileID' => [
  4985.                                         'description' => 'The profile id',
  4986.                                         'type' => 'Int!',
  4987.                                     ],
  4988.                                     'logo' => [
  4989.                                         'description' => 'The picture of the logo',
  4990.                                         'type' => 'UploadFile!',
  4991.                                     ],
  4992.                                     'copyright' => [
  4993.                                         'description' => 'The copyright of the picture',
  4994.                                         'type' => 'String',
  4995.                                     ],
  4996.                                 ],
  4997.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  4998.                             ],
  4999.                             'updateBoPartnerProfileLogoByGallery' => [
  5000.                                 'type' => 'ProfileUpdateResponse!',
  5001.                                 'args' => [
  5002.                                     'profileID' => [
  5003.                                         'description' => 'The profile id',
  5004.                                         'type' => 'Int!',
  5005.                                     ],
  5006.                                     'galleryEntryID' => [
  5007.                                         'description' => 'The gallery entry id',
  5008.                                         'type' => 'Int!',
  5009.                                     ],
  5010.                                 ],
  5011.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogoByGallery", args["profileID"], args["galleryEntryID"])',
  5012.                             ],
  5013.                             'updateBoPartnerProfileLogoStyle' => [
  5014.                                 'type' => 'ProfileUpdateResponse!',
  5015.                                 'args' => [
  5016.                                     'profileID' => [
  5017.                                         'description' => 'The profile id',
  5018.                                         'type' => 'Int!',
  5019.                                     ],
  5020.                                     'logoStyle' => [
  5021.                                         'description' => 'The logo style',
  5022.                                         'type' => 'LogoStyle!',
  5023.                                     ],
  5024.                                     'copyright' => [
  5025.                                         'description' => 'The copyright of the picture',
  5026.                                         'type' => 'String',
  5027.                                     ],
  5028.                                 ],
  5029.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  5030.                             ],
  5031.                             'updateBoPartnerProfileName' => [
  5032.                                 'type' => 'ProfileUpdateResponse!',
  5033.                                 'args' => [
  5034.                                     'profileID' => [
  5035.                                         'description' => 'The profile id',
  5036.                                         'type' => 'Int!',
  5037.                                     ],
  5038.                                     'name' => [
  5039.                                         'description' => 'The new profile name',
  5040.                                         'type' => 'String!',
  5041.                                     ],
  5042.                                 ],
  5043.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateName", args["profileID"], args["name"])',
  5044.                             ],
  5045.                             'setBoPartnerProfileSelected' => [
  5046.                                 'type' => 'Status!',
  5047.                                 'args' => [
  5048.                                     'profileID' => [
  5049.                                         'description' => 'The bopartner profile id',
  5050.                                         'type' => 'Int!',
  5051.                                     ],
  5052.                                 ],
  5053.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setBoPartnerProfileSelected", args["profileID"])',
  5054.                             ],
  5055.                             'deleteBoPartnerProfileQuiz' => [
  5056.                                 'type' => 'Status!',
  5057.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::deleteBoPartnerProfileQuiz")',
  5058.                             ],
  5059.                             'updateBoPartnerProfileQuizQuestions' => [
  5060.                                 'type' => 'Status!',
  5061.                                 'args' => [
  5062.                                     'questions' => [
  5063.                                         'description' => 'The questions',
  5064.                                         'type' => '[InQuizQuestion!]',
  5065.                                     ],
  5066.                                 ],
  5067.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateBoPartnerProfileQuizQuestions", args["questions"])',
  5068.                             ],
  5069.                             'addCompanyProfileContact' => [
  5070.                                 'type' => 'ProfileUpdateResponse!',
  5071.                                 'args' => [
  5072.                                     'profileID' => [
  5073.                                         'description' => 'The profile id',
  5074.                                         'type' => 'Int!',
  5075.                                     ],
  5076.                                     'contact' => [
  5077.                                         'description' => 'The contact data',
  5078.                                         'type' => 'InContactPerson!',
  5079.                                     ],
  5080.                                 ],
  5081.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addContact", args["profileID"], args["contact"])',
  5082.                             ],
  5083.                             'removeCompanyProfileContact' => [
  5084.                                 'type' => 'ProfileUpdateResponse!',
  5085.                                 'args' => [
  5086.                                     'profileID' => [
  5087.                                         'description' => 'The profile id',
  5088.                                         'type' => 'Int!',
  5089.                                     ],
  5090.                                     'galleryEntryID' => [
  5091.                                         'description' => 'The gallery entry id',
  5092.                                         'type' => 'Int!',
  5093.                                     ],
  5094.                                 ],
  5095.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  5096.                             ],
  5097.                             'updateCompanyProfileContact' => [
  5098.                                 'type' => 'ProfileUpdateResponse!',
  5099.                                 'args' => [
  5100.                                     'profileID' => [
  5101.                                         'description' => 'The profile id',
  5102.                                         'type' => 'Int!',
  5103.                                     ],
  5104.                                     'contactID' => [
  5105.                                         'description' => 'The contact id',
  5106.                                         'type' => 'Int!',
  5107.                                     ],
  5108.                                     'contact' => [
  5109.                                         'description' => 'The contact data',
  5110.                                         'type' => 'InContactPerson!',
  5111.                                     ],
  5112.                                 ],
  5113.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  5114.                             ],
  5115.                             'updateCompanyProfileContactPosition' => [
  5116.                                 'type' => 'ProfileUpdateResponse!',
  5117.                                 'args' => [
  5118.                                     'profileID' => [
  5119.                                         'description' => 'The profile id',
  5120.                                         'type' => 'Int!',
  5121.                                     ],
  5122.                                     'contactGalleryEntryIDs' => [
  5123.                                         'description' => 'The contact ids',
  5124.                                         'type' => '[Int!]',
  5125.                                     ],
  5126.                                 ],
  5127.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContactPositions", args["profileID"], args["contactGalleryEntryIDs"])',
  5128.                             ],
  5129.                             'updateCompanyProfileContactVisability' => [
  5130.                                 'type' => 'ProfileUpdateResponse!',
  5131.                                 'args' => [
  5132.                                     'profileID' => [
  5133.                                         'description' => 'The profile id',
  5134.                                         'type' => 'Int!',
  5135.                                     ],
  5136.                                     'galleryEntryID' => [
  5137.                                         'description' => 'The contact id',
  5138.                                         'type' => 'Int!',
  5139.                                     ],
  5140.                                     'visible' => [
  5141.                                         'description' => 'enable or disable visibility',
  5142.                                         'type' => 'Boolean!',
  5143.                                     ],
  5144.                                 ],
  5145.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContactVisibility", args["profileID"], args["galleryEntryID"], args["visible"])',
  5146.                             ],
  5147.                             'addCompanyProfileGalleryPicture' => [
  5148.                                 'type' => 'ProfileUpdateResponse!',
  5149.                                 'args' => [
  5150.                                     'profileID' => [
  5151.                                         'description' => 'The profile id',
  5152.                                         'type' => 'Int!',
  5153.                                     ],
  5154.                                     'picture' => [
  5155.                                         'description' => 'The picture to add',
  5156.                                         'type' => 'UploadFile!',
  5157.                                     ],
  5158.                                 ],
  5159.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  5160.                             ],
  5161.                             'removeCompanyProfileGalleryPicture' => [
  5162.                                 'type' => 'ProfileUpdateResponse!',
  5163.                                 'args' => [
  5164.                                     'profileID' => [
  5165.                                         'description' => 'The profile id',
  5166.                                         'type' => 'Int!',
  5167.                                     ],
  5168.                                     'galleryEntryID' => [
  5169.                                         'description' => 'The gallery entry id',
  5170.                                         'type' => 'Int!',
  5171.                                     ],
  5172.                                 ],
  5173.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  5174.                             ],
  5175.                             'setCompanyProfileGalleryPictureCaption' => [
  5176.                                 'type' => 'ProfileUpdateResponse!',
  5177.                                 'args' => [
  5178.                                     'profileID' => [
  5179.                                         'description' => 'The profile id',
  5180.                                         'type' => 'Int!',
  5181.                                     ],
  5182.                                     'galleryEntryID' => [
  5183.                                         'description' => 'The gallery entry id',
  5184.                                         'type' => 'Int!',
  5185.                                     ],
  5186.                                     'caption' => [
  5187.                                         'description' => 'The caption',
  5188.                                         'type' => 'String!',
  5189.                                     ],
  5190.                                 ],
  5191.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  5192.                             ],
  5193.                             'addCompanyProfileGalleryDocument' => [
  5194.                                 'type' => 'ProfileUpdateResponse!',
  5195.                                 'args' => [
  5196.                                     'profileID' => [
  5197.                                         'description' => 'The profile id',
  5198.                                         'type' => 'Int!',
  5199.                                     ],
  5200.                                     'document' => [
  5201.                                         'description' => 'The document to add',
  5202.                                         'type' => 'UploadFile!',
  5203.                                     ],
  5204.                                     'documentName' => [
  5205.                                         'description' => 'The document name',
  5206.                                         'type' => 'String!',
  5207.                                     ],
  5208.                                 ],
  5209.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  5210.                             ],
  5211.                             'removeCompanyProfileGalleryDocument' => [
  5212.                                 'type' => 'ProfileUpdateResponse!',
  5213.                                 'args' => [
  5214.                                     'profileID' => [
  5215.                                         'description' => 'The profile id',
  5216.                                         'type' => 'Int!',
  5217.                                     ],
  5218.                                     'galleryEntryID' => [
  5219.                                         'description' => 'The gallery entry id',
  5220.                                         'type' => 'Int!',
  5221.                                     ],
  5222.                                 ],
  5223.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  5224.                             ],
  5225.                             'setCompanyProfileGalleryDocumentCaption' => [
  5226.                                 'type' => 'ProfileUpdateResponse!',
  5227.                                 'args' => [
  5228.                                     'profileID' => [
  5229.                                         'description' => 'The profile id',
  5230.                                         'type' => 'Int!',
  5231.                                     ],
  5232.                                     'galleryEntryID' => [
  5233.                                         'description' => 'The gallery entry id',
  5234.                                         'type' => 'Int!',
  5235.                                     ],
  5236.                                     'caption' => [
  5237.                                         'description' => 'The caption',
  5238.                                         'type' => 'String!',
  5239.                                     ],
  5240.                                 ],
  5241.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  5242.                             ],
  5243.                             'addCompanyProfileGalleryVideo' => [
  5244.                                 'type' => 'ProfileUpdateResponse!',
  5245.                                 'args' => [
  5246.                                     'profileID' => [
  5247.                                         'description' => 'The profile id',
  5248.                                         'type' => 'Int!',
  5249.                                     ],
  5250.                                     'youtubeURL' => [
  5251.                                         'description' => 'The youtube url',
  5252.                                         'type' => 'String!',
  5253.                                     ],
  5254.                                     'videoName' => [
  5255.                                         'description' => 'The video name',
  5256.                                         'type' => 'String!',
  5257.                                     ],
  5258.                                 ],
  5259.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  5260.                             ],
  5261.                             'removeCompanyProfileGalleryVideo' => [
  5262.                                 'type' => 'ProfileUpdateResponse!',
  5263.                                 'args' => [
  5264.                                     'profileID' => [
  5265.                                         'description' => 'The profile id',
  5266.                                         'type' => 'Int!',
  5267.                                     ],
  5268.                                     'galleryEntryID' => [
  5269.                                         'description' => 'The gallery entry id',
  5270.                                         'type' => 'Int!',
  5271.                                     ],
  5272.                                 ],
  5273.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  5274.                             ],
  5275.                             'setCompanyProfileGalleryVideoCaption' => [
  5276.                                 'type' => 'ProfileUpdateResponse!',
  5277.                                 'args' => [
  5278.                                     'profileID' => [
  5279.                                         'description' => 'The profile id',
  5280.                                         'type' => 'Int!',
  5281.                                     ],
  5282.                                     'galleryEntryID' => [
  5283.                                         'description' => 'The gallery entry id',
  5284.                                         'type' => 'Int!',
  5285.                                     ],
  5286.                                     'caption' => [
  5287.                                         'description' => 'The caption',
  5288.                                         'type' => 'String!',
  5289.                                     ],
  5290.                                 ],
  5291.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  5292.                             ],
  5293.                             'setCompanyProfileGalleryItemsVisability' => [
  5294.                                 'type' => 'ProfileUpdateResponse!',
  5295.                                 'args' => [
  5296.                                     'profileID' => [
  5297.                                         'description' => 'The profile id',
  5298.                                         'type' => 'Int!',
  5299.                                     ],
  5300.                                     'galleryEntryIDs' => [
  5301.                                         'description' => 'The gallery entry id',
  5302.                                         'type' => '[Int!]',
  5303.                                     ],
  5304.                                     'visible' => [
  5305.                                         'description' => 'enable or disable visibility',
  5306.                                         'type' => 'Boolean!',
  5307.                                     ],
  5308.                                 ],
  5309.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryItemsVisibility", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  5310.                             ],
  5311.                             'setCompanyProfileGalleryItemsPosition' => [
  5312.                                 'type' => 'ProfileUpdateResponse!',
  5313.                                 'args' => [
  5314.                                     'profileID' => [
  5315.                                         'description' => 'The profile id',
  5316.                                         'type' => 'Int!',
  5317.                                     ],
  5318.                                     'galleryEntryIDs' => [
  5319.                                         'description' => 'The gallery entry id',
  5320.                                         'type' => '[Int!]',
  5321.                                     ],
  5322.                                 ],
  5323.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  5324.                             ],
  5325.                             'updateCompanyProfileLinks' => [
  5326.                                 'type' => 'ProfileUpdateResponse!',
  5327.                                 'args' => [
  5328.                                     'profileID' => [
  5329.                                         'description' => 'The profile id',
  5330.                                         'type' => 'Int!',
  5331.                                     ],
  5332.                                     'links' => [
  5333.                                         'description' => 'The link urls',
  5334.                                         'type' => '[InLink!]',
  5335.                                     ],
  5336.                                 ],
  5337.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  5338.                             ],
  5339.                             'addCompanyProfileLocation' => [
  5340.                                 'type' => 'ProfileUpdateResponse!',
  5341.                                 'args' => [
  5342.                                     'profileID' => [
  5343.                                         'description' => 'The profile id',
  5344.                                         'type' => 'Int!',
  5345.                                     ],
  5346.                                     'location' => [
  5347.                                         'description' => 'The location data',
  5348.                                         'type' => 'InLocation!',
  5349.                                     ],
  5350.                                 ],
  5351.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addLocation", args["profileID"], args["location"])',
  5352.                             ],
  5353.                             'removeCompanyProfileLocation' => [
  5354.                                 'type' => 'ProfileUpdateResponse!',
  5355.                                 'args' => [
  5356.                                     'profileID' => [
  5357.                                         'description' => 'The profile id',
  5358.                                         'type' => 'Int!',
  5359.                                     ],
  5360.                                     'locationID' => [
  5361.                                         'description' => 'The location ID',
  5362.                                         'type' => 'Int!',
  5363.                                     ],
  5364.                                 ],
  5365.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  5366.                             ],
  5367.                             'updateCompanyProfileLocation' => [
  5368.                                 'type' => 'ProfileUpdateResponse!',
  5369.                                 'args' => [
  5370.                                     'profileID' => [
  5371.                                         'description' => 'The profile id',
  5372.                                         'type' => 'Int!',
  5373.                                     ],
  5374.                                     'locationID' => [
  5375.                                         'description' => 'The location ID',
  5376.                                         'type' => 'Int!',
  5377.                                     ],
  5378.                                     'location' => [
  5379.                                         'description' => 'The location data',
  5380.                                         'type' => 'InLocation!',
  5381.                                     ],
  5382.                                 ],
  5383.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  5384.                             ],
  5385.                             'toggleCompanyProfileBenefit' => [
  5386.                                 'type' => 'ProfileUpdateResponse!',
  5387.                                 'args' => [
  5388.                                     'profileID' => [
  5389.                                         'description' => 'The profile id',
  5390.                                         'type' => 'Int!',
  5391.                                     ],
  5392.                                     'benefitID' => [
  5393.                                         'description' => 'The benefit id',
  5394.                                         'type' => 'Int!',
  5395.                                     ],
  5396.                                     'enable' => [
  5397.                                         'description' => 'enable or disable',
  5398.                                         'type' => 'Boolean!',
  5399.                                     ],
  5400.                                 ],
  5401.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleBenefit", args["profileID"], args["benefitID"], args["enable"])',
  5402.                             ],
  5403.                             'setCompanyProfileBenefits' => [
  5404.                                 'type' => 'ProfileUpdateResponse!',
  5405.                                 'args' => [
  5406.                                     'profileID' => [
  5407.                                         'description' => 'The profile id',
  5408.                                         'type' => 'Int!',
  5409.                                     ],
  5410.                                     'benefitIDs' => [
  5411.                                         'description' => 'The benefit ids',
  5412.                                         'type' => '[Int!]',
  5413.                                     ],
  5414.                                 ],
  5415.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setBenefits", args["profileID"], args["benefitIDs"])',
  5416.                             ],
  5417.                             'toggleCompanyProfileCertificate' => [
  5418.                                 'type' => 'ProfileUpdateResponse!',
  5419.                                 'args' => [
  5420.                                     'profileID' => [
  5421.                                         'description' => 'The profile id',
  5422.                                         'type' => 'Int!',
  5423.                                     ],
  5424.                                     'certificateID' => [
  5425.                                         'description' => 'The certificate id',
  5426.                                         'type' => 'Int!',
  5427.                                     ],
  5428.                                     'enable' => [
  5429.                                         'description' => 'enable or disable',
  5430.                                         'type' => 'Boolean!',
  5431.                                     ],
  5432.                                 ],
  5433.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleCertificate", args["profileID"], args["certificateID"], args["enable"])',
  5434.                             ],
  5435.                             'toggleCompanyProfileJob' => [
  5436.                                 'type' => 'ProfileUpdateResponse!',
  5437.                                 'args' => [
  5438.                                     'profileID' => [
  5439.                                         'description' => 'The profile id',
  5440.                                         'type' => 'Int!',
  5441.                                     ],
  5442.                                     'jobID' => [
  5443.                                         'description' => 'The job id',
  5444.                                         'type' => 'Int!',
  5445.                                     ],
  5446.                                     'enable' => [
  5447.                                         'description' => 'enable or disable',
  5448.                                         'type' => 'Boolean!',
  5449.                                     ],
  5450.                                 ],
  5451.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  5452.                             ],
  5453.                             'setCompanyProfileOffers' => [
  5454.                                 'type' => 'ProfileUpdateResponse!',
  5455.                                 'args' => [
  5456.                                     'profileID' => [
  5457.                                         'description' => 'The profile id',
  5458.                                         'type' => 'Int!',
  5459.                                     ],
  5460.                                     'offerIDs' => [
  5461.                                         'description' => 'The offer ids',
  5462.                                         'type' => '[Int!]',
  5463.                                     ],
  5464.                                 ],
  5465.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  5466.                             ],
  5467.                             'setCompanyProfileOffersDate' => [
  5468.                                 'type' => 'ProfileUpdateResponse!',
  5469.                                 'args' => [
  5470.                                     'profileID' => [
  5471.                                         'description' => 'The profile id',
  5472.                                         'type' => 'Int!',
  5473.                                     ],
  5474.                                     'offers' => [
  5475.                                         'description' => 'Array of offer data',
  5476.                                         'type' => '[InOffer!]',
  5477.                                     ],
  5478.                                 ],
  5479.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setOffersDate", args["profileID"], args["offers"])',
  5480.                             ],
  5481.                             'toggleCompanyProfileOffer' => [
  5482.                                 'type' => 'ProfileUpdateResponse!',
  5483.                                 'args' => [
  5484.                                     'profileID' => [
  5485.                                         'description' => 'The profile id',
  5486.                                         'type' => 'Int!',
  5487.                                     ],
  5488.                                     'offerID' => [
  5489.                                         'description' => 'The offer id',
  5490.                                         'type' => 'Int!',
  5491.                                     ],
  5492.                                     'enable' => [
  5493.                                         'description' => 'enable or disable',
  5494.                                         'type' => 'Boolean!',
  5495.                                     ],
  5496.                                 ],
  5497.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  5498.                             ],
  5499.                             'updateCompanyProfileDescription' => [
  5500.                                 'type' => 'ProfileUpdateResponse!',
  5501.                                 'args' => [
  5502.                                     'profileID' => [
  5503.                                         'description' => 'The profile id',
  5504.                                         'type' => 'Int!',
  5505.                                     ],
  5506.                                     'description' => [
  5507.                                         'description' => 'The company profile description',
  5508.                                         'type' => 'String!',
  5509.                                     ],
  5510.                                 ],
  5511.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateDescription", args["profileID"], args["description"])',
  5512.                             ],
  5513.                             'updateCompanyProfileEducationInformation' => [
  5514.                                 'type' => 'ProfileUpdateResponse!',
  5515.                                 'args' => [
  5516.                                     'profileID' => [
  5517.                                         'description' => 'The profile id',
  5518.                                         'type' => 'Int!',
  5519.                                     ],
  5520.                                     'educationInformation' => [
  5521.                                         'description' => 'The education information',
  5522.                                         'type' => 'String!',
  5523.                                     ],
  5524.                                 ],
  5525.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  5526.                             ],
  5527.                             'setCompanyProfileHeader' => [
  5528.                                 'type' => 'ProfileUpdateResponse!',
  5529.                                 'args' => [
  5530.                                     'profileID' => [
  5531.                                         'description' => 'The profile id',
  5532.                                         'type' => 'Int!',
  5533.                                     ],
  5534.                                     'galleryEntryID' => [
  5535.                                         'description' => 'The gallery entry id',
  5536.                                         'type' => 'Int!',
  5537.                                     ],
  5538.                                 ],
  5539.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  5540.                             ],
  5541.                             'removeCompanyProfileHeader' => [
  5542.                                 'type' => 'ProfileUpdateResponse!',
  5543.                                 'args' => [
  5544.                                     'profileID' => [
  5545.                                         'description' => 'The profile id',
  5546.                                         'type' => 'Int!',
  5547.                                     ],
  5548.                                 ],
  5549.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeHeaderPicture", args["profileID"])',
  5550.                             ],
  5551.                             'updateCompanyProfileLogo' => [
  5552.                                 'type' => 'ProfileUpdateResponse!',
  5553.                                 'args' => [
  5554.                                     'profileID' => [
  5555.                                         'description' => 'The profile id',
  5556.                                         'type' => 'Int!',
  5557.                                     ],
  5558.                                     'logo' => [
  5559.                                         'description' => 'The picture of the logo',
  5560.                                         'type' => 'UploadFile!',
  5561.                                     ],
  5562.                                     'copyright' => [
  5563.                                         'description' => 'The copyright of the picture',
  5564.                                         'type' => 'String',
  5565.                                     ],
  5566.                                 ],
  5567.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  5568.                             ],
  5569.                             'updateCompanyProfileLogoByGallery' => [
  5570.                                 'type' => 'ProfileUpdateResponse!',
  5571.                                 'args' => [
  5572.                                     'profileID' => [
  5573.                                         'description' => 'The profile id',
  5574.                                         'type' => 'Int!',
  5575.                                     ],
  5576.                                     'galleryEntryID' => [
  5577.                                         'description' => 'The gallery entry id',
  5578.                                         'type' => 'Int!',
  5579.                                     ],
  5580.                                 ],
  5581.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogoByGallery", args["profileID"], args["galleryEntryID"])',
  5582.                             ],
  5583.                             'updateCompanyProfileLogoStyle' => [
  5584.                                 'type' => 'ProfileUpdateResponse!',
  5585.                                 'args' => [
  5586.                                     'profileID' => [
  5587.                                         'description' => 'The profile id',
  5588.                                         'type' => 'Int!',
  5589.                                     ],
  5590.                                     'logoStyle' => [
  5591.                                         'description' => 'The logo style',
  5592.                                         'type' => 'LogoStyle!',
  5593.                                     ],
  5594.                                     'copyright' => [
  5595.                                         'description' => 'The copyright of the picture',
  5596.                                         'type' => 'String',
  5597.                                     ],
  5598.                                 ],
  5599.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  5600.                             ],
  5601.                             'removeCompanyProfileLogo' => [
  5602.                                 'type' => 'ProfileUpdateResponse!',
  5603.                                 'args' => [
  5604.                                     'profileID' => [
  5605.                                         'description' => 'The profile id',
  5606.                                         'type' => 'Int!',
  5607.                                     ],
  5608.                                 ],
  5609.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLogo", args["profileID"])',
  5610.                             ],
  5611.                             'updateCompanyProfileName' => [
  5612.                                 'type' => 'ProfileUpdateResponse!',
  5613.                                 'args' => [
  5614.                                     'profileID' => [
  5615.                                         'description' => 'The profile id',
  5616.                                         'type' => 'Int!',
  5617.                                     ],
  5618.                                     'name' => [
  5619.                                         'description' => 'The new profile name',
  5620.                                         'type' => 'String!',
  5621.                                     ],
  5622.                                 ],
  5623.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateName", args["profileID"], args["name"])',
  5624.                             ],
  5625.                             'updateCompanyProfileSize' => [
  5626.                                 'type' => 'ProfileUpdateResponse!',
  5627.                                 'args' => [
  5628.                                     'profileID' => [
  5629.                                         'description' => 'The profile id',
  5630.                                         'type' => 'Int!',
  5631.                                     ],
  5632.                                     'companySizeID' => [
  5633.                                         'description' => 'The company size id',
  5634.                                         'type' => 'Int!',
  5635.                                     ],
  5636.                                 ],
  5637.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanySize", args["profileID"], args["companySizeID"])',
  5638.                             ],
  5639.                             'updateCompanyProfileYearOfFoundation' => [
  5640.                                 'type' => 'ProfileUpdateResponse!',
  5641.                                 'args' => [
  5642.                                     'profileID' => [
  5643.                                         'description' => 'The profile id',
  5644.                                         'type' => 'Int!',
  5645.                                     ],
  5646.                                     'year' => [
  5647.                                         'description' => 'The year of foundation',
  5648.                                         'type' => 'Int!',
  5649.                                     ],
  5650.                                 ],
  5651.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateYearFoundation", args["profileID"], args["year"])',
  5652.                             ],
  5653.                             'setCompanyProfileSelected' => [
  5654.                                 'type' => 'Status!',
  5655.                                 'args' => [
  5656.                                     'profileID' => [
  5657.                                         'description' => 'The company profile id',
  5658.                                         'type' => 'Int!',
  5659.                                     ],
  5660.                                 ],
  5661.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setCompanyProfileSelected", args["profileID"])',
  5662.                             ],
  5663.                             'deleteCompanyProfileQuiz' => [
  5664.                                 'type' => 'Status!',
  5665.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::deleteCompanyProfileQuiz")',
  5666.                             ],
  5667.                             'updateCompanyProfileQuizQuestions' => [
  5668.                                 'type' => 'Status!',
  5669.                                 'args' => [
  5670.                                     'questions' => [
  5671.                                         'description' => 'The questions',
  5672.                                         'type' => '[InQuizQuestion!]',
  5673.                                     ],
  5674.                                 ],
  5675.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanyProfileQuizQuestions", args["questions"])',
  5676.                             ],
  5677.                             'addJobMarket' => [
  5678.                                 'type' => 'JobMarket!',
  5679.                                 'args' => [
  5680.                                     'data' => [
  5681.                                         'description' => 'The minimum job market data',
  5682.                                         'type' => 'InJobMarket!',
  5683.                                     ],
  5684.                                 ],
  5685.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::addJobMarket", args["data"])',
  5686.                             ],
  5687.                             'createJobMarket' => [
  5688.                                 'type' => 'JobMarket!',
  5689.                                 'args' => [
  5690.                                     'jobTitle' => [
  5691.                                         'description' => 'The job market title',
  5692.                                         'type' => 'String!',
  5693.                                     ],
  5694.                                 ],
  5695.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::createJobMarket", args["jobTitle"])',
  5696.                             ],
  5697.                             'deleteJobMarket' => [
  5698.                                 'type' => 'Status!',
  5699.                                 'args' => [
  5700.                                     'jobMarketID' => [
  5701.                                         'description' => 'The job market id',
  5702.                                         'type' => 'Int!',
  5703.                                     ],
  5704.                                 ],
  5705.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::deleteJobMarket", args["jobMarketID"])',
  5706.                             ],
  5707.                             'updateJobMarketImage' => [
  5708.                                 'type' => 'Status!',
  5709.                                 'args' => [
  5710.                                     'jobMarketID' => [
  5711.                                         'description' => 'The job market id',
  5712.                                         'type' => 'Int!',
  5713.                                     ],
  5714.                                     'image' => [
  5715.                                         'description' => 'The image',
  5716.                                         'type' => 'UploadFile!',
  5717.                                     ],
  5718.                                 ],
  5719.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateImage", args["jobMarketID"], args["image"])',
  5720.                             ],
  5721.                             'updateJobMarketImageByGallery' => [
  5722.                                 'type' => 'Status!',
  5723.                                 'args' => [
  5724.                                     'jobMarketID' => [
  5725.                                         'description' => 'The job market id',
  5726.                                         'type' => 'Int!',
  5727.                                     ],
  5728.                                     'galleryEntryID' => [
  5729.                                         'description' => 'The gallery entry id',
  5730.                                         'type' => 'Int!',
  5731.                                     ],
  5732.                                 ],
  5733.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateImageByGallery", args["jobMarketID"], args["galleryEntryID"])',
  5734.                             ],
  5735.                             'updateJobMarketJobs' => [
  5736.                                 'type' => 'Status!',
  5737.                                 'args' => [
  5738.                                     'jobMarketID' => [
  5739.                                         'description' => 'The job market id',
  5740.                                         'type' => 'Int!',
  5741.                                     ],
  5742.                                     'jobIDs' => [
  5743.                                         'description' => 'The job IDs',
  5744.                                         'type' => '[Int!]',
  5745.                                     ],
  5746.                                 ],
  5747.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateJobs", args["jobMarketID"], args["jobIDs"])',
  5748.                             ],
  5749.                             'updateJobMarketName' => [
  5750.                                 'type' => 'Status!',
  5751.                                 'args' => [
  5752.                                     'jobMarketID' => [
  5753.                                         'description' => 'The job market id',
  5754.                                         'type' => 'Int!',
  5755.                                     ],
  5756.                                     'name' => [
  5757.                                         'description' => 'The new name',
  5758.                                         'type' => 'String!',
  5759.                                     ],
  5760.                                 ],
  5761.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateName", args["jobMarketID"], args["name"])',
  5762.                             ],
  5763.                             'updateJobMarketNumberOfPositions' => [
  5764.                                 'type' => 'Status!',
  5765.                                 'args' => [
  5766.                                     'jobMarketID' => [
  5767.                                         'description' => 'The job market id',
  5768.                                         'type' => 'Int!',
  5769.                                     ],
  5770.                                     'numberOfPositions' => [
  5771.                                         'description' => 'The number of positions',
  5772.                                         'type' => 'Int!',
  5773.                                     ],
  5774.                                 ],
  5775.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateNumberOfPositions", args["jobMarketID"], args["numberOfPositions"])',
  5776.                             ],
  5777.                             'updateJobMarketOpenClose' => [
  5778.                                 'type' => 'Status!',
  5779.                                 'args' => [
  5780.                                     'jobMarketID' => [
  5781.                                         'description' => 'The job market id',
  5782.                                         'type' => 'Int!',
  5783.                                     ],
  5784.                                     'openDate' => [
  5785.                                         'description' => 'The open date',
  5786.                                         'type' => 'String!',
  5787.                                     ],
  5788.                                     'closeDate' => [
  5789.                                         'description' => 'The close date',
  5790.                                         'type' => 'String!',
  5791.                                     ],
  5792.                                 ],
  5793.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateOpenClose", args["jobMarketID"], args["openDate"], args["closeDate"])',
  5794.                             ],
  5795.                             'updateJobMarketPositionType' => [
  5796.                                 'type' => 'Status!',
  5797.                                 'args' => [
  5798.                                     'jobMarketID' => [
  5799.                                         'description' => 'The job market id',
  5800.                                         'type' => 'Int!',
  5801.                                     ],
  5802.                                     'positionType' => [
  5803.                                         'description' => 'The position type',
  5804.                                         'type' => 'JobMarketPositionType!',
  5805.                                     ],
  5806.                                 ],
  5807.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updatePositionType", args["jobMarketID"], args["positionType"])',
  5808.                             ],
  5809.                             'updateJobMarketAdditionalInfo' => [
  5810.                                 'type' => 'Status!',
  5811.                                 'args' => [
  5812.                                     'jobMarketID' => [
  5813.                                         'description' => 'The job market id',
  5814.                                         'type' => 'Int!',
  5815.                                     ],
  5816.                                     'additionalInfo' => [
  5817.                                         'description' => 'The additional info text',
  5818.                                         'type' => 'String!',
  5819.                                     ],
  5820.                                 ],
  5821.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateAdditionalInfo", args["jobMarketID"], args["additionalInfo"])',
  5822.                             ],
  5823.                             'updateJobMarketAddresses' => [
  5824.                                 'type' => 'Status!',
  5825.                                 'args' => [
  5826.                                     'jobMarketID' => [
  5827.                                         'description' => 'The job market id',
  5828.                                         'type' => 'Int!',
  5829.                                     ],
  5830.                                     'companyLocationIDs' => [
  5831.                                         'description' => 'The company location id',
  5832.                                         'type' => '[Int!]',
  5833.                                     ],
  5834.                                 ],
  5835.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateAddresses", args["jobMarketID"], args["companyLocationIDs"])',
  5836.                             ],
  5837.                             'updateJobMarketApplyType' => [
  5838.                                 'type' => 'Status!',
  5839.                                 'args' => [
  5840.                                     'jobMarketID' => [
  5841.                                         'description' => 'The job market id',
  5842.                                         'type' => 'Int!',
  5843.                                     ],
  5844.                                     'applyType' => [
  5845.                                         'description' => 'The apply type',
  5846.                                         'type' => 'JobMarketApplyType!',
  5847.                                     ],
  5848.                                 ],
  5849.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyType", args["jobMarketID"], args["applyType"])',
  5850.                             ],
  5851.                             'updateJobMarketApplyTypeUrl' => [
  5852.                                 'type' => 'Status!',
  5853.                                 'args' => [
  5854.                                     'jobMarketID' => [
  5855.                                         'description' => 'The job market id',
  5856.                                         'type' => 'Int!',
  5857.                                     ],
  5858.                                     'applyType' => [
  5859.                                         'description' => 'The apply type',
  5860.                                         'type' => 'JobMarketApplyType!',
  5861.                                     ],
  5862.                                     'url' => [
  5863.                                         'description' => 'The url string',
  5864.                                         'type' => 'String!',
  5865.                                     ],
  5866.                                 ],
  5867.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyTypeUrl", args["jobMarketID"], args["applyType"], args["url"])',
  5868.                             ],
  5869.                             'updateJobMarketViewType' => [
  5870.                                 'type' => 'Status!',
  5871.                                 'args' => [
  5872.                                     'jobMarketID' => [
  5873.                                         'description' => 'The job market id',
  5874.                                         'type' => 'Int!',
  5875.                                     ],
  5876.                                     'viewType' => [
  5877.                                         'description' => 'The view type',
  5878.                                         'type' => 'JobMarketViewType!',
  5879.                                     ],
  5880.                                 ],
  5881.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateViewType", args["jobMarketID"], args["viewType"])',
  5882.                             ],
  5883.                             'updateJobMarketDescription' => [
  5884.                                 'type' => 'Status!',
  5885.                                 'args' => [
  5886.                                     'jobMarketID' => [
  5887.                                         'description' => 'The job market id',
  5888.                                         'type' => 'Int!',
  5889.                                     ],
  5890.                                     'description' => [
  5891.                                         'description' => 'The description text',
  5892.                                         'type' => 'String!',
  5893.                                     ],
  5894.                                 ],
  5895.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDescription", args["jobMarketID"], args["description"])',
  5896.                             ],
  5897.                             'updateJobMarketDetails' => [
  5898.                                 'type' => 'Status!',
  5899.                                 'args' => [
  5900.                                     'jobMarketID' => [
  5901.                                         'description' => 'The job market id',
  5902.                                         'type' => 'Int!',
  5903.                                     ],
  5904.                                     'details' => [
  5905.                                         'description' => 'The details text',
  5906.                                         'type' => 'String!',
  5907.                                     ],
  5908.                                 ],
  5909.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDetails", args["jobMarketID"], args["details"])',
  5910.                             ],
  5911.                             'updateJobMarketRequirements' => [
  5912.                                 'type' => 'Status!',
  5913.                                 'args' => [
  5914.                                     'jobMarketID' => [
  5915.                                         'description' => 'The job market id',
  5916.                                         'type' => 'Int!',
  5917.                                     ],
  5918.                                     'requirements' => [
  5919.                                         'description' => 'The requirements text',
  5920.                                         'type' => 'String!',
  5921.                                     ],
  5922.                                 ],
  5923.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateRequirements", args["jobMarketID"], args["requirements"])',
  5924.                             ],
  5925.                             'updateJobMarketSalary' => [
  5926.                                 'type' => 'Status!',
  5927.                                 'args' => [
  5928.                                     'jobMarketID' => [
  5929.                                         'description' => 'The job market id',
  5930.                                         'type' => 'Int!',
  5931.                                     ],
  5932.                                     'salary' => [
  5933.                                         'description' => 'The salary text',
  5934.                                         'type' => 'String!',
  5935.                                     ],
  5936.                                 ],
  5937.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateSalary", args["jobMarketID"], args["salary"])',
  5938.                             ],
  5939.                             'updateJobMarketStartDate' => [
  5940.                                 'type' => 'Status!',
  5941.                                 'args' => [
  5942.                                     'jobMarketID' => [
  5943.                                         'description' => 'The job market id',
  5944.                                         'type' => 'Int!',
  5945.                                     ],
  5946.                                     'startDate' => [
  5947.                                         'description' => 'The start date',
  5948.                                         'type' => 'String!',
  5949.                                     ],
  5950.                                 ],
  5951.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartDate", args["jobMarketID"], args["startDate"])',
  5952.                             ],
  5953.                             'updateJobMarketStartType' => [
  5954.                                 'type' => 'Status!',
  5955.                                 'args' => [
  5956.                                     'jobMarketID' => [
  5957.                                         'description' => 'The job market id',
  5958.                                         'type' => 'Int!',
  5959.                                     ],
  5960.                                     'startType' => [
  5961.                                         'description' => 'The start type',
  5962.                                         'type' => 'JobMarketStartType!',
  5963.                                     ],
  5964.                                 ],
  5965.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartType", args["jobMarketID"], args["startType"])',
  5966.                             ],
  5967.                             'updateJobMarketApplyUntil' => [
  5968.                                 'type' => 'Status!',
  5969.                                 'args' => [
  5970.                                     'jobMarketID' => [
  5971.                                         'description' => 'The job market id',
  5972.                                         'type' => 'Int!',
  5973.                                     ],
  5974.                                     'applyUntilDate' => [
  5975.                                         'description' => 'The start date',
  5976.                                         'type' => 'String',
  5977.                                     ],
  5978.                                 ],
  5979.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyUntil", args["jobMarketID"], args["applyUntilDate"])',
  5980.                             ],
  5981.                             'updateJobMarketContact' => [
  5982.                                 'type' => 'Status!',
  5983.                                 'args' => [
  5984.                                     'jobMarketID' => [
  5985.                                         'description' => 'The job market id',
  5986.                                         'type' => 'Int!',
  5987.                                     ],
  5988.                                     'contactID' => [
  5989.                                         'description' => 'The contactID',
  5990.                                         'type' => 'Int!',
  5991.                                     ],
  5992.                                 ],
  5993.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateContact", args["jobMarketID"], args["contactID"])',
  5994.                             ],
  5995.                             'deleteJobMarketCustomAdvertisment' => [
  5996.                                 'type' => 'Status!',
  5997.                                 'args' => [
  5998.                                     'jobMarketID' => [
  5999.                                         'description' => 'The job market id',
  6000.                                         'type' => 'Int!',
  6001.                                     ],
  6002.                                 ],
  6003.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::deleteCustomAdvertisment", args["jobMarketID"])',
  6004.                             ],
  6005.                             'updateJobMarketCustomAdvertisment' => [
  6006.                                 'type' => 'Status!',
  6007.                                 'args' => [
  6008.                                     'jobMarketID' => [
  6009.                                         'description' => 'The job market id',
  6010.                                         'type' => 'Int!',
  6011.                                     ],
  6012.                                     'mediaFile' => [
  6013.                                         'description' => 'The custom advertisment media file',
  6014.                                         'type' => 'UploadFile!',
  6015.                                     ],
  6016.                                 ],
  6017.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateCustomAdvertisment", args["jobMarketID"], args["mediaFile"])',
  6018.                             ],
  6019.                             'updateJobMarketState' => [
  6020.                                 'type' => 'Status!',
  6021.                                 'args' => [
  6022.                                     'jobMarketID' => [
  6023.                                         'description' => 'The job market id',
  6024.                                         'type' => 'Int!',
  6025.                                     ],
  6026.                                     'state' => [
  6027.                                         'description' => 'The state',
  6028.                                         'type' => 'JobMarketState!',
  6029.                                     ],
  6030.                                 ],
  6031.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateState", args["jobMarketID"], args["state"])',
  6032.                             ],
  6033.                             'updateJobMarketUrl' => [
  6034.                                 'type' => 'Status!',
  6035.                                 'args' => [
  6036.                                     'jobMarketID' => [
  6037.                                         'description' => 'The job market id',
  6038.                                         'type' => 'Int!',
  6039.                                     ],
  6040.                                     'url' => [
  6041.                                         'description' => 'The url string',
  6042.                                         'type' => 'String!',
  6043.                                     ],
  6044.                                 ],
  6045.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateUrl", args["jobMarketID"], args["url"])',
  6046.                             ],
  6047.                             'addSchoolTeacher' => [
  6048.                                 'type' => 'Status!',
  6049.                                 'args' => [
  6050.                                     'email' => [
  6051.                                         'description' => 'The Teacher email',
  6052.                                         'type' => 'String!',
  6053.                                     ],
  6054.                                 ],
  6055.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::addSchoolTeacher", args["email"])',
  6056.                             ],
  6057.                             'removeSchoolTeacher' => [
  6058.                                 'type' => 'Status!',
  6059.                                 'args' => [
  6060.                                     'teacherID' => [
  6061.                                         'description' => 'The TeacherID',
  6062.                                         'type' => 'Int!',
  6063.                                     ],
  6064.                                 ],
  6065.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::removeSchoolTeacher", args["teacherID"])',
  6066.                             ],
  6067.                             'addSchoolClass' => [
  6068.                                 'type' => 'Status!',
  6069.                                 'args' => [
  6070.                                     'data' => [
  6071.                                         'description' => 'The school class data',
  6072.                                         'type' => 'InSchoolClass!',
  6073.                                     ],
  6074.                                 ],
  6075.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClass", args["data"])',
  6076.                             ],
  6077.                             'updateSchoolClass' => [
  6078.                                 'type' => 'Status!',
  6079.                                 'args' => [
  6080.                                     'schoolClassID' => [
  6081.                                         'description' => 'The SchoolClassID',
  6082.                                         'type' => 'Int!',
  6083.                                     ],
  6084.                                     'data' => [
  6085.                                         'description' => 'The school class data',
  6086.                                         'type' => 'InSchoolClass!',
  6087.                                     ],
  6088.                                 ],
  6089.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::updateSchoolClass", args["schoolClassID"], args["data"])',
  6090.                             ],
  6091.                             'removeSchoolClass' => [
  6092.                                 'type' => 'Status!',
  6093.                                 'args' => [
  6094.                                     'schoolClassID' => [
  6095.                                         'description' => 'The SchoolClassID',
  6096.                                         'type' => 'Int!',
  6097.                                     ],
  6098.                                 ],
  6099.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClass", args["schoolClassID"])',
  6100.                             ],
  6101.                             'addSchoolClassTeacher' => [
  6102.                                 'type' => 'Status!',
  6103.                                 'args' => [
  6104.                                     'schoolClassID' => [
  6105.                                         'description' => 'The SchoolClassID',
  6106.                                         'type' => 'Int!',
  6107.                                     ],
  6108.                                     'email' => [
  6109.                                         'description' => 'The Teacher email',
  6110.                                         'type' => 'String!',
  6111.                                     ],
  6112.                                 ],
  6113.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClassTeacher", args["schoolClassID"], args["email"])',
  6114.                             ],
  6115.                             'removeSchoolClassTeacher' => [
  6116.                                 'type' => 'Status!',
  6117.                                 'args' => [
  6118.                                     'schoolClassID' => [
  6119.                                         'description' => 'The SchoolClassID',
  6120.                                         'type' => 'Int!',
  6121.                                     ],
  6122.                                     'teacherID' => [
  6123.                                         'description' => 'The TeacherID',
  6124.                                         'type' => 'Int!',
  6125.                                     ],
  6126.                                 ],
  6127.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClassTeacher", args["schoolClassID"], args["teacherID"])',
  6128.                             ],
  6129.                             'sendTeachingIdea' => [
  6130.                                 'type' => 'Status!',
  6131.                                 'args' => [
  6132.                                     'schoolClassID' => [
  6133.                                         'description' => 'The SchoolClassID',
  6134.                                         'type' => 'Int!',
  6135.                                     ],
  6136.                                     'data' => [
  6137.                                         'description' => 'The teaching idea data',
  6138.                                         'type' => 'InTeachingIdea!',
  6139.                                     ],
  6140.                                 ],
  6141.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::sendTeachingIdea", args["schoolClassID"], args["data"])',
  6142.                             ],
  6143.                             'addSchoolProfileContact' => [
  6144.                                 'type' => 'ProfileUpdateResponse!',
  6145.                                 'args' => [
  6146.                                     'profileID' => [
  6147.                                         'description' => 'The profile id',
  6148.                                         'type' => 'Int!',
  6149.                                     ],
  6150.                                     'contact' => [
  6151.                                         'description' => 'The contact data',
  6152.                                         'type' => 'InContactPerson!',
  6153.                                     ],
  6154.                                 ],
  6155.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addContact", args["profileID"], args["contact"])',
  6156.                             ],
  6157.                             'removeSchoolProfileContact' => [
  6158.                                 'type' => 'ProfileUpdateResponse!',
  6159.                                 'args' => [
  6160.                                     'profileID' => [
  6161.                                         'description' => 'The profile id',
  6162.                                         'type' => 'Int!',
  6163.                                     ],
  6164.                                     'galleryEntryID' => [
  6165.                                         'description' => 'The contact id',
  6166.                                         'type' => 'Int!',
  6167.                                     ],
  6168.                                 ],
  6169.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  6170.                             ],
  6171.                             'updateSchoolProfileContact' => [
  6172.                                 'type' => 'ProfileUpdateResponse!',
  6173.                                 'args' => [
  6174.                                     'profileID' => [
  6175.                                         'description' => 'The profile id',
  6176.                                         'type' => 'Int!',
  6177.                                     ],
  6178.                                     'contactID' => [
  6179.                                         'description' => 'The contact id',
  6180.                                         'type' => 'Int!',
  6181.                                     ],
  6182.                                     'contact' => [
  6183.                                         'description' => 'The contact data',
  6184.                                         'type' => 'InContactPerson!',
  6185.                                     ],
  6186.                                 ],
  6187.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  6188.                             ],
  6189.                             'updateSchoolProfileContactPosition' => [
  6190.                                 'type' => 'ProfileUpdateResponse!',
  6191.                                 'args' => [
  6192.                                     'profileID' => [
  6193.                                         'description' => 'The profile id',
  6194.                                         'type' => 'Int!',
  6195.                                     ],
  6196.                                     'contactGalleryEntryIDs' => [
  6197.                                         'description' => 'The contact ids',
  6198.                                         'type' => '[Int!]',
  6199.                                     ],
  6200.                                 ],
  6201.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContactPositions", args["profileID"], args["contactGalleryEntryIDs"])',
  6202.                             ],
  6203.                             'updateSchoolProfileContactVisability' => [
  6204.                                 'type' => 'ProfileUpdateResponse!',
  6205.                                 'args' => [
  6206.                                     'profileID' => [
  6207.                                         'description' => 'The profile id',
  6208.                                         'type' => 'Int!',
  6209.                                     ],
  6210.                                     'galleryEntryID' => [
  6211.                                         'description' => 'The contact id',
  6212.                                         'type' => 'Int!',
  6213.                                     ],
  6214.                                     'visible' => [
  6215.                                         'description' => 'enable or disable visibility',
  6216.                                         'type' => 'Boolean!',
  6217.                                     ],
  6218.                                 ],
  6219.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContactVisibility", args["profileID"], args["galleryEntryID"], args["visible"])',
  6220.                             ],
  6221.                             'addSchoolProfileGalleryPicture' => [
  6222.                                 'type' => 'ProfileUpdateResponse!',
  6223.                                 'args' => [
  6224.                                     'profileID' => [
  6225.                                         'description' => 'The profile id',
  6226.                                         'type' => 'Int!',
  6227.                                     ],
  6228.                                     'picture' => [
  6229.                                         'description' => 'The picture to add',
  6230.                                         'type' => 'UploadFile!',
  6231.                                     ],
  6232.                                 ],
  6233.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  6234.                             ],
  6235.                             'removeSchoolProfileGalleryPicture' => [
  6236.                                 'type' => 'ProfileUpdateResponse!',
  6237.                                 'args' => [
  6238.                                     'profileID' => [
  6239.                                         'description' => 'The profile id',
  6240.                                         'type' => 'Int!',
  6241.                                     ],
  6242.                                     'galleryEntryID' => [
  6243.                                         'description' => 'The gallery entry id',
  6244.                                         'type' => 'Int!',
  6245.                                     ],
  6246.                                 ],
  6247.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  6248.                             ],
  6249.                             'setSchoolProfileGalleryPictureCaption' => [
  6250.                                 'type' => 'ProfileUpdateResponse!',
  6251.                                 'args' => [
  6252.                                     'profileID' => [
  6253.                                         'description' => 'The profile id',
  6254.                                         'type' => 'Int!',
  6255.                                     ],
  6256.                                     'galleryEntryID' => [
  6257.                                         'description' => 'The gallery entry id',
  6258.                                         'type' => 'Int!',
  6259.                                     ],
  6260.                                     'caption' => [
  6261.                                         'description' => 'The caption',
  6262.                                         'type' => 'String!',
  6263.                                     ],
  6264.                                 ],
  6265.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6266.                             ],
  6267.                             'addSchoolProfileGalleryDocument' => [
  6268.                                 'type' => 'ProfileUpdateResponse!',
  6269.                                 'args' => [
  6270.                                     'profileID' => [
  6271.                                         'description' => 'The profile id',
  6272.                                         'type' => 'Int!',
  6273.                                     ],
  6274.                                     'document' => [
  6275.                                         'description' => 'The document to add',
  6276.                                         'type' => 'UploadFile!',
  6277.                                     ],
  6278.                                     'documentName' => [
  6279.                                         'description' => 'The document name',
  6280.                                         'type' => 'String!',
  6281.                                     ],
  6282.                                 ],
  6283.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  6284.                             ],
  6285.                             'removeSchoolProfileGalleryDocument' => [
  6286.                                 'type' => 'ProfileUpdateResponse!',
  6287.                                 'args' => [
  6288.                                     'profileID' => [
  6289.                                         'description' => 'The profile id',
  6290.                                         'type' => 'Int!',
  6291.                                     ],
  6292.                                     'galleryEntryID' => [
  6293.                                         'description' => 'The gallery entry id',
  6294.                                         'type' => 'Int!',
  6295.                                     ],
  6296.                                 ],
  6297.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  6298.                             ],
  6299.                             'setSchoolProfileGalleryDocumentCaption' => [
  6300.                                 'type' => 'ProfileUpdateResponse!',
  6301.                                 'args' => [
  6302.                                     'profileID' => [
  6303.                                         'description' => 'The profile id',
  6304.                                         'type' => 'Int!',
  6305.                                     ],
  6306.                                     'galleryEntryID' => [
  6307.                                         'description' => 'The gallery entry id',
  6308.                                         'type' => 'Int!',
  6309.                                     ],
  6310.                                     'caption' => [
  6311.                                         'description' => 'The caption',
  6312.                                         'type' => 'String!',
  6313.                                     ],
  6314.                                 ],
  6315.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6316.                             ],
  6317.                             'addSchoolProfileGalleryVideo' => [
  6318.                                 'type' => 'ProfileUpdateResponse!',
  6319.                                 'args' => [
  6320.                                     'profileID' => [
  6321.                                         'description' => 'The profile id',
  6322.                                         'type' => 'Int!',
  6323.                                     ],
  6324.                                     'youtubeURL' => [
  6325.                                         'description' => 'The youtube url',
  6326.                                         'type' => 'String!',
  6327.                                     ],
  6328.                                     'videoName' => [
  6329.                                         'description' => 'The video name',
  6330.                                         'type' => 'String!',
  6331.                                     ],
  6332.                                 ],
  6333.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  6334.                             ],
  6335.                             'removeSchoolProfileGalleryVideo' => [
  6336.                                 'type' => 'ProfileUpdateResponse!',
  6337.                                 'args' => [
  6338.                                     'profileID' => [
  6339.                                         'description' => 'The profile id',
  6340.                                         'type' => 'Int!',
  6341.                                     ],
  6342.                                     'galleryEntryID' => [
  6343.                                         'description' => 'The gallery entry id',
  6344.                                         'type' => 'Int!',
  6345.                                     ],
  6346.                                 ],
  6347.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  6348.                             ],
  6349.                             'setSchoolProfileGalleryVideoCaption' => [
  6350.                                 'type' => 'ProfileUpdateResponse!',
  6351.                                 'args' => [
  6352.                                     'profileID' => [
  6353.                                         'description' => 'The profile id',
  6354.                                         'type' => 'Int!',
  6355.                                     ],
  6356.                                     'galleryEntryID' => [
  6357.                                         'description' => 'The gallery entry id',
  6358.                                         'type' => 'Int!',
  6359.                                     ],
  6360.                                     'caption' => [
  6361.                                         'description' => 'The caption',
  6362.                                         'type' => 'String!',
  6363.                                     ],
  6364.                                 ],
  6365.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6366.                             ],
  6367.                             'setSchoolProfileGalleryItemsVisability' => [
  6368.                                 'type' => 'ProfileUpdateResponse!',
  6369.                                 'args' => [
  6370.                                     'profileID' => [
  6371.                                         'description' => 'The profile id',
  6372.                                         'type' => 'Int!',
  6373.                                     ],
  6374.                                     'galleryEntryIDs' => [
  6375.                                         'description' => 'The gallery entry id',
  6376.                                         'type' => '[Int!]',
  6377.                                     ],
  6378.                                     'visible' => [
  6379.                                         'description' => 'enable or disable visibility',
  6380.                                         'type' => 'Boolean!',
  6381.                                     ],
  6382.                                 ],
  6383.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryItemsVisibility", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  6384.                             ],
  6385.                             'setSchoolProfileGalleryItemsPosition' => [
  6386.                                 'type' => 'ProfileUpdateResponse!',
  6387.                                 'args' => [
  6388.                                     'profileID' => [
  6389.                                         'description' => 'The profile id',
  6390.                                         'type' => 'Int!',
  6391.                                     ],
  6392.                                     'galleryEntryIDs' => [
  6393.                                         'description' => 'The gallery entry id',
  6394.                                         'type' => '[Int!]',
  6395.                                     ],
  6396.                                 ],
  6397.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  6398.                             ],
  6399.                             'updateSchoolProfileLinks' => [
  6400.                                 'type' => 'ProfileUpdateResponse!',
  6401.                                 'args' => [
  6402.                                     'profileID' => [
  6403.                                         'description' => 'The profile id',
  6404.                                         'type' => 'Int!',
  6405.                                     ],
  6406.                                     'links' => [
  6407.                                         'description' => 'The link urls',
  6408.                                         'type' => '[InLink!]',
  6409.                                     ],
  6410.                                 ],
  6411.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLinks", args["profileID"], args["links"])',
  6412.                             ],
  6413.                             'addSchoolProfileLocation' => [
  6414.                                 'type' => 'ProfileUpdateResponse!',
  6415.                                 'args' => [
  6416.                                     'profileID' => [
  6417.                                         'description' => 'The profile id',
  6418.                                         'type' => 'Int!',
  6419.                                     ],
  6420.                                     'location' => [
  6421.                                         'description' => 'The location data',
  6422.                                         'type' => 'InLocation!',
  6423.                                     ],
  6424.                                 ],
  6425.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addLocation", args["profileID"], args["location"])',
  6426.                             ],
  6427.                             'removeSchoolProfileLocation' => [
  6428.                                 'type' => 'ProfileUpdateResponse!',
  6429.                                 'args' => [
  6430.                                     'profileID' => [
  6431.                                         'description' => 'The profile id',
  6432.                                         'type' => 'Int!',
  6433.                                     ],
  6434.                                     'locationID' => [
  6435.                                         'description' => 'The location ID',
  6436.                                         'type' => 'Int!',
  6437.                                     ],
  6438.                                 ],
  6439.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  6440.                             ],
  6441.                             'updateSchoolProfileLocation' => [
  6442.                                 'type' => 'ProfileUpdateResponse!',
  6443.                                 'args' => [
  6444.                                     'profileID' => [
  6445.                                         'description' => 'The profile id',
  6446.                                         'type' => 'Int!',
  6447.                                     ],
  6448.                                     'locationID' => [
  6449.                                         'description' => 'The location ID',
  6450.                                         'type' => 'Int!',
  6451.                                     ],
  6452.                                     'location' => [
  6453.                                         'description' => 'The location data',
  6454.                                         'type' => 'InLocation!',
  6455.                                     ],
  6456.                                 ],
  6457.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  6458.                             ],
  6459.                             'toggleSchoolProfileJob' => [
  6460.                                 'type' => 'ProfileUpdateResponse!',
  6461.                                 'args' => [
  6462.                                     'profileID' => [
  6463.                                         'description' => 'The profile id',
  6464.                                         'type' => 'Int!',
  6465.                                     ],
  6466.                                     'jobID' => [
  6467.                                         'description' => 'The job id',
  6468.                                         'type' => 'Int!',
  6469.                                     ],
  6470.                                     'enable' => [
  6471.                                         'description' => 'enable or disable',
  6472.                                         'type' => 'Boolean!',
  6473.                                     ],
  6474.                                 ],
  6475.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  6476.                             ],
  6477.                             'setSchoolProfileOffers' => [
  6478.                                 'type' => 'ProfileUpdateResponse!',
  6479.                                 'args' => [
  6480.                                     'profileID' => [
  6481.                                         'description' => 'The profile id',
  6482.                                         'type' => 'Int!',
  6483.                                     ],
  6484.                                     'offerIDs' => [
  6485.                                         'description' => 'The offer ids',
  6486.                                         'type' => '[Int!]',
  6487.                                     ],
  6488.                                 ],
  6489.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  6490.                             ],
  6491.                             'setSchoolProfileOffersDate' => [
  6492.                                 'type' => 'ProfileUpdateResponse!',
  6493.                                 'args' => [
  6494.                                     'profileID' => [
  6495.                                         'description' => 'The profile id',
  6496.                                         'type' => 'Int!',
  6497.                                     ],
  6498.                                     'offers' => [
  6499.                                         'description' => 'Array of offer data',
  6500.                                         'type' => '[InOffer!]',
  6501.                                     ],
  6502.                                 ],
  6503.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setOffersDate", args["profileID"], args["offers"])',
  6504.                             ],
  6505.                             'toggleSchoolProfileOffer' => [
  6506.                                 'type' => 'ProfileUpdateResponse!',
  6507.                                 'args' => [
  6508.                                     'profileID' => [
  6509.                                         'description' => 'The profile id',
  6510.                                         'type' => 'Int!',
  6511.                                     ],
  6512.                                     'offerID' => [
  6513.                                         'description' => 'The offer id',
  6514.                                         'type' => 'Int!',
  6515.                                     ],
  6516.                                     'enable' => [
  6517.                                         'description' => 'enable or disable',
  6518.                                         'type' => 'Boolean!',
  6519.                                     ],
  6520.                                 ],
  6521.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  6522.                             ],
  6523.                             'updateSchoolProfileDescription' => [
  6524.                                 'type' => 'ProfileUpdateResponse!',
  6525.                                 'args' => [
  6526.                                     'profileID' => [
  6527.                                         'description' => 'The profile id',
  6528.                                         'type' => 'Int!',
  6529.                                     ],
  6530.                                     'description' => [
  6531.                                         'description' => 'The company profile description',
  6532.                                         'type' => 'String!',
  6533.                                     ],
  6534.                                 ],
  6535.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateDescription", args["profileID"], args["description"])',
  6536.                             ],
  6537.                             'updateSchoolProfileTrainingInformation' => [
  6538.                                 'type' => 'ProfileUpdateResponse!',
  6539.                                 'args' => [
  6540.                                     'profileID' => [
  6541.                                         'description' => 'The profile id',
  6542.                                         'type' => 'Int!',
  6543.                                     ],
  6544.                                     'trainingInformation' => [
  6545.                                         'description' => 'The school profile training information',
  6546.                                         'type' => 'String!',
  6547.                                     ],
  6548.                                 ],
  6549.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateTrainingInformation", args["profileID"], args["trainingInformation"])',
  6550.                             ],
  6551.                             'updateSchoolProfileEducationInformation' => [
  6552.                                 'type' => 'ProfileUpdateResponse!',
  6553.                                 'args' => [
  6554.                                     'profileID' => [
  6555.                                         'description' => 'The profile id',
  6556.                                         'type' => 'Int!',
  6557.                                     ],
  6558.                                     'educationInformation' => [
  6559.                                         'description' => 'The education information',
  6560.                                         'type' => 'String!',
  6561.                                     ],
  6562.                                 ],
  6563.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  6564.                             ],
  6565.                             'setSchoolProfileHeader' => [
  6566.                                 'type' => 'ProfileUpdateResponse!',
  6567.                                 'args' => [
  6568.                                     'profileID' => [
  6569.                                         'description' => 'The profile id',
  6570.                                         'type' => 'Int!',
  6571.                                     ],
  6572.                                     'galleryEntryID' => [
  6573.                                         'description' => 'The gallery entry id',
  6574.                                         'type' => 'Int!',
  6575.                                     ],
  6576.                                 ],
  6577.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  6578.                             ],
  6579.                             'removeSchoolProfileHeader' => [
  6580.                                 'type' => 'ProfileUpdateResponse!',
  6581.                                 'args' => [
  6582.                                     'profileID' => [
  6583.                                         'description' => 'The profile id',
  6584.                                         'type' => 'Int!',
  6585.                                     ],
  6586.                                 ],
  6587.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeHeaderPicture", args["profileID"])',
  6588.                             ],
  6589.                             'updateSchoolProfileLogo' => [
  6590.                                 'type' => 'ProfileUpdateResponse!',
  6591.                                 'args' => [
  6592.                                     'profileID' => [
  6593.                                         'description' => 'The profile id',
  6594.                                         'type' => 'Int!',
  6595.                                     ],
  6596.                                     'logo' => [
  6597.                                         'description' => 'The picture of the logo',
  6598.                                         'type' => 'UploadFile!',
  6599.                                     ],
  6600.                                     'copyright' => [
  6601.                                         'description' => 'The copyright of the picture',
  6602.                                         'type' => 'String',
  6603.                                     ],
  6604.                                 ],
  6605.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  6606.                             ],
  6607.                             'updateSchoolProfileLogoByGallery' => [
  6608.                                 'type' => 'ProfileUpdateResponse!',
  6609.                                 'args' => [
  6610.                                     'profileID' => [
  6611.                                         'description' => 'The profile id',
  6612.                                         'type' => 'Int!',
  6613.                                     ],
  6614.                                     'galleryEntryID' => [
  6615.                                         'description' => 'The gallery entry id',
  6616.                                         'type' => 'Int!',
  6617.                                     ],
  6618.                                 ],
  6619.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogoByGallery", args["profileID"], args["galleryEntryID"])',
  6620.                             ],
  6621.                             'updateSchoolProfileLogoStyle' => [
  6622.                                 'type' => 'ProfileUpdateResponse!',
  6623.                                 'args' => [
  6624.                                     'profileID' => [
  6625.                                         'description' => 'The profile id',
  6626.                                         'type' => 'Int!',
  6627.                                     ],
  6628.                                     'logoStyle' => [
  6629.                                         'description' => 'The logo style',
  6630.                                         'type' => 'LogoStyle!',
  6631.                                     ],
  6632.                                     'copyright' => [
  6633.                                         'description' => 'The copyright of the picture',
  6634.                                         'type' => 'String',
  6635.                                     ],
  6636.                                 ],
  6637.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  6638.                             ],
  6639.                             'updateSchoolProfileName' => [
  6640.                                 'type' => 'ProfileUpdateResponse!',
  6641.                                 'args' => [
  6642.                                     'profileID' => [
  6643.                                         'description' => 'The profile id',
  6644.                                         'type' => 'Int!',
  6645.                                     ],
  6646.                                     'name' => [
  6647.                                         'description' => 'The new profile name',
  6648.                                         'type' => 'String!',
  6649.                                     ],
  6650.                                 ],
  6651.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateName", args["profileID"], args["name"])',
  6652.                             ],
  6653.                             'setSchoolProfileSelected' => [
  6654.                                 'type' => 'Status!',
  6655.                                 'args' => [
  6656.                                     'profileID' => [
  6657.                                         'description' => 'The school profile id',
  6658.                                         'type' => 'Int!',
  6659.                                     ],
  6660.                                 ],
  6661.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setSchoolProfileSelected", args["profileID"])',
  6662.                             ],
  6663.                             'deleteSchoolProfileQuiz' => [
  6664.                                 'type' => 'Status!',
  6665.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::deleteSchoolProfileQuiz")',
  6666.                             ],
  6667.                             'updateSchoolProfileQuizQuestions' => [
  6668.                                 'type' => 'Status!',
  6669.                                 'args' => [
  6670.                                     'questions' => [
  6671.                                         'description' => 'The questions',
  6672.                                         'type' => '[InQuizQuestion!]',
  6673.                                     ],
  6674.                                 ],
  6675.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateSchoolProfileQuizQuestions", args["questions"])',
  6676.                             ],
  6677.                             'updateUser' => [
  6678.                                 'type' => 'Status!',
  6679.                                 'args' => [
  6680.                                     'data' => [
  6681.                                         'description' => 'The user data',
  6682.                                         'type' => 'InUser!',
  6683.                                     ],
  6684.                                 ],
  6685.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\UserResolver::updateUser", args["data"])',
  6686.                             ],
  6687.                             'setUserRoleSelected' => [
  6688.                                 'type' => 'Status!',
  6689.                                 'args' => [
  6690.                                     'role' => [
  6691.                                         'description' => 'The user role string',
  6692.                                         'type' => 'String!',
  6693.                                     ],
  6694.                                 ],
  6695.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\UserResolver::setUserRoleSelected", args["role"])',
  6696.                             ],
  6697.                         ],
  6698.                         'name' => 'InternalMutation',
  6699.                         'builders' => [
  6700.                         ],
  6701.                         'interfaces' => [
  6702.                         ],
  6703.                     ],
  6704.                 ],
  6705.                 'InternalQuery' => [
  6706.                     'type' => 'object',
  6707.                     'inherits' => [
  6708.                         => 'InternalQueryBoPartnerProfile',
  6709.                         => 'InternalQueryCompanyProfile',
  6710.                         => 'InternalQueryEvent',
  6711.                         => 'InternalQueryGame',
  6712.                         => 'InternalQueryJobMarket',
  6713.                         => 'InternalQuerySchool',
  6714.                         => 'InternalQuerySchoolProfile',
  6715.                         => 'InternalQuerySchoolClass',
  6716.                         => 'InternalQueryUser',
  6717.                     ],
  6718.                     'class_name' => 'InternalQueryType',
  6719.                     'decorator' => false,
  6720.                     'config' => [
  6721.                         'description' => 'Internal Query',
  6722.                         'fields' => [
  6723.                             'getSelectedBoPartnerProfile' => [
  6724.                                 'type' => 'BoPartnerProfile',
  6725.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getSelectedBoPartnerProfile")',
  6726.                             ],
  6727.                             'getBoPartnerProfiles' => [
  6728.                                 'type' => '[ProfileSimple!]',
  6729.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getBoPartnerProfilesByUser")',
  6730.                             ],
  6731.                             'getBoPartnerProfileQuizQuestions' => [
  6732.                                 'type' => '[ProviderQuizQuestion!]',
  6733.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getBoPartnerProfileQuizQuestions")',
  6734.                             ],
  6735.                             'getSelectedCompanyProfile' => [
  6736.                                 'type' => 'CompanyProfile',
  6737.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getSelectedCompanyProfile")',
  6738.                             ],
  6739.                             'getCompanyProfiles' => [
  6740.                                 'type' => '[ProfileSimple!]',
  6741.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfilesByUser")',
  6742.                             ],
  6743.                             'getCompanyProfileQuizQuestions' => [
  6744.                                 'type' => '[ProviderQuizQuestion!]',
  6745.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfileQuizQuestions")',
  6746.                             ],
  6747.                             'getCompanyProfileJobMarkets' => [
  6748.                                 'type' => '[JobMarket!]',
  6749.                                 'args' => [
  6750.                                     'profileID' => [
  6751.                                         'description' => 'The profile id',
  6752.                                         'type' => 'Int!',
  6753.                                     ],
  6754.                                 ],
  6755.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfileJobMarkets", args["profileID"])',
  6756.                             ],
  6757.                             'getProviderEventsByDistrict' => [
  6758.                                 'type' => '[CompanyProfile!]',
  6759.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getProviderEventsByDistrict")',
  6760.                             ],
  6761.                             'getEventsBcByDistrict' => [
  6762.                                 'type' => '[Event!]',
  6763.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getEventsBcByDistrict")',
  6764.                             ],
  6765.                             'startGameTimer' => [
  6766.                                 'type' => 'GameTimer',
  6767.                                 'args' => [
  6768.                                     'schoolClassID' => [
  6769.                                         'description' => 'The school class id',
  6770.                                         'type' => 'Int!',
  6771.                                     ],
  6772.                                     'duration' => [
  6773.                                         'description' => 'The duration for the game timer in seconds',
  6774.                                         'type' => 'Int!',
  6775.                                     ],
  6776.                                 ],
  6777.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::startGameTimer", args["schoolClassID"], args["duration"])',
  6778.                             ],
  6779.                             'modifyGameTimer' => [
  6780.                                 'type' => 'GameTimer',
  6781.                                 'args' => [
  6782.                                     'timerID' => [
  6783.                                         'description' => 'The timer id',
  6784.                                         'type' => 'Int!',
  6785.                                     ],
  6786.                                     'modifyType' => [
  6787.                                         'description' => 'The modify type',
  6788.                                         'type' => 'GameTimerModifyType!',
  6789.                                     ],
  6790.                                     'duration' => [
  6791.                                         'description' => 'The duration the timer is modified in seconds',
  6792.                                         'type' => 'Int!',
  6793.                                     ],
  6794.                                 ],
  6795.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::modifyGameTimer", args["timerID"], args["modifyType"], args["duration"])',
  6796.                             ],
  6797.                             'getGameTimeLeft' => [
  6798.                                 'type' => 'CommonResult!',
  6799.                                 'args' => [
  6800.                                     'schoolClassID' => [
  6801.                                         'description' => 'The school class id',
  6802.                                         'type' => 'Int!',
  6803.                                     ],
  6804.                                 ],
  6805.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::getGameTimeLeft", args["schoolClassID"])',
  6806.                             ],
  6807.                             'getJobMarket' => [
  6808.                                 'type' => 'JobMarket',
  6809.                                 'args' => [
  6810.                                     'id' => [
  6811.                                         'description' => 'ID of the job market to be retrieved',
  6812.                                         'type' => 'ID!',
  6813.                                     ],
  6814.                                 ],
  6815.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  6816.                             ],
  6817.                             'getJobMarketsByUser' => [
  6818.                                 'type' => '[JobMarket!]',
  6819.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::getJobMarkets")',
  6820.                             ],
  6821.                             'getSchoolByTeacher' => [
  6822.                                 'type' => 'School',
  6823.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolByTeacher")',
  6824.                             ],
  6825.                             'getSchoolClassesBySchool' => [
  6826.                                 'type' => '[SchoolClass!]',
  6827.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolClassesBySchool")',
  6828.                             ],
  6829.                             'getSchoolTeachers' => [
  6830.                                 'type' => '[Teacher!]',
  6831.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolTeachers")',
  6832.                             ],
  6833.                             'getViewedInterestFieldsBySchool' => [
  6834.                                 'type' => '[InterestFieldStats!]',
  6835.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getViewedInterestFields")',
  6836.                             ],
  6837.                             'getSelectedSchoolProfile' => [
  6838.                                 'type' => 'SchoolProfile',
  6839.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSelectedSchoolProfile")',
  6840.                             ],
  6841.                             'getSchoolProfiles' => [
  6842.                                 'type' => '[ProfileSimple!]',
  6843.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSchoolProfilesByUser")',
  6844.                             ],
  6845.                             'getSchoolProfileQuizQuestions' => [
  6846.                                 'type' => '[ProviderQuizQuestion!]',
  6847.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSchoolProfileQuizQuestions")',
  6848.                             ],
  6849.                             'getSchoolClassByID' => [
  6850.                                 'type' => 'SchoolClass',
  6851.                                 'args' => [
  6852.                                     'schoolClassID' => [
  6853.                                         'description' => 'The school class ID',
  6854.                                         'type' => 'Int!',
  6855.                                     ],
  6856.                                 ],
  6857.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClass", args["schoolClassID"])',
  6858.                             ],
  6859.                             'getSchoolClassesByUser' => [
  6860.                                 'type' => '[SchoolClass!]',
  6861.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassesByUser")',
  6862.                             ],
  6863.                             'getSchoolClassTeachers' => [
  6864.                                 'type' => '[Teacher!]',
  6865.                                 'args' => [
  6866.                                     'schoolClassID' => [
  6867.                                         'description' => 'The school class ID',
  6868.                                         'type' => 'Int!',
  6869.                                     ],
  6870.                                 ],
  6871.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassTeachers", args["schoolClassID"])',
  6872.                             ],
  6873.                             'getViewedBoPartnerProfiles' => [
  6874.                                 'type' => '[BoPartnerProfile!]',
  6875.                                 'args' => [
  6876.                                     'schoolClassID' => [
  6877.                                         'description' => 'The school class ID',
  6878.                                         'type' => 'Int!',
  6879.                                     ],
  6880.                                 ],
  6881.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedBoPartnerProfiles", args["schoolClassID"])',
  6882.                             ],
  6883.                             'getViewedCompanyProfiles' => [
  6884.                                 'type' => '[CompanyProfile!]',
  6885.                                 'args' => [
  6886.                                     'schoolClassID' => [
  6887.                                         'description' => 'The school class ID',
  6888.                                         'type' => 'Int!',
  6889.                                     ],
  6890.                                 ],
  6891.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedCompanyProfiles", args["schoolClassID"])',
  6892.                             ],
  6893.                             'getViewedSchoolProfiles' => [
  6894.                                 'type' => '[SchoolProfile!]',
  6895.                                 'args' => [
  6896.                                     'schoolClassID' => [
  6897.                                         'description' => 'The school class ID',
  6898.                                         'type' => 'Int!',
  6899.                                     ],
  6900.                                 ],
  6901.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolProfiles", args["schoolClassID"])',
  6902.                             ],
  6903.                             'getViewedJobs' => [
  6904.                                 'type' => '[Job!]',
  6905.                                 'args' => [
  6906.                                     'schoolClassID' => [
  6907.                                         'description' => 'The school class ID',
  6908.                                         'type' => 'Int!',
  6909.                                     ],
  6910.                                 ],
  6911.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobs", args["schoolClassID"])',
  6912.                             ],
  6913.                             'getViewedJobPortaits' => [
  6914.                                 'type' => '[Story!]',
  6915.                                 'args' => [
  6916.                                     'schoolClassID' => [
  6917.                                         'description' => 'The school class ID',
  6918.                                         'type' => 'Int!',
  6919.                                     ],
  6920.                                 ],
  6921.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobPortraits", args["schoolClassID"])',
  6922.                             ],
  6923.                             'getViewedSchoolPortaits' => [
  6924.                                 'type' => '[Story!]',
  6925.                                 'args' => [
  6926.                                     'schoolClassID' => [
  6927.                                         'description' => 'The school class ID',
  6928.                                         'type' => 'Int!',
  6929.                                     ],
  6930.                                 ],
  6931.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolPortraits", args["schoolClassID"])',
  6932.                             ],
  6933.                             'getViewedInterestFields' => [
  6934.                                 'type' => '[InterestFieldStats!]',
  6935.                                 'args' => [
  6936.                                     'schoolClassID' => [
  6937.                                         'description' => 'The school class ID',
  6938.                                         'type' => 'Int!',
  6939.                                     ],
  6940.                                 ],
  6941.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedInterestFields", args["schoolClassID"])',
  6942.                             ],
  6943.                             'getViewedRequirements' => [
  6944.                                 'type' => '[JobRequirementStats!]',
  6945.                                 'args' => [
  6946.                                     'schoolClassID' => [
  6947.                                         'description' => 'The school class ID',
  6948.                                         'type' => 'Int!',
  6949.                                     ],
  6950.                                 ],
  6951.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedRequirements", args["schoolClassID"])',
  6952.                             ],
  6953.                             'setGameCategoriesTeacher' => [
  6954.                                 'type' => 'Status!',
  6955.                                 'args' => [
  6956.                                     'schoolClassID' => [
  6957.                                         'description' => 'The school class ID',
  6958.                                         'type' => 'Int!',
  6959.                                     ],
  6960.                                     'categoryIDs' => [
  6961.                                         'description' => 'The category IDs',
  6962.                                         'type' => '[Int!]!',
  6963.                                     ],
  6964.                                 ],
  6965.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::setGameCategories", args["schoolClassID"], args["categoryIDs"])',
  6966.                             ],
  6967.                             'getTeachingIdeas' => [
  6968.                                 'type' => '[TeachingIdea!]',
  6969.                                 'args' => [
  6970.                                     'schoolClassID' => [
  6971.                                         'description' => 'The school class ID',
  6972.                                         'type' => 'Int!',
  6973.                                     ],
  6974.                                 ],
  6975.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getTeachingIdeas", args["schoolClassID"])',
  6976.                             ],
  6977.                             'getUserSetting' => [
  6978.                                 'type' => 'UserSetting',
  6979.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::getUserSetting")',
  6980.                             ],
  6981.                             'userinfo' => [
  6982.                                 'type' => 'UserInfo',
  6983.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::userInfo")',
  6984.                             ],
  6985.                             'job' => [
  6986.                                 'type' => 'Job',
  6987.                                 'args' => [
  6988.                                     'bicid' => [
  6989.                                         'description' => 'BicID of the job to be retrieved',
  6990.                                         'type' => 'ID!',
  6991.                                     ],
  6992.                                 ],
  6993.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  6994.                             ],
  6995.                         ],
  6996.                         'name' => 'InternalQuery',
  6997.                         'builders' => [
  6998.                         ],
  6999.                         'interfaces' => [
  7000.                         ],
  7001.                     ],
  7002.                 ],
  7003.                 'DefaultQuery' => [
  7004.                     'type' => 'object',
  7005.                     'inherits' => [
  7006.                         => 'DefaultQueryBookmark',
  7007.                         => 'DefaultQueryCommon',
  7008.                         => 'DefaultQueryEvent',
  7009.                         => 'DefaultQueryGame',
  7010.                         => 'DefaultQueryJob',
  7011.                         => 'DefaultQueryProfiles',
  7012.                         => 'DefaultQuerySchool',
  7013.                     ],
  7014.                     'class_name' => 'DefaultQueryType',
  7015.                     'decorator' => false,
  7016.                     'config' => [
  7017.                         'description' => 'Default Query',
  7018.                         'fields' => [
  7019.                             'titles' => [
  7020.                                 'type' => '[Title]',
  7021.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::titles")',
  7022.                             ],
  7023.                             'teachingIdeaTypes' => [
  7024.                                 'type' => '[TeachingIdeaType!]',
  7025.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getTeachingIdeaTypes")',
  7026.                             ],
  7027.                             'informationLinks' => [
  7028.                                 'type' => '[InformationLink!]',
  7029.                                 'args' => [
  7030.                                     'typeID' => [
  7031.                                         'description' => 'The type id of the information links',
  7032.                                         'type' => 'Int!',
  7033.                                     ],
  7034.                                 ],
  7035.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getInformationLinks", args["typeID"])',
  7036.                             ],
  7037.                             'searchSchools' => [
  7038.                                 'type' => '[School!]',
  7039.                                 'args' => [
  7040.                                     'searchText' => [
  7041.                                         'description' => 'The search text for the school',
  7042.                                         'type' => 'String!',
  7043.                                     ],
  7044.                                 ],
  7045.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::searchSchools", args["searchText"])',
  7046.                             ],
  7047.                             'bookmarkCreate' => [
  7048.                                 'type' => 'Bookmark',
  7049.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::create")',
  7050.                             ],
  7051.                             'bookmarkDelete' => [
  7052.                                 'type' => 'String!',
  7053.                                 'args' => [
  7054.                                     'code' => [
  7055.                                         'description' => 'The code of the bookmark to delete',
  7056.                                         'type' => 'String!',
  7057.                                     ],
  7058.                                 ],
  7059.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::delete", args["code"])',
  7060.                             ],
  7061.                             'bookmarkGet' => [
  7062.                                 'type' => 'Bookmark',
  7063.                                 'args' => [
  7064.                                     'code' => [
  7065.                                         'description' => 'The code to access the bookmark',
  7066.                                         'type' => 'String!',
  7067.                                     ],
  7068.                                 ],
  7069.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::get", args["code"])',
  7070.                             ],
  7071.                             'bookmarkUpdate' => [
  7072.                                 'type' => 'Bookmark',
  7073.                                 'args' => [
  7074.                                     'code' => [
  7075.                                         'description' => 'The code to access the bookmark',
  7076.                                         'type' => 'String!',
  7077.                                     ],
  7078.                                     'storedValue' => [
  7079.                                         'description' => 'The value to store in bookmark',
  7080.                                         'type' => 'String!',
  7081.                                     ],
  7082.                                 ],
  7083.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::update", args["code"], args["storedValue"])',
  7084.                             ],
  7085.                             'event' => [
  7086.                                 'type' => 'Event',
  7087.                                 'args' => [
  7088.                                     'id' => [
  7089.                                         'description' => 'ID of the Event',
  7090.                                         'type' => 'ID!',
  7091.                                     ],
  7092.                                 ],
  7093.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEventByID", args["id"])',
  7094.                             ],
  7095.                             'events' => [
  7096.                                 'type' => '[Event!]',
  7097.                                 'args' => [
  7098.                                     'limit' => [
  7099.                                         'description' => 'Limit',
  7100.                                         'type' => 'Int!',
  7101.                                     ],
  7102.                                     'offset' => [
  7103.                                         'description' => 'Offset',
  7104.                                         'type' => 'Int!',
  7105.                                     ],
  7106.                                 ],
  7107.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEvents", args["limit"], args["offset"])',
  7108.                             ],
  7109.                             'getOffersBoPartner' => [
  7110.                                 'type' => '[Offer!]',
  7111.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersBoPartner")',
  7112.                             ],
  7113.                             'getOffersCompany' => [
  7114.                                 'type' => '[Offer!]',
  7115.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersCompany")',
  7116.                             ],
  7117.                             'getOffersSchool' => [
  7118.                                 'type' => '[Offer!]',
  7119.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersSchool")',
  7120.                             ],
  7121.                             'offerList' => [
  7122.                                 'type' => 'OfferList!',
  7123.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOfferList")',
  7124.                             ],
  7125.                             'getChampionship' => [
  7126.                                 'type' => 'Championship',
  7127.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getChampionship")',
  7128.                             ],
  7129.                             'getQuizQuestionsProvider' => [
  7130.                                 'type' => '[QuestionOpen!]',
  7131.                                 'args' => [
  7132.                                     'providerType' => [
  7133.                                         'description' => 'The provider type id',
  7134.                                         'type' => 'Int!',
  7135.                                     ],
  7136.                                     'profileID' => [
  7137.                                         'description' => 'The profile id',
  7138.                                         'type' => 'Int!',
  7139.                                     ],
  7140.                                 ],
  7141.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizOpenResolver::getQuestionsProvider", args["providerType"], args["profileID"])',
  7142.                             ],
  7143.                             'getGameCategoriesPerGame' => [
  7144.                                 'type' => 'GameCategoriesPerGame!',
  7145.                                 'args' => [
  7146.                                     'clientID' => [
  7147.                                         'description' => 'The client ID',
  7148.                                         'type' => 'String!',
  7149.                                     ],
  7150.                                 ],
  7151.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesPerGame", args["clientID"])',
  7152.                             ],
  7153.                             'getGameCategoriesTeacher' => [
  7154.                                 'type' => '[GameCategory!]',
  7155.                                 'args' => [
  7156.                                     'schoolClassID' => [
  7157.                                         'description' => 'The school class id',
  7158.                                         'type' => 'Int!',
  7159.                                     ],
  7160.                                 ],
  7161.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesTeacher", args["schoolClassID"])',
  7162.                             ],
  7163.                             'getGameCategoriesStudent' => [
  7164.                                 'type' => '[GameCategory!]',
  7165.                                 'args' => [
  7166.                                     'clientID' => [
  7167.                                         'description' => 'The client ID',
  7168.                                         'type' => 'String!',
  7169.                                     ],
  7170.                                 ],
  7171.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesStudent", args["clientID"])',
  7172.                             ],
  7173.                             'getGame' => [
  7174.                                 'type' => 'Game!',
  7175.                                 'args' => [
  7176.                                     'gameType' => [
  7177.                                         'description' => 'The game type',
  7178.                                         'type' => 'GameType',
  7179.                                     ],
  7180.                                     'clientID' => [
  7181.                                         'description' => 'The client ID',
  7182.                                         'type' => 'String!',
  7183.                                     ],
  7184.                                     'categoryIDs' => [
  7185.                                         'description' => 'The category IDs',
  7186.                                         'type' => '[Int!]!',
  7187.                                     ],
  7188.                                 ],
  7189.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGame", args["gameType"], args["clientID"], args["categoryIDs"])',
  7190.                             ],
  7191.                             'setGameEnd' => [
  7192.                                 'type' => 'Status!',
  7193.                                 'args' => [
  7194.                                     'gameID' => [
  7195.                                         'description' => 'The game id',
  7196.                                         'type' => 'Int!',
  7197.                                     ],
  7198.                                     'gameEnd' => [
  7199.                                         'description' => 'The end type',
  7200.                                         'type' => 'GameEndType!',
  7201.                                     ],
  7202.                                     'points' => [
  7203.                                         'description' => 'Points',
  7204.                                         'type' => 'Int!',
  7205.                                     ],
  7206.                                 ],
  7207.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::setGameEnd", args["gameID"], args["gameEnd"], args["points"])',
  7208.                             ],
  7209.                             'getGameActiveUsers' => [
  7210.                                 'type' => 'Int!',
  7211.                                 'args' => [
  7212.                                     'gameType' => [
  7213.                                         'description' => 'The game type',
  7214.                                         'type' => 'GameType!',
  7215.                                     ],
  7216.                                 ],
  7217.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameActiveUsers", args["gameType"])',
  7218.                             ],
  7219.                             'getGameRoundPlayers' => [
  7220.                                 'type' => 'RoundPlayers!',
  7221.                                 'args' => [
  7222.                                     'gameID' => [
  7223.                                         'description' => 'The game id',
  7224.                                         'type' => 'Int!',
  7225.                                     ],
  7226.                                 ],
  7227.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameRoundPlayers", args["gameID"])',
  7228.                             ],
  7229.                             'getGameTrophies' => [
  7230.                                 'type' => '[GameTrophy]',
  7231.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophies")',
  7232.                             ],
  7233.                             'getGameTrophyProgress' => [
  7234.                                 'type' => 'GameTrophyProgress!',
  7235.                                 'args' => [
  7236.                                     'schoolClassID' => [
  7237.                                         'description' => 'The school class id',
  7238.                                         'type' => 'Int!',
  7239.                                     ],
  7240.                                 ],
  7241.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophyProgress", args["schoolClassID"])',
  7242.                             ],
  7243.                             'trophyCount' => [
  7244.                                 'type' => 'Status!',
  7245.                                 'args' => [
  7246.                                     'clientId' => [
  7247.                                         'description' => 'ClientID',
  7248.                                         'type' => 'String!',
  7249.                                     ],
  7250.                                     'classCode' => [
  7251.                                         'description' => 'Class Code',
  7252.                                         'type' => 'String!',
  7253.                                     ],
  7254.                                     'itemId' => [
  7255.                                         'description' => 'ItemID',
  7256.                                         'type' => 'String!',
  7257.                                     ],
  7258.                                     'itemType' => [
  7259.                                         'description' => 'TrophyItemType',
  7260.                                         'type' => 'TrophyItemType',
  7261.                                     ],
  7262.                                 ],
  7263.                                 'resolve' => '@=query("App\\\\Resolver\\\\TrophyCountResolver::trophyCount", args["clientId"], args["classCode"], args["itemId"], args["itemType"])',
  7264.                             ],
  7265.                             'getGameTimersSchool' => [
  7266.                                 'type' => '[GameTimer!]',
  7267.                                 'args' => [
  7268.                                     'schoolID' => [
  7269.                                         'description' => 'The school id',
  7270.                                         'type' => 'Int!',
  7271.                                     ],
  7272.                                 ],
  7273.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimersSchool", args["schoolID"])',
  7274.                             ],
  7275.                             'getGameTimer' => [
  7276.                                 'type' => 'GameTimer',
  7277.                                 'args' => [
  7278.                                     'schoolClassID' => [
  7279.                                         'description' => 'The school class id',
  7280.                                         'type' => 'Int!',
  7281.                                     ],
  7282.                                 ],
  7283.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimer", args["schoolClassID"])',
  7284.                             ],
  7285.                             'getQuizQuestion' => [
  7286.                                 'type' => 'Question!',
  7287.                                 'args' => [
  7288.                                     'gameID' => [
  7289.                                         'description' => 'The game id',
  7290.                                         'type' => 'Int!',
  7291.                                     ],
  7292.                                     'round' => [
  7293.                                         'description' => 'The round of the game',
  7294.                                         'type' => 'Int!',
  7295.                                     ],
  7296.                                 ],
  7297.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuestion", args["gameID"], args["round"])',
  7298.                             ],
  7299.                             'getQuizAnswerWrong' => [
  7300.                                 'type' => 'AnswerWrong!',
  7301.                                 'args' => [
  7302.                                     'gameID' => [
  7303.                                         'description' => 'The game id',
  7304.                                         'type' => 'Int!',
  7305.                                     ],
  7306.                                     'questionID' => [
  7307.                                         'description' => 'The question ID',
  7308.                                         'type' => 'Int!',
  7309.                                     ],
  7310.                                 ],
  7311.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  7312.                             ],
  7313.                             'sendQuizAnswer' => [
  7314.                                 'type' => 'AnswerResponse!',
  7315.                                 'args' => [
  7316.                                     'gameID' => [
  7317.                                         'description' => 'The game id',
  7318.                                         'type' => 'Int!',
  7319.                                     ],
  7320.                                     'questionID' => [
  7321.                                         'description' => 'The question ID',
  7322.                                         'type' => 'Int!',
  7323.                                     ],
  7324.                                     'answerID' => [
  7325.                                         'description' => 'The answer ID',
  7326.                                         'type' => 'Int!',
  7327.                                     ],
  7328.                                 ],
  7329.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  7330.                             ],
  7331.                             'getClickThePicQuestion' => [
  7332.                                 'type' => 'Question!',
  7333.                                 'args' => [
  7334.                                     'gameID' => [
  7335.                                         'description' => 'The game id',
  7336.                                         'type' => 'Int!',
  7337.                                     ],
  7338.                                     'round' => [
  7339.                                         'description' => 'The round of the game',
  7340.                                         'type' => 'Int!',
  7341.                                     ],
  7342.                                 ],
  7343.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getQuestion", args["gameID"], args["round"])',
  7344.                             ],
  7345.                             'sendClickThePicAnswer' => [
  7346.                                 'type' => 'AnswerResponse!',
  7347.                                 'args' => [
  7348.                                     'gameID' => [
  7349.                                         'description' => 'The game id',
  7350.                                         'type' => 'Int!',
  7351.                                     ],
  7352.                                     'questionID' => [
  7353.                                         'description' => 'The question ID',
  7354.                                         'type' => 'Int!',
  7355.                                     ],
  7356.                                     'answerID' => [
  7357.                                         'description' => 'The answer ID',
  7358.                                         'type' => 'Int!',
  7359.                                     ],
  7360.                                     'points' => [
  7361.                                         'description' => 'Points for the round',
  7362.                                         'type' => 'Int!',
  7363.                                     ],
  7364.                                 ],
  7365.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"], args["points"])',
  7366.                             ],
  7367.                             'interestFields' => [
  7368.                                 'type' => '[InterestField!]',
  7369.                                 'resolve' => '@=query("App\\\\Resolver\\\\InterestFieldResolver::getFields")',
  7370.                             ],
  7371.                             'job' => [
  7372.                                 'type' => 'Job',
  7373.                                 'args' => [
  7374.                                     'bicid' => [
  7375.                                         'description' => 'BicID of the job to be retrieved',
  7376.                                         'type' => 'ID!',
  7377.                                     ],
  7378.                                 ],
  7379.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  7380.                             ],
  7381.                             'job_id' => [
  7382.                                 'type' => 'Job',
  7383.                                 'args' => [
  7384.                                     'id' => [
  7385.                                         'description' => 'ID of the job to retrieve',
  7386.                                         'type' => 'ID!',
  7387.                                     ],
  7388.                                 ],
  7389.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobID", args["id"])',
  7390.                             ],
  7391.                             'jobs' => [
  7392.                                 'type' => '[Job!]',
  7393.                                 'args' => [
  7394.                                     'limit' => [
  7395.                                         'description' => 'Limit',
  7396.                                         'type' => 'Int!',
  7397.                                     ],
  7398.                                     'offset' => [
  7399.                                         'description' => 'Offset',
  7400.                                         'type' => 'Int!',
  7401.                                     ],
  7402.                                 ],
  7403.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobs", args["limit"], args["offset"])',
  7404.                             ],
  7405.                             'jobExpertTerm' => [
  7406.                                 'type' => 'JobExpertTerm',
  7407.                                 'args' => [
  7408.                                     'bicid' => [
  7409.                                         'description' => 'BicID of the job expert term to retrieve',
  7410.                                         'type' => 'ID!',
  7411.                                     ],
  7412.                                 ],
  7413.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerm", args["bicid"])',
  7414.                             ],
  7415.                             'jobExpertTerms' => [
  7416.                                 'type' => '[JobExpertTerm!]',
  7417.                                 'args' => [
  7418.                                     'limit' => [
  7419.                                         'description' => 'Limit',
  7420.                                         'type' => 'Int!',
  7421.                                     ],
  7422.                                     'offset' => [
  7423.                                         'description' => 'Offset',
  7424.                                         'type' => 'Int!',
  7425.                                     ],
  7426.                                 ],
  7427.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerms", args["limit"], args["offset"])',
  7428.                             ],
  7429.                             'jobMarket' => [
  7430.                                 'type' => 'JobMarket',
  7431.                                 'args' => [
  7432.                                     'id' => [
  7433.                                         'description' => 'ID of the job market to be retrieved',
  7434.                                         'type' => 'ID!',
  7435.                                     ],
  7436.                                 ],
  7437.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  7438.                             ],
  7439.                             'jobMarkets' => [
  7440.                                 'type' => 'JobMarketResults',
  7441.                                 'args' => [
  7442.                                     'search' => [
  7443.                                         'description' => 'Search parameters',
  7444.                                         'type' => 'String!',
  7445.                                     ],
  7446.                                 ],
  7447.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarkets", args["search"])',
  7448.                             ],
  7449.                             'jobRequirements' => [
  7450.                                 'type' => '[JobRequirement!]',
  7451.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirements")',
  7452.                             ],
  7453.                             'jobRequirementTypes' => [
  7454.                                 'type' => 'JobRequirementCollection!',
  7455.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirementTypes")',
  7456.                             ],
  7457.                             'bopartnerProfile' => [
  7458.                                 'type' => 'BoPartnerProfile',
  7459.                                 'args' => [
  7460.                                     'id' => [
  7461.                                         'description' => 'ID of the BO Partner Profile',
  7462.                                         'type' => 'Int',
  7463.                                     ],
  7464.                                     'uuid' => [
  7465.                                         'description' => 'UUID of the BO Partner Profile',
  7466.                                         'type' => 'String',
  7467.                                     ],
  7468.                                 ],
  7469.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfile", args["id"], args["uuid"])',
  7470.                             ],
  7471.                             'bopartnerProfiles' => [
  7472.                                 'type' => '[BoPartnerProfile!]',
  7473.                                 'args' => [
  7474.                                     'limit' => [
  7475.                                         'description' => 'Limit',
  7476.                                         'type' => 'Int!',
  7477.                                     ],
  7478.                                     'offset' => [
  7479.                                         'description' => 'Offset',
  7480.                                         'type' => 'Int!',
  7481.                                     ],
  7482.                                 ],
  7483.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfiles", args["limit"], args["offset"])',
  7484.                             ],
  7485.                             'getCompanyBenefits' => [
  7486.                                 'type' => '[CompanyBenefit!]',
  7487.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyBenefits")',
  7488.                             ],
  7489.                             'getCompanyCertificates' => [
  7490.                                 'type' => '[CompanyCertificate!]',
  7491.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyCertificates")',
  7492.                             ],
  7493.                             'getCompanySizes' => [
  7494.                                 'type' => '[CompanySize!]',
  7495.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanySizes")',
  7496.                             ],
  7497.                             'companyProfile' => [
  7498.                                 'type' => 'CompanyProfile',
  7499.                                 'args' => [
  7500.                                     'id' => [
  7501.                                         'description' => 'ID of the Company Profile',
  7502.                                         'type' => 'Int',
  7503.                                     ],
  7504.                                     'uuid' => [
  7505.                                         'description' => 'UUID of the Company Profile',
  7506.                                         'type' => 'String',
  7507.                                     ],
  7508.                                 ],
  7509.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfile", args["id"], args["uuid"])',
  7510.                             ],
  7511.                             'companyProfiles' => [
  7512.                                 'type' => '[CompanyProfile!]',
  7513.                                 'args' => [
  7514.                                     'limit' => [
  7515.                                         'description' => 'Limit',
  7516.                                         'type' => 'Int!',
  7517.                                     ],
  7518.                                     'offset' => [
  7519.                                         'description' => 'Offset',
  7520.                                         'type' => 'Int!',
  7521.                                     ],
  7522.                                 ],
  7523.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfiles", args["limit"], args["offset"])',
  7524.                             ],
  7525.                             'profiles' => [
  7526.                                 'type' => 'ProfileResults!',
  7527.                                 'args' => [
  7528.                                     'search' => [
  7529.                                         'description' => 'Search parameters',
  7530.                                         'type' => 'String!',
  7531.                                     ],
  7532.                                 ],
  7533.                                 'resolve' => '@=query("App\\\\Resolver\\\\ProfileResolver::getProfilesSearch", args["search"])',
  7534.                             ],
  7535.                             'schoolProfile' => [
  7536.                                 'type' => 'SchoolProfile',
  7537.                                 'args' => [
  7538.                                     'id' => [
  7539.                                         'description' => 'ID of the School Profile',
  7540.                                         'type' => 'Int',
  7541.                                     ],
  7542.                                     'uuid' => [
  7543.                                         'description' => 'UUID of the School Profile',
  7544.                                         'type' => 'String',
  7545.                                     ],
  7546.                                 ],
  7547.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfile", args["id"], args["uuid"])',
  7548.                             ],
  7549.                             'schoolProfiles' => [
  7550.                                 'type' => '[SchoolProfile!]',
  7551.                                 'args' => [
  7552.                                     'limit' => [
  7553.                                         'description' => 'Limit',
  7554.                                         'type' => 'Int!',
  7555.                                     ],
  7556.                                     'offset' => [
  7557.                                         'description' => 'Offset',
  7558.                                         'type' => 'Int!',
  7559.                                     ],
  7560.                                 ],
  7561.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfiles", args["limit"], args["offset"])',
  7562.                             ],
  7563.                             'schoolSubjects' => [
  7564.                                 'type' => '[SchoolSubject!]',
  7565.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getAllJobSchoolSubjects")',
  7566.                             ],
  7567.                             'schoolSubject' => [
  7568.                                 'type' => 'SchoolSubject!',
  7569.                                 'args' => [
  7570.                                     'id' => [
  7571.                                         'description' => 'ID of the school subject to be retrieved',
  7572.                                         'type' => 'ID!',
  7573.                                     ],
  7574.                                 ],
  7575.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getJobSchoolSubjectByID", args["id"])',
  7576.                             ],
  7577.                             'stories' => [
  7578.                                 'type' => 'Stories!',
  7579.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStories")',
  7580.                             ],
  7581.                             'storyByID' => [
  7582.                                 'type' => 'Story',
  7583.                                 'args' => [
  7584.                                     'id' => [
  7585.                                         'description' => 'ID of the story to retrieve',
  7586.                                         'type' => 'ID!',
  7587.                                     ],
  7588.                                 ],
  7589.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByID", args["id"])',
  7590.                             ],
  7591.                             'storyByBicID' => [
  7592.                                 'type' => 'Story',
  7593.                                 'args' => [
  7594.                                     'bicid' => [
  7595.                                         'description' => 'BicID of the story to retrieve',
  7596.                                         'type' => 'ID!',
  7597.                                     ],
  7598.                                 ],
  7599.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByBicID", args["bicid"])',
  7600.                             ],
  7601.                             'schoolClassLogin' => [
  7602.                                 'type' => 'SchoolClassLogin',
  7603.                                 'args' => [
  7604.                                     'classCode' => [
  7605.                                         'description' => 'Class Code',
  7606.                                         'type' => 'String!',
  7607.                                     ],
  7608.                                 ],
  7609.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::login", args["classCode"])',
  7610.                             ],
  7611.                             'schoolClassGameHistory' => [
  7612.                                 'type' => '[SchoolClassGameHistory!]',
  7613.                                 'args' => [
  7614.                                     'classCode' => [
  7615.                                         'description' => 'Class Code',
  7616.                                         'type' => 'String!',
  7617.                                     ],
  7618.                                 ],
  7619.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getGameHistories", args["classCode"])',
  7620.                             ],
  7621.                             'schoolClassPoints' => [
  7622.                                 'type' => 'Int',
  7623.                                 'args' => [
  7624.                                     'classCode' => [
  7625.                                         'description' => 'Class Code',
  7626.                                         'type' => 'String!',
  7627.                                     ],
  7628.                                 ],
  7629.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getPoints", args["classCode"])',
  7630.                             ],
  7631.                             'schoolClassTimePlayed' => [
  7632.                                 'type' => 'Int',
  7633.                                 'args' => [
  7634.                                     'classCode' => [
  7635.                                         'description' => 'Class Code',
  7636.                                         'type' => 'String!',
  7637.                                     ],
  7638.                                 ],
  7639.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getTimePlayed", args["classCode"])',
  7640.                             ],
  7641.                             'schoolClassGameState' => [
  7642.                                 'type' => 'SchoolClassGameState',
  7643.                                 'args' => [
  7644.                                     'classCode' => [
  7645.                                         'description' => 'Class Code',
  7646.                                         'type' => 'String!',
  7647.                                     ],
  7648.                                 ],
  7649.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::gameState", args["classCode"])',
  7650.                             ],
  7651.                             'schoolClassGrades' => [
  7652.                                 'type' => '[SchoolClassGrade!]',
  7653.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassGrades")',
  7654.                             ],
  7655.                             'schoolClassRankings' => [
  7656.                                 'type' => '[SchoolClassRank!]',
  7657.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassRankings")',
  7658.                             ],
  7659.                             'schoolClassYears' => [
  7660.                                 'type' => '[SchoolClassYear!]',
  7661.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassYears")',
  7662.                             ],
  7663.                             'addressCities' => [
  7664.                                 'type' => '[AddressCity!]',
  7665.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getCities")',
  7666.                             ],
  7667.                             'addressDistricts' => [
  7668.                                 'type' => '[AddressDistrict!]',
  7669.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getDistricts")',
  7670.                             ],
  7671.                             'faqCategories' => [
  7672.                                 'type' => '[FaqCategory!]',
  7673.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategories")',
  7674.                             ],
  7675.                             'faqGewinnspiel' => [
  7676.                                 'type' => 'FaqCategory',
  7677.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategoryGewinnspiel")',
  7678.                             ],
  7679.                             'infoSectionTypes' => [
  7680.                                 'type' => '[InfoSectionType!]',
  7681.                                 'resolve' => '@=query("App\\\\Resolver\\\\InfoSectionResolver::getTypes")',
  7682.                             ],
  7683.                             'infoSectionCategories' => [
  7684.                                 'type' => '[InfoSectionCategory!]',
  7685.                                 'resolve' => '@=query("App\\\\Resolver\\\\InfoSectionResolver::getCategories")',
  7686.                             ],
  7687.                             'globalSearch' => [
  7688.                                 'type' => 'GlobalSearch',
  7689.                                 'args' => [
  7690.                                     'search' => [
  7691.                                         'description' => 'Search parameters',
  7692.                                         'type' => 'String!',
  7693.                                     ],
  7694.                                 ],
  7695.                                 'resolve' => '@=query("App\\\\Resolver\\\\GlobalSearchResolver::search", args["search"])',
  7696.                             ],
  7697.                             'homeContent' => [
  7698.                                 'type' => 'HomeContent!',
  7699.                                 'resolve' => '@=query("App\\\\Resolver\\\\HomeContentResolver::getContent")',
  7700.                             ],
  7701.                             'image' => [
  7702.                                 'type' => 'Image',
  7703.                                 'args' => [
  7704.                                     'id' => [
  7705.                                         'description' => 'ID of the Image',
  7706.                                         'type' => 'ID!',
  7707.                                     ],
  7708.                                 ],
  7709.                                 'resolve' => '@=query("App\\\\Resolver\\\\ImageResolver::getImageByID", args["id"])',
  7710.                             ],
  7711.                             'mqttTest' => [
  7712.                                 'type' => 'Status!',
  7713.                                 'args' => [
  7714.                                     'topic' => [
  7715.                                         'description' => 'Topic',
  7716.                                         'type' => 'String!',
  7717.                                     ],
  7718.                                     'strValue' => [
  7719.                                         'description' => 'TestString',
  7720.                                         'type' => 'String!',
  7721.                                     ],
  7722.                                 ],
  7723.                                 'resolve' => '@=query("App\\\\Resolver\\\\TestResolver::mqttTest", args["topic"], args["strValue"])',
  7724.                             ],
  7725.                         ],
  7726.                         'name' => 'DefaultQuery',
  7727.                         'builders' => [
  7728.                         ],
  7729.                         'interfaces' => [
  7730.                         ],
  7731.                     ],
  7732.                 ],
  7733.                 'DefaultMutation' => [
  7734.                     'type' => 'object',
  7735.                     'inherits' => [
  7736.                         => 'DefaultRegisterMutation',
  7737.                         => 'DefaultJobMarketMutation',
  7738.                     ],
  7739.                     'class_name' => 'DefaultMutationType',
  7740.                     'decorator' => false,
  7741.                     'config' => [
  7742.                         'description' => 'Default Mutation',
  7743.                         'fields' => [
  7744.                             'registerBoPartner' => [
  7745.                                 'type' => 'Status!',
  7746.                                 'args' => [
  7747.                                     'login' => [
  7748.                                         'description' => 'The login data',
  7749.                                         'type' => 'InRegisterLogin!',
  7750.                                     ],
  7751.                                     'person' => [
  7752.                                         'description' => 'The person data',
  7753.                                         'type' => 'InRegisterPerson!',
  7754.                                     ],
  7755.                                     'organisation' => [
  7756.                                         'description' => 'The bo partner data',
  7757.                                         'type' => 'InRegisterOrganisation!',
  7758.                                     ],
  7759.                                 ],
  7760.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerBoPartner", args["login"], args["person"], args["organisation"])',
  7761.                             ],
  7762.                             'registerCompany' => [
  7763.                                 'type' => 'Status!',
  7764.                                 'args' => [
  7765.                                     'login' => [
  7766.                                         'description' => 'The login data',
  7767.                                         'type' => 'InRegisterLogin!',
  7768.                                     ],
  7769.                                     'person' => [
  7770.                                         'description' => 'The person data',
  7771.                                         'type' => 'InRegisterPerson!',
  7772.                                     ],
  7773.                                     'organisation' => [
  7774.                                         'description' => 'The company data',
  7775.                                         'type' => 'InRegisterOrganisation!',
  7776.                                     ],
  7777.                                 ],
  7778.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerCompany", args["login"], args["person"], args["organisation"])',
  7779.                             ],
  7780.                             'registerSchool' => [
  7781.                                 'type' => 'Status!',
  7782.                                 'args' => [
  7783.                                     'login' => [
  7784.                                         'description' => 'The login data',
  7785.                                         'type' => 'InRegisterLogin!',
  7786.                                     ],
  7787.                                     'person' => [
  7788.                                         'description' => 'The person data',
  7789.                                         'type' => 'InRegisterPerson!',
  7790.                                     ],
  7791.                                     'organisation' => [
  7792.                                         'description' => 'The school data',
  7793.                                         'type' => 'InRegisterOrganisation!',
  7794.                                     ],
  7795.                                 ],
  7796.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerSchool", args["login"], args["person"], args["organisation"])',
  7797.                             ],
  7798.                             'registerDirector' => [
  7799.                                 'type' => 'Status!',
  7800.                                 'args' => [
  7801.                                     'login' => [
  7802.                                         'description' => 'The login data',
  7803.                                         'type' => 'InRegisterLogin!',
  7804.                                     ],
  7805.                                     'person' => [
  7806.                                         'description' => 'The person data',
  7807.                                         'type' => 'InRegisterPerson!',
  7808.                                     ],
  7809.                                     'schoolID' => [
  7810.                                         'description' => 'The school id',
  7811.                                         'type' => 'Int!',
  7812.                                     ],
  7813.                                 ],
  7814.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerDirector", args["login"], args["person"], args["schoolID"])',
  7815.                             ],
  7816.                             'registerTeacher' => [
  7817.                                 'type' => 'Status!',
  7818.                                 'args' => [
  7819.                                     'login' => [
  7820.                                         'description' => 'The login data',
  7821.                                         'type' => 'InRegisterLogin!',
  7822.                                     ],
  7823.                                     'person' => [
  7824.                                         'description' => 'The person data',
  7825.                                         'type' => 'InRegisterPerson!',
  7826.                                     ],
  7827.                                 ],
  7828.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerTeacher", args["login"], args["person"])',
  7829.                             ],
  7830.                             'increaseJobMarketApplicationCount' => [
  7831.                                 'type' => 'Status!',
  7832.                                 'args' => [
  7833.                                     'jobMarketID' => [
  7834.                                         'description' => 'The job market id',
  7835.                                         'type' => 'Int!',
  7836.                                     ],
  7837.                                 ],
  7838.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\JobMarketResolver::increaseApplicationCount", args["jobMarketID"])',
  7839.                             ],
  7840.                         ],
  7841.                         'name' => 'DefaultMutation',
  7842.                         'builders' => [
  7843.                         ],
  7844.                         'interfaces' => [
  7845.                         ],
  7846.                     ],
  7847.                 ],
  7848.                 'UploadFile' => [
  7849.                     'type' => 'custom-scalar',
  7850.                     'class_name' => 'UploadFileType',
  7851.                     'inherits' => [
  7852.                     ],
  7853.                     'decorator' => false,
  7854.                     'config' => [
  7855.                         'scalarType' => '@=newObject("Overblog\\\\GraphQLBundle\\\\Upload\\\\Type\\\\GraphQLUploadType")',
  7856.                         'name' => 'UploadFile',
  7857.                     ],
  7858.                 ],
  7859.                 'RoundPlayersEntry' => [
  7860.                     'type' => 'object',
  7861.                     'class_name' => 'RoundPlayersEntryType',
  7862.                     'inherits' => [
  7863.                     ],
  7864.                     'decorator' => false,
  7865.                     'config' => [
  7866.                         'description' => NULL,
  7867.                         'fields' => [
  7868.                             'round' => [
  7869.                                 'type' => 'Int!',
  7870.                                 'description' => NULL,
  7871.                             ],
  7872.                             'players' => [
  7873.                                 'type' => 'Int!',
  7874.                                 'description' => NULL,
  7875.                             ],
  7876.                         ],
  7877.                         'interfaces' => [
  7878.                         ],
  7879.                         'name' => 'RoundPlayersEntry',
  7880.                         'builders' => [
  7881.                         ],
  7882.                     ],
  7883.                 ],
  7884.                 'StoryCard' => [
  7885.                     'type' => 'object',
  7886.                     'class_name' => 'StoryCardType',
  7887.                     'inherits' => [
  7888.                     ],
  7889.                     'decorator' => false,
  7890.                     'config' => [
  7891.                         'description' => NULL,
  7892.                         'fields' => [
  7893.                             'title' => [
  7894.                                 'type' => 'String',
  7895.                                 'description' => NULL,
  7896.                             ],
  7897.                             'time' => [
  7898.                                 'type' => 'String!',
  7899.                                 'description' => NULL,
  7900.                             ],
  7901.                             'backgroundImage' => [
  7902.                                 'type' => 'Image',
  7903.                                 'description' => NULL,
  7904.                             ],
  7905.                             'backgroundVideo' => [
  7906.                                 'type' => 'Video',
  7907.                                 'description' => NULL,
  7908.                             ],
  7909.                             'embedVideo' => [
  7910.                                 'type' => 'Video',
  7911.                                 'description' => NULL,
  7912.                             ],
  7913.                             'lottieAnimation' => [
  7914.                                 'type' => 'String',
  7915.                                 'description' => NULL,
  7916.                             ],
  7917.                             'textHeading' => [
  7918.                                 'type' => 'String',
  7919.                                 'description' => NULL,
  7920.                             ],
  7921.                             'text' => [
  7922.                                 'type' => 'String',
  7923.                                 'description' => NULL,
  7924.                             ],
  7925.                             'image' => [
  7926.                                 'type' => 'Image',
  7927.                                 'description' => NULL,
  7928.                             ],
  7929.                             'imagePosition' => [
  7930.                                 'type' => 'StoryCardImagePosition',
  7931.                                 'description' => NULL,
  7932.                             ],
  7933.                             'highlightPosition' => [
  7934.                                 'type' => 'StoryCardHighlightPosition',
  7935.                                 'description' => NULL,
  7936.                             ],
  7937.                             'layout' => [
  7938.                                 'type' => 'StoryCardLayout!',
  7939.                                 'description' => NULL,
  7940.                             ],
  7941.                             'theme' => [
  7942.                                 'type' => 'StoryCardTheme!',
  7943.                                 'description' => NULL,
  7944.                             ],
  7945.                         ],
  7946.                         'interfaces' => [
  7947.                         ],
  7948.                         'name' => 'StoryCard',
  7949.                         'builders' => [
  7950.                         ],
  7951.                     ],
  7952.                 ],
  7953.                 'TrophyStats' => [
  7954.                     'type' => 'object',
  7955.                     'class_name' => 'TrophyStatsType',
  7956.                     'inherits' => [
  7957.                     ],
  7958.                     'decorator' => false,
  7959.                     'config' => [
  7960.                         'description' => NULL,
  7961.                         'fields' => [
  7962.                             'scoredCount' => [
  7963.                                 'type' => 'Int!',
  7964.                                 'description' => NULL,
  7965.                             ],
  7966.                             'totalCount' => [
  7967.                                 'type' => 'Int!',
  7968.                                 'description' => NULL,
  7969.                             ],
  7970.                         ],
  7971.                         'interfaces' => [
  7972.                         ],
  7973.                         'name' => 'TrophyStats',
  7974.                         'builders' => [
  7975.                         ],
  7976.                     ],
  7977.                 ],
  7978.                 'GameCategoriesPerGame' => [
  7979.                     'type' => 'object',
  7980.                     'class_name' => 'GameCategoriesPerGameType',
  7981.                     'inherits' => [
  7982.                     ],
  7983.                     'decorator' => false,
  7984.                     'config' => [
  7985.                         'description' => NULL,
  7986.                         'fields' => [
  7987.                             'status' => [
  7988.                                 'type' => 'Status!',
  7989.                                 'description' => NULL,
  7990.                             ],
  7991.                             'guessTheJob' => [
  7992.                                 'type' => 'Int!',
  7993.                                 'description' => NULL,
  7994.                             ],
  7995.                             'quiz' => [
  7996.                                 'type' => 'Int!',
  7997.                                 'description' => NULL,
  7998.                             ],
  7999.                         ],
  8000.                         'interfaces' => [
  8001.                         ],
  8002.                         'name' => 'GameCategoriesPerGame',
  8003.                         'builders' => [
  8004.                         ],
  8005.                     ],
  8006.                 ],
  8007.                 'Person' => [
  8008.                     'type' => 'object',
  8009.                     'class_name' => 'PersonType',
  8010.                     'inherits' => [
  8011.                     ],
  8012.                     'decorator' => false,
  8013.                     'config' => [
  8014.                         'description' => NULL,
  8015.                         'fields' => [
  8016.                             'id' => [
  8017.                                 'type' => 'ID!',
  8018.                                 'description' => NULL,
  8019.                             ],
  8020.                             'firstname' => [
  8021.                                 'type' => 'String!',
  8022.                                 'description' => NULL,
  8023.                             ],
  8024.                             'lastname' => [
  8025.                                 'type' => 'String!',
  8026.                                 'description' => NULL,
  8027.                             ],
  8028.                             'sex' => [
  8029.                                 'type' => 'Int',
  8030.                                 'description' => NULL,
  8031.                             ],
  8032.                             'titles' => [
  8033.                                 'type' => '[Title!]',
  8034.                                 'description' => NULL,
  8035.                             ],
  8036.                         ],
  8037.                         'interfaces' => [
  8038.                         ],
  8039.                         'name' => 'Person',
  8040.                         'builders' => [
  8041.                         ],
  8042.                     ],
  8043.                 ],
  8044.                 'Bookmark' => [
  8045.                     'type' => 'object',
  8046.                     'class_name' => 'BookmarkType',
  8047.                     'inherits' => [
  8048.                     ],
  8049.                     'decorator' => false,
  8050.                     'config' => [
  8051.                         'description' => NULL,
  8052.                         'fields' => [
  8053.                             'id' => [
  8054.                                 'type' => 'ID!',
  8055.                                 'description' => NULL,
  8056.                             ],
  8057.                             'accessToken' => [
  8058.                                 'type' => 'String!',
  8059.                                 'description' => NULL,
  8060.                             ],
  8061.                             'storedValue' => [
  8062.                                 'type' => 'String',
  8063.                                 'description' => NULL,
  8064.                             ],
  8065.                             'createdAt' => [
  8066.                                 'type' => 'String!',
  8067.                                 'description' => NULL,
  8068.                             ],
  8069.                         ],
  8070.                         'interfaces' => [
  8071.                         ],
  8072.                         'name' => 'Bookmark',
  8073.                         'builders' => [
  8074.                         ],
  8075.                     ],
  8076.                 ],
  8077.                 'Contact' => [
  8078.                     'type' => 'object',
  8079.                     'class_name' => 'ContactType',
  8080.                     'inherits' => [
  8081.                     ],
  8082.                     'decorator' => false,
  8083.                     'config' => [
  8084.                         'description' => NULL,
  8085.                         'fields' => [
  8086.                             'id' => [
  8087.                                 'type' => 'ID!',
  8088.                                 'description' => NULL,
  8089.                             ],
  8090.                             'employeePosition' => [
  8091.                                 'type' => 'String',
  8092.                                 'description' => NULL,
  8093.                             ],
  8094.                             'communication' => [
  8095.                                 'type' => 'Communication!',
  8096.                                 'description' => NULL,
  8097.                             ],
  8098.                             'person' => [
  8099.                                 'type' => 'Person!',
  8100.                                 'description' => NULL,
  8101.                             ],
  8102.                             'picture' => [
  8103.                                 'type' => 'Image',
  8104.                                 'description' => NULL,
  8105.                             ],
  8106.                         ],
  8107.                         'interfaces' => [
  8108.                         ],
  8109.                         'name' => 'Contact',
  8110.                         'builders' => [
  8111.                         ],
  8112.                     ],
  8113.                 ],
  8114.                 'Gallery' => [
  8115.                     'type' => 'object',
  8116.                     'class_name' => 'GalleryType',
  8117.                     'inherits' => [
  8118.                     ],
  8119.                     'decorator' => false,
  8120.                     'config' => [
  8121.                         'description' => NULL,
  8122.                         'fields' => [
  8123.                             'id' => [
  8124.                                 'type' => 'ID!',
  8125.                                 'description' => NULL,
  8126.                             ],
  8127.                             'name' => [
  8128.                                 'type' => 'String',
  8129.                                 'description' => NULL,
  8130.                             ],
  8131.                             'galleryItems' => [
  8132.                                 'type' => '[Media]',
  8133.                                 'description' => NULL,
  8134.                             ],
  8135.                         ],
  8136.                         'interfaces' => [
  8137.                         ],
  8138.                         'name' => 'Gallery',
  8139.                         'builders' => [
  8140.                         ],
  8141.                     ],
  8142.                 ],
  8143.                 'JobSchoolSubject' => [
  8144.                     'type' => 'object',
  8145.                     'class_name' => 'JobSchoolSubjectType',
  8146.                     'inherits' => [
  8147.                     ],
  8148.                     'decorator' => false,
  8149.                     'config' => [
  8150.                         'description' => NULL,
  8151.                         'fields' => [
  8152.                             'id' => [
  8153.                                 'type' => 'ID!',
  8154.                                 'description' => NULL,
  8155.                             ],
  8156.                             'subjectName' => [
  8157.                                 'type' => 'String!',
  8158.                                 'description' => NULL,
  8159.                             ],
  8160.                             'abbreviation' => [
  8161.                                 'type' => 'String!',
  8162.                                 'description' => NULL,
  8163.                             ],
  8164.                         ],
  8165.                         'interfaces' => [
  8166.                         ],
  8167.                         'name' => 'JobSchoolSubject',
  8168.                         'builders' => [
  8169.                         ],
  8170.                     ],
  8171.                 ],
  8172.                 'GameTrophyProgress' => [
  8173.                     'type' => 'object',
  8174.                     'class_name' => 'GameTrophyProgressType',
  8175.                     'inherits' => [
  8176.                     ],
  8177.                     'decorator' => false,
  8178.                     'config' => [
  8179.                         'description' => NULL,
  8180.                         'fields' => [
  8181.                             'id' => [
  8182.                                 'type' => 'ID!',
  8183.                                 'description' => NULL,
  8184.                             ],
  8185.                             'schoolClassID' => [
  8186.                                 'type' => 'Int',
  8187.                                 'description' => NULL,
  8188.                             ],
  8189.                             'createdAt' => [
  8190.                                 'type' => 'String',
  8191.                                 'description' => NULL,
  8192.                             ],
  8193.                             'entries' => [
  8194.                                 'type' => '[GameTrophyProgressEntry!]',
  8195.                                 'description' => NULL,
  8196.                             ],
  8197.                         ],
  8198.                         'interfaces' => [
  8199.                         ],
  8200.                         'name' => 'GameTrophyProgress',
  8201.                         'builders' => [
  8202.                         ],
  8203.                     ],
  8204.                 ],
  8205.                 'SchoolClassLogin' => [
  8206.                     'type' => 'object',
  8207.                     'class_name' => 'SchoolClassLoginType',
  8208.                     'inherits' => [
  8209.                     ],
  8210.                     'decorator' => false,
  8211.                     'config' => [
  8212.                         'description' => NULL,
  8213.                         'fields' => [
  8214.                             'status' => [
  8215.                                 'type' => 'Status!',
  8216.                                 'description' => NULL,
  8217.                             ],
  8218.                             'clientId' => [
  8219.                                 'type' => 'String!',
  8220.                                 'description' => NULL,
  8221.                             ],
  8222.                             'school' => [
  8223.                                 'type' => 'School',
  8224.                                 'description' => NULL,
  8225.                             ],
  8226.                             'schoolClass' => [
  8227.                                 'type' => 'SchoolClass',
  8228.                                 'description' => NULL,
  8229.                             ],
  8230.                         ],
  8231.                         'interfaces' => [
  8232.                         ],
  8233.                         'name' => 'SchoolClassLogin',
  8234.                         'builders' => [
  8235.                         ],
  8236.                     ],
  8237.                 ],
  8238.                 'GlobalSearch' => [
  8239.                     'type' => 'object',
  8240.                     'class_name' => 'GlobalSearchType',
  8241.                     'inherits' => [
  8242.                     ],
  8243.                     'decorator' => false,
  8244.                     'config' => [
  8245.                         'description' => NULL,
  8246.                         'fields' => [
  8247.                             'jobs' => [
  8248.                                 'type' => '[Job!]',
  8249.                                 'description' => NULL,
  8250.                             ],
  8251.                             'jobMarkets' => [
  8252.                                 'type' => '[JobMarket!]',
  8253.                                 'description' => NULL,
  8254.                             ],
  8255.                             'profiles' => [
  8256.                                 'type' => '[Profile!]',
  8257.                                 'description' => NULL,
  8258.                             ],
  8259.                             'stories' => [
  8260.                                 'type' => '[Story!]',
  8261.                                 'description' => NULL,
  8262.                             ],
  8263.                         ],
  8264.                         'interfaces' => [
  8265.                         ],
  8266.                         'name' => 'GlobalSearch',
  8267.                         'builders' => [
  8268.                         ],
  8269.                     ],
  8270.                 ],
  8271.                 'Offer' => [
  8272.                     'type' => 'object',
  8273.                     'class_name' => 'OfferType',
  8274.                     'inherits' => [
  8275.                     ],
  8276.                     'decorator' => false,
  8277.                     'config' => [
  8278.                         'description' => NULL,
  8279.                         'fields' => [
  8280.                             'id' => [
  8281.                                 'type' => 'ID!',
  8282.                                 'description' => NULL,
  8283.                             ],
  8284.                             'offerType' => [
  8285.                                 'type' => 'OfferType',
  8286.                                 'description' => NULL,
  8287.                             ],
  8288.                             'name' => [
  8289.                                 'type' => 'String',
  8290.                                 'description' => NULL,
  8291.                             ],
  8292.                             'dateFrom' => [
  8293.                                 'type' => 'String',
  8294.                                 'description' => NULL,
  8295.                             ],
  8296.                             'dateTo' => [
  8297.                                 'type' => 'String',
  8298.                                 'description' => NULL,
  8299.                             ],
  8300.                         ],
  8301.                         'interfaces' => [
  8302.                         ],
  8303.                         'name' => 'Offer',
  8304.                         'builders' => [
  8305.                         ],
  8306.                     ],
  8307.                 ],
  8308.                 'UserRole' => [
  8309.                     'type' => 'object',
  8310.                     'class_name' => 'UserRoleType',
  8311.                     'inherits' => [
  8312.                     ],
  8313.                     'decorator' => false,
  8314.                     'config' => [
  8315.                         'description' => NULL,
  8316.                         'fields' => [
  8317.                             'id' => [
  8318.                                 'type' => 'Int',
  8319.                                 'description' => NULL,
  8320.                             ],
  8321.                             'roleName' => [
  8322.                                 'type' => 'String',
  8323.                                 'description' => NULL,
  8324.                             ],
  8325.                         ],
  8326.                         'interfaces' => [
  8327.                         ],
  8328.                         'name' => 'UserRole',
  8329.                         'builders' => [
  8330.                         ],
  8331.                     ],
  8332.                 ],
  8333.                 'Video' => [
  8334.                     'type' => 'object',
  8335.                     'class_name' => 'VideoType',
  8336.                     'inherits' => [
  8337.                     ],
  8338.                     'decorator' => false,
  8339.                     'config' => [
  8340.                         'description' => NULL,
  8341.                         'fields' => [
  8342.                             'id' => [
  8343.                                 'type' => 'ID!',
  8344.                                 'description' => NULL,
  8345.                             ],
  8346.                             'title' => [
  8347.                                 'type' => 'String',
  8348.                                 'description' => NULL,
  8349.                             ],
  8350.                             'author' => [
  8351.                                 'type' => 'String',
  8352.                                 'description' => NULL,
  8353.                             ],
  8354.                             'authorUrl' => [
  8355.                                 'type' => 'String',
  8356.                                 'description' => NULL,
  8357.                             ],
  8358.                             'thumbnailUrl' => [
  8359.                                 'type' => 'String',
  8360.                                 'description' => NULL,
  8361.                             ],
  8362.                             'thumbnailHeight' => [
  8363.                                 'type' => 'Int',
  8364.                                 'description' => NULL,
  8365.                             ],
  8366.                             'thumbnailWidth' => [
  8367.                                 'type' => 'Int',
  8368.                                 'description' => NULL,
  8369.                             ],
  8370.                             'src' => [
  8371.                                 'type' => 'String',
  8372.                                 'description' => NULL,
  8373.                             ],
  8374.                         ],
  8375.                         'interfaces' => [
  8376.                         ],
  8377.                         'name' => 'Video',
  8378.                         'builders' => [
  8379.                         ],
  8380.                     ],
  8381.                 ],
  8382.                 'ImageData' => [
  8383.                     'type' => 'object',
  8384.                     'class_name' => 'ImageDataType',
  8385.                     'inherits' => [
  8386.                     ],
  8387.                     'decorator' => false,
  8388.                     'config' => [
  8389.                         'description' => NULL,
  8390.                         'fields' => [
  8391.                             'url' => [
  8392.                                 'type' => 'String',
  8393.                                 'description' => NULL,
  8394.                             ],
  8395.                             'width' => [
  8396.                                 'type' => 'Int',
  8397.                                 'description' => NULL,
  8398.                             ],
  8399.                         ],
  8400.                         'interfaces' => [
  8401.                         ],
  8402.                         'name' => 'ImageData',
  8403.                         'builders' => [
  8404.                         ],
  8405.                     ],
  8406.                 ],
  8407.                 'TeachingIdea' => [
  8408.                     'type' => 'object',
  8409.                     'class_name' => 'TeachingIdeaType',
  8410.                     'inherits' => [
  8411.                     ],
  8412.                     'decorator' => false,
  8413.                     'config' => [
  8414.                         'description' => NULL,
  8415.                         'fields' => [
  8416.                             'type' => [
  8417.                                 'type' => 'TeachingIdeaType!',
  8418.                                 'description' => NULL,
  8419.                             ],
  8420.                             'implementedAt' => [
  8421.                                 'type' => 'String!',
  8422.                                 'description' => NULL,
  8423.                             ],
  8424.                             'difficulties' => [
  8425.                                 'type' => 'String!',
  8426.                                 'description' => NULL,
  8427.                             ],
  8428.                             'worksWell' => [
  8429.                                 'type' => 'String!',
  8430.                                 'description' => NULL,
  8431.                             ],
  8432.                             'note' => [
  8433.                                 'type' => 'String!',
  8434.                                 'description' => NULL,
  8435.                             ],
  8436.                             'rating' => [
  8437.                                 'type' => 'Int!',
  8438.                                 'description' => NULL,
  8439.                             ],
  8440.                             'status' => [
  8441.                                 'type' => 'Int!',
  8442.                                 'description' => NULL,
  8443.                             ],
  8444.                         ],
  8445.                         'interfaces' => [
  8446.                         ],
  8447.                         'name' => 'TeachingIdea',
  8448.                         'builders' => [
  8449.                         ],
  8450.                     ],
  8451.                 ],
  8452.                 'UserInfo' => [
  8453.                     'type' => 'object',
  8454.                     'class_name' => 'UserInfoType',
  8455.                     'inherits' => [
  8456.                     ],
  8457.                     'decorator' => false,
  8458.                     'config' => [
  8459.                         'description' => NULL,
  8460.                         'fields' => [
  8461.                             'id' => [
  8462.                                 'type' => 'Int',
  8463.                                 'description' => NULL,
  8464.                             ],
  8465.                             'title' => [
  8466.                                 'type' => '[Title!]',
  8467.                                 'description' => NULL,
  8468.                             ],
  8469.                             'email' => [
  8470.                                 'type' => 'String',
  8471.                                 'description' => NULL,
  8472.                             ],
  8473.                             'username' => [
  8474.                                 'type' => 'String',
  8475.                                 'description' => NULL,
  8476.                             ],
  8477.                             'firstname' => [
  8478.                                 'type' => 'String',
  8479.                                 'description' => NULL,
  8480.                             ],
  8481.                             'lastname' => [
  8482.                                 'type' => 'String',
  8483.                                 'description' => NULL,
  8484.                             ],
  8485.                             'roles' => [
  8486.                                 'type' => '[UserRole]',
  8487.                                 'description' => NULL,
  8488.                             ],
  8489.                             'avatar' => [
  8490.                                 'type' => 'Media',
  8491.                                 'description' => NULL,
  8492.                             ],
  8493.                             'mappingPending' => [
  8494.                                 'type' => 'Boolean!',
  8495.                                 'description' => NULL,
  8496.                             ],
  8497.                         ],
  8498.                         'interfaces' => [
  8499.                         ],
  8500.                         'name' => 'UserInfo',
  8501.                         'builders' => [
  8502.                         ],
  8503.                     ],
  8504.                 ],
  8505.                 'QuestionAnswer' => [
  8506.                     'type' => 'object',
  8507.                     'class_name' => 'QuestionAnswerType',
  8508.                     'inherits' => [
  8509.                     ],
  8510.                     'decorator' => false,
  8511.                     'config' => [
  8512.                         'description' => NULL,
  8513.                         'fields' => [
  8514.                             'id' => [
  8515.                                 'type' => 'ID!',
  8516.                                 'description' => NULL,
  8517.                             ],
  8518.                             'questionID' => [
  8519.                                 'type' => 'Int',
  8520.                                 'description' => NULL,
  8521.                             ],
  8522.                             'text' => [
  8523.                                 'type' => 'String',
  8524.                                 'description' => NULL,
  8525.                             ],
  8526.                         ],
  8527.                         'interfaces' => [
  8528.                         ],
  8529.                         'name' => 'QuestionAnswer',
  8530.                         'builders' => [
  8531.                         ],
  8532.                     ],
  8533.                 ],
  8534.                 'StoryCardImagePosition' => [
  8535.                     'type' => 'enum',
  8536.                     'class_name' => 'StoryCardImagePositionType',
  8537.                     'inherits' => [
  8538.                     ],
  8539.                     'decorator' => false,
  8540.                     'config' => [
  8541.                         'description' => NULL,
  8542.                         'values' => [
  8543.                             'TOP' => [
  8544.                                 'description' => NULL,
  8545.                                 'value' => 'TOP',
  8546.                             ],
  8547.                             'CENTER' => [
  8548.                                 'description' => NULL,
  8549.                                 'value' => 'CENTER',
  8550.                             ],
  8551.                             'BOTTOM' => [
  8552.                                 'description' => NULL,
  8553.                                 'value' => 'BOTTOM',
  8554.                             ],
  8555.                         ],
  8556.                         'name' => 'StoryCardImagePosition',
  8557.                     ],
  8558.                 ],
  8559.                 'GameTimer' => [
  8560.                     'type' => 'object',
  8561.                     'class_name' => 'GameTimerType',
  8562.                     'inherits' => [
  8563.                     ],
  8564.                     'decorator' => false,
  8565.                     'config' => [
  8566.                         'description' => NULL,
  8567.                         'fields' => [
  8568.                             'status' => [
  8569.                                 'type' => 'Status!',
  8570.                                 'description' => NULL,
  8571.                             ],
  8572.                             'id' => [
  8573.                                 'type' => 'Int!',
  8574.                                 'description' => NULL,
  8575.                             ],
  8576.                             'schoolClassID' => [
  8577.                                 'type' => 'Int',
  8578.                                 'description' => NULL,
  8579.                             ],
  8580.                             'startAt' => [
  8581.                                 'type' => 'String',
  8582.                                 'description' => NULL,
  8583.                             ],
  8584.                             'endAt' => [
  8585.                                 'type' => 'String',
  8586.                                 'description' => NULL,
  8587.                             ],
  8588.                             'duration' => [
  8589.                                 'type' => 'Int',
  8590.                                 'description' => NULL,
  8591.                             ],
  8592.                             'createdAt' => [
  8593.                                 'type' => 'String',
  8594.                                 'description' => NULL,
  8595.                             ],
  8596.                         ],
  8597.                         'interfaces' => [
  8598.                         ],
  8599.                         'name' => 'GameTimer',
  8600.                         'builders' => [
  8601.                         ],
  8602.                     ],
  8603.                 ],
  8604.                 'TrophyItemType' => [
  8605.                     'type' => 'enum',
  8606.                     'class_name' => 'TrophyItemTypeType',
  8607.                     'inherits' => [
  8608.                     ],
  8609.                     'decorator' => false,
  8610.                     'config' => [
  8611.                         'description' => NULL,
  8612.                         'values' => [
  8613.                             'BOPARTNERPROFILE' => [
  8614.                                 'description' => NULL,
  8615.                                 'value' => 'BOPARTNERPROFILE',
  8616.                             ],
  8617.                             'CLICKTHEPIC' => [
  8618.                                 'description' => NULL,
  8619.                                 'value' => 'CLICKTHEPIC',
  8620.                             ],
  8621.                             'COMPANYPROFILE' => [
  8622.                                 'description' => NULL,
  8623.                                 'value' => 'COMPANYPROFILE',
  8624.                             ],
  8625.                             'JOB' => [
  8626.                                 'description' => NULL,
  8627.                                 'value' => 'JOB',
  8628.                             ],
  8629.                             'JOBPORTRAIT' => [
  8630.                                 'description' => NULL,
  8631.                                 'value' => 'JOBPORTRAIT',
  8632.                             ],
  8633.                             'PROVIDERQUIZ' => [
  8634.                                 'description' => NULL,
  8635.                                 'value' => 'PROVIDERQUIZ',
  8636.                             ],
  8637.                             'QUIZ' => [
  8638.                                 'description' => NULL,
  8639.                                 'value' => 'QUIZ',
  8640.                             ],
  8641.                             'SCHOOLPORTRAIT' => [
  8642.                                 'description' => NULL,
  8643.                                 'value' => 'SCHOOLPORTRAIT',
  8644.                             ],
  8645.                             'SCHOOLPROFILE' => [
  8646.                                 'description' => NULL,
  8647.                                 'value' => 'SCHOOLPROFILE',
  8648.                             ],
  8649.                             'TEACHINGIDEA' => [
  8650.                                 'description' => NULL,
  8651.                                 'value' => 'TEACHINGIDEA',
  8652.                             ],
  8653.                         ],
  8654.                         'name' => 'TrophyItemType',
  8655.                     ],
  8656.                 ],
  8657.                 'Profile' => [
  8658.                     'type' => 'object',
  8659.                     'class_name' => 'ProfileType',
  8660.                     'inherits' => [
  8661.                     ],
  8662.                     'decorator' => false,
  8663.                     'config' => [
  8664.                         'description' => NULL,
  8665.                         'fields' => [
  8666.                             'id' => [
  8667.                                 'type' => 'ID!',
  8668.                                 'description' => NULL,
  8669.                             ],
  8670.                             'uuid' => [
  8671.                                 'type' => 'String!',
  8672.                                 'description' => NULL,
  8673.                             ],
  8674.                             'name' => [
  8675.                                 'type' => 'String!',
  8676.                                 'description' => NULL,
  8677.                             ],
  8678.                             'searchTags' => [
  8679.                                 'type' => '[SearchTag!]',
  8680.                                 'description' => NULL,
  8681.                             ],
  8682.                             'address' => [
  8683.                                 'type' => '[Address!]',
  8684.                                 'description' => NULL,
  8685.                             ],
  8686.                             'jobs' => [
  8687.                                 'type' => '[Job!]',
  8688.                                 'description' => NULL,
  8689.                             ],
  8690.                             'picture' => [
  8691.                                 'type' => 'Image',
  8692.                                 'description' => NULL,
  8693.                             ],
  8694.                             'benefits' => [
  8695.                                 'type' => '[Benefit!]',
  8696.                                 'description' => NULL,
  8697.                             ],
  8698.                             'profileType' => [
  8699.                                 'type' => 'ProfileType!',
  8700.                                 'description' => NULL,
  8701.                             ],
  8702.                             'profileLink' => [
  8703.                                 'type' => 'ProfileLink',
  8704.                                 'description' => NULL,
  8705.                             ],
  8706.                             'hasStory' => [
  8707.                                 'type' => 'Boolean!',
  8708.                                 'description' => NULL,
  8709.                             ],
  8710.                             'providerUrl' => [
  8711.                                 'type' => 'String',
  8712.                                 'description' => NULL,
  8713.                             ],
  8714.                             'logoStyle' => [
  8715.                                 'type' => 'LogoStyle!',
  8716.                                 'description' => NULL,
  8717.                             ],
  8718.                         ],
  8719.                         'interfaces' => [
  8720.                             => 'ProfileInterface',
  8721.                         ],
  8722.                         'name' => 'Profile',
  8723.                         'builders' => [
  8724.                         ],
  8725.                     ],
  8726.                 ],
  8727.                 'JobMarketResults' => [
  8728.                     'type' => 'object',
  8729.                     'class_name' => 'JobMarketResultsType',
  8730.                     'inherits' => [
  8731.                     ],
  8732.                     'decorator' => false,
  8733.                     'config' => [
  8734.                         'description' => NULL,
  8735.                         'fields' => [
  8736.                             'numResults' => [
  8737.                                 'type' => 'Int!',
  8738.                                 'description' => NULL,
  8739.                             ],
  8740.                             'entries' => [
  8741.                                 'type' => '[JobMarket!]',
  8742.                                 'description' => NULL,
  8743.                             ],
  8744.                         ],
  8745.                         'interfaces' => [
  8746.                         ],
  8747.                         'name' => 'JobMarketResults',
  8748.                         'builders' => [
  8749.                         ],
  8750.                     ],
  8751.                 ],
  8752.                 'ProfileInterface' => [
  8753.                     'type' => 'interface',
  8754.                     'class_name' => 'ProfileInterfaceType',
  8755.                     'inherits' => [
  8756.                     ],
  8757.                     'decorator' => false,
  8758.                     'config' => [
  8759.                         'description' => NULL,
  8760.                         'fields' => [
  8761.                             'id' => [
  8762.                                 'type' => 'ID!',
  8763.                                 'description' => NULL,
  8764.                             ],
  8765.                             'name' => [
  8766.                                 'type' => 'String!',
  8767.                                 'description' => NULL,
  8768.                             ],
  8769.                             'uuid' => [
  8770.                                 'type' => 'String!',
  8771.                                 'description' => NULL,
  8772.                             ],
  8773.                             'searchTags' => [
  8774.                                 'type' => '[SearchTag!]',
  8775.                                 'description' => NULL,
  8776.                             ],
  8777.                             'providerUrl' => [
  8778.                                 'type' => 'String',
  8779.                                 'description' => NULL,
  8780.                             ],
  8781.                             'logoStyle' => [
  8782.                                 'type' => 'LogoStyle!',
  8783.                                 'description' => NULL,
  8784.                             ],
  8785.                         ],
  8786.                         'interfaces' => [
  8787.                         ],
  8788.                         'name' => 'ProfileInterface',
  8789.                     ],
  8790.                 ],
  8791.                 'SchoolLocation' => [
  8792.                     'type' => 'object',
  8793.                     'class_name' => 'SchoolLocationType',
  8794.                     'inherits' => [
  8795.                     ],
  8796.                     'decorator' => false,
  8797.                     'config' => [
  8798.                         'description' => NULL,
  8799.                         'fields' => [
  8800.                             'id' => [
  8801.                                 'type' => 'ID!',
  8802.                                 'description' => NULL,
  8803.                             ],
  8804.                             'name' => [
  8805.                                 'type' => 'String',
  8806.                                 'description' => NULL,
  8807.                             ],
  8808.                             'address' => [
  8809.                                 'type' => 'Address',
  8810.                                 'description' => NULL,
  8811.                             ],
  8812.                         ],
  8813.                         'interfaces' => [
  8814.                         ],
  8815.                         'name' => 'SchoolLocation',
  8816.                         'builders' => [
  8817.                         ],
  8818.                     ],
  8819.                 ],
  8820.                 'StoryGradient' => [
  8821.                     'type' => 'enum',
  8822.                     'class_name' => 'StoryGradientType',
  8823.                     'inherits' => [
  8824.                     ],
  8825.                     'decorator' => false,
  8826.                     'config' => [
  8827.                         'description' => NULL,
  8828.                         'values' => [
  8829.                             'OFF' => [
  8830.                                 'description' => NULL,
  8831.                                 'value' => 'OFF',
  8832.                             ],
  8833.                             'BLACK' => [
  8834.                                 'description' => NULL,
  8835.                                 'value' => 'BLACK',
  8836.                             ],
  8837.                             'WHITE' => [
  8838.                                 'description' => NULL,
  8839.                                 'value' => 'WHITE',
  8840.                             ],
  8841.                         ],
  8842.                         'name' => 'StoryGradient',
  8843.                     ],
  8844.                 ],
  8845.                 'InterestField' => [
  8846.                     'type' => 'object',
  8847.                     'class_name' => 'InterestFieldType',
  8848.                     'inherits' => [
  8849.                     ],
  8850.                     'decorator' => false,
  8851.                     'config' => [
  8852.                         'description' => NULL,
  8853.                         'fields' => [
  8854.                             'id' => [
  8855.                                 'type' => 'ID!',
  8856.                                 'description' => NULL,
  8857.                             ],
  8858.                             'interestName' => [
  8859.                                 'type' => 'String!',
  8860.                                 'description' => NULL,
  8861.                             ],
  8862.                             'subHeading' => [
  8863.                                 'type' => 'String!',
  8864.                                 'description' => NULL,
  8865.                             ],
  8866.                             'countJobs' => [
  8867.                                 'type' => 'Int',
  8868.                                 'description' => NULL,
  8869.                             ],
  8870.                             'countSchools' => [
  8871.                                 'type' => 'Int',
  8872.                                 'description' => NULL,
  8873.                             ],
  8874.                             'countProviders' => [
  8875.                                 'type' => 'Int',
  8876.                                 'description' => NULL,
  8877.                             ],
  8878.                         ],
  8879.                         'interfaces' => [
  8880.                         ],
  8881.                         'name' => 'InterestField',
  8882.                         'builders' => [
  8883.                         ],
  8884.                     ],
  8885.                 ],
  8886.                 'GameTrophy' => [
  8887.                     'type' => 'object',
  8888.                     'class_name' => 'GameTrophyType',
  8889.                     'inherits' => [
  8890.                     ],
  8891.                     'decorator' => false,
  8892.                     'config' => [
  8893.                         'description' => NULL,
  8894.                         'fields' => [
  8895.                             'id' => [
  8896.                                 'type' => 'ID!',
  8897.                                 'description' => NULL,
  8898.                             ],
  8899.                             'trophyName' => [
  8900.                                 'type' => 'String',
  8901.                                 'description' => NULL,
  8902.                             ],
  8903.                             'description' => [
  8904.                                 'type' => 'String',
  8905.                                 'description' => NULL,
  8906.                             ],
  8907.                             'trophyStatus' => [
  8908.                                 'type' => 'GameTrophyStatus!',
  8909.                                 'description' => NULL,
  8910.                             ],
  8911.                         ],
  8912.                         'interfaces' => [
  8913.                         ],
  8914.                         'name' => 'GameTrophy',
  8915.                         'builders' => [
  8916.                         ],
  8917.                     ],
  8918.                 ],
  8919.                 'CompanyProfile' => [
  8920.                     'type' => 'object',
  8921.                     'class_name' => 'CompanyProfileType',
  8922.                     'inherits' => [
  8923.                     ],
  8924.                     'decorator' => false,
  8925.                     'config' => [
  8926.                         'description' => NULL,
  8927.                         'fields' => [
  8928.                             'id' => [
  8929.                                 'type' => 'ID!',
  8930.                                 'description' => NULL,
  8931.                             ],
  8932.                             'uuid' => [
  8933.                                 'type' => 'String!',
  8934.                                 'description' => NULL,
  8935.                             ],
  8936.                             'name' => [
  8937.                                 'type' => 'String!',
  8938.                                 'description' => NULL,
  8939.                             ],
  8940.                             'description' => [
  8941.                                 'type' => 'String',
  8942.                                 'description' => NULL,
  8943.                             ],
  8944.                             'searchTags' => [
  8945.                                 'type' => '[SearchTag!]',
  8946.                                 'description' => NULL,
  8947.                             ],
  8948.                             'locations' => [
  8949.                                 'type' => '[CompanyLocation!]',
  8950.                                 'description' => NULL,
  8951.                             ],
  8952.                             'jobs' => [
  8953.                                 'type' => '[Job!]',
  8954.                                 'description' => NULL,
  8955.                             ],
  8956.                             'communication' => [
  8957.                                 'type' => '[Communication!]',
  8958.                                 'description' => NULL,
  8959.                             ],
  8960.                             'url' => [
  8961.                                 'type' => 'String',
  8962.                                 'description' => NULL,
  8963.                             ],
  8964.                             'contactGallery' => [
  8965.                                 'type' => 'ContactGallery',
  8966.                                 'description' => NULL,
  8967.                             ],
  8968.                             'mediaGallery' => [
  8969.                                 'type' => 'Gallery',
  8970.                                 'description' => NULL,
  8971.                             ],
  8972.                             'documents' => [
  8973.                                 'type' => 'Gallery',
  8974.                                 'description' => NULL,
  8975.                             ],
  8976.                             'founded' => [
  8977.                                 'type' => 'Int',
  8978.                                 'description' => NULL,
  8979.                             ],
  8980.                             'companySize' => [
  8981.                                 'type' => 'CompanySize',
  8982.                                 'description' => NULL,
  8983.                             ],
  8984.                             'companyBenefits' => [
  8985.                                 'type' => '[CompanyBenefit!]',
  8986.                                 'description' => NULL,
  8987.                             ],
  8988.                             'certificates' => [
  8989.                                 'type' => '[CompanyCertificate!]',
  8990.                                 'description' => NULL,
  8991.                             ],
  8992.                             'trainingInformation' => [
  8993.                                 'type' => 'String',
  8994.                                 'description' => NULL,
  8995.                             ],
  8996.                             'companyProfilePicture' => [
  8997.                                 'type' => 'Image',
  8998.                                 'description' => NULL,
  8999.                             ],
  9000.                             'headerPicture' => [
  9001.                                 'type' => 'Image',
  9002.                                 'description' => NULL,
  9003.                             ],
  9004.                             'profileLink' => [
  9005.                                 'type' => 'ProfileLink',
  9006.                                 'description' => NULL,
  9007.                             ],
  9008.                             'offers' => [
  9009.                                 'type' => '[Offer!]',
  9010.                                 'description' => NULL,
  9011.                             ],
  9012.                             'relatedCompanies' => [
  9013.                                 'type' => '[CompanyProfile!]',
  9014.                                 'description' => NULL,
  9015.                             ],
  9016.                             'jobMarkets' => [
  9017.                                 'type' => '[JobMarket!]',
  9018.                                 'description' => NULL,
  9019.                             ],
  9020.                             'quizUrl' => [
  9021.                                 'type' => 'String',
  9022.                                 'description' => NULL,
  9023.                             ],
  9024.                             'visits' => [
  9025.                                 'type' => 'Int',
  9026.                                 'description' => NULL,
  9027.                             ],
  9028.                             'providerUrl' => [
  9029.                                 'type' => 'String',
  9030.                                 'description' => NULL,
  9031.                             ],
  9032.                             'logoStyle' => [
  9033.                                 'type' => 'LogoStyle!',
  9034.                                 'description' => NULL,
  9035.                             ],
  9036.                         ],
  9037.                         'interfaces' => [
  9038.                             => 'ProfileInterface',
  9039.                         ],
  9040.                         'name' => 'CompanyProfile',
  9041.                         'builders' => [
  9042.                         ],
  9043.                     ],
  9044.                 ],
  9045.                 'UserSetting' => [
  9046.                     'type' => 'object',
  9047.                     'class_name' => 'UserSettingType',
  9048.                     'inherits' => [
  9049.                     ],
  9050.                     'decorator' => false,
  9051.                     'config' => [
  9052.                         'description' => NULL,
  9053.                         'fields' => [
  9054.                             'status' => [
  9055.                                 'type' => 'Status!',
  9056.                                 'description' => NULL,
  9057.                             ],
  9058.                             'selectedUserRole' => [
  9059.                                 'type' => 'String!',
  9060.                                 'description' => NULL,
  9061.                             ],
  9062.                             'userRoles' => [
  9063.                                 'type' => '[String!]',
  9064.                                 'description' => NULL,
  9065.                             ],
  9066.                             'changedAt' => [
  9067.                                 'type' => 'String!',
  9068.                                 'description' => NULL,
  9069.                             ],
  9070.                             'createdAt' => [
  9071.                                 'type' => 'String!',
  9072.                                 'description' => NULL,
  9073.                             ],
  9074.                         ],
  9075.                         'interfaces' => [
  9076.                         ],
  9077.                         'name' => 'UserSetting',
  9078.                         'builders' => [
  9079.                         ],
  9080.                     ],
  9081.                 ],
  9082.                 'CompanyLocation' => [
  9083.                     'type' => 'object',
  9084.                     'class_name' => 'CompanyLocationType',
  9085.                     'inherits' => [
  9086.                     ],
  9087.                     'decorator' => false,
  9088.                     'config' => [
  9089.                         'description' => NULL,
  9090.                         'fields' => [
  9091.                             'id' => [
  9092.                                 'type' => 'ID!',
  9093.                                 'description' => NULL,
  9094.                             ],
  9095.                             'name' => [
  9096.                                 'type' => 'String',
  9097.                                 'description' => NULL,
  9098.                             ],
  9099.                             'address' => [
  9100.                                 'type' => 'Address',
  9101.                                 'description' => NULL,
  9102.                             ],
  9103.                         ],
  9104.                         'interfaces' => [
  9105.                         ],
  9106.                         'name' => 'CompanyLocation',
  9107.                         'builders' => [
  9108.                         ],
  9109.                     ],
  9110.                 ],
  9111.                 'JobRequirement' => [
  9112.                     'type' => 'object',
  9113.                     'class_name' => 'JobRequirementType',
  9114.                     'inherits' => [
  9115.                     ],
  9116.                     'decorator' => false,
  9117.                     'config' => [
  9118.                         'description' => NULL,
  9119.                         'fields' => [
  9120.                             'id' => [
  9121.                                 'type' => 'ID!',
  9122.                                 'description' => NULL,
  9123.                             ],
  9124.                             'bicID' => [
  9125.                                 'type' => 'Int',
  9126.                                 'description' => NULL,
  9127.                             ],
  9128.                             'requirementName' => [
  9129.                                 'type' => 'String!',
  9130.                                 'description' => NULL,
  9131.                             ],
  9132.                             'description' => [
  9133.                                 'type' => 'String',
  9134.                                 'description' => NULL,
  9135.                             ],
  9136.                         ],
  9137.                         'interfaces' => [
  9138.                         ],
  9139.                         'name' => 'JobRequirement',
  9140.                         'builders' => [
  9141.                         ],
  9142.                     ],
  9143.                 ],
  9144.                 'JobMarketSubmitType' => [
  9145.                     'type' => 'enum',
  9146.                     'class_name' => 'JobMarketSubmitTypeType',
  9147.                     'inherits' => [
  9148.                     ],
  9149.                     'decorator' => false,
  9150.                     'config' => [
  9151.                         'description' => NULL,
  9152.                         'values' => [
  9153.                             'NORMAL' => [
  9154.                                 'description' => NULL,
  9155.                                 'value' => 'NORMAL',
  9156.                             ],
  9157.                             'EXISTING' => [
  9158.                                 'description' => NULL,
  9159.                                 'value' => 'EXISTING',
  9160.                             ],
  9161.                         ],
  9162.                         'name' => 'JobMarketSubmitType',
  9163.                     ],
  9164.                 ],
  9165.                 'Title' => [
  9166.                     'type' => 'object',
  9167.                     'class_name' => 'TitleType',
  9168.                     'inherits' => [
  9169.                     ],
  9170.                     'decorator' => false,
  9171.                     'config' => [
  9172.                         'description' => NULL,
  9173.                         'fields' => [
  9174.                             'id' => [
  9175.                                 'type' => 'Int!',
  9176.                                 'description' => NULL,
  9177.                             ],
  9178.                             'shortName' => [
  9179.                                 'type' => 'String!',
  9180.                                 'description' => NULL,
  9181.                             ],
  9182.                             'description' => [
  9183.                                 'type' => 'String!',
  9184.                                 'description' => NULL,
  9185.                             ],
  9186.                         ],
  9187.                         'interfaces' => [
  9188.                         ],
  9189.                         'name' => 'Title',
  9190.                         'builders' => [
  9191.                         ],
  9192.                     ],
  9193.                 ],
  9194.                 'StoryCardLayout' => [
  9195.                     'type' => 'enum',
  9196.                     'class_name' => 'StoryCardLayoutType',
  9197.                     'inherits' => [
  9198.                     ],
  9199.                     'decorator' => false,
  9200.                     'config' => [
  9201.                         'description' => NULL,
  9202.                         'values' => [
  9203.                             'COVER' => [
  9204.                                 'description' => NULL,
  9205.                                 'value' => 'COVER',
  9206.                             ],
  9207.                             'VIDEO' => [
  9208.                                 'description' => NULL,
  9209.                                 'value' => 'VIDEO',
  9210.                             ],
  9211.                             'ANIMATION' => [
  9212.                                 'description' => NULL,
  9213.                                 'value' => 'ANIMATION',
  9214.                             ],
  9215.                             'CONTENT' => [
  9216.                                 'description' => NULL,
  9217.                                 'value' => 'CONTENT',
  9218.                             ],
  9219.                             'HIGHLIGHT' => [
  9220.                                 'description' => NULL,
  9221.                                 'value' => 'HIGHLIGHT',
  9222.                             ],
  9223.                             'QUIZ' => [
  9224.                                 'description' => NULL,
  9225.                                 'value' => 'QUIZ',
  9226.                             ],
  9227.                         ],
  9228.                         'name' => 'StoryCardLayout',
  9229.                     ],
  9230.                 ],
  9231.                 'ProfileType' => [
  9232.                     'type' => 'object',
  9233.                     'class_name' => 'ProfileTypeType',
  9234.                     'inherits' => [
  9235.                     ],
  9236.                     'decorator' => false,
  9237.                     'config' => [
  9238.                         'description' => NULL,
  9239.                         'fields' => [
  9240.                             'id' => [
  9241.                                 'type' => 'ID!',
  9242.                                 'description' => NULL,
  9243.                             ],
  9244.                             'name' => [
  9245.                                 'type' => 'String!',
  9246.                                 'description' => NULL,
  9247.                             ],
  9248.                             'shortName' => [
  9249.                                 'type' => 'String!',
  9250.                                 'description' => NULL,
  9251.                             ],
  9252.                             'position' => [
  9253.                                 'type' => 'Int!',
  9254.                                 'description' => NULL,
  9255.                             ],
  9256.                         ],
  9257.                         'interfaces' => [
  9258.                         ],
  9259.                         'name' => 'ProfileType',
  9260.                         'builders' => [
  9261.                         ],
  9262.                     ],
  9263.                 ],
  9264.                 'CommonResult' => [
  9265.                     'type' => 'object',
  9266.                     'class_name' => 'CommonResultType',
  9267.                     'inherits' => [
  9268.                     ],
  9269.                     'decorator' => false,
  9270.                     'config' => [
  9271.                         'description' => NULL,
  9272.                         'fields' => [
  9273.                             'status' => [
  9274.                                 'type' => 'Status!',
  9275.                                 'description' => NULL,
  9276.                             ],
  9277.                             'intValue' => [
  9278.                                 'type' => 'Int',
  9279.                                 'description' => NULL,
  9280.                             ],
  9281.                             'stringValue' => [
  9282.                                 'type' => 'String',
  9283.                                 'description' => NULL,
  9284.                             ],
  9285.                         ],
  9286.                         'interfaces' => [
  9287.                         ],
  9288.                         'name' => 'CommonResult',
  9289.                         'builders' => [
  9290.                         ],
  9291.                     ],
  9292.                 ],
  9293.                 'ProfileLinkEntry' => [
  9294.                     'type' => 'object',
  9295.                     'class_name' => 'ProfileLinkEntryType',
  9296.                     'inherits' => [
  9297.                     ],
  9298.                     'decorator' => false,
  9299.                     'config' => [
  9300.                         'description' => NULL,
  9301.                         'fields' => [
  9302.                             'id' => [
  9303.                                 'type' => 'Int!',
  9304.                                 'description' => NULL,
  9305.                             ],
  9306.                             'linkType' => [
  9307.                                 'type' => 'ProfileLinkType!',
  9308.                                 'description' => NULL,
  9309.                             ],
  9310.                             'linkValue' => [
  9311.                                 'type' => 'String!',
  9312.                                 'description' => NULL,
  9313.                             ],
  9314.                         ],
  9315.                         'interfaces' => [
  9316.                         ],
  9317.                         'name' => 'ProfileLinkEntry',
  9318.                         'builders' => [
  9319.                         ],
  9320.                     ],
  9321.                 ],
  9322.                 'InfoSectionSubCategory' => [
  9323.                     'type' => 'object',
  9324.                     'class_name' => 'InfoSectionSubCategoryType',
  9325.                     'inherits' => [
  9326.                     ],
  9327.                     'decorator' => false,
  9328.                     'config' => [
  9329.                         'description' => NULL,
  9330.                         'fields' => [
  9331.                             'id' => [
  9332.                                 'type' => 'ID!',
  9333.                                 'description' => NULL,
  9334.                             ],
  9335.                             'heading' => [
  9336.                                 'type' => 'String!',
  9337.                                 'description' => NULL,
  9338.                             ],
  9339.                             'description' => [
  9340.                                 'type' => 'String',
  9341.                                 'description' => NULL,
  9342.                             ],
  9343.                             'position' => [
  9344.                                 'type' => 'Int',
  9345.                                 'description' => NULL,
  9346.                             ],
  9347.                             'urlText' => [
  9348.                                 'type' => 'String',
  9349.                                 'description' => NULL,
  9350.                             ],
  9351.                             'entries' => [
  9352.                                 'type' => '[InfoSectionEntry!]',
  9353.                                 'description' => NULL,
  9354.                             ],
  9355.                         ],
  9356.                         'interfaces' => [
  9357.                         ],
  9358.                         'name' => 'InfoSectionSubCategory',
  9359.                         'builders' => [
  9360.                         ],
  9361.                     ],
  9362.                 ],
  9363.                 'StoryUser' => [
  9364.                     'type' => 'object',
  9365.                     'class_name' => 'StoryUserType',
  9366.                     'inherits' => [
  9367.                     ],
  9368.                     'decorator' => false,
  9369.                     'config' => [
  9370.                         'description' => NULL,
  9371.                         'fields' => [
  9372.                             'avatar' => [
  9373.                                 'type' => 'Image',
  9374.                                 'description' => NULL,
  9375.                             ],
  9376.                             'position' => [
  9377.                                 'type' => 'String',
  9378.                                 'description' => NULL,
  9379.                             ],
  9380.                         ],
  9381.                         'interfaces' => [
  9382.                         ],
  9383.                         'name' => 'StoryUser',
  9384.                         'builders' => [
  9385.                         ],
  9386.                     ],
  9387.                 ],
  9388.                 'JobScholasticDuration' => [
  9389.                     'type' => 'object',
  9390.                     'class_name' => 'JobScholasticDurationType',
  9391.                     'inherits' => [
  9392.                     ],
  9393.                     'decorator' => false,
  9394.                     'config' => [
  9395.                         'description' => NULL,
  9396.                         'fields' => [
  9397.                             'id' => [
  9398.                                 'type' => 'ID!',
  9399.                                 'description' => NULL,
  9400.                             ],
  9401.                             'durationName' => [
  9402.                                 'type' => 'String',
  9403.                                 'description' => NULL,
  9404.                             ],
  9405.                             'position' => [
  9406.                                 'type' => 'Int',
  9407.                                 'description' => NULL,
  9408.                             ],
  9409.                         ],
  9410.                         'interfaces' => [
  9411.                         ],
  9412.                         'name' => 'JobScholasticDuration',
  9413.                         'builders' => [
  9414.                         ],
  9415.                     ],
  9416.                 ],
  9417.                 'GameCategory' => [
  9418.                     'type' => 'object',
  9419.                     'class_name' => 'GameCategoryType',
  9420.                     'inherits' => [
  9421.                     ],
  9422.                     'decorator' => false,
  9423.                     'config' => [
  9424.                         'description' => NULL,
  9425.                         'fields' => [
  9426.                             'id' => [
  9427.                                 'type' => 'ID!',
  9428.                                 'description' => NULL,
  9429.                             ],
  9430.                             'name' => [
  9431.                                 'type' => 'String!',
  9432.                                 'description' => NULL,
  9433.                             ],
  9434.                             'isActive' => [
  9435.                                 'type' => 'Boolean!',
  9436.                                 'description' => NULL,
  9437.                             ],
  9438.                             'isSelected' => [
  9439.                                 'type' => 'Boolean!',
  9440.                                 'description' => NULL,
  9441.                             ],
  9442.                             'progress' => [
  9443.                                 'type' => '[GameCategoryProgress!]',
  9444.                                 'description' => NULL,
  9445.                             ],
  9446.                         ],
  9447.                         'interfaces' => [
  9448.                         ],
  9449.                         'name' => 'GameCategory',
  9450.                         'builders' => [
  9451.                         ],
  9452.                     ],
  9453.                 ],
  9454.                 'Appointment' => [
  9455.                     'type' => 'object',
  9456.                     'class_name' => 'AppointmentType',
  9457.                     'inherits' => [
  9458.                     ],
  9459.                     'decorator' => false,
  9460.                     'config' => [
  9461.                         'description' => NULL,
  9462.                         'fields' => [
  9463.                             'id' => [
  9464.                                 'type' => 'ID!',
  9465.                                 'description' => NULL,
  9466.                             ],
  9467.                             'startTime' => [
  9468.                                 'type' => 'String',
  9469.                                 'description' => NULL,
  9470.                             ],
  9471.                             'endTime' => [
  9472.                                 'type' => 'String',
  9473.                                 'description' => NULL,
  9474.                             ],
  9475.                             'startDate' => [
  9476.                                 'type' => 'String',
  9477.                                 'description' => NULL,
  9478.                             ],
  9479.                             'endDate' => [
  9480.                                 'type' => 'String',
  9481.                                 'description' => NULL,
  9482.                             ],
  9483.                             'note' => [
  9484.                                 'type' => 'AppointmentNote',
  9485.                                 'description' => NULL,
  9486.                             ],
  9487.                             'bookableUntil' => [
  9488.                                 'type' => 'String',
  9489.                                 'description' => NULL,
  9490.                             ],
  9491.                             'maxParticipantes' => [
  9492.                                 'type' => 'Int',
  9493.                                 'description' => NULL,
  9494.                             ],
  9495.                             'appointmentType' => [
  9496.                                 'type' => 'AppointmentType',
  9497.                                 'description' => NULL,
  9498.                             ],
  9499.                             'appointmentState' => [
  9500.                                 'type' => 'AppointmentState',
  9501.                                 'description' => NULL,
  9502.                             ],
  9503.                             'bookingLink' => [
  9504.                                 'type' => 'String',
  9505.                                 'description' => NULL,
  9506.                             ],
  9507.                         ],
  9508.                         'interfaces' => [
  9509.                         ],
  9510.                         'name' => 'Appointment',
  9511.                         'builders' => [
  9512.                         ],
  9513.                     ],
  9514.                 ],
  9515.                 'JobMarketDistrict' => [
  9516.                     'type' => 'object',
  9517.                     'class_name' => 'JobMarketDistrictType',
  9518.                     'inherits' => [
  9519.                     ],
  9520.                     'decorator' => false,
  9521.                     'config' => [
  9522.                         'description' => NULL,
  9523.                         'fields' => [
  9524.                             'districtID' => [
  9525.                                 'type' => 'Int',
  9526.                                 'description' => NULL,
  9527.                             ],
  9528.                             'districtName' => [
  9529.                                 'type' => 'String',
  9530.                                 'description' => NULL,
  9531.                             ],
  9532.                             'trainingCompanies' => [
  9533.                                 'type' => '[CompanyProfileSimple!]',
  9534.                                 'description' => NULL,
  9535.                             ],
  9536.                             'jobMarketEntries' => [
  9537.                                 'type' => '[CompanyProfileSimple!]',
  9538.                                 'description' => NULL,
  9539.                             ],
  9540.                         ],
  9541.                         'interfaces' => [
  9542.                         ],
  9543.                         'name' => 'JobMarketDistrict',
  9544.                         'builders' => [
  9545.                         ],
  9546.                     ],
  9547.                 ],
  9548.                 'FaqQuestion' => [
  9549.                     'type' => 'object',
  9550.                     'class_name' => 'FaqQuestionType',
  9551.                     'inherits' => [
  9552.                     ],
  9553.                     'decorator' => false,
  9554.                     'config' => [
  9555.                         'description' => NULL,
  9556.                         'fields' => [
  9557.                             'question' => [
  9558.                                 'type' => 'String!',
  9559.                                 'description' => NULL,
  9560.                             ],
  9561.                             'answer' => [
  9562.                                 'type' => 'String!',
  9563.                                 'description' => NULL,
  9564.                             ],
  9565.                             'position' => [
  9566.                                 'type' => 'Int',
  9567.                                 'description' => NULL,
  9568.                             ],
  9569.                         ],
  9570.                         'interfaces' => [
  9571.                         ],
  9572.                         'name' => 'FaqQuestion',
  9573.                         'builders' => [
  9574.                         ],
  9575.                     ],
  9576.                 ],
  9577.                 'KeyValue' => [
  9578.                     'type' => 'object',
  9579.                     'class_name' => 'KeyValueType',
  9580.                     'inherits' => [
  9581.                     ],
  9582.                     'decorator' => false,
  9583.                     'config' => [
  9584.                         'description' => NULL,
  9585.                         'fields' => [
  9586.                             'key' => [
  9587.                                 'type' => 'String!',
  9588.                                 'description' => NULL,
  9589.                             ],
  9590.                             'value' => [
  9591.                                 'type' => 'String',
  9592.                                 'description' => NULL,
  9593.                             ],
  9594.                         ],
  9595.                         'interfaces' => [
  9596.                         ],
  9597.                         'name' => 'KeyValue',
  9598.                         'builders' => [
  9599.                         ],
  9600.                     ],
  9601.                 ],
  9602.                 'FaqSubCategory' => [
  9603.                     'type' => 'object',
  9604.                     'class_name' => 'FaqSubCategoryType',
  9605.                     'inherits' => [
  9606.                     ],
  9607.                     'decorator' => false,
  9608.                     'config' => [
  9609.                         'description' => NULL,
  9610.                         'fields' => [
  9611.                             'subCategoryName' => [
  9612.                                 'type' => 'String!',
  9613.                                 'description' => NULL,
  9614.                             ],
  9615.                             'position' => [
  9616.                                 'type' => 'Int!',
  9617.                                 'description' => NULL,
  9618.                             ],
  9619.                             'questions' => [
  9620.                                 'type' => '[FaqQuestion!]',
  9621.                                 'description' => NULL,
  9622.                             ],
  9623.                         ],
  9624.                         'interfaces' => [
  9625.                         ],
  9626.                         'name' => 'FaqSubCategory',
  9627.                         'builders' => [
  9628.                         ],
  9629.                     ],
  9630.                 ],
  9631.                 'CompanyContact' => [
  9632.                     'type' => 'object',
  9633.                     'class_name' => 'CompanyContactType',
  9634.                     'inherits' => [
  9635.                     ],
  9636.                     'decorator' => false,
  9637.                     'config' => [
  9638.                         'description' => NULL,
  9639.                         'fields' => [
  9640.                             'id' => [
  9641.                                 'type' => 'ID!',
  9642.                                 'description' => NULL,
  9643.                             ],
  9644.                             'employeePosition' => [
  9645.                                 'type' => 'String!',
  9646.                                 'description' => NULL,
  9647.                             ],
  9648.                             'communication' => [
  9649.                                 'type' => 'Communication!',
  9650.                                 'description' => NULL,
  9651.                             ],
  9652.                         ],
  9653.                         'interfaces' => [
  9654.                         ],
  9655.                         'name' => 'CompanyContact',
  9656.                         'builders' => [
  9657.                         ],
  9658.                     ],
  9659.                 ],
  9660.                 'GameTimerModifyType' => [
  9661.                     'type' => 'enum',
  9662.                     'class_name' => 'GameTimerModifyTypeType',
  9663.                     'inherits' => [
  9664.                     ],
  9665.                     'decorator' => false,
  9666.                     'config' => [
  9667.                         'description' => NULL,
  9668.                         'values' => [
  9669.                             'END' => [
  9670.                                 'description' => NULL,
  9671.                                 'value' => 'END',
  9672.                             ],
  9673.                             'EXTEND' => [
  9674.                                 'description' => NULL,
  9675.                                 'value' => 'EXTEND',
  9676.                             ],
  9677.                             'PAUSE' => [
  9678.                                 'description' => NULL,
  9679.                                 'value' => 'PAUSE',
  9680.                             ],
  9681.                             'RESUME' => [
  9682.                                 'description' => NULL,
  9683.                                 'value' => 'RESUME',
  9684.                             ],
  9685.                         ],
  9686.                         'name' => 'GameTimerModifyType',
  9687.                     ],
  9688.                 ],
  9689.                 'GameType' => [
  9690.                     'type' => 'enum',
  9691.                     'class_name' => 'GameTypeType',
  9692.                     'inherits' => [
  9693.                     ],
  9694.                     'decorator' => false,
  9695.                     'config' => [
  9696.                         'description' => NULL,
  9697.                         'values' => [
  9698.                             'NOTSET' => [
  9699.                                 'description' => NULL,
  9700.                                 'value' => 'NOTSET',
  9701.                             ],
  9702.                             'QUIZ' => [
  9703.                                 'description' => NULL,
  9704.                                 'value' => 'QUIZ',
  9705.                             ],
  9706.                             'CLICKTHEPIC' => [
  9707.                                 'description' => NULL,
  9708.                                 'value' => 'CLICKTHEPIC',
  9709.                             ],
  9710.                         ],
  9711.                         'name' => 'GameType',
  9712.                     ],
  9713.                 ],
  9714.                 'Status' => [
  9715.                     'type' => 'object',
  9716.                     'class_name' => 'StatusType',
  9717.                     'inherits' => [
  9718.                     ],
  9719.                     'decorator' => false,
  9720.                     'config' => [
  9721.                         'description' => NULL,
  9722.                         'fields' => [
  9723.                             'type' => [
  9724.                                 'type' => 'StatusType!',
  9725.                                 'description' => NULL,
  9726.                             ],
  9727.                             'message' => [
  9728.                                 'type' => 'String',
  9729.                                 'description' => NULL,
  9730.                             ],
  9731.                         ],
  9732.                         'interfaces' => [
  9733.                         ],
  9734.                         'name' => 'Status',
  9735.                         'builders' => [
  9736.                         ],
  9737.                     ],
  9738.                 ],
  9739.                 'BoPartnerLocation' => [
  9740.                     'type' => 'object',
  9741.                     'class_name' => 'BoPartnerLocationType',
  9742.                     'inherits' => [
  9743.                     ],
  9744.                     'decorator' => false,
  9745.                     'config' => [
  9746.                         'description' => NULL,
  9747.                         'fields' => [
  9748.                             'id' => [
  9749.                                 'type' => 'ID!',
  9750.                                 'description' => NULL,
  9751.                             ],
  9752.                             'name' => [
  9753.                                 'type' => 'String',
  9754.                                 'description' => NULL,
  9755.                             ],
  9756.                             'address' => [
  9757.                                 'type' => 'Address',
  9758.                                 'description' => NULL,
  9759.                             ],
  9760.                         ],
  9761.                         'interfaces' => [
  9762.                         ],
  9763.                         'name' => 'BoPartnerLocation',
  9764.                         'builders' => [
  9765.                         ],
  9766.                     ],
  9767.                 ],
  9768.                 'SchoolClass' => [
  9769.                     'type' => 'object',
  9770.                     'class_name' => 'SchoolClassType',
  9771.                     'inherits' => [
  9772.                     ],
  9773.                     'decorator' => false,
  9774.                     'config' => [
  9775.                         'description' => NULL,
  9776.                         'fields' => [
  9777.                             'id' => [
  9778.                                 'type' => 'Int!',
  9779.                                 'description' => NULL,
  9780.                             ],
  9781.                             'name' => [
  9782.                                 'type' => 'String!',
  9783.                                 'description' => NULL,
  9784.                             ],
  9785.                             'classNumber' => [
  9786.                                 'type' => 'String!',
  9787.                                 'description' => NULL,
  9788.                             ],
  9789.                             'classAddition' => [
  9790.                                 'type' => 'String!',
  9791.                                 'description' => NULL,
  9792.                             ],
  9793.                             'numberStudents' => [
  9794.                                 'type' => 'Int',
  9795.                                 'description' => NULL,
  9796.                             ],
  9797.                             'schoolClassYear' => [
  9798.                                 'type' => 'SchoolClassYear',
  9799.                                 'description' => NULL,
  9800.                             ],
  9801.                             'grade' => [
  9802.                                 'type' => 'SchoolClassGrade',
  9803.                                 'description' => NULL,
  9804.                             ],
  9805.                             'classCode' => [
  9806.                                 'type' => 'String',
  9807.                                 'description' => NULL,
  9808.                             ],
  9809.                             'school' => [
  9810.                                 'type' => 'School',
  9811.                                 'description' => NULL,
  9812.                             ],
  9813.                             'teachers' => [
  9814.                                 'type' => '[Teacher!]',
  9815.                                 'description' => NULL,
  9816.                             ],
  9817.                             'schoolClassRankMin' => [
  9818.                                 'type' => 'SchoolClassRankMin',
  9819.                                 'description' => NULL,
  9820.                             ],
  9821.                             'trophyStats' => [
  9822.                                 'type' => 'TrophyStats',
  9823.                                 'description' => NULL,
  9824.                             ],
  9825.                             'milestoneStats' => [
  9826.                                 'type' => 'MilestoneStats',
  9827.                                 'description' => NULL,
  9828.                             ],
  9829.                             'createdAt' => [
  9830.                                 'type' => 'String',
  9831.                                 'description' => NULL,
  9832.                             ],
  9833.                         ],
  9834.                         'interfaces' => [
  9835.                         ],
  9836.                         'name' => 'SchoolClass',
  9837.                         'builders' => [
  9838.                         ],
  9839.                     ],
  9840.                 ],
  9841.                 'Stories' => [
  9842.                     'type' => 'object',
  9843.                     'class_name' => 'StoriesType',
  9844.                     'inherits' => [
  9845.                     ],
  9846.                     'decorator' => false,
  9847.                     'config' => [
  9848.                         'description' => NULL,
  9849.                         'fields' => [
  9850.                             'entries' => [
  9851.                                 'type' => '[Story!]',
  9852.                                 'description' => NULL,
  9853.                             ],
  9854.                         ],
  9855.                         'interfaces' => [
  9856.                         ],
  9857.                         'name' => 'Stories',
  9858.                         'builders' => [
  9859.                         ],
  9860.                     ],
  9861.                 ],
  9862.                 'CompanySize' => [
  9863.                     'type' => 'object',
  9864.                     'class_name' => 'CompanySizeType',
  9865.                     'inherits' => [
  9866.                     ],
  9867.                     'decorator' => false,
  9868.                     'config' => [
  9869.                         'description' => NULL,
  9870.                         'fields' => [
  9871.                             'id' => [
  9872.                                 'type' => 'ID!',
  9873.                                 'description' => NULL,
  9874.                             ],
  9875.                             'name' => [
  9876.                                 'type' => 'String!',
  9877.                                 'description' => NULL,
  9878.                             ],
  9879.                             'text' => [
  9880.                                 'type' => 'String!',
  9881.                                 'description' => NULL,
  9882.                             ],
  9883.                         ],
  9884.                         'interfaces' => [
  9885.                         ],
  9886.                         'name' => 'CompanySize',
  9887.                         'builders' => [
  9888.                         ],
  9889.                     ],
  9890.                 ],
  9891.                 'HomeContent' => [
  9892.                     'type' => 'object',
  9893.                     'class_name' => 'HomeContentType',
  9894.                     'inherits' => [
  9895.                     ],
  9896.                     'decorator' => false,
  9897.                     'config' => [
  9898.                         'description' => NULL,
  9899.                         'fields' => [
  9900.                             'featuredCompanies' => [
  9901.                                 'type' => '[CompanyProfile!]',
  9902.                                 'description' => NULL,
  9903.                             ],
  9904.                             'featuredStories' => [
  9905.                                 'type' => '[Story!]',
  9906.                                 'description' => NULL,
  9907.                             ],
  9908.                             'helpfulLinks' => [
  9909.                                 'type' => '[ExternalLink!]',
  9910.                                 'description' => NULL,
  9911.                             ],
  9912.                         ],
  9913.                         'interfaces' => [
  9914.                         ],
  9915.                         'name' => 'HomeContent',
  9916.                         'builders' => [
  9917.                         ],
  9918.                     ],
  9919.                 ],
  9920.                 'ProfileUpdateResponse' => [
  9921.                     'type' => 'object',
  9922.                     'class_name' => 'ProfileUpdateResponseType',
  9923.                     'inherits' => [
  9924.                     ],
  9925.                     'decorator' => false,
  9926.                     'config' => [
  9927.                         'description' => NULL,
  9928.                         'fields' => [
  9929.                             'status' => [
  9930.                                 'type' => 'Status!',
  9931.                                 'description' => NULL,
  9932.                             ],
  9933.                             'keyValues' => [
  9934.                                 'type' => '[KeyValue!]',
  9935.                                 'description' => NULL,
  9936.                             ],
  9937.                             'media' => [
  9938.                                 'type' => 'Media',
  9939.                                 'description' => NULL,
  9940.                             ],
  9941.                             'contactGalleryEntry' => [
  9942.                                 'type' => 'ContactGalleryEntry',
  9943.                                 'description' => NULL,
  9944.                             ],
  9945.                         ],
  9946.                         'interfaces' => [
  9947.                         ],
  9948.                         'name' => 'ProfileUpdateResponse',
  9949.                         'builders' => [
  9950.                         ],
  9951.                     ],
  9952.                 ],
  9953.                 'Color' => [
  9954.                     'type' => 'enum',
  9955.                     'class_name' => 'ColorType',
  9956.                     'inherits' => [
  9957.                     ],
  9958.                     'decorator' => false,
  9959.                     'config' => [
  9960.                         'description' => NULL,
  9961.                         'values' => [
  9962.                             'BLACK' => [
  9963.                                 'description' => NULL,
  9964.                                 'value' => 'BLACK',
  9965.                             ],
  9966.                             'DARKBLUE' => [
  9967.                                 'description' => NULL,
  9968.                                 'value' => 'DARKBLUE',
  9969.                             ],
  9970.                             'DARKGREEN' => [
  9971.                                 'description' => NULL,
  9972.                                 'value' => 'DARKGREEN',
  9973.                             ],
  9974.                             'GREY' => [
  9975.                                 'description' => NULL,
  9976.                                 'value' => 'GREY',
  9977.                             ],
  9978.                             'LIGHTGREEN' => [
  9979.                                 'description' => NULL,
  9980.                                 'value' => 'LIGHTGREEN',
  9981.                             ],
  9982.                             'LIGHTBLUE' => [
  9983.                                 'description' => NULL,
  9984.                                 'value' => 'LIGHTBLUE',
  9985.                             ],
  9986.                             'PETROL' => [
  9987.                                 'description' => NULL,
  9988.                                 'value' => 'PETROL',
  9989.                             ],
  9990.                             'RED' => [
  9991.                                 'description' => NULL,
  9992.                                 'value' => 'RED',
  9993.                             ],
  9994.                             'WHITE' => [
  9995.                                 'description' => NULL,
  9996.                                 'value' => 'WHITE',
  9997.                             ],
  9998.                             'YELLOW' => [
  9999.                                 'description' => NULL,
  10000.                                 'value' => 'YELLOW',
  10001.                             ],
  10002.                         ],
  10003.                         'name' => 'Color',
  10004.                     ],
  10005.                 ],
  10006.                 'GameEndType' => [
  10007.                     'type' => 'enum',
  10008.                     'class_name' => 'GameEndTypeType',
  10009.                     'inherits' => [
  10010.                     ],
  10011.                     'decorator' => false,
  10012.                     'config' => [
  10013.                         'description' => NULL,
  10014.                         'values' => [
  10015.                             'NOTSET' => [
  10016.                                 'description' => NULL,
  10017.                                 'value' => 'NOTSET',
  10018.                             ],
  10019.                             'DECISION' => [
  10020.                                 'description' => NULL,
  10021.                                 'value' => 'DECISION',
  10022.                             ],
  10023.                             'WRONGANSWER' => [
  10024.                                 'description' => NULL,
  10025.                                 'value' => 'WRONGANSWER',
  10026.                             ],
  10027.                         ],
  10028.                         'name' => 'GameEndType',
  10029.                     ],
  10030.                 ],
  10031.                 'SchoolClassGameState' => [
  10032.                     'type' => 'object',
  10033.                     'class_name' => 'SchoolClassGameStateType',
  10034.                     'inherits' => [
  10035.                     ],
  10036.                     'decorator' => false,
  10037.                     'config' => [
  10038.                         'description' => NULL,
  10039.                         'fields' => [
  10040.                             'status' => [
  10041.                                 'type' => 'Status!',
  10042.                                 'description' => NULL,
  10043.                             ],
  10044.                             'viewCount' => [
  10045.                                 'type' => 'ViewCount',
  10046.                                 'description' => NULL,
  10047.                             ],
  10048.                         ],
  10049.                         'interfaces' => [
  10050.                         ],
  10051.                         'name' => 'SchoolClassGameState',
  10052.                         'builders' => [
  10053.                         ],
  10054.                     ],
  10055.                 ],
  10056.                 'JobSalaryEntry' => [
  10057.                     'type' => 'object',
  10058.                     'class_name' => 'JobSalaryEntryType',
  10059.                     'inherits' => [
  10060.                     ],
  10061.                     'decorator' => false,
  10062.                     'config' => [
  10063.                         'description' => NULL,
  10064.                         'fields' => [
  10065.                             'id' => [
  10066.                                 'type' => 'ID!',
  10067.                                 'description' => NULL,
  10068.                             ],
  10069.                             'salaryType' => [
  10070.                                 'type' => 'JobSalaryType',
  10071.                                 'description' => NULL,
  10072.                             ],
  10073.                             'salaryFrom' => [
  10074.                                 'type' => 'String',
  10075.                                 'description' => NULL,
  10076.                             ],
  10077.                             'salaryTo' => [
  10078.                                 'type' => 'String',
  10079.                                 'description' => NULL,
  10080.                             ],
  10081.                             'urlExt' => [
  10082.                                 'type' => 'String',
  10083.                                 'description' => NULL,
  10084.                             ],
  10085.                             'createdAt' => [
  10086.                                 'type' => 'String',
  10087.                                 'description' => NULL,
  10088.                             ],
  10089.                         ],
  10090.                         'interfaces' => [
  10091.                         ],
  10092.                         'name' => 'JobSalaryEntry',
  10093.                         'builders' => [
  10094.                         ],
  10095.                     ],
  10096.                 ],
  10097.                 'Document' => [
  10098.                     'type' => 'object',
  10099.                     'class_name' => 'DocumentType',
  10100.                     'inherits' => [
  10101.                     ],
  10102.                     'decorator' => false,
  10103.                     'config' => [
  10104.                         'description' => NULL,
  10105.                         'fields' => [
  10106.                             'id' => [
  10107.                                 'type' => 'ID!',
  10108.                                 'description' => NULL,
  10109.                             ],
  10110.                             'name' => [
  10111.                                 'type' => 'String',
  10112.                                 'description' => NULL,
  10113.                             ],
  10114.                             'filePath' => [
  10115.                                 'type' => 'String',
  10116.                                 'description' => NULL,
  10117.                             ],
  10118.                         ],
  10119.                         'interfaces' => [
  10120.                         ],
  10121.                         'name' => 'Document',
  10122.                         'builders' => [
  10123.                         ],
  10124.                     ],
  10125.                 ],
  10126.                 'AppointmentState' => [
  10127.                     'type' => 'enum',
  10128.                     'class_name' => 'AppointmentStateType',
  10129.                     'inherits' => [
  10130.                     ],
  10131.                     'decorator' => false,
  10132.                     'config' => [
  10133.                         'description' => NULL,
  10134.                         'values' => [
  10135.                             'ACTIVE' => [
  10136.                                 'description' => NULL,
  10137.                                 'value' => 'ACTIVE',
  10138.                             ],
  10139.                             'FULL' => [
  10140.                                 'description' => NULL,
  10141.                                 'value' => 'FULL',
  10142.                             ],
  10143.                             'CANCELLED' => [
  10144.                                 'description' => NULL,
  10145.                                 'value' => 'CANCELLED',
  10146.                             ],
  10147.                             'DELETED' => [
  10148.                                 'description' => NULL,
  10149.                                 'value' => 'DELETED',
  10150.                             ],
  10151.                         ],
  10152.                         'name' => 'AppointmentState',
  10153.                     ],
  10154.                 ],
  10155.                 'LogoStyle' => [
  10156.                     'type' => 'enum',
  10157.                     'class_name' => 'LogoStyleType',
  10158.                     'inherits' => [
  10159.                     ],
  10160.                     'decorator' => false,
  10161.                     'config' => [
  10162.                         'description' => NULL,
  10163.                         'values' => [
  10164.                             'NOTSET' => [
  10165.                                 'description' => NULL,
  10166.                                 'value' => 'NOTSET',
  10167.                             ],
  10168.                             'NORMAL' => [
  10169.                                 'description' => NULL,
  10170.                                 'value' => 'NORMAL',
  10171.                             ],
  10172.                             'DISTANCE' => [
  10173.                                 'description' => NULL,
  10174.                                 'value' => 'DISTANCE',
  10175.                             ],
  10176.                         ],
  10177.                         'name' => 'LogoStyle',
  10178.                     ],
  10179.                 ],
  10180.                 'OfferType' => [
  10181.                     'type' => 'enum',
  10182.                     'class_name' => 'OfferTypeType',
  10183.                     'inherits' => [
  10184.                     ],
  10185.                     'decorator' => false,
  10186.                     'config' => [
  10187.                         'description' => NULL,
  10188.                         'values' => [
  10189.                             'BERUFSBERATUNG' => [
  10190.                                 'description' => NULL,
  10191.                                 'value' => 'BERUFSBERATUNG',
  10192.                             ],
  10193.                             'BERUFSPRAKTISCH' => [
  10194.                                 'description' => NULL,
  10195.                                 'value' => 'BERUFSPRAKTISCH',
  10196.                             ],
  10197.                             'BETRIEBSERKUNDUNG' => [
  10198.                                 'description' => NULL,
  10199.                                 'value' => 'BETRIEBSERKUNDUNG',
  10200.                             ],
  10201.                             'TAGOFFENETUER' => [
  10202.                                 'description' => NULL,
  10203.                                 'value' => 'TAGOFFENETUER',
  10204.                             ],
  10205.                             'UNTERNEHMENSCHULE' => [
  10206.                                 'description' => NULL,
  10207.                                 'value' => 'UNTERNEHMENSCHULE',
  10208.                             ],
  10209.                             'VORTRAG' => [
  10210.                                 'description' => NULL,
  10211.                                 'value' => 'VORTRAG',
  10212.                             ],
  10213.                             'WORKSHOP' => [
  10214.                                 'description' => NULL,
  10215.                                 'value' => 'WORKSHOP',
  10216.                             ],
  10217.                             'WORKSHOPBO' => [
  10218.                                 'description' => NULL,
  10219.                                 'value' => 'WORKSHOPBO',
  10220.                             ],
  10221.                         ],
  10222.                         'name' => 'OfferType',
  10223.                     ],
  10224.                 ],
  10225.                 'CompanyProfileSimple' => [
  10226.                     'type' => 'object',
  10227.                     'class_name' => 'CompanyProfileSimpleType',
  10228.                     'inherits' => [
  10229.                     ],
  10230.                     'decorator' => false,
  10231.                     'config' => [
  10232.                         'description' => NULL,
  10233.                         'fields' => [
  10234.                             'id' => [
  10235.                                 'type' => 'Int',
  10236.                                 'description' => NULL,
  10237.                             ],
  10238.                             'uuid' => [
  10239.                                 'type' => 'String',
  10240.                                 'description' => NULL,
  10241.                             ],
  10242.                             'name' => [
  10243.                                 'type' => 'String',
  10244.                                 'description' => NULL,
  10245.                             ],
  10246.                             'companyProfilePicture' => [
  10247.                                 'type' => 'Image',
  10248.                                 'description' => NULL,
  10249.                             ],
  10250.                             'isSelected' => [
  10251.                                 'type' => 'Boolean!',
  10252.                                 'description' => NULL,
  10253.                             ],
  10254.                         ],
  10255.                         'interfaces' => [
  10256.                         ],
  10257.                         'name' => 'CompanyProfileSimple',
  10258.                         'builders' => [
  10259.                         ],
  10260.                     ],
  10261.                 ],
  10262.                 'AnswerResponse' => [
  10263.                     'type' => 'object',
  10264.                     'class_name' => 'AnswerResponseType',
  10265.                     'inherits' => [
  10266.                     ],
  10267.                     'decorator' => false,
  10268.                     'config' => [
  10269.                         'description' => NULL,
  10270.                         'fields' => [
  10271.                             'status' => [
  10272.                                 'type' => 'Status!',
  10273.                                 'description' => NULL,
  10274.                             ],
  10275.                             'correctAnswerId' => [
  10276.                                 'type' => 'Int',
  10277.                                 'description' => NULL,
  10278.                             ],
  10279.                         ],
  10280.                         'interfaces' => [
  10281.                         ],
  10282.                         'name' => 'AnswerResponse',
  10283.                         'builders' => [
  10284.                         ],
  10285.                     ],
  10286.                 ],
  10287.                 'InformationLink' => [
  10288.                     'type' => 'object',
  10289.                     'class_name' => 'InformationLinkType',
  10290.                     'inherits' => [
  10291.                     ],
  10292.                     'decorator' => false,
  10293.                     'config' => [
  10294.                         'description' => NULL,
  10295.                         'fields' => [
  10296.                             'id' => [
  10297.                                 'type' => 'ID!',
  10298.                                 'description' => NULL,
  10299.                             ],
  10300.                             'heading' => [
  10301.                                 'type' => 'String',
  10302.                                 'description' => NULL,
  10303.                             ],
  10304.                             'description' => [
  10305.                                 'type' => 'String',
  10306.                                 'description' => NULL,
  10307.                             ],
  10308.                             'linkUrl' => [
  10309.                                 'type' => 'String',
  10310.                                 'description' => NULL,
  10311.                             ],
  10312.                             'target' => [
  10313.                                 'type' => 'Int',
  10314.                                 'description' => NULL,
  10315.                             ],
  10316.                             'position' => [
  10317.                                 'type' => 'Int',
  10318.                                 'description' => NULL,
  10319.                             ],
  10320.                             'media' => [
  10321.                                 'type' => 'Media',
  10322.                                 'description' => NULL,
  10323.                             ],
  10324.                             'type' => [
  10325.                                 'type' => 'InformationLinkType!',
  10326.                                 'description' => NULL,
  10327.                             ],
  10328.                         ],
  10329.                         'interfaces' => [
  10330.                         ],
  10331.                         'name' => 'InformationLink',
  10332.                         'builders' => [
  10333.                         ],
  10334.                     ],
  10335.                 ],
  10336.                 'JobMarket' => [
  10337.                     'type' => 'object',
  10338.                     'class_name' => 'JobMarketType',
  10339.                     'inherits' => [
  10340.                     ],
  10341.                     'decorator' => false,
  10342.                     'config' => [
  10343.                         'description' => NULL,
  10344.                         'fields' => [
  10345.                             'status' => [
  10346.                                 'type' => 'Status!',
  10347.                                 'description' => NULL,
  10348.                             ],
  10349.                             'id' => [
  10350.                                 'type' => 'ID!',
  10351.                                 'description' => NULL,
  10352.                             ],
  10353.                             'name' => [
  10354.                                 'type' => 'String!',
  10355.                                 'description' => NULL,
  10356.                             ],
  10357.                             'numberOfPositions' => [
  10358.                                 'type' => 'Int',
  10359.                                 'description' => NULL,
  10360.                             ],
  10361.                             'description' => [
  10362.                                 'type' => 'String',
  10363.                                 'description' => NULL,
  10364.                             ],
  10365.                             'details' => [
  10366.                                 'type' => 'String',
  10367.                                 'description' => NULL,
  10368.                             ],
  10369.                             'url' => [
  10370.                                 'type' => 'String',
  10371.                                 'description' => NULL,
  10372.                             ],
  10373.                             'requirements' => [
  10374.                                 'type' => 'String',
  10375.                                 'description' => NULL,
  10376.                             ],
  10377.                             'salary' => [
  10378.                                 'type' => 'String',
  10379.                                 'description' => NULL,
  10380.                             ],
  10381.                             'additionalInfo' => [
  10382.                                 'type' => 'JobMarketAdditionalInfo',
  10383.                                 'description' => NULL,
  10384.                             ],
  10385.                             'startDate' => [
  10386.                                 'type' => 'String',
  10387.                                 'description' => NULL,
  10388.                             ],
  10389.                             'applyUntil' => [
  10390.                                 'type' => 'String',
  10391.                                 'description' => NULL,
  10392.                             ],
  10393.                             'openDate' => [
  10394.                                 'type' => 'String',
  10395.                                 'description' => NULL,
  10396.                             ],
  10397.                             'closeDate' => [
  10398.                                 'type' => 'String',
  10399.                                 'description' => NULL,
  10400.                             ],
  10401.                             'companyProfile' => [
  10402.                                 'type' => 'CompanyProfile',
  10403.                                 'description' => NULL,
  10404.                             ],
  10405.                             'contact' => [
  10406.                                 'type' => 'Contact',
  10407.                                 'description' => NULL,
  10408.                             ],
  10409.                             'image' => [
  10410.                                 'type' => 'Image',
  10411.                                 'description' => NULL,
  10412.                             ],
  10413.                             'customMedia' => [
  10414.                                 'type' => 'Media',
  10415.                                 'description' => NULL,
  10416.                             ],
  10417.                             'positionType' => [
  10418.                                 'type' => 'JobMarketPositionType',
  10419.                                 'description' => NULL,
  10420.                             ],
  10421.                             'applyType' => [
  10422.                                 'type' => 'JobMarketApplyType',
  10423.                                 'description' => NULL,
  10424.                             ],
  10425.                             'viewType' => [
  10426.                                 'type' => 'JobMarketViewType',
  10427.                                 'description' => NULL,
  10428.                             ],
  10429.                             'onlineUrl' => [
  10430.                                 'type' => 'String',
  10431.                                 'description' => NULL,
  10432.                             ],
  10433.                             'startType' => [
  10434.                                 'type' => 'JobMarketStartType',
  10435.                                 'description' => NULL,
  10436.                             ],
  10437.                             'addresses' => [
  10438.                                 'type' => '[Address!]',
  10439.                                 'description' => NULL,
  10440.                             ],
  10441.                             'jobs' => [
  10442.                                 'type' => '[JobSimple!]',
  10443.                                 'description' => NULL,
  10444.                             ],
  10445.                             'state' => [
  10446.                                 'type' => 'JobMarketState!',
  10447.                                 'description' => NULL,
  10448.                             ],
  10449.                             'viewCount' => [
  10450.                                 'type' => 'Int!',
  10451.                                 'description' => NULL,
  10452.                             ],
  10453.                             'applicationCount' => [
  10454.                                 'type' => 'Int!',
  10455.                                 'description' => NULL,
  10456.                             ],
  10457.                         ],
  10458.                         'interfaces' => [
  10459.                         ],
  10460.                         'name' => 'JobMarket',
  10461.                         'builders' => [
  10462.                         ],
  10463.                     ],
  10464.                 ],
  10465.                 'JobRequirementTypeCollection' => [
  10466.                     'type' => 'object',
  10467.                     'class_name' => 'JobRequirementTypeCollectionType',
  10468.                     'inherits' => [
  10469.                     ],
  10470.                     'decorator' => false,
  10471.                     'config' => [
  10472.                         'description' => NULL,
  10473.                         'fields' => [
  10474.                             'requirementType' => [
  10475.                                 'type' => 'JobRequirementType!',
  10476.                                 'description' => NULL,
  10477.                             ],
  10478.                             'requirements' => [
  10479.                                 'type' => '[JobRequirement!]',
  10480.                                 'description' => NULL,
  10481.                             ],
  10482.                         ],
  10483.                         'interfaces' => [
  10484.                         ],
  10485.                         'name' => 'JobRequirementTypeCollection',
  10486.                         'builders' => [
  10487.                         ],
  10488.                     ],
  10489.                 ],
  10490.                 'JobLinkMapping' => [
  10491.                     'type' => 'object',
  10492.                     'class_name' => 'JobLinkMappingType',
  10493.                     'inherits' => [
  10494.                     ],
  10495.                     'decorator' => false,
  10496.                     'config' => [
  10497.                         'description' => NULL,
  10498.                         'fields' => [
  10499.                             'id' => [
  10500.                                 'type' => 'ID!',
  10501.                                 'description' => NULL,
  10502.                             ],
  10503.                             'jobLink' => [
  10504.                                 'type' => 'JobLink',
  10505.                                 'description' => NULL,
  10506.                             ],
  10507.                             'jobLinkMappingCategory' => [
  10508.                                 'type' => 'JobLinkMappingCategory',
  10509.                                 'description' => NULL,
  10510.                             ],
  10511.                             'jobLinkMappingType' => [
  10512.                                 'type' => 'JobLinkMappingType',
  10513.                                 'description' => NULL,
  10514.                             ],
  10515.                         ],
  10516.                         'interfaces' => [
  10517.                         ],
  10518.                         'name' => 'JobLinkMapping',
  10519.                         'builders' => [
  10520.                         ],
  10521.                     ],
  10522.                 ],
  10523.                 'JobSalary' => [
  10524.                     'type' => 'object',
  10525.                     'class_name' => 'JobSalaryType',
  10526.                     'inherits' => [
  10527.                     ],
  10528.                     'decorator' => false,
  10529.                     'config' => [
  10530.                         'description' => NULL,
  10531.                         'fields' => [
  10532.                             'id' => [
  10533.                                 'type' => 'ID!',
  10534.                                 'description' => NULL,
  10535.                             ],
  10536.                             'entryValue' => [
  10537.                                 'type' => 'String',
  10538.                                 'description' => NULL,
  10539.                             ],
  10540.                             'entries' => [
  10541.                                 'type' => '[JobSalaryEntry!]',
  10542.                                 'description' => NULL,
  10543.                             ],
  10544.                             'createdAt' => [
  10545.                                 'type' => 'String',
  10546.                                 'description' => NULL,
  10547.                             ],
  10548.                         ],
  10549.                         'interfaces' => [
  10550.                         ],
  10551.                         'name' => 'JobSalary',
  10552.                         'builders' => [
  10553.                         ],
  10554.                     ],
  10555.                 ],
  10556.                 'CompanyCertificate' => [
  10557.                     'type' => 'object',
  10558.                     'class_name' => 'CompanyCertificateType',
  10559.                     'inherits' => [
  10560.                     ],
  10561.                     'decorator' => false,
  10562.                     'config' => [
  10563.                         'description' => NULL,
  10564.                         'fields' => [
  10565.                             'id' => [
  10566.                                 'type' => 'ID!',
  10567.                                 'description' => NULL,
  10568.                             ],
  10569.                             'name' => [
  10570.                                 'type' => 'String!',
  10571.                                 'description' => NULL,
  10572.                             ],
  10573.                             'shortName' => [
  10574.                                 'type' => 'String!',
  10575.                                 'description' => NULL,
  10576.                             ],
  10577.                             'picturePath' => [
  10578.                                 'type' => 'String!',
  10579.                                 'description' => NULL,
  10580.                             ],
  10581.                         ],
  10582.                         'interfaces' => [
  10583.                         ],
  10584.                         'name' => 'CompanyCertificate',
  10585.                         'builders' => [
  10586.                         ],
  10587.                     ],
  10588.                 ],
  10589.                 'ContentType' => [
  10590.                     'type' => 'enum',
  10591.                     'class_name' => 'ContentTypeType',
  10592.                     'inherits' => [
  10593.                     ],
  10594.                     'decorator' => false,
  10595.                     'config' => [
  10596.                         'description' => NULL,
  10597.                         'values' => [
  10598.                             'IMAGE' => [
  10599.                                 'description' => NULL,
  10600.                                 'value' => 'IMAGE',
  10601.                             ],
  10602.                             'VIDEO' => [
  10603.                                 'description' => NULL,
  10604.                                 'value' => 'VIDEO',
  10605.                             ],
  10606.                             'DOCUMENT' => [
  10607.                                 'description' => NULL,
  10608.                                 'value' => 'DOCUMENT',
  10609.                             ],
  10610.                         ],
  10611.                         'name' => 'ContentType',
  10612.                     ],
  10613.                 ],
  10614.                 'AppointmentNote' => [
  10615.                     'type' => 'object',
  10616.                     'class_name' => 'AppointmentNoteType',
  10617.                     'inherits' => [
  10618.                     ],
  10619.                     'decorator' => false,
  10620.                     'config' => [
  10621.                         'description' => NULL,
  10622.                         'fields' => [
  10623.                             'link' => [
  10624.                                 'type' => 'String',
  10625.                                 'description' => NULL,
  10626.                             ],
  10627.                             'firstname' => [
  10628.                                 'type' => 'String',
  10629.                                 'description' => NULL,
  10630.                             ],
  10631.                             'lastname' => [
  10632.                                 'type' => 'String',
  10633.                                 'description' => NULL,
  10634.                             ],
  10635.                             'email' => [
  10636.                                 'type' => 'String',
  10637.                                 'description' => NULL,
  10638.                             ],
  10639.                             'phone' => [
  10640.                                 'type' => 'String',
  10641.                                 'description' => NULL,
  10642.                             ],
  10643.                             'remark' => [
  10644.                                 'type' => 'String',
  10645.                                 'description' => NULL,
  10646.                             ],
  10647.                         ],
  10648.                         'interfaces' => [
  10649.                         ],
  10650.                         'name' => 'AppointmentNote',
  10651.                         'builders' => [
  10652.                         ],
  10653.                     ],
  10654.                 ],
  10655.                 'GameTrophyStatus' => [
  10656.                     'type' => 'enum',
  10657.                     'class_name' => 'GameTrophyStatusType',
  10658.                     'inherits' => [
  10659.                     ],
  10660.                     'decorator' => false,
  10661.                     'config' => [
  10662.                         'description' => NULL,
  10663.                         'values' => [
  10664.                             'NORMAL' => [
  10665.                                 'description' => NULL,
  10666.                                 'value' => 'NORMAL',
  10667.                             ],
  10668.                             'HIDDEN' => [
  10669.                                 'description' => NULL,
  10670.                                 'value' => 'HIDDEN',
  10671.                             ],
  10672.                         ],
  10673.                         'name' => 'GameTrophyStatus',
  10674.                     ],
  10675.                 ],
  10676.                 'SchoolClassRankMin' => [
  10677.                     'type' => 'object',
  10678.                     'class_name' => 'SchoolClassRankMinType',
  10679.                     'inherits' => [
  10680.                     ],
  10681.                     'decorator' => false,
  10682.                     'config' => [
  10683.                         'description' => NULL,
  10684.                         'fields' => [
  10685.                             'rank' => [
  10686.                                 'type' => 'Int!',
  10687.                                 'description' => NULL,
  10688.                             ],
  10689.                             'points' => [
  10690.                                 'type' => 'Int!',
  10691.                                 'description' => NULL,
  10692.                             ],
  10693.                             'playtimeMinutes' => [
  10694.                                 'type' => 'Int!',
  10695.                                 'description' => NULL,
  10696.                             ],
  10697.                             'activityLevel' => [
  10698.                                 'type' => 'Int!',
  10699.                                 'description' => NULL,
  10700.                             ],
  10701.                         ],
  10702.                         'interfaces' => [
  10703.                         ],
  10704.                         'name' => 'SchoolClassRankMin',
  10705.                         'builders' => [
  10706.                         ],
  10707.                     ],
  10708.                 ],
  10709.                 'Address' => [
  10710.                     'type' => 'object',
  10711.                     'class_name' => 'AddressType',
  10712.                     'inherits' => [
  10713.                     ],
  10714.                     'decorator' => false,
  10715.                     'config' => [
  10716.                         'description' => NULL,
  10717.                         'fields' => [
  10718.                             'id' => [
  10719.                                 'type' => 'ID!',
  10720.                                 'description' => NULL,
  10721.                             ],
  10722.                             'street' => [
  10723.                                 'type' => 'String',
  10724.                                 'description' => NULL,
  10725.                             ],
  10726.                             'number' => [
  10727.                                 'type' => 'String',
  10728.                                 'description' => NULL,
  10729.                             ],
  10730.                             'floor' => [
  10731.                                 'type' => 'String',
  10732.                                 'description' => NULL,
  10733.                             ],
  10734.                             'stair' => [
  10735.                                 'type' => 'String',
  10736.                                 'description' => NULL,
  10737.                             ],
  10738.                             'addressLatLon' => [
  10739.                                 'type' => 'AddressLatLon',
  10740.                                 'description' => NULL,
  10741.                             ],
  10742.                             'addressCity' => [
  10743.                                 'type' => 'AddressCity',
  10744.                                 'description' => NULL,
  10745.                             ],
  10746.                         ],
  10747.                         'interfaces' => [
  10748.                         ],
  10749.                         'name' => 'Address',
  10750.                         'builders' => [
  10751.                         ],
  10752.                     ],
  10753.                 ],
  10754.                 'JobSchoolSubjectMapping' => [
  10755.                     'type' => 'object',
  10756.                     'class_name' => 'JobSchoolSubjectMappingType',
  10757.                     'inherits' => [
  10758.                     ],
  10759.                     'decorator' => false,
  10760.                     'config' => [
  10761.                         'description' => NULL,
  10762.                         'fields' => [
  10763.                             'id' => [
  10764.                                 'type' => 'ID!',
  10765.                                 'description' => NULL,
  10766.                             ],
  10767.                             'jobSchoolSubject' => [
  10768.                                 'type' => 'JobSchoolSubject!',
  10769.                                 'description' => NULL,
  10770.                             ],
  10771.                         ],
  10772.                         'interfaces' => [
  10773.                         ],
  10774.                         'name' => 'JobSchoolSubjectMapping',
  10775.                         'builders' => [
  10776.                         ],
  10777.                     ],
  10778.                 ],
  10779.                 'CommunicationType' => [
  10780.                     'type' => 'object',
  10781.                     'class_name' => 'CommunicationTypeType',
  10782.                     'inherits' => [
  10783.                     ],
  10784.                     'decorator' => false,
  10785.                     'config' => [
  10786.                         'description' => NULL,
  10787.                         'fields' => [
  10788.                             'name' => [
  10789.                                 'type' => 'String!',
  10790.                                 'description' => NULL,
  10791.                             ],
  10792.                             'shortName' => [
  10793.                                 'type' => 'String!',
  10794.                                 'description' => NULL,
  10795.                             ],
  10796.                             'visible' => [
  10797.                                 'type' => 'Boolean!',
  10798.                                 'description' => NULL,
  10799.                             ],
  10800.                         ],
  10801.                         'interfaces' => [
  10802.                         ],
  10803.                         'name' => 'CommunicationType',
  10804.                         'builders' => [
  10805.                         ],
  10806.                     ],
  10807.                 ],
  10808.                 'Media' => [
  10809.                     'type' => 'object',
  10810.                     'class_name' => 'MediaType',
  10811.                     'inherits' => [
  10812.                     ],
  10813.                     'decorator' => false,
  10814.                     'config' => [
  10815.                         'description' => NULL,
  10816.                         'fields' => [
  10817.                             'id' => [
  10818.                                 'type' => 'ID!',
  10819.                                 'description' => NULL,
  10820.                             ],
  10821.                             'name' => [
  10822.                                 'type' => 'String',
  10823.                                 'description' => NULL,
  10824.                             ],
  10825.                             'contentType' => [
  10826.                                 'type' => 'ContentType',
  10827.                                 'description' => NULL,
  10828.                             ],
  10829.                             'position' => [
  10830.                                 'type' => 'Int!',
  10831.                                 'description' => NULL,
  10832.                             ],
  10833.                             'visible' => [
  10834.                                 'type' => 'Boolean!',
  10835.                                 'description' => NULL,
  10836.                             ],
  10837.                             'image' => [
  10838.                                 'type' => 'Image',
  10839.                                 'description' => NULL,
  10840.                             ],
  10841.                             'video' => [
  10842.                                 'type' => 'Video',
  10843.                                 'description' => NULL,
  10844.                             ],
  10845.                             'document' => [
  10846.                                 'type' => 'Document',
  10847.                                 'description' => NULL,
  10848.                             ],
  10849.                         ],
  10850.                         'interfaces' => [
  10851.                         ],
  10852.                         'name' => 'Media',
  10853.                         'builders' => [
  10854.                         ],
  10855.                     ],
  10856.                 ],
  10857.                 'GameTrophyProgressEntry' => [
  10858.                     'type' => 'object',
  10859.                     'class_name' => 'GameTrophyProgressEntryType',
  10860.                     'inherits' => [
  10861.                     ],
  10862.                     'decorator' => false,
  10863.                     'config' => [
  10864.                         'description' => NULL,
  10865.                         'fields' => [
  10866.                             'id' => [
  10867.                                 'type' => 'ID!',
  10868.                                 'description' => NULL,
  10869.                             ],
  10870.                             'trophy' => [
  10871.                                 'type' => 'GameTrophy!',
  10872.                                 'description' => NULL,
  10873.                             ],
  10874.                             'percentValue' => [
  10875.                                 'type' => 'Int!',
  10876.                                 'description' => NULL,
  10877.                             ],
  10878.                             'createdAt' => [
  10879.                                 'type' => 'String',
  10880.                                 'description' => NULL,
  10881.                             ],
  10882.                             'finishedAt' => [
  10883.                                 'type' => 'String',
  10884.                                 'description' => NULL,
  10885.                             ],
  10886.                         ],
  10887.                         'interfaces' => [
  10888.                         ],
  10889.                         'name' => 'GameTrophyProgressEntry',
  10890.                         'builders' => [
  10891.                         ],
  10892.                     ],
  10893.                 ],
  10894.                 'JobRequirementStats' => [
  10895.                     'type' => 'object',
  10896.                     'class_name' => 'JobRequirementStatsType',
  10897.                     'inherits' => [
  10898.                     ],
  10899.                     'decorator' => false,
  10900.                     'config' => [
  10901.                         'description' => NULL,
  10902.                         'fields' => [
  10903.                             'id' => [
  10904.                                 'type' => 'ID!',
  10905.                                 'description' => NULL,
  10906.                             ],
  10907.                             'requirementName' => [
  10908.                                 'type' => 'String!',
  10909.                                 'description' => NULL,
  10910.                             ],
  10911.                             'value' => [
  10912.                                 'type' => 'Int!',
  10913.                                 'description' => NULL,
  10914.                             ],
  10915.                         ],
  10916.                         'interfaces' => [
  10917.                         ],
  10918.                         'name' => 'JobRequirementStats',
  10919.                         'builders' => [
  10920.                         ],
  10921.                     ],
  10922.                 ],
  10923.                 'CommunicationEntry' => [
  10924.                     'type' => 'object',
  10925.                     'class_name' => 'CommunicationEntryType',
  10926.                     'inherits' => [
  10927.                     ],
  10928.                     'decorator' => false,
  10929.                     'config' => [
  10930.                         'description' => NULL,
  10931.                         'fields' => [
  10932.                             'id' => [
  10933.                                 'type' => 'ID!',
  10934.                                 'description' => NULL,
  10935.                             ],
  10936.                             'entryValue' => [
  10937.                                 'type' => 'String!',
  10938.                                 'description' => NULL,
  10939.                             ],
  10940.                             'communicationType' => [
  10941.                                 'type' => 'CommunicationType!',
  10942.                                 'description' => NULL,
  10943.                             ],
  10944.                         ],
  10945.                         'interfaces' => [
  10946.                         ],
  10947.                         'name' => 'CommunicationEntry',
  10948.                         'builders' => [
  10949.                         ],
  10950.                     ],
  10951.                 ],
  10952.                 'AppointmentType' => [
  10953.                     'type' => 'enum',
  10954.                     'class_name' => 'AppointmentTypeType',
  10955.                     'inherits' => [
  10956.                     ],
  10957.                     'decorator' => false,
  10958.                     'config' => [
  10959.                         'description' => NULL,
  10960.                         'values' => [
  10961.                             'AGREEMENT' => [
  10962.                                 'description' => NULL,
  10963.                                 'value' => 'AGREEMENT',
  10964.                             ],
  10965.                             'FIXED' => [
  10966.                                 'description' => NULL,
  10967.                                 'value' => 'FIXED',
  10968.                             ],
  10969.                             'BOTHPOSSIBLE' => [
  10970.                                 'description' => NULL,
  10971.                                 'value' => 'BOTHPOSSIBLE',
  10972.                             ],
  10973.                             'INDIVIDUAL' => [
  10974.                                 'description' => NULL,
  10975.                                 'value' => 'INDIVIDUAL',
  10976.                             ],
  10977.                             'CUSTOM' => [
  10978.                                 'description' => NULL,
  10979.                                 'value' => 'CUSTOM',
  10980.                             ],
  10981.                         ],
  10982.                         'name' => 'AppointmentType',
  10983.                     ],
  10984.                 ],
  10985.                 'ProfileLinkType' => [
  10986.                     'type' => 'enum',
  10987.                     'class_name' => 'ProfileLinkTypeType',
  10988.                     'inherits' => [
  10989.                     ],
  10990.                     'decorator' => false,
  10991.                     'config' => [
  10992.                         'description' => NULL,
  10993.                         'values' => [
  10994.                             'HOMEPAGE' => [
  10995.                                 'description' => NULL,
  10996.                                 'value' => 'HOMEPAGE',
  10997.                             ],
  10998.                             'FACEBOOK' => [
  10999.                                 'description' => NULL,
  11000.                                 'value' => 'FACEBOOK',
  11001.                             ],
  11002.                             'YOUTUBE' => [
  11003.                                 'description' => NULL,
  11004.                                 'value' => 'YOUTUBE',
  11005.                             ],
  11006.                             'LINKEDIN' => [
  11007.                                 'description' => NULL,
  11008.                                 'value' => 'LINKEDIN',
  11009.                             ],
  11010.                             'XING' => [
  11011.                                 'description' => NULL,
  11012.                                 'value' => 'XING',
  11013.                             ],
  11014.                             'KARRIEREPORTAL' => [
  11015.                                 'description' => NULL,
  11016.                                 'value' => 'KARRIEREPORTAL',
  11017.                             ],
  11018.                             'INSTAGRAM' => [
  11019.                                 'description' => NULL,
  11020.                                 'value' => 'INSTAGRAM',
  11021.                             ],
  11022.                             'X' => [
  11023.                                 'description' => NULL,
  11024.                                 'value' => 'X',
  11025.                             ],
  11026.                             'TIKTOK' => [
  11027.                                 'description' => NULL,
  11028.                                 'value' => 'TIKTOK',
  11029.                             ],
  11030.                         ],
  11031.                         'name' => 'ProfileLinkType',
  11032.                     ],
  11033.                 ],
  11034.                 'JobWorkField' => [
  11035.                     'type' => 'object',
  11036.                     'class_name' => 'JobWorkFieldType',
  11037.                     'inherits' => [
  11038.                     ],
  11039.                     'decorator' => false,
  11040.                     'config' => [
  11041.                         'description' => NULL,
  11042.                         'fields' => [
  11043.                             'id' => [
  11044.                                 'type' => 'ID!',
  11045.                                 'description' => NULL,
  11046.                             ],
  11047.                             'name' => [
  11048.                                 'type' => 'String!',
  11049.                                 'description' => NULL,
  11050.                             ],
  11051.                             'bicID' => [
  11052.                                 'type' => 'Int',
  11053.                                 'description' => NULL,
  11054.                             ],
  11055.                             'description' => [
  11056.                                 'type' => 'String',
  11057.                                 'description' => NULL,
  11058.                             ],
  11059.                         ],
  11060.                         'interfaces' => [
  11061.                         ],
  11062.                         'name' => 'JobWorkField',
  11063.                         'builders' => [
  11064.                         ],
  11065.                     ],
  11066.                 ],
  11067.                 'Icon' => [
  11068.                     'type' => 'object',
  11069.                     'class_name' => 'IconType',
  11070.                     'inherits' => [
  11071.                     ],
  11072.                     'decorator' => false,
  11073.                     'config' => [
  11074.                         'description' => NULL,
  11075.                         'fields' => [
  11076.                             'iconValue' => [
  11077.                                 'type' => 'String!',
  11078.                                 'description' => NULL,
  11079.                             ],
  11080.                             'color' => [
  11081.                                 'type' => 'Color',
  11082.                                 'description' => NULL,
  11083.                             ],
  11084.                         ],
  11085.                         'interfaces' => [
  11086.                         ],
  11087.                         'name' => 'Icon',
  11088.                         'builders' => [
  11089.                         ],
  11090.                     ],
  11091.                 ],
  11092.                 'School' => [
  11093.                     'type' => 'object',
  11094.                     'class_name' => 'SchoolType',
  11095.                     'inherits' => [
  11096.                     ],
  11097.                     'decorator' => false,
  11098.                     'config' => [
  11099.                         'description' => NULL,
  11100.                         'fields' => [
  11101.                             'id' => [
  11102.                                 'type' => 'ID!',
  11103.                                 'description' => NULL,
  11104.                             ],
  11105.                             'name' => [
  11106.                                 'type' => 'String!',
  11107.                                 'description' => NULL,
  11108.                             ],
  11109.                             'url' => [
  11110.                                 'type' => 'String',
  11111.                                 'description' => NULL,
  11112.                             ],
  11113.                             'address' => [
  11114.                                 'type' => 'Address',
  11115.                                 'description' => NULL,
  11116.                             ],
  11117.                             'communication' => [
  11118.                                 'type' => 'Communication',
  11119.                                 'description' => NULL,
  11120.                             ],
  11121.                         ],
  11122.                         'interfaces' => [
  11123.                         ],
  11124.                         'name' => 'School',
  11125.                         'builders' => [
  11126.                         ],
  11127.                     ],
  11128.                 ],
  11129.                 'StoryCardHighlightPosition' => [
  11130.                     'type' => 'enum',
  11131.                     'class_name' => 'StoryCardHighlightPositionType',
  11132.                     'inherits' => [
  11133.                     ],
  11134.                     'decorator' => false,
  11135.                     'config' => [
  11136.                         'description' => NULL,
  11137.                         'values' => [
  11138.                             'AFTER' => [
  11139.                                 'description' => NULL,
  11140.                                 'value' => 'AFTER',
  11141.                             ],
  11142.                             'BEFORE' => [
  11143.                                 'description' => NULL,
  11144.                                 'value' => 'BEFORE',
  11145.                             ],
  11146.                         ],
  11147.                         'name' => 'StoryCardHighlightPosition',
  11148.                     ],
  11149.                 ],
  11150.                 'GameCategoryProgress' => [
  11151.                     'type' => 'object',
  11152.                     'class_name' => 'GameCategoryProgressType',
  11153.                     'inherits' => [
  11154.                     ],
  11155.                     'decorator' => false,
  11156.                     'config' => [
  11157.                         'description' => NULL,
  11158.                         'fields' => [
  11159.                             'id' => [
  11160.                                 'type' => 'ID!',
  11161.                                 'description' => NULL,
  11162.                             ],
  11163.                             'gameType' => [
  11164.                                 'type' => 'GameType!',
  11165.                                 'description' => NULL,
  11166.                             ],
  11167.                             'roundNumber' => [
  11168.                                 'type' => 'Int!',
  11169.                                 'description' => NULL,
  11170.                             ],
  11171.                             'highscore' => [
  11172.                                 'type' => 'Int!',
  11173.                                 'description' => NULL,
  11174.                             ],
  11175.                         ],
  11176.                         'interfaces' => [
  11177.                         ],
  11178.                         'name' => 'GameCategoryProgress',
  11179.                         'builders' => [
  11180.                         ],
  11181.                     ],
  11182.                 ],
  11183.                 'Image' => [
  11184.                     'type' => 'object',
  11185.                     'class_name' => 'ImageType',
  11186.                     'inherits' => [
  11187.                     ],
  11188.                     'decorator' => false,
  11189.                     'config' => [
  11190.                         'description' => NULL,
  11191.                         'fields' => [
  11192.                             'id' => [
  11193.                                 'type' => 'ID!',
  11194.                                 'description' => NULL,
  11195.                             ],
  11196.                             'info' => [
  11197.                                 'type' => 'ImageInfo',
  11198.                                 'description' => NULL,
  11199.                             ],
  11200.                             'medium' => [
  11201.                                 'type' => 'ImageData',
  11202.                                 'description' => NULL,
  11203.                             ],
  11204.                             'portrait' => [
  11205.                                 'type' => 'ImageData',
  11206.                                 'description' => NULL,
  11207.                             ],
  11208.                             'landscape' => [
  11209.                                 'type' => 'ImageData',
  11210.                                 'description' => NULL,
  11211.                             ],
  11212.                             'large' => [
  11213.                                 'type' => 'ImageData',
  11214.                                 'description' => NULL,
  11215.                             ],
  11216.                             'xlarge' => [
  11217.                                 'type' => 'ImageData',
  11218.                                 'description' => NULL,
  11219.                             ],
  11220.                             'huge' => [
  11221.                                 'type' => 'ImageData',
  11222.                                 'description' => NULL,
  11223.                             ],
  11224.                         ],
  11225.                         'interfaces' => [
  11226.                         ],
  11227.                         'name' => 'Image',
  11228.                         'builders' => [
  11229.                         ],
  11230.                     ],
  11231.                 ],
  11232.                 'Question' => [
  11233.                     'type' => 'object',
  11234.                     'class_name' => 'QuestionType',
  11235.                     'inherits' => [
  11236.                     ],
  11237.                     'decorator' => false,
  11238.                     'config' => [
  11239.                         'description' => NULL,
  11240.                         'fields' => [
  11241.                             'status' => [
  11242.                                 'type' => 'Status',
  11243.                                 'description' => NULL,
  11244.                             ],
  11245.                             'id' => [
  11246.                                 'type' => 'ID!',
  11247.                                 'description' => NULL,
  11248.                             ],
  11249.                             'text' => [
  11250.                                 'type' => 'String',
  11251.                                 'description' => NULL,
  11252.                             ],
  11253.                             'image' => [
  11254.                                 'type' => 'Image',
  11255.                                 'description' => NULL,
  11256.                             ],
  11257.                             'answers' => [
  11258.                                 'type' => '[QuestionAnswer!]',
  11259.                                 'description' => NULL,
  11260.                             ],
  11261.                         ],
  11262.                         'interfaces' => [
  11263.                         ],
  11264.                         'name' => 'Question',
  11265.                         'builders' => [
  11266.                         ],
  11267.                     ],
  11268.                 ],
  11269.                 'Communication' => [
  11270.                     'type' => 'object',
  11271.                     'class_name' => 'CommunicationType',
  11272.                     'inherits' => [
  11273.                     ],
  11274.                     'decorator' => false,
  11275.                     'config' => [
  11276.                         'description' => NULL,
  11277.                         'fields' => [
  11278.                             'id' => [
  11279.                                 'type' => 'ID!',
  11280.                                 'description' => NULL,
  11281.                             ],
  11282.                             'entries' => [
  11283.                                 'type' => '[CommunicationEntry!]',
  11284.                                 'description' => NULL,
  11285.                             ],
  11286.                         ],
  11287.                         'interfaces' => [
  11288.                         ],
  11289.                         'name' => 'Communication',
  11290.                         'builders' => [
  11291.                         ],
  11292.                     ],
  11293.                 ],
  11294.                 'EventState' => [
  11295.                     'type' => 'enum',
  11296.                     'class_name' => 'EventStateType',
  11297.                     'inherits' => [
  11298.                     ],
  11299.                     'decorator' => false,
  11300.                     'config' => [
  11301.                         'description' => NULL,
  11302.                         'values' => [
  11303.                             'ACTIVE' => [
  11304.                                 'description' => NULL,
  11305.                                 'value' => 'ACTIVE',
  11306.                             ],
  11307.                             'INACTIVE' => [
  11308.                                 'description' => NULL,
  11309.                                 'value' => 'INACTIVE',
  11310.                             ],
  11311.                             'DELETED' => [
  11312.                                 'description' => NULL,
  11313.                                 'value' => 'DELETED',
  11314.                             ],
  11315.                         ],
  11316.                         'name' => 'EventState',
  11317.                     ],
  11318.                 ],
  11319.                 'JobSimple' => [
  11320.                     'type' => 'object',
  11321.                     'class_name' => 'JobSimpleType',
  11322.                     'inherits' => [
  11323.                     ],
  11324.                     'decorator' => false,
  11325.                     'config' => [
  11326.                         'description' => NULL,
  11327.                         'fields' => [
  11328.                             'id' => [
  11329.                                 'type' => 'ID!',
  11330.                                 'description' => NULL,
  11331.                             ],
  11332.                             'name' => [
  11333.                                 'type' => 'String!',
  11334.                                 'description' => NULL,
  11335.                             ],
  11336.                             'bicID' => [
  11337.                                 'type' => 'Int',
  11338.                                 'description' => NULL,
  11339.                             ],
  11340.                             'interestFields' => [
  11341.                                 'type' => '[InterestField!]',
  11342.                                 'description' => NULL,
  11343.                             ],
  11344.                         ],
  11345.                         'interfaces' => [
  11346.                         ],
  11347.                         'name' => 'JobSimple',
  11348.                         'builders' => [
  11349.                         ],
  11350.                     ],
  11351.                 ],
  11352.                 'SearchTag' => [
  11353.                     'type' => 'object',
  11354.                     'class_name' => 'SearchTagType',
  11355.                     'inherits' => [
  11356.                     ],
  11357.                     'decorator' => false,
  11358.                     'config' => [
  11359.                         'description' => NULL,
  11360.                         'fields' => [
  11361.                             'id' => [
  11362.                                 'type' => 'ID!',
  11363.                                 'description' => NULL,
  11364.                             ],
  11365.                             'name' => [
  11366.                                 'type' => 'String!',
  11367.                                 'description' => NULL,
  11368.                             ],
  11369.                         ],
  11370.                         'interfaces' => [
  11371.                         ],
  11372.                         'name' => 'SearchTag',
  11373.                         'builders' => [
  11374.                         ],
  11375.                     ],
  11376.                 ],
  11377.                 'ViewCount' => [
  11378.                     'type' => 'object',
  11379.                     'class_name' => 'ViewCountType',
  11380.                     'inherits' => [
  11381.                     ],
  11382.                     'decorator' => false,
  11383.                     'config' => [
  11384.                         'description' => NULL,
  11385.                         'fields' => [
  11386.                             'jobs' => [
  11387.                                 'type' => 'Int',
  11388.                                 'description' => NULL,
  11389.                             ],
  11390.                             'profiles' => [
  11391.                                 'type' => 'Int',
  11392.                                 'description' => NULL,
  11393.                             ],
  11394.                         ],
  11395.                         'interfaces' => [
  11396.                         ],
  11397.                         'name' => 'ViewCount',
  11398.                         'builders' => [
  11399.                         ],
  11400.                     ],
  11401.                 ],
  11402.                 'InterestFieldStats' => [
  11403.                     'type' => 'object',
  11404.                     'class_name' => 'InterestFieldStatsType',
  11405.                     'inherits' => [
  11406.                     ],
  11407.                     'decorator' => false,
  11408.                     'config' => [
  11409.                         'description' => NULL,
  11410.                         'fields' => [
  11411.                             'id' => [
  11412.                                 'type' => 'ID!',
  11413.                                 'description' => NULL,
  11414.                             ],
  11415.                             'interestName' => [
  11416.                                 'type' => 'String!',
  11417.                                 'description' => NULL,
  11418.                             ],
  11419.                             'value' => [
  11420.                                 'type' => 'Int!',
  11421.                                 'description' => NULL,
  11422.                             ],
  11423.                         ],
  11424.                         'interfaces' => [
  11425.                         ],
  11426.                         'name' => 'InterestFieldStats',
  11427.                         'builders' => [
  11428.                         ],
  11429.                     ],
  11430.                 ],
  11431.                 'JobExpertTerm' => [
  11432.                     'type' => 'object',
  11433.                     'class_name' => 'JobExpertTermType',
  11434.                     'inherits' => [
  11435.                     ],
  11436.                     'decorator' => false,
  11437.                     'config' => [
  11438.                         'description' => NULL,
  11439.                         'fields' => [
  11440.                             'id' => [
  11441.                                 'type' => 'ID!',
  11442.                                 'description' => NULL,
  11443.                             ],
  11444.                             'bicID' => [
  11445.                                 'type' => 'Int',
  11446.                                 'description' => NULL,
  11447.                             ],
  11448.                             'termName' => [
  11449.                                 'type' => 'String!',
  11450.                                 'description' => NULL,
  11451.                             ],
  11452.                             'description' => [
  11453.                                 'type' => 'String',
  11454.                                 'description' => NULL,
  11455.                             ],
  11456.                         ],
  11457.                         'interfaces' => [
  11458.                         ],
  11459.                         'name' => 'JobExpertTerm',
  11460.                         'builders' => [
  11461.                         ],
  11462.                     ],
  11463.                 ],
  11464.                 'Championship' => [
  11465.                     'type' => 'object',
  11466.                     'class_name' => 'ChampionshipType',
  11467.                     'inherits' => [
  11468.                     ],
  11469.                     'decorator' => false,
  11470.                     'config' => [
  11471.                         'description' => NULL,
  11472.                         'fields' => [
  11473.                             'id' => [
  11474.                                 'type' => 'ID!',
  11475.                                 'description' => NULL,
  11476.                             ],
  11477.                             'competitionName' => [
  11478.                                 'type' => 'String!',
  11479.                                 'description' => NULL,
  11480.                             ],
  11481.                             'startAt' => [
  11482.                                 'type' => 'String',
  11483.                                 'description' => NULL,
  11484.                             ],
  11485.                             'endAt' => [
  11486.                                 'type' => 'String',
  11487.                                 'description' => NULL,
  11488.                             ],
  11489.                             'daysLeft' => [
  11490.                                 'type' => 'Int!',
  11491.                                 'description' => NULL,
  11492.                             ],
  11493.                         ],
  11494.                         'interfaces' => [
  11495.                         ],
  11496.                         'name' => 'Championship',
  11497.                         'builders' => [
  11498.                         ],
  11499.                     ],
  11500.                 ],
  11501.                 'AddressDistrict' => [
  11502.                     'type' => 'object',
  11503.                     'class_name' => 'AddressDistrictType',
  11504.                     'inherits' => [
  11505.                     ],
  11506.                     'decorator' => false,
  11507.                     'config' => [
  11508.                         'description' => NULL,
  11509.                         'fields' => [
  11510.                             'id' => [
  11511.                                 'type' => 'ID!',
  11512.                                 'description' => NULL,
  11513.                             ],
  11514.                             'name' => [
  11515.                                 'type' => 'String!',
  11516.                                 'description' => NULL,
  11517.                             ],
  11518.                             'bkz' => [
  11519.                                 'type' => 'String!',
  11520.                                 'description' => NULL,
  11521.                             ],
  11522.                         ],
  11523.                         'interfaces' => [
  11524.                         ],
  11525.                         'name' => 'AddressDistrict',
  11526.                         'builders' => [
  11527.                         ],
  11528.                     ],
  11529.                 ],
  11530.                 'Event' => [
  11531.                     'type' => 'object',
  11532.                     'class_name' => 'EventType',
  11533.                     'inherits' => [
  11534.                     ],
  11535.                     'decorator' => false,
  11536.                     'config' => [
  11537.                         'description' => NULL,
  11538.                         'fields' => [
  11539.                             'id' => [
  11540.                                 'type' => 'ID!',
  11541.                                 'description' => NULL,
  11542.                             ],
  11543.                             'name' => [
  11544.                                 'type' => 'String!',
  11545.                                 'description' => NULL,
  11546.                             ],
  11547.                             'description' => [
  11548.                                 'type' => 'String!',
  11549.                                 'description' => NULL,
  11550.                             ],
  11551.                             'descriptionLong' => [
  11552.                                 'type' => 'String!',
  11553.                                 'description' => NULL,
  11554.                             ],
  11555.                             'maxParticipants' => [
  11556.                                 'type' => 'Int',
  11557.                                 'description' => NULL,
  11558.                             ],
  11559.                             'duration' => [
  11560.                                 'type' => 'String',
  11561.                                 'description' => NULL,
  11562.                             ],
  11563.                             'requirements' => [
  11564.                                 'type' => 'String',
  11565.                                 'description' => NULL,
  11566.                             ],
  11567.                             'createdAt' => [
  11568.                                 'type' => 'String',
  11569.                                 'description' => NULL,
  11570.                             ],
  11571.                             'address' => [
  11572.                                 'type' => 'Address',
  11573.                                 'description' => NULL,
  11574.                             ],
  11575.                             'image' => [
  11576.                                 'type' => 'Image',
  11577.                                 'description' => NULL,
  11578.                             ],
  11579.                             'eventState' => [
  11580.                                 'type' => 'EventState',
  11581.                                 'description' => NULL,
  11582.                             ],
  11583.                             'eventTags' => [
  11584.                                 'type' => '[EventTag!]',
  11585.                                 'description' => NULL,
  11586.                             ],
  11587.                             'jobs' => [
  11588.                                 'type' => '[JobSimple!]',
  11589.                                 'description' => NULL,
  11590.                             ],
  11591.                             'media' => [
  11592.                                 'type' => '[Media!]',
  11593.                                 'description' => NULL,
  11594.                             ],
  11595.                             'appointments' => [
  11596.                                 'type' => '[Appointment!]',
  11597.                                 'description' => NULL,
  11598.                             ],
  11599.                             'mediaGallery' => [
  11600.                                 'type' => 'Gallery',
  11601.                                 'description' => NULL,
  11602.                             ],
  11603.                             'documents' => [
  11604.                                 'type' => 'Gallery',
  11605.                                 'description' => NULL,
  11606.                             ],
  11607.                             'documentsFollowUp' => [
  11608.                                 'type' => 'Gallery',
  11609.                                 'description' => NULL,
  11610.                             ],
  11611.                         ],
  11612.                         'interfaces' => [
  11613.                         ],
  11614.                         'name' => 'Event',
  11615.                         'builders' => [
  11616.                         ],
  11617.                     ],
  11618.                 ],
  11619.                 'AnswerWrong' => [
  11620.                     'type' => 'object',
  11621.                     'class_name' => 'AnswerWrongType',
  11622.                     'inherits' => [
  11623.                     ],
  11624.                     'decorator' => false,
  11625.                     'config' => [
  11626.                         'description' => NULL,
  11627.                         'fields' => [
  11628.                             'status' => [
  11629.                                 'type' => 'Status!',
  11630.                                 'description' => NULL,
  11631.                             ],
  11632.                             'answerIds' => [
  11633.                                 'type' => '[Int]',
  11634.                                 'description' => NULL,
  11635.                             ],
  11636.                         ],
  11637.                         'interfaces' => [
  11638.                         ],
  11639.                         'name' => 'AnswerWrong',
  11640.                         'builders' => [
  11641.                         ],
  11642.                     ],
  11643.                 ],
  11644.                 'ProfileResults' => [
  11645.                     'type' => 'object',
  11646.                     'class_name' => 'ProfileResultsType',
  11647.                     'inherits' => [
  11648.                     ],
  11649.                     'decorator' => false,
  11650.                     'config' => [
  11651.                         'description' => NULL,
  11652.                         'fields' => [
  11653.                             'numResults' => [
  11654.                                 'type' => 'Int!',
  11655.                                 'description' => NULL,
  11656.                             ],
  11657.                             'profiles' => [
  11658.                                 'type' => '[Profile!]',
  11659.                                 'description' => NULL,
  11660.                             ],
  11661.                         ],
  11662.                         'interfaces' => [
  11663.                         ],
  11664.                         'name' => 'ProfileResults',
  11665.                         'builders' => [
  11666.                         ],
  11667.                     ],
  11668.                 ],
  11669.                 'Story' => [
  11670.                     'type' => 'object',
  11671.                     'class_name' => 'StoryType',
  11672.                     'inherits' => [
  11673.                     ],
  11674.                     'decorator' => false,
  11675.                     'config' => [
  11676.                         'description' => NULL,
  11677.                         'fields' => [
  11678.                             'id' => [
  11679.                                 'type' => 'Int',
  11680.                                 'description' => NULL,
  11681.                             ],
  11682.                             'bicID' => [
  11683.                                 'type' => 'Int',
  11684.                                 'description' => NULL,
  11685.                             ],
  11686.                             'jobName' => [
  11687.                                 'type' => 'String',
  11688.                                 'description' => NULL,
  11689.                             ],
  11690.                             'title' => [
  11691.                                 'type' => 'String',
  11692.                                 'description' => NULL,
  11693.                             ],
  11694.                             'portrait' => [
  11695.                                 'type' => 'String',
  11696.                                 'description' => NULL,
  11697.                             ],
  11698.                             'user' => [
  11699.                                 'type' => 'StoryUser',
  11700.                                 'description' => NULL,
  11701.                             ],
  11702.                             'cards' => [
  11703.                                 'type' => '[StoryCard!]',
  11704.                                 'description' => NULL,
  11705.                             ],
  11706.                             'nextStories' => [
  11707.                                 'type' => 'NextStoryCard',
  11708.                                 'description' => NULL,
  11709.                             ],
  11710.                             'image' => [
  11711.                                 'type' => 'Image',
  11712.                                 'description' => NULL,
  11713.                             ],
  11714.                             'icon' => [
  11715.                                 'type' => 'Icon',
  11716.                                 'description' => NULL,
  11717.                             ],
  11718.                             'tags' => [
  11719.                                 'type' => '[Tag!]',
  11720.                                 'description' => NULL,
  11721.                             ],
  11722.                             'color' => [
  11723.                                 'type' => 'Color',
  11724.                                 'description' => NULL,
  11725.                             ],
  11726.                             'gradient' => [
  11727.                                 'type' => 'StoryGradient',
  11728.                                 'description' => NULL,
  11729.                             ],
  11730.                             'quizLink' => [
  11731.                                 'type' => 'String',
  11732.                                 'description' => NULL,
  11733.                             ],
  11734.                             'vrDirectLink' => [
  11735.                                 'type' => 'String',
  11736.                                 'description' => NULL,
  11737.                             ],
  11738.                             'schoolProfile' => [
  11739.                                 'type' => 'SchoolProfile',
  11740.                                 'description' => NULL,
  11741.                             ],
  11742.                             'visits' => [
  11743.                                 'type' => 'Int',
  11744.                                 'description' => NULL,
  11745.                             ],
  11746.                         ],
  11747.                         'interfaces' => [
  11748.                         ],
  11749.                         'name' => 'Story',
  11750.                         'builders' => [
  11751.                         ],
  11752.                     ],
  11753.                 ],
  11754.                 'JobSalaryType' => [
  11755.                     'type' => 'enum',
  11756.                     'class_name' => 'JobSalaryTypeType',
  11757.                     'inherits' => [
  11758.                     ],
  11759.                     'decorator' => false,
  11760.                     'config' => [
  11761.                         'description' => NULL,
  11762.                         'values' => [
  11763.                             'YROA1' => [
  11764.                                 'description' => NULL,
  11765.                                 'value' => 'YROA1',
  11766.                             ],
  11767.                             'YROA2' => [
  11768.                                 'description' => NULL,
  11769.                                 'value' => 'YROA2',
  11770.                             ],
  11771.                             'YROA3' => [
  11772.                                 'description' => NULL,
  11773.                                 'value' => 'YROA3',
  11774.                             ],
  11775.                             'YROA4' => [
  11776.                                 'description' => NULL,
  11777.                                 'value' => 'YROA4',
  11778.                             ],
  11779.                             'ENTRY' => [
  11780.                                 'description' => NULL,
  11781.                                 'value' => 'ENTRY',
  11782.                             ],
  11783.                         ],
  11784.                         'name' => 'JobSalaryType',
  11785.                     ],
  11786.                 ],
  11787.                 'MiscFile' => [
  11788.                     'type' => 'object',
  11789.                     'class_name' => 'MiscFileType',
  11790.                     'inherits' => [
  11791.                     ],
  11792.                     'decorator' => false,
  11793.                     'config' => [
  11794.                         'description' => NULL,
  11795.                         'fields' => [
  11796.                             'id' => [
  11797.                                 'type' => 'ID!',
  11798.                                 'description' => NULL,
  11799.                             ],
  11800.                             'name' => [
  11801.                                 'type' => 'String',
  11802.                                 'description' => NULL,
  11803.                             ],
  11804.                             'filename' => [
  11805.                                 'type' => 'String',
  11806.                                 'description' => NULL,
  11807.                             ],
  11808.                         ],
  11809.                         'interfaces' => [
  11810.                         ],
  11811.                         'name' => 'MiscFile',
  11812.                         'builders' => [
  11813.                         ],
  11814.                     ],
  11815.                 ],
  11816.                 'JobEducationalPath' => [
  11817.                     'type' => 'object',
  11818.                     'class_name' => 'JobEducationalPathType',
  11819.                     'inherits' => [
  11820.                     ],
  11821.                     'decorator' => false,
  11822.                     'config' => [
  11823.                         'description' => NULL,
  11824.                         'fields' => [
  11825.                             'id' => [
  11826.                                 'type' => 'ID!',
  11827.                                 'description' => NULL,
  11828.                             ],
  11829.                             'bicID' => [
  11830.                                 'type' => 'Int',
  11831.                                 'description' => NULL,
  11832.                             ],
  11833.                             'name' => [
  11834.                                 'type' => 'String!',
  11835.                                 'description' => NULL,
  11836.                             ],
  11837.                             'description' => [
  11838.                                 'type' => 'String',
  11839.                                 'description' => NULL,
  11840.                             ],
  11841.                         ],
  11842.                         'interfaces' => [
  11843.                         ],
  11844.                         'name' => 'JobEducationalPath',
  11845.                         'builders' => [
  11846.                         ],
  11847.                     ],
  11848.                 ],
  11849.                 'JobMarketApplyType' => [
  11850.                     'type' => 'enum',
  11851.                     'class_name' => 'JobMarketApplyTypeType',
  11852.                     'inherits' => [
  11853.                     ],
  11854.                     'decorator' => false,
  11855.                     'config' => [
  11856.                         'description' => NULL,
  11857.                         'values' => [
  11858.                             'ONLINE' => [
  11859.                                 'description' => NULL,
  11860.                                 'value' => 'ONLINE',
  11861.                             ],
  11862.                             'EMAIL' => [
  11863.                                 'description' => NULL,
  11864.                                 'value' => 'EMAIL',
  11865.                             ],
  11866.                             'PHONE' => [
  11867.                                 'description' => NULL,
  11868.                                 'value' => 'PHONE',
  11869.                             ],
  11870.                             'POSTAL' => [
  11871.                                 'description' => NULL,
  11872.                                 'value' => 'POSTAL',
  11873.                             ],
  11874.                         ],
  11875.                         'name' => 'JobMarketApplyType',
  11876.                     ],
  11877.                 ],
  11878.                 'QuestionOpen' => [
  11879.                     'type' => 'object',
  11880.                     'class_name' => 'QuestionOpenType',
  11881.                     'inherits' => [
  11882.                     ],
  11883.                     'decorator' => false,
  11884.                     'config' => [
  11885.                         'description' => NULL,
  11886.                         'fields' => [
  11887.                             'status' => [
  11888.                                 'type' => 'Status',
  11889.                                 'description' => NULL,
  11890.                             ],
  11891.                             'id' => [
  11892.                                 'type' => 'ID!',
  11893.                                 'description' => NULL,
  11894.                             ],
  11895.                             'text' => [
  11896.                                 'type' => 'String',
  11897.                                 'description' => NULL,
  11898.                             ],
  11899.                             'answers' => [
  11900.                                 'type' => '[QuestionAnswer!]',
  11901.                                 'description' => NULL,
  11902.                             ],
  11903.                             'correctAnswer' => [
  11904.                                 'type' => 'QuestionAnswer!',
  11905.                                 'description' => NULL,
  11906.                             ],
  11907.                         ],
  11908.                         'interfaces' => [
  11909.                         ],
  11910.                         'name' => 'QuestionOpen',
  11911.                         'builders' => [
  11912.                         ],
  11913.                     ],
  11914.                 ],
  11915.                 'SchoolSubject' => [
  11916.                     'type' => 'object',
  11917.                     'class_name' => 'SchoolSubjectType',
  11918.                     'inherits' => [
  11919.                     ],
  11920.                     'decorator' => false,
  11921.                     'config' => [
  11922.                         'description' => NULL,
  11923.                         'fields' => [
  11924.                             'id' => [
  11925.                                 'type' => 'ID!',
  11926.                                 'description' => NULL,
  11927.                             ],
  11928.                             'name' => [
  11929.                                 'type' => 'String!',
  11930.                                 'description' => NULL,
  11931.                             ],
  11932.                             'abbreviation' => [
  11933.                                 'type' => 'String!',
  11934.                                 'description' => NULL,
  11935.                             ],
  11936.                         ],
  11937.                         'interfaces' => [
  11938.                         ],
  11939.                         'name' => 'SchoolSubject',
  11940.                         'builders' => [
  11941.                         ],
  11942.                     ],
  11943.                 ],
  11944.                 'MilestoneStats' => [
  11945.                     'type' => 'object',
  11946.                     'class_name' => 'MilestoneStatsType',
  11947.                     'inherits' => [
  11948.                     ],
  11949.                     'decorator' => false,
  11950.                     'config' => [
  11951.                         'description' => NULL,
  11952.                         'fields' => [
  11953.                             'scoredCount' => [
  11954.                                 'type' => 'Int!',
  11955.                                 'description' => NULL,
  11956.                             ],
  11957.                             'totalCount' => [
  11958.                                 'type' => 'Int!',
  11959.                                 'description' => NULL,
  11960.                             ],
  11961.                         ],
  11962.                         'interfaces' => [
  11963.                         ],
  11964.                         'name' => 'MilestoneStats',
  11965.                         'builders' => [
  11966.                         ],
  11967.                     ],
  11968.                 ],
  11969.                 'TeachingIdeaType' => [
  11970.                     'type' => 'object',
  11971.                     'class_name' => 'TeachingIdeaTypeType',
  11972.                     'inherits' => [
  11973.                     ],
  11974.                     'decorator' => false,
  11975.                     'config' => [
  11976.                         'description' => NULL,
  11977.                         'fields' => [
  11978.                             'id' => [
  11979.                                 'type' => 'Int!',
  11980.                                 'description' => NULL,
  11981.                             ],
  11982.                             'typeName' => [
  11983.                                 'type' => 'String!',
  11984.                                 'description' => NULL,
  11985.                             ],
  11986.                         ],
  11987.                         'interfaces' => [
  11988.                         ],
  11989.                         'name' => 'TeachingIdeaType',
  11990.                         'builders' => [
  11991.                         ],
  11992.                     ],
  11993.                 ],
  11994.                 'BoPartnerProfile' => [
  11995.                     'type' => 'object',
  11996.                     'class_name' => 'BoPartnerProfileType',
  11997.                     'inherits' => [
  11998.                     ],
  11999.                     'decorator' => false,
  12000.                     'config' => [
  12001.                         'description' => NULL,
  12002.                         'fields' => [
  12003.                             'id' => [
  12004.                                 'type' => 'ID!',
  12005.                                 'description' => NULL,
  12006.                             ],
  12007.                             'uuid' => [
  12008.                                 'type' => 'String!',
  12009.                                 'description' => NULL,
  12010.                             ],
  12011.                             'name' => [
  12012.                                 'type' => 'String!',
  12013.                                 'description' => NULL,
  12014.                             ],
  12015.                             'description' => [
  12016.                                 'type' => 'String',
  12017.                                 'description' => NULL,
  12018.                             ],
  12019.                             'certificateInformation' => [
  12020.                                 'type' => 'String',
  12021.                                 'description' => NULL,
  12022.                             ],
  12023.                             'searchTags' => [
  12024.                                 'type' => '[SearchTag!]',
  12025.                                 'description' => NULL,
  12026.                             ],
  12027.                             'locations' => [
  12028.                                 'type' => '[BoPartnerLocation!]',
  12029.                                 'description' => NULL,
  12030.                             ],
  12031.                             'jobs' => [
  12032.                                 'type' => '[Job!]',
  12033.                                 'description' => NULL,
  12034.                             ],
  12035.                             'communication' => [
  12036.                                 'type' => '[Communication!]',
  12037.                                 'description' => NULL,
  12038.                             ],
  12039.                             'url' => [
  12040.                                 'type' => 'String',
  12041.                                 'description' => NULL,
  12042.                             ],
  12043.                             'contactGallery' => [
  12044.                                 'type' => 'ContactGallery',
  12045.                                 'description' => NULL,
  12046.                             ],
  12047.                             'mediaGallery' => [
  12048.                                 'type' => 'Gallery',
  12049.                                 'description' => NULL,
  12050.                             ],
  12051.                             'documents' => [
  12052.                                 'type' => 'Gallery',
  12053.                                 'description' => NULL,
  12054.                             ],
  12055.                             'boPartnerProfilePicture' => [
  12056.                                 'type' => 'Image',
  12057.                                 'description' => NULL,
  12058.                             ],
  12059.                             'headerPicture' => [
  12060.                                 'type' => 'Image',
  12061.                                 'description' => NULL,
  12062.                             ],
  12063.                             'profileLink' => [
  12064.                                 'type' => 'ProfileLink',
  12065.                                 'description' => NULL,
  12066.                             ],
  12067.                             'offers' => [
  12068.                                 'type' => '[Offer!]',
  12069.                                 'description' => NULL,
  12070.                             ],
  12071.                             'relatedBoPartners' => [
  12072.                                 'type' => '[BoPartnerProfile!]',
  12073.                                 'description' => NULL,
  12074.                             ],
  12075.                             'quizUrl' => [
  12076.                                 'type' => 'String',
  12077.                                 'description' => NULL,
  12078.                             ],
  12079.                             'visits' => [
  12080.                                 'type' => 'Int',
  12081.                                 'description' => NULL,
  12082.                             ],
  12083.                             'providerUrl' => [
  12084.                                 'type' => 'String',
  12085.                                 'description' => NULL,
  12086.                             ],
  12087.                             'logoStyle' => [
  12088.                                 'type' => 'LogoStyle!',
  12089.                                 'description' => NULL,
  12090.                             ],
  12091.                         ],
  12092.                         'interfaces' => [
  12093.                             => 'ProfileInterface',
  12094.                         ],
  12095.                         'name' => 'BoPartnerProfile',
  12096.                         'builders' => [
  12097.                         ],
  12098.                     ],
  12099.                 ],
  12100.                 'JobSector' => [
  12101.                     'type' => 'object',
  12102.                     'class_name' => 'JobSectorType',
  12103.                     'inherits' => [
  12104.                     ],
  12105.                     'decorator' => false,
  12106.                     'config' => [
  12107.                         'description' => NULL,
  12108.                         'fields' => [
  12109.                             'id' => [
  12110.                                 'type' => 'ID!',
  12111.                                 'description' => NULL,
  12112.                             ],
  12113.                             'name' => [
  12114.                                 'type' => 'String!',
  12115.                                 'description' => NULL,
  12116.                             ],
  12117.                             'bicID' => [
  12118.                                 'type' => 'Int',
  12119.                                 'description' => NULL,
  12120.                             ],
  12121.                             'description' => [
  12122.                                 'type' => 'String',
  12123.                                 'description' => NULL,
  12124.                             ],
  12125.                         ],
  12126.                         'interfaces' => [
  12127.                         ],
  12128.                         'name' => 'JobSector',
  12129.                         'builders' => [
  12130.                         ],
  12131.                     ],
  12132.                 ],
  12133.                 'FaqCategory' => [
  12134.                     'type' => 'object',
  12135.                     'class_name' => 'FaqCategoryType',
  12136.                     'inherits' => [
  12137.                     ],
  12138.                     'decorator' => false,
  12139.                     'config' => [
  12140.                         'description' => NULL,
  12141.                         'fields' => [
  12142.                             'categoryName' => [
  12143.                                 'type' => 'String!',
  12144.                                 'description' => NULL,
  12145.                             ],
  12146.                             'position' => [
  12147.                                 'type' => 'Int!',
  12148.                                 'description' => NULL,
  12149.                             ],
  12150.                             'subcategories' => [
  12151.                                 'type' => '[FaqSubCategory!]',
  12152.                                 'description' => NULL,
  12153.                             ],
  12154.                         ],
  12155.                         'interfaces' => [
  12156.                         ],
  12157.                         'name' => 'FaqCategory',
  12158.                         'builders' => [
  12159.                         ],
  12160.                     ],
  12161.                 ],
  12162.                 'Game' => [
  12163.                     'type' => 'object',
  12164.                     'class_name' => 'GameType',
  12165.                     'inherits' => [
  12166.                     ],
  12167.                     'decorator' => false,
  12168.                     'config' => [
  12169.                         'description' => NULL,
  12170.                         'fields' => [
  12171.                             'status' => [
  12172.                                 'type' => 'Status!',
  12173.                                 'description' => NULL,
  12174.                             ],
  12175.                             'id' => [
  12176.                                 'type' => 'ID!',
  12177.                                 'description' => NULL,
  12178.                             ],
  12179.                             'gameType' => [
  12180.                                 'type' => 'GameType',
  12181.                                 'description' => NULL,
  12182.                             ],
  12183.                             'clientID' => [
  12184.                                 'type' => 'String',
  12185.                                 'description' => NULL,
  12186.                             ],
  12187.                             'createdAt' => [
  12188.                                 'type' => 'String',
  12189.                                 'description' => NULL,
  12190.                             ],
  12191.                         ],
  12192.                         'interfaces' => [
  12193.                         ],
  12194.                         'name' => 'Game',
  12195.                         'builders' => [
  12196.                         ],
  12197.                     ],
  12198.                 ],
  12199.                 'SchoolProfile' => [
  12200.                     'type' => 'object',
  12201.                     'class_name' => 'SchoolProfileType',
  12202.                     'inherits' => [
  12203.                     ],
  12204.                     'decorator' => false,
  12205.                     'config' => [
  12206.                         'description' => NULL,
  12207.                         'fields' => [
  12208.                             'id' => [
  12209.                                 'type' => 'ID!',
  12210.                                 'description' => NULL,
  12211.                             ],
  12212.                             'uuid' => [
  12213.                                 'type' => 'String!',
  12214.                                 'description' => NULL,
  12215.                             ],
  12216.                             'name' => [
  12217.                                 'type' => 'String!',
  12218.                                 'description' => NULL,
  12219.                             ],
  12220.                             'description' => [
  12221.                                 'type' => 'String',
  12222.                                 'description' => NULL,
  12223.                             ],
  12224.                             'searchTags' => [
  12225.                                 'type' => '[SearchTag!]',
  12226.                                 'description' => NULL,
  12227.                             ],
  12228.                             'locations' => [
  12229.                                 'type' => '[SchoolLocation!]',
  12230.                                 'description' => NULL,
  12231.                             ],
  12232.                             'jobs' => [
  12233.                                 'type' => '[Job!]',
  12234.                                 'description' => NULL,
  12235.                             ],
  12236.                             'communication' => [
  12237.                                 'type' => '[Communication!]',
  12238.                                 'description' => NULL,
  12239.                             ],
  12240.                             'url' => [
  12241.                                 'type' => 'String',
  12242.                                 'description' => NULL,
  12243.                             ],
  12244.                             'contactGallery' => [
  12245.                                 'type' => 'ContactGallery',
  12246.                                 'description' => NULL,
  12247.                             ],
  12248.                             'mediaGallery' => [
  12249.                                 'type' => 'Gallery',
  12250.                                 'description' => NULL,
  12251.                             ],
  12252.                             'documents' => [
  12253.                                 'type' => 'Gallery',
  12254.                                 'description' => NULL,
  12255.                             ],
  12256.                             'trainingInformation' => [
  12257.                                 'type' => 'String',
  12258.                                 'description' => NULL,
  12259.                             ],
  12260.                             'certificateInformation' => [
  12261.                                 'type' => 'String',
  12262.                                 'description' => NULL,
  12263.                             ],
  12264.                             'schoolProfilePicture' => [
  12265.                                 'type' => 'Image',
  12266.                                 'description' => NULL,
  12267.                             ],
  12268.                             'headerPicture' => [
  12269.                                 'type' => 'Image',
  12270.                                 'description' => NULL,
  12271.                             ],
  12272.                             'profileLink' => [
  12273.                                 'type' => 'ProfileLink',
  12274.                                 'description' => NULL,
  12275.                             ],
  12276.                             'offers' => [
  12277.                                 'type' => '[Offer!]',
  12278.                                 'description' => NULL,
  12279.                             ],
  12280.                             'relatedSchools' => [
  12281.                                 'type' => '[SchoolProfile!]',
  12282.                                 'description' => NULL,
  12283.                             ],
  12284.                             'stories' => [
  12285.                                 'type' => '[Story!]',
  12286.                                 'description' => NULL,
  12287.                             ],
  12288.                             'videoUrl' => [
  12289.                                 'type' => 'String',
  12290.                                 'description' => NULL,
  12291.                             ],
  12292.                             'quizUrl' => [
  12293.                                 'type' => 'String',
  12294.                                 'description' => NULL,
  12295.                             ],
  12296.                             'visits' => [
  12297.                                 'type' => 'Int',
  12298.                                 'description' => NULL,
  12299.                             ],
  12300.                             'providerUrl' => [
  12301.                                 'type' => 'String',
  12302.                                 'description' => NULL,
  12303.                             ],
  12304.                             'logoStyle' => [
  12305.                                 'type' => 'LogoStyle!',
  12306.                                 'description' => NULL,
  12307.                             ],
  12308.                         ],
  12309.                         'interfaces' => [
  12310.                             => 'ProfileInterface',
  12311.                         ],
  12312.                         'name' => 'SchoolProfile',
  12313.                         'builders' => [
  12314.                         ],
  12315.                     ],
  12316.                 ],
  12317.                 'InTeachingIdea' => [
  12318.                     'type' => 'input-object',
  12319.                     'class_name' => 'InTeachingIdeaType',
  12320.                     'inherits' => [
  12321.                     ],
  12322.                     'decorator' => false,
  12323.                     'config' => [
  12324.                         'description' => NULL,
  12325.                         'fields' => [
  12326.                             'teachingIdeaType' => [
  12327.                                 'type' => 'Int!',
  12328.                                 'description' => NULL,
  12329.                             ],
  12330.                             'implementedAt' => [
  12331.                                 'type' => 'String!',
  12332.                                 'description' => NULL,
  12333.                             ],
  12334.                             'difficulties' => [
  12335.                                 'type' => 'String!',
  12336.                                 'description' => NULL,
  12337.                             ],
  12338.                             'worksWell' => [
  12339.                                 'type' => 'String!',
  12340.                                 'description' => NULL,
  12341.                             ],
  12342.                             'note' => [
  12343.                                 'type' => 'String!',
  12344.                                 'description' => NULL,
  12345.                             ],
  12346.                             'rating' => [
  12347.                                 'type' => 'Int!',
  12348.                                 'description' => NULL,
  12349.                             ],
  12350.                         ],
  12351.                         'name' => 'InTeachingIdea',
  12352.                     ],
  12353.                 ],
  12354.                 'InJobMarket' => [
  12355.                     'type' => 'input-object',
  12356.                     'class_name' => 'InJobMarketType',
  12357.                     'inherits' => [
  12358.                     ],
  12359.                     'decorator' => false,
  12360.                     'config' => [
  12361.                         'description' => NULL,
  12362.                         'fields' => [
  12363.                             'submitType' => [
  12364.                                 'type' => 'JobMarketSubmitType!',
  12365.                                 'description' => NULL,
  12366.                             ],
  12367.                             'openDate' => [
  12368.                                 'type' => 'String!',
  12369.                                 'description' => NULL,
  12370.                             ],
  12371.                             'closeDate' => [
  12372.                                 'type' => 'String!',
  12373.                                 'description' => NULL,
  12374.                             ],
  12375.                             'name' => [
  12376.                                 'type' => 'String!',
  12377.                                 'description' => NULL,
  12378.                             ],
  12379.                             'positionType' => [
  12380.                                 'type' => 'JobMarketPositionType!',
  12381.                                 'description' => NULL,
  12382.                             ],
  12383.                             'applyType' => [
  12384.                                 'type' => 'JobMarketApplyType!',
  12385.                                 'description' => NULL,
  12386.                             ],
  12387.                             'applyUntil' => [
  12388.                                 'type' => 'String',
  12389.                                 'description' => NULL,
  12390.                             ],
  12391.                             'description' => [
  12392.                                 'type' => 'String!',
  12393.                                 'description' => NULL,
  12394.                             ],
  12395.                             'requirements' => [
  12396.                                 'type' => 'String!',
  12397.                                 'description' => NULL,
  12398.                             ],
  12399.                             'salary' => [
  12400.                                 'type' => 'String',
  12401.                                 'description' => NULL,
  12402.                             ],
  12403.                             'numberOfPositions' => [
  12404.                                 'type' => 'Int!',
  12405.                                 'description' => NULL,
  12406.                             ],
  12407.                             'startDate' => [
  12408.                                 'type' => 'String',
  12409.                                 'description' => NULL,
  12410.                             ],
  12411.                             'additionalInfo' => [
  12412.                                 'type' => 'String',
  12413.                                 'description' => NULL,
  12414.                             ],
  12415.                             'contactID' => [
  12416.                                 'type' => 'Int!',
  12417.                                 'description' => NULL,
  12418.                             ],
  12419.                             'addressID' => [
  12420.                                 'type' => 'Int!',
  12421.                                 'description' => NULL,
  12422.                             ],
  12423.                             'jobIDs' => [
  12424.                                 'type' => '[Int!]',
  12425.                                 'description' => NULL,
  12426.                             ],
  12427.                             'pdf' => [
  12428.                                 'type' => 'UploadFile',
  12429.                                 'description' => NULL,
  12430.                             ],
  12431.                         ],
  12432.                         'name' => 'InJobMarket',
  12433.                     ],
  12434.                 ],
  12435.                 'InRegisterPerson' => [
  12436.                     'type' => 'input-object',
  12437.                     'class_name' => 'InRegisterPersonType',
  12438.                     'inherits' => [
  12439.                     ],
  12440.                     'decorator' => false,
  12441.                     'config' => [
  12442.                         'description' => NULL,
  12443.                         'fields' => [
  12444.                             'gender' => [
  12445.                                 'type' => 'Int!',
  12446.                                 'description' => NULL,
  12447.                             ],
  12448.                             'firstname' => [
  12449.                                 'type' => 'String!',
  12450.                                 'description' => NULL,
  12451.                             ],
  12452.                             'lastname' => [
  12453.                                 'type' => 'String!',
  12454.                                 'description' => NULL,
  12455.                             ],
  12456.                         ],
  12457.                         'name' => 'InRegisterPerson',
  12458.                     ],
  12459.                 ],
  12460.                 'InLink' => [
  12461.                     'type' => 'input-object',
  12462.                     'class_name' => 'InLinkType',
  12463.                     'inherits' => [
  12464.                     ],
  12465.                     'decorator' => false,
  12466.                     'config' => [
  12467.                         'description' => NULL,
  12468.                         'fields' => [
  12469.                             'linkType' => [
  12470.                                 'type' => 'ProfileLinkType!',
  12471.                                 'description' => NULL,
  12472.                             ],
  12473.                             'url' => [
  12474.                                 'type' => 'String!',
  12475.                                 'description' => NULL,
  12476.                             ],
  12477.                         ],
  12478.                         'name' => 'InLink',
  12479.                     ],
  12480.                 ],
  12481.                 'InRegisterLogin' => [
  12482.                     'type' => 'input-object',
  12483.                     'class_name' => 'InRegisterLoginType',
  12484.                     'inherits' => [
  12485.                     ],
  12486.                     'decorator' => false,
  12487.                     'config' => [
  12488.                         'description' => NULL,
  12489.                         'fields' => [
  12490.                             'email' => [
  12491.                                 'type' => 'String!',
  12492.                                 'description' => NULL,
  12493.                             ],
  12494.                             'password' => [
  12495.                                 'type' => 'String!',
  12496.                                 'description' => NULL,
  12497.                             ],
  12498.                         ],
  12499.                         'name' => 'InRegisterLogin',
  12500.                     ],
  12501.                 ],
  12502.                 'InUser' => [
  12503.                     'type' => 'input-object',
  12504.                     'class_name' => 'InUserType',
  12505.                     'inherits' => [
  12506.                     ],
  12507.                     'decorator' => false,
  12508.                     'config' => [
  12509.                         'description' => NULL,
  12510.                         'fields' => [
  12511.                             'picture' => [
  12512.                                 'type' => 'UploadFile',
  12513.                                 'description' => NULL,
  12514.                             ],
  12515.                             'title' => [
  12516.                                 'type' => '[Int!]',
  12517.                                 'description' => NULL,
  12518.                             ],
  12519.                             'firstname' => [
  12520.                                 'type' => 'String!',
  12521.                                 'description' => NULL,
  12522.                             ],
  12523.                             'lastname' => [
  12524.                                 'type' => 'String!',
  12525.                                 'description' => NULL,
  12526.                             ],
  12527.                             'email' => [
  12528.                                 'type' => 'String!',
  12529.                                 'description' => NULL,
  12530.                             ],
  12531.                             'currentPassword' => [
  12532.                                 'type' => 'String',
  12533.                                 'description' => NULL,
  12534.                             ],
  12535.                             'newPassword' => [
  12536.                                 'type' => 'String',
  12537.                                 'description' => NULL,
  12538.                             ],
  12539.                         ],
  12540.                         'name' => 'InUser',
  12541.                     ],
  12542.                 ],
  12543.                 'InSchoolClass' => [
  12544.                     'type' => 'input-object',
  12545.                     'class_name' => 'InSchoolClassType',
  12546.                     'inherits' => [
  12547.                     ],
  12548.                     'decorator' => false,
  12549.                     'config' => [
  12550.                         'description' => NULL,
  12551.                         'fields' => [
  12552.                             'schoolClassGradeID' => [
  12553.                                 'type' => 'Int!',
  12554.                                 'description' => NULL,
  12555.                             ],
  12556.                             'schoolClassYear' => [
  12557.                                 'type' => 'Int!',
  12558.                                 'description' => NULL,
  12559.                             ],
  12560.                             'classNumber' => [
  12561.                                 'type' => 'String!',
  12562.                                 'description' => NULL,
  12563.                             ],
  12564.                             'classAddition' => [
  12565.                                 'type' => 'String!',
  12566.                                 'description' => NULL,
  12567.                             ],
  12568.                             'numScholars' => [
  12569.                                 'type' => 'Int!',
  12570.                                 'description' => NULL,
  12571.                             ],
  12572.                             'teacherIDs' => [
  12573.                                 'type' => '[Int!]',
  12574.                                 'description' => NULL,
  12575.                             ],
  12576.                         ],
  12577.                         'name' => 'InSchoolClass',
  12578.                     ],
  12579.                 ],
  12580.                 'InRegisterOrganisation' => [
  12581.                     'type' => 'input-object',
  12582.                     'class_name' => 'InRegisterOrganisationType',
  12583.                     'inherits' => [
  12584.                     ],
  12585.                     'decorator' => false,
  12586.                     'config' => [
  12587.                         'description' => NULL,
  12588.                         'fields' => [
  12589.                             'name' => [
  12590.                                 'type' => 'String!',
  12591.                                 'description' => NULL,
  12592.                             ],
  12593.                             'wkoNr' => [
  12594.                                 'type' => 'String',
  12595.                                 'description' => NULL,
  12596.                             ],
  12597.                             'street' => [
  12598.                                 'type' => 'String!',
  12599.                                 'description' => NULL,
  12600.                             ],
  12601.                             'zip' => [
  12602.                                 'type' => 'String!',
  12603.                                 'description' => NULL,
  12604.                             ],
  12605.                             'place' => [
  12606.                                 'type' => 'String!',
  12607.                                 'description' => NULL,
  12608.                             ],
  12609.                         ],
  12610.                         'name' => 'InRegisterOrganisation',
  12611.                     ],
  12612.                 ],
  12613.                 'InQuizQuestion' => [
  12614.                     'type' => 'input-object',
  12615.                     'class_name' => 'InQuizQuestionType',
  12616.                     'inherits' => [
  12617.                     ],
  12618.                     'decorator' => false,
  12619.                     'config' => [
  12620.                         'description' => NULL,
  12621.                         'fields' => [
  12622.                             'questionId' => [
  12623.                                 'type' => 'Int!',
  12624.                                 'description' => NULL,
  12625.                             ],
  12626.                             'questionNumber' => [
  12627.                                 'type' => 'Int!',
  12628.                                 'description' => NULL,
  12629.                             ],
  12630.                             'question' => [
  12631.                                 'type' => 'String!',
  12632.                                 'description' => NULL,
  12633.                             ],
  12634.                             'answerCorrect' => [
  12635.                                 'type' => 'String!',
  12636.                                 'description' => NULL,
  12637.                             ],
  12638.                             'answerWrongOne' => [
  12639.                                 'type' => 'String!',
  12640.                                 'description' => NULL,
  12641.                             ],
  12642.                             'answerWrongTwo' => [
  12643.                                 'type' => 'String!',
  12644.                                 'description' => NULL,
  12645.                             ],
  12646.                             'answerWrongThree' => [
  12647.                                 'type' => 'String!',
  12648.                                 'description' => NULL,
  12649.                             ],
  12650.                         ],
  12651.                         'name' => 'InQuizQuestion',
  12652.                     ],
  12653.                 ],
  12654.                 'InLocation' => [
  12655.                     'type' => 'input-object',
  12656.                     'class_name' => 'InLocationType',
  12657.                     'inherits' => [
  12658.                     ],
  12659.                     'decorator' => false,
  12660.                     'config' => [
  12661.                         'description' => NULL,
  12662.                         'fields' => [
  12663.                             'locationname' => [
  12664.                                 'type' => 'String!',
  12665.                                 'description' => NULL,
  12666.                             ],
  12667.                             'street' => [
  12668.                                 'type' => 'String!',
  12669.                                 'description' => NULL,
  12670.                             ],
  12671.                             'zip' => [
  12672.                                 'type' => 'String!',
  12673.                                 'description' => NULL,
  12674.                             ],
  12675.                             'city' => [
  12676.                                 'type' => 'String!',
  12677.                                 'description' => NULL,
  12678.                             ],
  12679.                             'lat' => [
  12680.                                 'type' => 'String',
  12681.                                 'description' => NULL,
  12682.                             ],
  12683.                             'lon' => [
  12684.                                 'type' => 'String',
  12685.                                 'description' => NULL,
  12686.                             ],
  12687.                         ],
  12688.                         'name' => 'InLocation',
  12689.                     ],
  12690.                 ],
  12691.                 'InOffer' => [
  12692.                     'type' => 'input-object',
  12693.                     'class_name' => 'InOfferType',
  12694.                     'inherits' => [
  12695.                     ],
  12696.                     'decorator' => false,
  12697.                     'config' => [
  12698.                         'description' => NULL,
  12699.                         'fields' => [
  12700.                             'id' => [
  12701.                                 'type' => 'Int!',
  12702.                                 'description' => NULL,
  12703.                             ],
  12704.                             'dateFrom' => [
  12705.                                 'type' => 'String!',
  12706.                                 'description' => NULL,
  12707.                             ],
  12708.                             'dateTo' => [
  12709.                                 'type' => 'String!',
  12710.                                 'description' => NULL,
  12711.                             ],
  12712.                         ],
  12713.                         'name' => 'InOffer',
  12714.                     ],
  12715.                 ],
  12716.                 'InContactPerson' => [
  12717.                     'type' => 'input-object',
  12718.                     'class_name' => 'InContactPersonType',
  12719.                     'inherits' => [
  12720.                     ],
  12721.                     'decorator' => false,
  12722.                     'config' => [
  12723.                         'description' => NULL,
  12724.                         'fields' => [
  12725.                             'imageID' => [
  12726.                                 'type' => 'Int',
  12727.                                 'description' => NULL,
  12728.                             ],
  12729.                             'title' => [
  12730.                                 'type' => '[Int!]',
  12731.                                 'description' => NULL,
  12732.                             ],
  12733.                             'firstname' => [
  12734.                                 'type' => 'String!',
  12735.                                 'description' => NULL,
  12736.                             ],
  12737.                             'lastname' => [
  12738.                                 'type' => 'String!',
  12739.                                 'description' => NULL,
  12740.                             ],
  12741.                             'position' => [
  12742.                                 'type' => 'String',
  12743.                                 'description' => NULL,
  12744.                             ],
  12745.                             'phone' => [
  12746.                                 'type' => 'String!',
  12747.                                 'description' => NULL,
  12748.                             ],
  12749.                             'email' => [
  12750.                                 'type' => 'String!',
  12751.                                 'description' => NULL,
  12752.                             ],
  12753.                         ],
  12754.                         'name' => 'InContactPerson',
  12755.                     ],
  12756.                 ],
  12757.                 'ProviderQuizQuestion' => [
  12758.                     'type' => 'object',
  12759.                     'class_name' => 'ProviderQuizQuestionType',
  12760.                     'inherits' => [
  12761.                     ],
  12762.                     'decorator' => false,
  12763.                     'config' => [
  12764.                         'description' => NULL,
  12765.                         'fields' => [
  12766.                             'id' => [
  12767.                                 'type' => 'Int!',
  12768.                                 'description' => NULL,
  12769.                             ],
  12770.                             'questionNumber' => [
  12771.                                 'type' => 'Int!',
  12772.                                 'description' => NULL,
  12773.                             ],
  12774.                             'question' => [
  12775.                                 'type' => 'String!',
  12776.                                 'description' => NULL,
  12777.                             ],
  12778.                             'correctAnswer' => [
  12779.                                 'type' => 'String!',
  12780.                                 'description' => NULL,
  12781.                             ],
  12782.                             'wrongAnswer1' => [
  12783.                                 'type' => 'String!',
  12784.                                 'description' => NULL,
  12785.                             ],
  12786.                             'wrongAnswer2' => [
  12787.                                 'type' => 'String!',
  12788.                                 'description' => NULL,
  12789.                             ],
  12790.                             'wrongAnswer3' => [
  12791.                                 'type' => 'String!',
  12792.                                 'description' => NULL,
  12793.                             ],
  12794.                         ],
  12795.                         'interfaces' => [
  12796.                         ],
  12797.                         'name' => 'ProviderQuizQuestion',
  12798.                         'builders' => [
  12799.                         ],
  12800.                     ],
  12801.                 ],
  12802.                 'InformationLinkType' => [
  12803.                     'type' => 'object',
  12804.                     'class_name' => 'InformationLinkTypeType',
  12805.                     'inherits' => [
  12806.                     ],
  12807.                     'decorator' => false,
  12808.                     'config' => [
  12809.                         'description' => NULL,
  12810.                         'fields' => [
  12811.                             'id' => [
  12812.                                 'type' => 'ID!',
  12813.                                 'description' => NULL,
  12814.                             ],
  12815.                             'typeName' => [
  12816.                                 'type' => 'String!',
  12817.                                 'description' => NULL,
  12818.                             ],
  12819.                         ],
  12820.                         'interfaces' => [
  12821.                         ],
  12822.                         'name' => 'InformationLinkType',
  12823.                         'builders' => [
  12824.                         ],
  12825.                     ],
  12826.                 ],
  12827.                 'JobSchool' => [
  12828.                     'type' => 'object',
  12829.                     'class_name' => 'JobSchoolType',
  12830.                     'inherits' => [
  12831.                     ],
  12832.                     'decorator' => false,
  12833.                     'config' => [
  12834.                         'description' => NULL,
  12835.                         'fields' => [
  12836.                             'id' => [
  12837.                                 'type' => 'ID!',
  12838.                                 'description' => NULL,
  12839.                             ],
  12840.                             'school' => [
  12841.                                 'type' => 'School!',
  12842.                                 'description' => NULL,
  12843.                             ],
  12844.                         ],
  12845.                         'interfaces' => [
  12846.                         ],
  12847.                         'name' => 'JobSchool',
  12848.                         'builders' => [
  12849.                         ],
  12850.                     ],
  12851.                 ],
  12852.                 'SchoolClassGrade' => [
  12853.                     'type' => 'object',
  12854.                     'class_name' => 'SchoolClassGradeType',
  12855.                     'inherits' => [
  12856.                     ],
  12857.                     'decorator' => false,
  12858.                     'config' => [
  12859.                         'description' => NULL,
  12860.                         'fields' => [
  12861.                             'id' => [
  12862.                                 'type' => 'ID!',
  12863.                                 'description' => NULL,
  12864.                             ],
  12865.                             'name' => [
  12866.                                 'type' => 'String!',
  12867.                                 'description' => NULL,
  12868.                             ],
  12869.                         ],
  12870.                         'interfaces' => [
  12871.                         ],
  12872.                         'name' => 'SchoolClassGrade',
  12873.                         'builders' => [
  12874.                         ],
  12875.                     ],
  12876.                 ],
  12877.                 'GalleryType' => [
  12878.                     'type' => 'enum',
  12879.                     'class_name' => 'GalleryTypeType',
  12880.                     'inherits' => [
  12881.                     ],
  12882.                     'decorator' => false,
  12883.                     'config' => [
  12884.                         'description' => NULL,
  12885.                         'values' => [
  12886.                             'IMAGE' => [
  12887.                                 'description' => NULL,
  12888.                                 'value' => 'IMAGE',
  12889.                             ],
  12890.                             'DOCUMENT' => [
  12891.                                 'description' => NULL,
  12892.                                 'value' => 'DOCUMENT',
  12893.                             ],
  12894.                             'VIDEO' => [
  12895.                                 'description' => NULL,
  12896.                                 'value' => 'VIDEO',
  12897.                             ],
  12898.                         ],
  12899.                         'name' => 'GalleryType',
  12900.                     ],
  12901.                 ],
  12902.                 'JobRedirect' => [
  12903.                     'type' => 'object',
  12904.                     'class_name' => 'JobRedirectType',
  12905.                     'inherits' => [
  12906.                     ],
  12907.                     'decorator' => false,
  12908.                     'config' => [
  12909.                         'description' => NULL,
  12910.                         'fields' => [
  12911.                             'bicID' => [
  12912.                                 'type' => 'Int!',
  12913.                                 'description' => NULL,
  12914.                             ],
  12915.                             'jobName' => [
  12916.                                 'type' => 'String!',
  12917.                                 'description' => NULL,
  12918.                             ],
  12919.                             'redirectType' => [
  12920.                                 'type' => 'JobRedirectType!',
  12921.                                 'description' => NULL,
  12922.                             ],
  12923.                         ],
  12924.                         'interfaces' => [
  12925.                         ],
  12926.                         'name' => 'JobRedirect',
  12927.                         'builders' => [
  12928.                         ],
  12929.                     ],
  12930.                 ],
  12931.                 'ExternalLink' => [
  12932.                     'type' => 'object',
  12933.                     'class_name' => 'ExternalLinkType',
  12934.                     'inherits' => [
  12935.                     ],
  12936.                     'decorator' => false,
  12937.                     'config' => [
  12938.                         'description' => NULL,
  12939.                         'fields' => [
  12940.                             'heading' => [
  12941.                                 'type' => 'String!',
  12942.                                 'description' => NULL,
  12943.                             ],
  12944.                             'subHeading' => [
  12945.                                 'type' => 'String',
  12946.                                 'description' => NULL,
  12947.                             ],
  12948.                             'typeName' => [
  12949.                                 'type' => 'String!',
  12950.                                 'description' => NULL,
  12951.                             ],
  12952.                             'position' => [
  12953.                                 'type' => 'Int',
  12954.                                 'description' => NULL,
  12955.                             ],
  12956.                             'image' => [
  12957.                                 'type' => 'Image',
  12958.                                 'description' => NULL,
  12959.                             ],
  12960.                             'link' => [
  12961.                                 'type' => 'String!',
  12962.                                 'description' => NULL,
  12963.                             ],
  12964.                             'linkTargetType' => [
  12965.                                 'type' => 'LinkTargetType!',
  12966.                                 'description' => NULL,
  12967.                             ],
  12968.                         ],
  12969.                         'interfaces' => [
  12970.                         ],
  12971.                         'name' => 'ExternalLink',
  12972.                         'builders' => [
  12973.                         ],
  12974.                     ],
  12975.                 ],
  12976.                 'ContactGalleryEntry' => [
  12977.                     'type' => 'object',
  12978.                     'class_name' => 'ContactGalleryEntryType',
  12979.                     'inherits' => [
  12980.                     ],
  12981.                     'decorator' => false,
  12982.                     'config' => [
  12983.                         'description' => NULL,
  12984.                         'fields' => [
  12985.                             'id' => [
  12986.                                 'type' => 'ID!',
  12987.                                 'description' => NULL,
  12988.                             ],
  12989.                             'contact' => [
  12990.                                 'type' => 'Contact!',
  12991.                                 'description' => NULL,
  12992.                             ],
  12993.                             'enabled' => [
  12994.                                 'type' => 'Boolean!',
  12995.                                 'description' => NULL,
  12996.                             ],
  12997.                         ],
  12998.                         'interfaces' => [
  12999.                         ],
  13000.                         'name' => 'ContactGalleryEntry',
  13001.                         'builders' => [
  13002.                         ],
  13003.                     ],
  13004.                 ],
  13005.                 'ContactGallery' => [
  13006.                     'type' => 'object',
  13007.                     'class_name' => 'ContactGalleryType',
  13008.                     'inherits' => [
  13009.                     ],
  13010.                     'decorator' => false,
  13011.                     'config' => [
  13012.                         'description' => NULL,
  13013.                         'fields' => [
  13014.                             'status' => [
  13015.                                 'type' => 'Status!',
  13016.                                 'description' => NULL,
  13017.                             ],
  13018.                             'id' => [
  13019.                                 'type' => 'ID!',
  13020.                                 'description' => NULL,
  13021.                             ],
  13022.                             'galleryEntries' => [
  13023.                                 'type' => '[ContactGalleryEntry!]',
  13024.                                 'description' => NULL,
  13025.                             ],
  13026.                         ],
  13027.                         'interfaces' => [
  13028.                         ],
  13029.                         'name' => 'ContactGallery',
  13030.                         'builders' => [
  13031.                         ],
  13032.                     ],
  13033.                 ],
  13034.                 'JobMarketViewType' => [
  13035.                     'type' => 'enum',
  13036.                     'class_name' => 'JobMarketViewTypeType',
  13037.                     'inherits' => [
  13038.                     ],
  13039.                     'decorator' => false,
  13040.                     'config' => [
  13041.                         'description' => NULL,
  13042.                         'values' => [
  13043.                             'DEFAULT' => [
  13044.                                 'description' => NULL,
  13045.                                 'value' => 'DEFAULT',
  13046.                             ],
  13047.                             'PDF' => [
  13048.                                 'description' => NULL,
  13049.                                 'value' => 'PDF',
  13050.                             ],
  13051.                         ],
  13052.                         'name' => 'JobMarketViewType',
  13053.                     ],
  13054.                 ],
  13055.                 'NextStoryPreview' => [
  13056.                     'type' => 'object',
  13057.                     'class_name' => 'NextStoryPreviewType',
  13058.                     'inherits' => [
  13059.                     ],
  13060.                     'decorator' => false,
  13061.                     'config' => [
  13062.                         'description' => NULL,
  13063.                         'fields' => [
  13064.                             'avatar' => [
  13065.                                 'type' => 'Image',
  13066.                                 'description' => NULL,
  13067.                             ],
  13068.                             'title' => [
  13069.                                 'type' => 'String',
  13070.                                 'description' => NULL,
  13071.                             ],
  13072.                             'linkTitle' => [
  13073.                                 'type' => 'String',
  13074.                                 'description' => NULL,
  13075.                             ],
  13076.                             'portrait' => [
  13077.                                 'type' => 'String',
  13078.                                 'description' => NULL,
  13079.                             ],
  13080.                             'storyId' => [
  13081.                                 'type' => 'String',
  13082.                                 'description' => NULL,
  13083.                             ],
  13084.                         ],
  13085.                         'interfaces' => [
  13086.                         ],
  13087.                         'name' => 'NextStoryPreview',
  13088.                         'builders' => [
  13089.                         ],
  13090.                     ],
  13091.                 ],
  13092.                 'JobMarketAdditionalInfo' => [
  13093.                     'type' => 'object',
  13094.                     'class_name' => 'JobMarketAdditionalInfoType',
  13095.                     'inherits' => [
  13096.                     ],
  13097.                     'decorator' => false,
  13098.                     'config' => [
  13099.                         'description' => NULL,
  13100.                         'fields' => [
  13101.                             'from' => [
  13102.                                 'type' => 'String',
  13103.                                 'description' => NULL,
  13104.                             ],
  13105.                             'to' => [
  13106.                                 'type' => 'String',
  13107.                                 'description' => NULL,
  13108.                             ],
  13109.                             'workFrom' => [
  13110.                                 'type' => 'String',
  13111.                                 'description' => NULL,
  13112.                             ],
  13113.                             'workTo' => [
  13114.                                 'type' => 'String',
  13115.                                 'description' => NULL,
  13116.                             ],
  13117.                             'age' => [
  13118.                                 'type' => 'String',
  13119.                                 'description' => NULL,
  13120.                             ],
  13121.                         ],
  13122.                         'interfaces' => [
  13123.                         ],
  13124.                         'name' => 'JobMarketAdditionalInfo',
  13125.                         'builders' => [
  13126.                         ],
  13127.                     ],
  13128.                 ],
  13129.                 'RoundPlayers' => [
  13130.                     'type' => 'object',
  13131.                     'class_name' => 'RoundPlayersType',
  13132.                     'inherits' => [
  13133.                     ],
  13134.                     'decorator' => false,
  13135.                     'config' => [
  13136.                         'description' => NULL,
  13137.                         'fields' => [
  13138.                             'highscore' => [
  13139.                                 'type' => 'Int!',
  13140.                                 'description' => NULL,
  13141.                             ],
  13142.                             'entries' => [
  13143.                                 'type' => '[RoundPlayersEntry!]',
  13144.                                 'description' => NULL,
  13145.                             ],
  13146.                         ],
  13147.                         'interfaces' => [
  13148.                         ],
  13149.                         'name' => 'RoundPlayers',
  13150.                         'builders' => [
  13151.                         ],
  13152.                     ],
  13153.                 ],
  13154.                 'SchoolClassYear' => [
  13155.                     'type' => 'object',
  13156.                     'class_name' => 'SchoolClassYearType',
  13157.                     'inherits' => [
  13158.                     ],
  13159.                     'decorator' => false,
  13160.                     'config' => [
  13161.                         'description' => NULL,
  13162.                         'fields' => [
  13163.                             'id' => [
  13164.                                 'type' => 'ID!',
  13165.                                 'description' => NULL,
  13166.                             ],
  13167.                             'name' => [
  13168.                                 'type' => 'String!',
  13169.                                 'description' => NULL,
  13170.                             ],
  13171.                             'startYear' => [
  13172.                                 'type' => 'String!',
  13173.                                 'description' => NULL,
  13174.                             ],
  13175.                             'endYear' => [
  13176.                                 'type' => 'String!',
  13177.                                 'description' => NULL,
  13178.                             ],
  13179.                         ],
  13180.                         'interfaces' => [
  13181.                         ],
  13182.                         'name' => 'SchoolClassYear',
  13183.                         'builders' => [
  13184.                         ],
  13185.                     ],
  13186.                 ],
  13187.                 'OfferList' => [
  13188.                     'type' => 'object',
  13189.                     'class_name' => 'OfferListType',
  13190.                     'inherits' => [
  13191.                     ],
  13192.                     'decorator' => false,
  13193.                     'config' => [
  13194.                         'description' => NULL,
  13195.                         'fields' => [
  13196.                             'boPartnerTypes' => [
  13197.                                 'type' => '[Offer!]',
  13198.                                 'description' => NULL,
  13199.                             ],
  13200.                             'companyTypes' => [
  13201.                                 'type' => '[Offer!]',
  13202.                                 'description' => NULL,
  13203.                             ],
  13204.                             'schoolTypes' => [
  13205.                                 'type' => '[Offer!]',
  13206.                                 'description' => NULL,
  13207.                             ],
  13208.                         ],
  13209.                         'interfaces' => [
  13210.                         ],
  13211.                         'name' => 'OfferList',
  13212.                         'builders' => [
  13213.                         ],
  13214.                     ],
  13215.                 ],
  13216.                 'SchoolClassGameHistory' => [
  13217.                     'type' => 'object',
  13218.                     'class_name' => 'SchoolClassGameHistoryType',
  13219.                     'inherits' => [
  13220.                     ],
  13221.                     'decorator' => false,
  13222.                     'config' => [
  13223.                         'description' => NULL,
  13224.                         'fields' => [
  13225.                             'status' => [
  13226.                                 'type' => 'Status!',
  13227.                                 'description' => NULL,
  13228.                             ],
  13229.                             'schoolClassID' => [
  13230.                                 'type' => 'Int',
  13231.                                 'description' => NULL,
  13232.                             ],
  13233.                             'points' => [
  13234.                                 'type' => 'Float',
  13235.                                 'description' => NULL,
  13236.                             ],
  13237.                             'playtime' => [
  13238.                                 'type' => 'Int',
  13239.                                 'description' => NULL,
  13240.                             ],
  13241.                             'createdAt' => [
  13242.                                 'type' => 'String',
  13243.                                 'description' => NULL,
  13244.                             ],
  13245.                         ],
  13246.                         'interfaces' => [
  13247.                         ],
  13248.                         'name' => 'SchoolClassGameHistory',
  13249.                         'builders' => [
  13250.                         ],
  13251.                     ],
  13252.                 ],
  13253.                 'Benefit' => [
  13254.                     'type' => 'object',
  13255.                     'class_name' => 'BenefitType',
  13256.                     'inherits' => [
  13257.                     ],
  13258.                     'decorator' => false,
  13259.                     'config' => [
  13260.                         'description' => NULL,
  13261.                         'fields' => [
  13262.                             'id' => [
  13263.                                 'type' => 'ID!',
  13264.                                 'description' => NULL,
  13265.                             ],
  13266.                             'name' => [
  13267.                                 'type' => 'String!',
  13268.                                 'description' => NULL,
  13269.                             ],
  13270.                         ],
  13271.                         'interfaces' => [
  13272.                         ],
  13273.                         'name' => 'Benefit',
  13274.                         'builders' => [
  13275.                         ],
  13276.                     ],
  13277.                 ],
  13278.                 'JobLink' => [
  13279.                     'type' => 'object',
  13280.                     'class_name' => 'JobLinkType',
  13281.                     'inherits' => [
  13282.                     ],
  13283.                     'decorator' => false,
  13284.                     'config' => [
  13285.                         'description' => NULL,
  13286.                         'fields' => [
  13287.                             'id' => [
  13288.                                 'type' => 'ID!',
  13289.                                 'description' => NULL,
  13290.                             ],
  13291.                             'url' => [
  13292.                                 'type' => 'String',
  13293.                                 'description' => NULL,
  13294.                             ],
  13295.                             'title' => [
  13296.                                 'type' => 'String',
  13297.                                 'description' => NULL,
  13298.                             ],
  13299.                             'start' => [
  13300.                                 'type' => 'Int',
  13301.                                 'description' => NULL,
  13302.                             ],
  13303.                             'end' => [
  13304.                                 'type' => 'Int',
  13305.                                 'description' => NULL,
  13306.                             ],
  13307.                             'titleFrontend' => [
  13308.                                 'type' => 'String',
  13309.                                 'description' => NULL,
  13310.                             ],
  13311.                             'titleBackend' => [
  13312.                                 'type' => 'String',
  13313.                                 'description' => NULL,
  13314.                             ],
  13315.                         ],
  13316.                         'interfaces' => [
  13317.                         ],
  13318.                         'name' => 'JobLink',
  13319.                         'builders' => [
  13320.                         ],
  13321.                     ],
  13322.                 ],
  13323.                 'JobRedirectType' => [
  13324.                     'type' => 'enum',
  13325.                     'class_name' => 'JobRedirectTypeType',
  13326.                     'inherits' => [
  13327.                     ],
  13328.                     'decorator' => false,
  13329.                     'config' => [
  13330.                         'description' => NULL,
  13331.                         'values' => [
  13332.                             'ALTERNATIVES' => [
  13333.                                 'description' => NULL,
  13334.                                 'value' => 'ALTERNATIVES',
  13335.                             ],
  13336.                             'CONNECTED' => [
  13337.                                 'description' => NULL,
  13338.                                 'value' => 'CONNECTED',
  13339.                             ],
  13340.                             'DESCRIPTION' => [
  13341.                                 'description' => NULL,
  13342.                                 'value' => 'DESCRIPTION',
  13343.                             ],
  13344.                             'EXPIRED' => [
  13345.                                 'description' => NULL,
  13346.                                 'value' => 'EXPIRED',
  13347.                             ],
  13348.                             'SPECIALIZED' => [
  13349.                                 'description' => NULL,
  13350.                                 'value' => 'SPECIALIZED',
  13351.                             ],
  13352.                             'REDIRECT' => [
  13353.                                 'description' => NULL,
  13354.                                 'value' => 'REDIRECT',
  13355.                             ],
  13356.                         ],
  13357.                         'name' => 'JobRedirectType',
  13358.                     ],
  13359.                 ],
  13360.                 'JobMarketPositionType' => [
  13361.                     'type' => 'enum',
  13362.                     'class_name' => 'JobMarketPositionTypeType',
  13363.                     'inherits' => [
  13364.                     ],
  13365.                     'decorator' => false,
  13366.                     'config' => [
  13367.                         'description' => NULL,
  13368.                         'values' => [
  13369.                             'LEHRSTELLE' => [
  13370.                                 'description' => NULL,
  13371.                                 'value' => 'LEHRSTELLE',
  13372.                             ],
  13373.                             'FERIALJOB' => [
  13374.                                 'description' => NULL,
  13375.                                 'value' => 'FERIALJOB',
  13376.                             ],
  13377.                             'PRAKTIKUM' => [
  13378.                                 'description' => NULL,
  13379.                                 'value' => 'PRAKTIKUM',
  13380.                             ],
  13381.                         ],
  13382.                         'name' => 'JobMarketPositionType',
  13383.                     ],
  13384.                 ],
  13385.                 'Tag' => [
  13386.                     'type' => 'object',
  13387.                     'class_name' => 'TagType',
  13388.                     'inherits' => [
  13389.                     ],
  13390.                     'decorator' => false,
  13391.                     'config' => [
  13392.                         'description' => NULL,
  13393.                         'fields' => [
  13394.                             'tagName' => [
  13395.                                 'type' => 'String!',
  13396.                                 'description' => NULL,
  13397.                             ],
  13398.                         ],
  13399.                         'interfaces' => [
  13400.                         ],
  13401.                         'name' => 'Tag',
  13402.                         'builders' => [
  13403.                         ],
  13404.                     ],
  13405.                 ],
  13406.                 'JobMarketDistricts' => [
  13407.                     'type' => 'object',
  13408.                     'class_name' => 'JobMarketDistrictsType',
  13409.                     'inherits' => [
  13410.                     ],
  13411.                     'decorator' => false,
  13412.                     'config' => [
  13413.                         'description' => NULL,
  13414.                         'fields' => [
  13415.                             'districts' => [
  13416.                                 'type' => '[JobMarketDistrict!]',
  13417.                                 'description' => NULL,
  13418.                             ],
  13419.                             'countDistricts' => [
  13420.                                 'type' => 'Int!',
  13421.                                 'description' => NULL,
  13422.                             ],
  13423.                         ],
  13424.                         'interfaces' => [
  13425.                         ],
  13426.                         'name' => 'JobMarketDistricts',
  13427.                         'builders' => [
  13428.                         ],
  13429.                     ],
  13430.                 ],
  13431.                 'JobMarketState' => [
  13432.                     'type' => 'enum',
  13433.                     'class_name' => 'JobMarketStateType',
  13434.                     'inherits' => [
  13435.                     ],
  13436.                     'decorator' => false,
  13437.                     'config' => [
  13438.                         'description' => NULL,
  13439.                         'values' => [
  13440.                             'ACTIVE' => [
  13441.                                 'description' => NULL,
  13442.                                 'value' => 'ACTIVE',
  13443.                             ],
  13444.                             'INACTIVE' => [
  13445.                                 'description' => NULL,
  13446.                                 'value' => 'INACTIVE',
  13447.                             ],
  13448.                             'DELETED' => [
  13449.                                 'description' => NULL,
  13450.                                 'value' => 'DELETED',
  13451.                             ],
  13452.                             'DRAFT' => [
  13453.                                 'description' => NULL,
  13454.                                 'value' => 'DRAFT',
  13455.                             ],
  13456.                             'NOTSET' => [
  13457.                                 'description' => NULL,
  13458.                                 'value' => 'NOTSET',
  13459.                             ],
  13460.                         ],
  13461.                         'name' => 'JobMarketState',
  13462.                     ],
  13463.                 ],
  13464.                 'JobRequirementType' => [
  13465.                     'type' => 'object',
  13466.                     'class_name' => 'JobRequirementTypeType',
  13467.                     'inherits' => [
  13468.                     ],
  13469.                     'decorator' => false,
  13470.                     'config' => [
  13471.                         'description' => NULL,
  13472.                         'fields' => [
  13473.                             'id' => [
  13474.                                 'type' => 'ID!',
  13475.                                 'description' => NULL,
  13476.                             ],
  13477.                             'bicID' => [
  13478.                                 'type' => 'Int',
  13479.                                 'description' => NULL,
  13480.                             ],
  13481.                             'typeName' => [
  13482.                                 'type' => 'String!',
  13483.                                 'description' => NULL,
  13484.                             ],
  13485.                         ],
  13486.                         'interfaces' => [
  13487.                         ],
  13488.                         'name' => 'JobRequirementType',
  13489.                         'builders' => [
  13490.                         ],
  13491.                     ],
  13492.                 ],
  13493.                 'JobMarketStartType' => [
  13494.                     'type' => 'enum',
  13495.                     'class_name' => 'JobMarketStartTypeType',
  13496.                     'inherits' => [
  13497.                     ],
  13498.                     'decorator' => false,
  13499.                     'config' => [
  13500.                         'description' => NULL,
  13501.                         'values' => [
  13502.                             'ANYTIME' => [
  13503.                                 'description' => NULL,
  13504.                                 'value' => 'ANYTIME',
  13505.                             ],
  13506.                             'CONSENT' => [
  13507.                                 'description' => NULL,
  13508.                                 'value' => 'CONSENT',
  13509.                             ],
  13510.                             'DATE' => [
  13511.                                 'description' => NULL,
  13512.                                 'value' => 'DATE',
  13513.                             ],
  13514.                         ],
  13515.                         'name' => 'JobMarketStartType',
  13516.                     ],
  13517.                 ],
  13518.                 'StatusType' => [
  13519.                     'type' => 'enum',
  13520.                     'class_name' => 'StatusTypeType',
  13521.                     'inherits' => [
  13522.                     ],
  13523.                     'decorator' => false,
  13524.                     'config' => [
  13525.                         'description' => NULL,
  13526.                         'values' => [
  13527.                             'OK' => [
  13528.                                 'description' => NULL,
  13529.                                 'value' => 'OK',
  13530.                             ],
  13531.                             'ERROR' => [
  13532.                                 'description' => NULL,
  13533.                                 'value' => 'ERROR',
  13534.                             ],
  13535.                             'GAMEEND' => [
  13536.                                 'description' => NULL,
  13537.                                 'value' => 'GAMEEND',
  13538.                             ],
  13539.                         ],
  13540.                         'name' => 'StatusType',
  13541.                     ],
  13542.                 ],
  13543.                 'ProfileSimple' => [
  13544.                     'type' => 'object',
  13545.                     'class_name' => 'ProfileSimpleType',
  13546.                     'inherits' => [
  13547.                     ],
  13548.                     'decorator' => false,
  13549.                     'config' => [
  13550.                         'description' => NULL,
  13551.                         'fields' => [
  13552.                             'type' => [
  13553.                                 'type' => 'ProfileType!',
  13554.                                 'description' => NULL,
  13555.                             ],
  13556.                             'id' => [
  13557.                                 'type' => 'Int',
  13558.                                 'description' => NULL,
  13559.                             ],
  13560.                             'uuid' => [
  13561.                                 'type' => 'String',
  13562.                                 'description' => NULL,
  13563.                             ],
  13564.                             'name' => [
  13565.                                 'type' => 'String',
  13566.                                 'description' => NULL,
  13567.                             ],
  13568.                             'profilePicture' => [
  13569.                                 'type' => 'Image',
  13570.                                 'description' => NULL,
  13571.                             ],
  13572.                             'isSelected' => [
  13573.                                 'type' => 'Boolean!',
  13574.                                 'description' => NULL,
  13575.                             ],
  13576.                         ],
  13577.                         'interfaces' => [
  13578.                         ],
  13579.                         'name' => 'ProfileSimple',
  13580.                         'builders' => [
  13581.                         ],
  13582.                     ],
  13583.                 ],
  13584.                 'CompanyBenefit' => [
  13585.                     'type' => 'object',
  13586.                     'class_name' => 'CompanyBenefitType',
  13587.                     'inherits' => [
  13588.                     ],
  13589.                     'decorator' => false,
  13590.                     'config' => [
  13591.                         'description' => NULL,
  13592.                         'fields' => [
  13593.                             'id' => [
  13594.                                 'type' => 'ID!',
  13595.                                 'description' => NULL,
  13596.                             ],
  13597.                             'name' => [
  13598.                                 'type' => 'String!',
  13599.                                 'description' => NULL,
  13600.                             ],
  13601.                         ],
  13602.                         'interfaces' => [
  13603.                         ],
  13604.                         'name' => 'CompanyBenefit',
  13605.                         'builders' => [
  13606.                         ],
  13607.                     ],
  13608.                 ],
  13609.                 'Teacher' => [
  13610.                     'type' => 'object',
  13611.                     'class_name' => 'TeacherType',
  13612.                     'inherits' => [
  13613.                     ],
  13614.                     'decorator' => false,
  13615.                     'config' => [
  13616.                         'description' => NULL,
  13617.                         'fields' => [
  13618.                             'id' => [
  13619.                                 'type' => 'Int',
  13620.                                 'description' => NULL,
  13621.                             ],
  13622.                             'email' => [
  13623.                                 'type' => 'String',
  13624.                                 'description' => NULL,
  13625.                             ],
  13626.                             'firstname' => [
  13627.                                 'type' => 'String',
  13628.                                 'description' => NULL,
  13629.                             ],
  13630.                             'lastname' => [
  13631.                                 'type' => 'String',
  13632.                                 'description' => NULL,
  13633.                             ],
  13634.                         ],
  13635.                         'interfaces' => [
  13636.                         ],
  13637.                         'name' => 'Teacher',
  13638.                         'builders' => [
  13639.                         ],
  13640.                     ],
  13641.                 ],
  13642.                 'SchoolClassRank' => [
  13643.                     'type' => 'object',
  13644.                     'class_name' => 'SchoolClassRankType',
  13645.                     'inherits' => [
  13646.                     ],
  13647.                     'decorator' => false,
  13648.                     'config' => [
  13649.                         'description' => NULL,
  13650.                         'fields' => [
  13651.                             'school' => [
  13652.                                 'type' => 'School!',
  13653.                                 'description' => NULL,
  13654.                             ],
  13655.                             'schoolClass' => [
  13656.                                 'type' => 'SchoolClass!',
  13657.                                 'description' => NULL,
  13658.                             ],
  13659.                             'points' => [
  13660.                                 'type' => 'Int!',
  13661.                                 'description' => NULL,
  13662.                             ],
  13663.                             'playtimeMinutes' => [
  13664.                                 'type' => 'Int!',
  13665.                                 'description' => NULL,
  13666.                             ],
  13667.                         ],
  13668.                         'interfaces' => [
  13669.                         ],
  13670.                         'name' => 'SchoolClassRank',
  13671.                         'builders' => [
  13672.                         ],
  13673.                     ],
  13674.                 ],
  13675.                 'NextStoryCard' => [
  13676.                     'type' => 'object',
  13677.                     'class_name' => 'NextStoryCardType',
  13678.                     'inherits' => [
  13679.                     ],
  13680.                     'decorator' => false,
  13681.                     'config' => [
  13682.                         'description' => NULL,
  13683.                         'fields' => [
  13684.                             'title' => [
  13685.                                 'type' => 'String',
  13686.                                 'description' => NULL,
  13687.                             ],
  13688.                             'description' => [
  13689.                                 'type' => 'String',
  13690.                                 'description' => NULL,
  13691.                             ],
  13692.                             'stories' => [
  13693.                                 'type' => '[NextStoryPreview!]',
  13694.                                 'description' => NULL,
  13695.                             ],
  13696.                         ],
  13697.                         'interfaces' => [
  13698.                         ],
  13699.                         'name' => 'NextStoryCard',
  13700.                         'builders' => [
  13701.                         ],
  13702.                     ],
  13703.                 ],
  13704.                 'ProfileLink' => [
  13705.                     'type' => 'object',
  13706.                     'class_name' => 'ProfileLinkType',
  13707.                     'inherits' => [
  13708.                     ],
  13709.                     'decorator' => false,
  13710.                     'config' => [
  13711.                         'description' => NULL,
  13712.                         'fields' => [
  13713.                             'createdAt' => [
  13714.                                 'type' => 'String!',
  13715.                                 'description' => NULL,
  13716.                             ],
  13717.                             'entries' => [
  13718.                                 'type' => '[ProfileLinkEntry!]',
  13719.                                 'description' => NULL,
  13720.                             ],
  13721.                         ],
  13722.                         'interfaces' => [
  13723.                         ],
  13724.                         'name' => 'ProfileLink',
  13725.                         'builders' => [
  13726.                         ],
  13727.                     ],
  13728.                 ],
  13729.                 'InfoSectionCategory' => [
  13730.                     'type' => 'object',
  13731.                     'class_name' => 'InfoSectionCategoryType',
  13732.                     'inherits' => [
  13733.                     ],
  13734.                     'decorator' => false,
  13735.                     'config' => [
  13736.                         'description' => NULL,
  13737.                         'fields' => [
  13738.                             'id' => [
  13739.                                 'type' => 'ID!',
  13740.                                 'description' => NULL,
  13741.                             ],
  13742.                             'heading' => [
  13743.                                 'type' => 'String!',
  13744.                                 'description' => NULL,
  13745.                             ],
  13746.                             'description' => [
  13747.                                 'type' => 'String',
  13748.                                 'description' => NULL,
  13749.                             ],
  13750.                             'link' => [
  13751.                                 'type' => 'String',
  13752.                                 'description' => NULL,
  13753.                             ],
  13754.                             'type' => [
  13755.                                 'type' => 'InfoSectionType!',
  13756.                                 'description' => NULL,
  13757.                             ],
  13758.                             'image' => [
  13759.                                 'type' => 'Image',
  13760.                                 'description' => NULL,
  13761.                             ],
  13762.                             'position' => [
  13763.                                 'type' => 'Int',
  13764.                                 'description' => NULL,
  13765.                             ],
  13766.                             'urlText' => [
  13767.                                 'type' => 'String',
  13768.                                 'description' => NULL,
  13769.                             ],
  13770.                             'subCategories' => [
  13771.                                 'type' => '[InfoSectionSubCategory!]',
  13772.                                 'description' => NULL,
  13773.                             ],
  13774.                         ],
  13775.                         'interfaces' => [
  13776.                         ],
  13777.                         'name' => 'InfoSectionCategory',
  13778.                         'builders' => [
  13779.                         ],
  13780.                     ],
  13781.                 ],
  13782.                 'JobLinkMappingType' => [
  13783.                     'type' => 'object',
  13784.                     'class_name' => 'JobLinkMappingTypeType',
  13785.                     'inherits' => [
  13786.                     ],
  13787.                     'decorator' => false,
  13788.                     'config' => [
  13789.                         'description' => NULL,
  13790.                         'fields' => [
  13791.                             'id' => [
  13792.                                 'type' => 'ID!',
  13793.                                 'description' => NULL,
  13794.                             ],
  13795.                             'name' => [
  13796.                                 'type' => 'String',
  13797.                                 'description' => NULL,
  13798.                             ],
  13799.                         ],
  13800.                         'interfaces' => [
  13801.                         ],
  13802.                         'name' => 'JobLinkMappingType',
  13803.                         'builders' => [
  13804.                         ],
  13805.                     ],
  13806.                 ],
  13807.                 'JobRequirementCollection' => [
  13808.                     'type' => 'object',
  13809.                     'class_name' => 'JobRequirementCollectionType',
  13810.                     'inherits' => [
  13811.                     ],
  13812.                     'decorator' => false,
  13813.                     'config' => [
  13814.                         'description' => NULL,
  13815.                         'fields' => [
  13816.                             'requirementTypes' => [
  13817.                                 'type' => '[JobRequirementTypeCollection]',
  13818.                                 'description' => NULL,
  13819.                             ],
  13820.                         ],
  13821.                         'interfaces' => [
  13822.                         ],
  13823.                         'name' => 'JobRequirementCollection',
  13824.                         'builders' => [
  13825.                         ],
  13826.                     ],
  13827.                 ],
  13828.                 'InfoSectionType' => [
  13829.                     'type' => 'object',
  13830.                     'class_name' => 'InfoSectionTypeType',
  13831.                     'inherits' => [
  13832.                     ],
  13833.                     'decorator' => false,
  13834.                     'config' => [
  13835.                         'description' => NULL,
  13836.                         'fields' => [
  13837.                             'id' => [
  13838.                                 'type' => 'ID!',
  13839.                                 'description' => NULL,
  13840.                             ],
  13841.                             'name' => [
  13842.                                 'type' => 'String!',
  13843.                                 'description' => NULL,
  13844.                             ],
  13845.                         ],
  13846.                         'interfaces' => [
  13847.                         ],
  13848.                         'name' => 'InfoSectionType',
  13849.                         'builders' => [
  13850.                         ],
  13851.                     ],
  13852.                 ],
  13853.                 'ImageInfo' => [
  13854.                     'type' => 'object',
  13855.                     'class_name' => 'ImageInfoType',
  13856.                     'inherits' => [
  13857.                     ],
  13858.                     'decorator' => false,
  13859.                     'config' => [
  13860.                         'description' => NULL,
  13861.                         'fields' => [
  13862.                             'caption' => [
  13863.                                 'type' => 'String',
  13864.                                 'description' => NULL,
  13865.                             ],
  13866.                             'copyright' => [
  13867.                                 'type' => 'String',
  13868.                                 'description' => NULL,
  13869.                             ],
  13870.                         ],
  13871.                         'interfaces' => [
  13872.                         ],
  13873.                         'name' => 'ImageInfo',
  13874.                         'builders' => [
  13875.                         ],
  13876.                     ],
  13877.                 ],
  13878.                 'StoryCardTheme' => [
  13879.                     'type' => 'enum',
  13880.                     'class_name' => 'StoryCardThemeType',
  13881.                     'inherits' => [
  13882.                     ],
  13883.                     'decorator' => false,
  13884.                     'config' => [
  13885.                         'description' => NULL,
  13886.                         'values' => [
  13887.                             'DEFAULT' => [
  13888.                                 'description' => NULL,
  13889.                                 'value' => 'DEFAULT',
  13890.                             ],
  13891.                             'YELLOW' => [
  13892.                                 'description' => NULL,
  13893.                                 'value' => 'YELLOW',
  13894.                             ],
  13895.                             'RED' => [
  13896.                                 'description' => NULL,
  13897.                                 'value' => 'RED',
  13898.                             ],
  13899.                             'BLUE' => [
  13900.                                 'description' => NULL,
  13901.                                 'value' => 'BLUE',
  13902.                             ],
  13903.                         ],
  13904.                         'name' => 'StoryCardTheme',
  13905.                     ],
  13906.                 ],
  13907.                 'InfoSectionEntry' => [
  13908.                     'type' => 'object',
  13909.                     'class_name' => 'InfoSectionEntryType',
  13910.                     'inherits' => [
  13911.                     ],
  13912.                     'decorator' => false,
  13913.                     'config' => [
  13914.                         'description' => NULL,
  13915.                         'fields' => [
  13916.                             'id' => [
  13917.                                 'type' => 'ID!',
  13918.                                 'description' => NULL,
  13919.                             ],
  13920.                             'heading' => [
  13921.                                 'type' => 'String!',
  13922.                                 'description' => NULL,
  13923.                             ],
  13924.                             'description' => [
  13925.                                 'type' => 'String',
  13926.                                 'description' => NULL,
  13927.                             ],
  13928.                             'url' => [
  13929.                                 'type' => 'String',
  13930.                                 'description' => NULL,
  13931.                             ],
  13932.                             'urlType' => [
  13933.                                 'type' => 'String',
  13934.                                 'description' => NULL,
  13935.                             ],
  13936.                             'image' => [
  13937.                                 'type' => 'Image',
  13938.                                 'description' => NULL,
  13939.                             ],
  13940.                             'position' => [
  13941.                                 'type' => 'Int',
  13942.                                 'description' => NULL,
  13943.                             ],
  13944.                         ],
  13945.                         'interfaces' => [
  13946.                         ],
  13947.                         'name' => 'InfoSectionEntry',
  13948.                         'builders' => [
  13949.                         ],
  13950.                     ],
  13951.                 ],
  13952.                 'LinkTargetType' => [
  13953.                     'type' => 'enum',
  13954.                     'class_name' => 'LinkTargetTypeType',
  13955.                     'inherits' => [
  13956.                     ],
  13957.                     'decorator' => false,
  13958.                     'config' => [
  13959.                         'description' => NULL,
  13960.                         'values' => [
  13961.                             'BLANK' => [
  13962.                                 'description' => NULL,
  13963.                                 'value' => 'BLANK',
  13964.                             ],
  13965.                             'SELF' => [
  13966.                                 'description' => NULL,
  13967.                                 'value' => 'SELF',
  13968.                             ],
  13969.                         ],
  13970.                         'name' => 'LinkTargetType',
  13971.                     ],
  13972.                 ],
  13973.                 'AddressCity' => [
  13974.                     'type' => 'object',
  13975.                     'class_name' => 'AddressCityType',
  13976.                     'inherits' => [
  13977.                     ],
  13978.                     'decorator' => false,
  13979.                     'config' => [
  13980.                         'description' => NULL,
  13981.                         'fields' => [
  13982.                             'id' => [
  13983.                                 'type' => 'ID!',
  13984.                                 'description' => NULL,
  13985.                             ],
  13986.                             'name' => [
  13987.                                 'type' => 'String!',
  13988.                                 'description' => NULL,
  13989.                             ],
  13990.                             'zip' => [
  13991.                                 'type' => 'Int!',
  13992.                                 'description' => NULL,
  13993.                             ],
  13994.                             'addressDistrict' => [
  13995.                                 'type' => 'AddressDistrict',
  13996.                                 'description' => NULL,
  13997.                             ],
  13998.                         ],
  13999.                         'interfaces' => [
  14000.                         ],
  14001.                         'name' => 'AddressCity',
  14002.                         'builders' => [
  14003.                         ],
  14004.                     ],
  14005.                 ],
  14006.                 'JobLinkMappingCategory' => [
  14007.                     'type' => 'object',
  14008.                     'class_name' => 'JobLinkMappingCategoryType',
  14009.                     'inherits' => [
  14010.                     ],
  14011.                     'decorator' => false,
  14012.                     'config' => [
  14013.                         'description' => NULL,
  14014.                         'fields' => [
  14015.                             'id' => [
  14016.                                 'type' => 'ID!',
  14017.                                 'description' => NULL,
  14018.                             ],
  14019.                             'name' => [
  14020.                                 'type' => 'String',
  14021.                                 'description' => NULL,
  14022.                             ],
  14023.                         ],
  14024.                         'interfaces' => [
  14025.                         ],
  14026.                         'name' => 'JobLinkMappingCategory',
  14027.                         'builders' => [
  14028.                         ],
  14029.                     ],
  14030.                 ],
  14031.                 'AddressLatLon' => [
  14032.                     'type' => 'object',
  14033.                     'class_name' => 'AddressLatLonType',
  14034.                     'inherits' => [
  14035.                     ],
  14036.                     'decorator' => false,
  14037.                     'config' => [
  14038.                         'description' => NULL,
  14039.                         'fields' => [
  14040.                             'id' => [
  14041.                                 'type' => 'ID!',
  14042.                                 'description' => NULL,
  14043.                             ],
  14044.                             'lat' => [
  14045.                                 'type' => 'String',
  14046.                                 'description' => NULL,
  14047.                             ],
  14048.                             'lon' => [
  14049.                                 'type' => 'String',
  14050.                                 'description' => NULL,
  14051.                             ],
  14052.                         ],
  14053.                         'interfaces' => [
  14054.                         ],
  14055.                         'name' => 'AddressLatLon',
  14056.                         'builders' => [
  14057.                         ],
  14058.                     ],
  14059.                 ],
  14060.                 'EventTag' => [
  14061.                     'type' => 'object',
  14062.                     'class_name' => 'EventTagType',
  14063.                     'inherits' => [
  14064.                     ],
  14065.                     'decorator' => false,
  14066.                     'config' => [
  14067.                         'description' => NULL,
  14068.                         'fields' => [
  14069.                             'tagName' => [
  14070.                                 'type' => 'String!',
  14071.                                 'description' => NULL,
  14072.                             ],
  14073.                         ],
  14074.                         'interfaces' => [
  14075.                         ],
  14076.                         'name' => 'EventTag',
  14077.                         'builders' => [
  14078.                         ],
  14079.                     ],
  14080.                 ],
  14081.                 'Job' => [
  14082.                     'type' => 'object',
  14083.                     'class_name' => 'JobType',
  14084.                     'inherits' => [
  14085.                     ],
  14086.                     'decorator' => false,
  14087.                     'config' => [
  14088.                         'description' => NULL,
  14089.                         'fields' => [
  14090.                             'id' => [
  14091.                                 'type' => 'ID!',
  14092.                                 'description' => NULL,
  14093.                             ],
  14094.                             'name' => [
  14095.                                 'type' => 'String!',
  14096.                                 'description' => NULL,
  14097.                             ],
  14098.                             'bicID' => [
  14099.                                 'type' => 'Int',
  14100.                                 'description' => NULL,
  14101.                             ],
  14102.                             'image' => [
  14103.                                 'type' => 'Image',
  14104.                                 'description' => NULL,
  14105.                             ],
  14106.                             'description' => [
  14107.                                 'type' => 'String',
  14108.                                 'description' => NULL,
  14109.                             ],
  14110.                             'bicAlternativen' => [
  14111.                                 'type' => 'String',
  14112.                                 'description' => NULL,
  14113.                             ],
  14114.                             'bicAnforderungen' => [
  14115.                                 'type' => 'String',
  14116.                                 'description' => NULL,
  14117.                             ],
  14118.                             'bicAusbildungBerufschule' => [
  14119.                                 'type' => 'String',
  14120.                                 'description' => NULL,
  14121.                             ],
  14122.                             'bicMoeglichkeiten' => [
  14123.                                 'type' => 'String',
  14124.                                 'description' => NULL,
  14125.                             ],
  14126.                             'operationsAndTasks' => [
  14127.                                 'type' => 'String',
  14128.                                 'description' => NULL,
  14129.                             ],
  14130.                             'scholasticDuration' => [
  14131.                                 'type' => 'JobScholasticDuration',
  14132.                                 'description' => NULL,
  14133.                             ],
  14134.                             'showSchoolSubjects' => [
  14135.                                 'type' => 'Boolean',
  14136.                                 'description' => NULL,
  14137.                             ],
  14138.                             'expertTerms' => [
  14139.                                 'type' => '[JobExpertTerm!]',
  14140.                                 'description' => NULL,
  14141.                             ],
  14142.                             'interestFields' => [
  14143.                                 'type' => '[InterestField!]',
  14144.                                 'description' => NULL,
  14145.                             ],
  14146.                             'jobEducationCompanies' => [
  14147.                                 'type' => '[CompanyProfileSimple!]',
  14148.                                 'description' => NULL,
  14149.                             ],
  14150.                             'jobEducationalPaths' => [
  14151.                                 'type' => '[JobEducationalPath!]',
  14152.                                 'description' => NULL,
  14153.                             ],
  14154.                             'insights' => [
  14155.                                 'type' => '[Story!]',
  14156.                                 'description' => NULL,
  14157.                             ],
  14158.                             'jobLinkMappings' => [
  14159.                                 'type' => '[JobLinkMapping]',
  14160.                                 'description' => NULL,
  14161.                             ],
  14162.                             'jobMarketDistricts' => [
  14163.                                 'type' => 'JobMarketDistricts',
  14164.                                 'description' => NULL,
  14165.                             ],
  14166.                             'jobRedirects' => [
  14167.                                 'type' => '[JobRedirect!]',
  14168.                                 'description' => NULL,
  14169.                             ],
  14170.                             'jobSalary' => [
  14171.                                 'type' => 'JobSalary',
  14172.                                 'description' => NULL,
  14173.                             ],
  14174.                             'jobSectors' => [
  14175.                                 'type' => '[JobSector!]',
  14176.                                 'description' => NULL,
  14177.                             ],
  14178.                             'jobSchools' => [
  14179.                                 'type' => '[JobSchool!]',
  14180.                                 'description' => NULL,
  14181.                             ],
  14182.                             'jobWorkFields' => [
  14183.                                 'type' => '[JobWorkField!]',
  14184.                                 'description' => NULL,
  14185.                             ],
  14186.                             'requirementsByType' => [
  14187.                                 'type' => 'JobRequirementCollection',
  14188.                                 'description' => NULL,
  14189.                             ],
  14190.                             'schoolSubjectMappings' => [
  14191.                                 'type' => '[JobSchoolSubjectMapping!]',
  14192.                                 'description' => NULL,
  14193.                             ],
  14194.                             'videoUrl' => [
  14195.                                 'type' => 'String',
  14196.                                 'description' => NULL,
  14197.                             ],
  14198.                             'pdfUrl' => [
  14199.                                 'type' => 'String',
  14200.                                 'description' => NULL,
  14201.                             ],
  14202.                             'searchTags' => [
  14203.                                 'type' => '[String]',
  14204.                                 'description' => NULL,
  14205.                             ],
  14206.                             'visits' => [
  14207.                                 'type' => 'Int',
  14208.                                 'description' => NULL,
  14209.                             ],
  14210.                         ],
  14211.                         'interfaces' => [
  14212.                         ],
  14213.                         'name' => 'Job',
  14214.                         'builders' => [
  14215.                         ],
  14216.                     ],
  14217.                 ],
  14218.                 'PageInfo' => [
  14219.                     'type' => 'object',
  14220.                     'class_name' => 'PageInfoType',
  14221.                     'inherits' => [
  14222.                     ],
  14223.                     'decorator' => false,
  14224.                     'config' => [
  14225.                         'description' => 'Information about pagination in a connection.',
  14226.                         'fields' => [
  14227.                             'hasNextPage' => [
  14228.                                 'type' => 'Boolean!',
  14229.                                 'description' => 'When paginating forwards, are there more items?',
  14230.                             ],
  14231.                             'hasPreviousPage' => [
  14232.                                 'type' => 'Boolean!',
  14233.                                 'description' => 'When paginating backwards, are there more items?',
  14234.                             ],
  14235.                             'startCursor' => [
  14236.                                 'type' => 'String',
  14237.                                 'description' => 'When paginating backwards, the cursor to continue.',
  14238.                             ],
  14239.                             'endCursor' => [
  14240.                                 'type' => 'String',
  14241.                                 'description' => 'When paginating forwards, the cursor to continue.',
  14242.                             ],
  14243.                         ],
  14244.                         'name' => 'PageInfo',
  14245.                         'builders' => [
  14246.                         ],
  14247.                         'interfaces' => [
  14248.                         ],
  14249.                     ],
  14250.                 ],
  14251.             ],
  14252.             'overblog_graphql.batching_method' => 'relay',
  14253.             'overblog_graphql.query_max_depth' => 0,
  14254.             'overblog_graphql.query_max_complexity' => 0,
  14255.             'overblog_graphql.enable_introspection' => true,
  14256.             'overblog_graphql.handle_cors' => false,
  14257.             'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
  14258.             'overblog_graphql.cache_dir' => NULL,
  14259.             'overblog_graphql.cache_dir_permissions' => NULL,
  14260.             'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
  14261.             'overblog_graphql.use_experimental_executor' => false,
  14262.             'overblog_graphql.profiler.query_match' => NULL,
  14263.             'overblog_graphql.use_classloader_listener' => true,
  14264.             'overblog_graphql.resources_dir' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources'),
  14265.             'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
  14266.             'sonata.block.container.types' => [
  14267.                 => 'sonata.block.service.container',
  14268.                 => 'sonata.page.block.container',
  14269.                 => 'sonata.dashboard.block.container',
  14270.                 => 'cmf.block.container',
  14271.                 => 'cmf.block.slideshow',
  14272.             ],
  14273.             'sonata_block.blocks' => [
  14274.                 'block.footer' => [
  14275.                     'contexts' => [
  14276.                     ],
  14277.                     'templates' => [
  14278.                     ],
  14279.                     'cache' => 'sonata.cache.noop',
  14280.                     'settings' => [
  14281.                     ],
  14282.                 ],
  14283.                 'block.frontpage.news' => [
  14284.                     'contexts' => [
  14285.                     ],
  14286.                     'templates' => [
  14287.                     ],
  14288.                     'cache' => 'sonata.cache.noop',
  14289.                     'settings' => [
  14290.                     ],
  14291.                 ],
  14292.                 'block.events.4x1' => [
  14293.                     'contexts' => [
  14294.                     ],
  14295.                     'templates' => [
  14296.                     ],
  14297.                     'cache' => 'sonata.cache.noop',
  14298.                     'settings' => [
  14299.                     ],
  14300.                 ],
  14301.                 'block.random.jobs' => [
  14302.                     'contexts' => [
  14303.                     ],
  14304.                     'templates' => [
  14305.                     ],
  14306.                     'cache' => 'sonata.cache.noop',
  14307.                     'settings' => [
  14308.                     ],
  14309.                 ],
  14310.                 'block.slider' => [
  14311.                     'contexts' => [
  14312.                     ],
  14313.                     'templates' => [
  14314.                     ],
  14315.                     'cache' => 'sonata.cache.noop',
  14316.                     'settings' => [
  14317.                     ],
  14318.                 ],
  14319.                 'block.header.main' => [
  14320.                     'contexts' => [
  14321.                     ],
  14322.                     'templates' => [
  14323.                     ],
  14324.                     'cache' => 'sonata.cache.noop',
  14325.                     'settings' => [
  14326.                     ],
  14327.                 ],
  14328.                 'block.header.child' => [
  14329.                     'contexts' => [
  14330.                     ],
  14331.                     'templates' => [
  14332.                     ],
  14333.                     'cache' => 'sonata.cache.noop',
  14334.                     'settings' => [
  14335.                     ],
  14336.                 ],
  14337.                 'block.heading' => [
  14338.                     'contexts' => [
  14339.                     ],
  14340.                     'templates' => [
  14341.                     ],
  14342.                     'cache' => 'sonata.cache.noop',
  14343.                     'settings' => [
  14344.                     ],
  14345.                 ],
  14346.                 'block.editor' => [
  14347.                     'contexts' => [
  14348.                     ],
  14349.                     'templates' => [
  14350.                     ],
  14351.                     'cache' => 'sonata.cache.noop',
  14352.                     'settings' => [
  14353.                     ],
  14354.                 ],
  14355.                 'sonata.block.service.container' => [
  14356.                     'contexts' => [
  14357.                     ],
  14358.                     'templates' => [
  14359.                     ],
  14360.                     'cache' => 'sonata.cache.noop',
  14361.                     'settings' => [
  14362.                     ],
  14363.                 ],
  14364.                 'sonata.block.service.empty' => [
  14365.                     'contexts' => [
  14366.                     ],
  14367.                     'templates' => [
  14368.                     ],
  14369.                     'cache' => 'sonata.cache.noop',
  14370.                     'settings' => [
  14371.                     ],
  14372.                 ],
  14373.                 'sonata.block.service.text' => [
  14374.                     'contexts' => [
  14375.                     ],
  14376.                     'templates' => [
  14377.                     ],
  14378.                     'cache' => 'sonata.cache.noop',
  14379.                     'settings' => [
  14380.                     ],
  14381.                 ],
  14382.                 'sonata.block.service.rss' => [
  14383.                     'contexts' => [
  14384.                     ],
  14385.                     'templates' => [
  14386.                     ],
  14387.                     'cache' => 'sonata.cache.noop',
  14388.                     'settings' => [
  14389.                     ],
  14390.                 ],
  14391.                 'sonata.block.service.template' => [
  14392.                     'contexts' => [
  14393.                     ],
  14394.                     'templates' => [
  14395.                     ],
  14396.                     'cache' => 'sonata.cache.noop',
  14397.                     'settings' => [
  14398.                     ],
  14399.                 ],
  14400.                 'sonata.block.service.menu' => [
  14401.                     'contexts' => [
  14402.                     ],
  14403.                     'templates' => [
  14404.                     ],
  14405.                     'cache' => 'sonata.cache.noop',
  14406.                     'settings' => [
  14407.                     ],
  14408.                 ],
  14409.                 'sonata.admin.block.admin_list' => [
  14410.                     'contexts' => [
  14411.                     ],
  14412.                     'templates' => [
  14413.                     ],
  14414.                     'cache' => 'sonata.cache.noop',
  14415.                     'settings' => [
  14416.                     ],
  14417.                 ],
  14418.                 'sonata.admin.block.search_result' => [
  14419.                     'contexts' => [
  14420.                     ],
  14421.                     'templates' => [
  14422.                     ],
  14423.                     'cache' => 'sonata.cache.noop',
  14424.                     'settings' => [
  14425.                     ],
  14426.                 ],
  14427.                 'sonata.admin.block.stats' => [
  14428.                     'contexts' => [
  14429.                     ],
  14430.                     'templates' => [
  14431.                     ],
  14432.                     'cache' => 'sonata.cache.noop',
  14433.                     'settings' => [
  14434.                     ],
  14435.                 ],
  14436.                 'sonata.admin.block.admin_preview' => [
  14437.                     'contexts' => [
  14438.                     ],
  14439.                     'templates' => [
  14440.                     ],
  14441.                     'cache' => 'sonata.cache.noop',
  14442.                     'settings' => [
  14443.                     ],
  14444.                 ],
  14445.                 'sonata.seo.block.breadcrumb.homepage' => [
  14446.                     'contexts' => [
  14447.                     ],
  14448.                     'templates' => [
  14449.                     ],
  14450.                     'cache' => 'sonata.cache.noop',
  14451.                     'settings' => [
  14452.                     ],
  14453.                 ],
  14454.             ],
  14455.             'sonata_block.blocks_by_class' => [
  14456.             ],
  14457.             'sonata_blocks.block_types' => [
  14458.                 => 'block.footer',
  14459.                 => 'block.frontpage.news',
  14460.                 => 'block.events.4x1',
  14461.                 => 'block.random.jobs',
  14462.                 => 'block.slider',
  14463.                 => 'block.header.main',
  14464.                 => 'block.header.child',
  14465.                 => 'block.heading',
  14466.                 => 'block.editor',
  14467.                 => 'sonata.block.service.container',
  14468.                 10 => 'sonata.block.service.empty',
  14469.                 11 => 'sonata.block.service.text',
  14470.                 12 => 'sonata.block.service.rss',
  14471.                 13 => 'sonata.block.service.template',
  14472.                 14 => 'sonata.block.service.menu',
  14473.                 15 => 'sonata.admin.block.admin_list',
  14474.                 16 => 'sonata.admin.block.search_result',
  14475.                 17 => 'sonata.admin.block.stats',
  14476.                 18 => 'sonata.admin.block.admin_preview',
  14477.                 19 => 'sonata.seo.block.breadcrumb.homepage',
  14478.             ],
  14479.             'sonata_block.cache_blocks' => [
  14480.                 'by_class' => [
  14481.                 ],
  14482.                 'by_type' => [
  14483.                     'block.footer' => 'sonata.cache.noop',
  14484.                     'block.frontpage.news' => 'sonata.cache.noop',
  14485.                     'block.events.4x1' => 'sonata.cache.noop',
  14486.                     'block.random.jobs' => 'sonata.cache.noop',
  14487.                     'block.slider' => 'sonata.cache.noop',
  14488.                     'block.header.main' => 'sonata.cache.noop',
  14489.                     'block.header.child' => 'sonata.cache.noop',
  14490.                     'block.heading' => 'sonata.cache.noop',
  14491.                     'block.editor' => 'sonata.cache.noop',
  14492.                     'sonata.block.service.container' => 'sonata.cache.noop',
  14493.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  14494.                     'sonata.block.service.text' => 'sonata.cache.noop',
  14495.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  14496.                     'sonata.block.service.template' => 'sonata.cache.noop',
  14497.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  14498.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  14499.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  14500.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  14501.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  14502.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  14503.                 ],
  14504.             ],
  14505.             'sonata_blocks.default_contexts' => [
  14506.             ],
  14507.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  14508.                 'enum' => 'select',
  14509.                 'choice' => 'select',
  14510.                 'boolean' => 'select',
  14511.                 'textarea' => 'textarea',
  14512.                 'html' => 'textarea',
  14513.                 'email' => 'email',
  14514.                 'string' => 'text',
  14515.                 'integer' => 'number',
  14516.                 'float' => 'number',
  14517.                 'currency' => 'number',
  14518.                 'percent' => 'number',
  14519.                 'url' => 'url',
  14520.             ],
  14521.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  14522.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  14523.             'sonata.admin.configuration.templates' => [
  14524.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  14525.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  14526.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  14527.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  14528.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  14529.                 'search' => '@SonataAdmin/Core/search.html.twig',
  14530.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  14531.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  14532.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  14533.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  14534.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  14535.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  14536.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  14537.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  14538.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  14539.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  14540.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  14541.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  14542.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  14543.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  14544.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  14545.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  14546.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  14547.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  14548.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  14549.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  14550.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  14551.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  14552.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  14553.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  14554.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  14555.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  14556.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  14557.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  14558.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  14559.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  14560.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  14561.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  14562.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  14563.                 'form_theme' => [
  14564.                 ],
  14565.                 'filter_theme' => [
  14566.                 ],
  14567.             ],
  14568.             'sonata.admin.configuration.default_admin_services' => [
  14569.                 'model_manager' => NULL,
  14570.                 'data_source' => NULL,
  14571.                 'field_description_factory' => NULL,
  14572.                 'form_contractor' => NULL,
  14573.                 'show_builder' => NULL,
  14574.                 'list_builder' => NULL,
  14575.                 'datagrid_builder' => NULL,
  14576.                 'translator' => NULL,
  14577.                 'configuration_pool' => NULL,
  14578.                 'route_generator' => NULL,
  14579.                 'security_handler' => NULL,
  14580.                 'menu_factory' => NULL,
  14581.                 'route_builder' => NULL,
  14582.                 'label_translator_strategy' => NULL,
  14583.                 'pager_type' => NULL,
  14584.             ],
  14585.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  14586.             'sonata.admin.configuration.dashboard_groups' => [
  14587.             ],
  14588.             'sonata.admin.configuration.dashboard_blocks' => [
  14589.                 => [
  14590.                     'position' => 'left',
  14591.                     'settings' => [
  14592.                     ],
  14593.                     'type' => 'sonata.admin.block.admin_list',
  14594.                     'roles' => [
  14595.                     ],
  14596.                 ],
  14597.             ],
  14598.             'sonata.admin.configuration.sort_admins' => false,
  14599.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  14600.             'sonata.admin.configuration.default_group' => 'default',
  14601.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  14602.             'sonata.admin.configuration.default_translation_domain' => NULL,
  14603.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  14604.             'sonata.admin.configuration.breadcrumbs' => [
  14605.                 'child_admin_route' => 'show',
  14606.             ],
  14607.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  14608.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  14609.             'sonata.admin.configuration.security.information' => [
  14610.             ],
  14611.             'sonata.admin.configuration.security.admin_permissions' => [
  14612.                 => 'CREATE',
  14613.                 => 'LIST',
  14614.                 => 'DELETE',
  14615.                 => 'UNDELETE',
  14616.                 => 'EXPORT',
  14617.                 => 'OPERATOR',
  14618.                 => 'MASTER',
  14619.             ],
  14620.             'sonata.admin.configuration.security.object_permissions' => [
  14621.                 => 'VIEW',
  14622.                 => 'EDIT',
  14623.                 => 'HISTORY',
  14624.                 => 'DELETE',
  14625.                 => 'UNDELETE',
  14626.                 => 'OPERATOR',
  14627.                 => 'MASTER',
  14628.                 => 'OWNER',
  14629.             ],
  14630.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  14631.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  14632.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  14633.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  14634.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  14635.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  14636.             'sonata.admin.extension.map' => [
  14637.             ],
  14638.             'sonata.admin.configuration.filters.persist' => false,
  14639.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  14640.             'sonata.admin.configuration.show.mosaic.button' => true,
  14641.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  14642.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  14643.             'sonata_doctrine_orm_admin.templates' => [
  14644.                 'types' => [
  14645.                     'list' => [
  14646.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  14647.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  14648.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  14649.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  14650.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  14651.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  14652.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  14653.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  14654.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  14655.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  14656.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  14657.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  14658.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  14659.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  14660.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  14661.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  14662.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  14663.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  14664.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  14665.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  14666.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  14667.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  14668.                     ],
  14669.                     'show' => [
  14670.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  14671.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  14672.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  14673.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  14674.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  14675.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  14676.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  14677.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  14678.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14679.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14680.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14681.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  14682.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  14683.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  14684.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  14685.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  14686.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  14687.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  14688.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  14689.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  14690.                     ],
  14691.                 ],
  14692.             ],
  14693.             'sonata.form.form_type' => 'standard',
  14694.             'sonata.seo.config' => [
  14695.                 'title' => 'Berufsreise',
  14696.                 'default' => 'sonata.seo.page.default',
  14697.                 'metas' => [
  14698.                     'name' => [
  14699.                         'keywords' => 'berufsreise, tirol, berufsorientierung, schüler, eltern, lehrer, unternehmen, beruf',
  14700.                         '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.',
  14701.                         'robots' => 'index, follow',
  14702.                         'viewport' => 'width=device-width, initial-scale=1',
  14703.                     ],
  14704.                     'property' => [
  14705.                         'og:site_name' => 'berufsreise.at',
  14706.                         '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!',
  14707.                         'og:title' => 'berufsreise.at',
  14708.                         'og:type' => 'article',
  14709.                         'og:url' => 'https://www.berufsreise.at',
  14710.                         'og:image' => 'https://www.berufsreise.at/static/images/berufsreise-og-image.png',
  14711.                     ],
  14712.                     'http-equiv' => [
  14713.                         'Content-Type' => 'text/html; charset=utf-8',
  14714.                     ],
  14715.                     'charset' => [
  14716.                         'UTF-8' => '',
  14717.                     ],
  14718.                 ],
  14719.                 'head' => [
  14720.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  14721.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  14722.                 ],
  14723.                 'separator' => ' - ',
  14724.                 'title_prefix' => NULL,
  14725.                 'title_suffix' => NULL,
  14726.             ],
  14727.             'event_dispatcher.event_aliases' => [
  14728.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  14729.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  14730.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  14731.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  14732.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  14733.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  14734.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  14735.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  14736.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  14737.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  14738.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  14739.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  14740.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  14741.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  14742.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  14743.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  14744.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  14745.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  14746.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  14747.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  14748.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  14749.             ],
  14750.             'fragment.renderer.hinclude.global_template' => NULL,
  14751.             'fragment.path' => '/_fragment',
  14752.             'kernel.http_method_override' => false,
  14753.             'kernel.trusted_hosts' => [
  14754.             ],
  14755.             'kernel.default_locale' => 'de',
  14756.             'kernel.enabled_locales' => [
  14757.                 => 'de',
  14758.             ],
  14759.             'kernel.error_controller' => 'error_controller',
  14760.             'debug.file_link_format' => NULL,
  14761.             'asset.request_context.base_path' => NULL,
  14762.             'asset.request_context.secure' => NULL,
  14763.             'translator.logging' => false,
  14764.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  14765.             'debug.error_handler.throw_at' => -1,
  14766.             'router.request_context.host' => 'localhost',
  14767.             'router.request_context.scheme' => 'http',
  14768.             'router.request_context.base_url' => '',
  14769.             'router.resource' => 'kernel::loadRoutes',
  14770.             'request_listener.http_port' => 80,
  14771.             'request_listener.https_port' => 443,
  14772.             'session.metadata.storage_key' => '_sf2_meta',
  14773.             'session.storage.options' => [
  14774.                 'cache_limiter' => '0',
  14775.                 'cookie_secure' => 'auto',
  14776.                 'cookie_httponly' => true,
  14777.                 'cookie_samesite' => 'none',
  14778.                 'gc_probability' => 1,
  14779.             ],
  14780.             'session.save_path' => NULL,
  14781.             'session.metadata.update_threshold' => 0,
  14782.             'form.type_extension.csrf.enabled' => true,
  14783.             'form.type_extension.csrf.field_name' => '_token',
  14784.             'validator.translation_domain' => 'validators',
  14785.             'profiler_listener.only_exceptions' => false,
  14786.             'profiler_listener.only_main_requests' => false,
  14787.             'twig.form.resources' => [
  14788.                 => 'form_div_layout.html.twig',
  14789.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  14790.                 => 'bootstrap_3_layout.html.twig',
  14791.                 => '@frontend/form/datepicker.html.twig',
  14792.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  14793.             ],
  14794.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  14795.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  14796.             'web_profiler.debug_toolbar.mode' => 2,
  14797.             'monolog.use_microseconds' => true,
  14798.             'monolog.swift_mailer.handlers' => [
  14799.             ],
  14800.             'monolog.handlers_to_channels' => [
  14801.                 'monolog.handler.console' => [
  14802.                     'type' => 'exclusive',
  14803.                     'elements' => [
  14804.                         => 'event',
  14805.                         => 'doctrine',
  14806.                         => 'console',
  14807.                     ],
  14808.                 ],
  14809.                 'monolog.handler.main' => [
  14810.                     'type' => 'exclusive',
  14811.                     'elements' => [
  14812.                         => 'event',
  14813.                     ],
  14814.                 ],
  14815.             ],
  14816.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  14817.             'security.role_hierarchy.roles' => [
  14818.             ],
  14819.             'security.access.denied_url' => NULL,
  14820.             'security.authentication.manager.erase_credentials' => true,
  14821.             'security.authentication.session_strategy.strategy' => 'migrate',
  14822.             'security.access.always_authenticate_before_granting' => false,
  14823.             'security.authentication.hide_user_not_found' => true,
  14824.             'security.firewalls' => [
  14825.                 => 'dev',
  14826.                 => 'oauth2_api',
  14827.                 => 'admin',
  14828.                 => 'rookie_admin',
  14829.                 => 'shuttle_admin',
  14830.                 => 'rookie_day_admin',
  14831.                 => 'main',
  14832.             ],
  14833.             'overblog_graphql_types.classes_map' => [
  14834.             ],
  14835.             'data_collector.templates' => [
  14836.                 'data_collector.request' => [
  14837.                     => 'request',
  14838.                     => '@WebProfiler/Collector/request.html.twig',
  14839.                 ],
  14840.                 'data_collector.time' => [
  14841.                     => 'time',
  14842.                     => '@WebProfiler/Collector/time.html.twig',
  14843.                 ],
  14844.                 'data_collector.memory' => [
  14845.                     => 'memory',
  14846.                     => '@WebProfiler/Collector/memory.html.twig',
  14847.                 ],
  14848.                 'data_collector.validator' => [
  14849.                     => 'validator',
  14850.                     => '@WebProfiler/Collector/validator.html.twig',
  14851.                 ],
  14852.                 'data_collector.ajax' => [
  14853.                     => 'ajax',
  14854.                     => '@WebProfiler/Collector/ajax.html.twig',
  14855.                 ],
  14856.                 'data_collector.form' => [
  14857.                     => 'form',
  14858.                     => '@WebProfiler/Collector/form.html.twig',
  14859.                 ],
  14860.                 'data_collector.exception' => [
  14861.                     => 'exception',
  14862.                     => '@WebProfiler/Collector/exception.html.twig',
  14863.                 ],
  14864.                 'data_collector.logger' => [
  14865.                     => 'logger',
  14866.                     => '@WebProfiler/Collector/logger.html.twig',
  14867.                 ],
  14868.                 'data_collector.events' => [
  14869.                     => 'events',
  14870.                     => '@WebProfiler/Collector/events.html.twig',
  14871.                 ],
  14872.                 'data_collector.router' => [
  14873.                     => 'router',
  14874.                     => '@WebProfiler/Collector/router.html.twig',
  14875.                 ],
  14876.                 'data_collector.cache' => [
  14877.                     => 'cache',
  14878.                     => '@WebProfiler/Collector/cache.html.twig',
  14879.                 ],
  14880.                 'data_collector.translation' => [
  14881.                     => 'translation',
  14882.                     => '@WebProfiler/Collector/translation.html.twig',
  14883.                 ],
  14884.                 'data_collector.security' => [
  14885.                     => 'security',
  14886.                     => '@Security/Collector/security.html.twig',
  14887.                 ],
  14888.                 'data_collector.twig' => [
  14889.                     => 'twig',
  14890.                     => '@WebProfiler/Collector/twig.html.twig',
  14891.                 ],
  14892.                 'data_collector.doctrine' => [
  14893.                     => 'db',
  14894.                     => '@Doctrine/Collector/db.html.twig',
  14895.                 ],
  14896.                 'data_collector.http_client' => [
  14897.                     => 'http_client',
  14898.                     => '@WebProfiler/Collector/http_client.html.twig',
  14899.                 ],
  14900.                 'doctrine_migrations.migrations_collector' => [
  14901.                     => 'doctrine_migrations',
  14902.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  14903.                 ],
  14904.                 'data_collector.dump' => [
  14905.                     => 'dump',
  14906.                     => '@Debug/Profiler/dump.html.twig',
  14907.                 ],
  14908.                 'fos_elastica.data_collector' => [
  14909.                     => 'elastica',
  14910.                     => '@FOSElastica/Collector/elastica.html.twig',
  14911.                 ],
  14912.                 'data_collector.jms_serializer' => [
  14913.                     => 'jms_serializer',
  14914.                     => '@JMSSerializer/Collector/panel.html.twig',
  14915.                 ],
  14916.                 'Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector' => [
  14917.                     => 'graphql',
  14918.                     => '@OverblogGraphQL/profiler/panel.html.twig',
  14919.                 ],
  14920.                 'sonata.block.data_collector' => [
  14921.                     => 'block',
  14922.                     => '@SonataBlock/Profiler/block.html.twig',
  14923.                 ],
  14924.                 'mailer.data_collector' => [
  14925.                     => 'mailer',
  14926.                     => '@WebProfiler/Collector/mailer.html.twig',
  14927.                 ],
  14928.                 'notifier.data_collector' => [
  14929.                     => 'notifier',
  14930.                     => '@WebProfiler/Collector/notifier.html.twig',
  14931.                 ],
  14932.                 'data_collector.config' => [
  14933.                     => 'config',
  14934.                     => '@WebProfiler/Collector/config.html.twig',
  14935.                 ],
  14936.             ],
  14937.             'console.command.ids' => [
  14938.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand',
  14939.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand',
  14940.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand',
  14941.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand',
  14942.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand',
  14943.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand',
  14944.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand',
  14945.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand',
  14946.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand',
  14947.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand',
  14948.                 10 => 'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand',
  14949.                 11 => 'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand',
  14950.                 12 => 'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand',
  14951.                 13 => 'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand',
  14952.                 14 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand',
  14953.                 15 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand',
  14954.                 16 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand',
  14955.                 17 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand',
  14956.                 18 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand',
  14957.                 19 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand',
  14958.                 20 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand',
  14959.                 21 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand',
  14960.                 22 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand',
  14961.                 23 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand',
  14962.                 24 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand',
  14963.                 25 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand',
  14964.                 26 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand',
  14965.                 27 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand',
  14966.                 28 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand',
  14967.                 29 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand',
  14968.                 30 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand',
  14969.                 31 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand',
  14970.                 32 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand',
  14971.                 33 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand',
  14972.                 34 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand',
  14973.                 35 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand',
  14974.                 36 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizCorrectPointsCommand',
  14975.                 37 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand',
  14976.                 38 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand',
  14977.                 39 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand',
  14978.                 40 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand',
  14979.                 41 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand',
  14980.                 42 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand',
  14981.                 43 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand',
  14982.                 44 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand',
  14983.                 45 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand',
  14984.                 46 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand',
  14985.                 47 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand',
  14986.                 48 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand',
  14987.                 49 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand',
  14988.                 50 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand',
  14989.                 51 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand',
  14990.                 52 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand',
  14991.                 53 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand',
  14992.                 54 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand',
  14993.                 55 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand',
  14994.                 56 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand',
  14995.                 57 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand',
  14996.                 58 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand',
  14997.                 59 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand',
  14998.                 60 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand',
  14999.                 61 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand',
  15000.                 62 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand',
  15001.                 63 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand',
  15002.                 64 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand',
  15003.                 65 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand',
  15004.                 66 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand',
  15005.                 67 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand',
  15006.                 68 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand',
  15007.                 69 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand',
  15008.                 70 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand',
  15009.                 71 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand',
  15010.                 72 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand',
  15011.                 73 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand',
  15012.                 74 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand',
  15013.                 75 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand',
  15014.                 76 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand',
  15015.                 77 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand',
  15016.                 78 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand',
  15017.                 79 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand',
  15018.                 80 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand',
  15019.                 81 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand',
  15020.                 82 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand',
  15021.                 83 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand',
  15022.                 84 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand',
  15023.                 85 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand',
  15024.                 86 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand',
  15025.                 87 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand',
  15026.                 88 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand',
  15027.                 89 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand',
  15028.                 90 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand',
  15029.                 91 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand',
  15030.                 92 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand',
  15031.                 93 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand',
  15032.                 94 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand',
  15033.                 95 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand',
  15034.                 96 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand',
  15035.                 97 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand',
  15036.                 98 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand',
  15037.                 99 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand',
  15038.                 100 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand',
  15039.                 101 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand',
  15040.                 102 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand',
  15041.                 103 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand',
  15042.                 104 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand',
  15043.                 105 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand',
  15044.                 106 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand',
  15045.                 107 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand',
  15046.                 108 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand',
  15047.                 109 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand',
  15048.                 110 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand',
  15049.                 111 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand',
  15050.                 112 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand',
  15051.                 113 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand',
  15052.                 114 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand',
  15053.                 115 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand',
  15054.                 116 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassCodeCommand',
  15055.                 117 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand',
  15056.                 118 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand',
  15057.                 119 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand',
  15058.                 120 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand',
  15059.                 121 => 'console.command.public_alias.sonata.cache.command.flush',
  15060.                 122 => 'console.command.public_alias.sonata.cache.command.flushall',
  15061.                 123 => 'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand',
  15062.                 124 => 'Sonata\\CacheBundle\\Command\\CacheFlushCommand',
  15063.             ],
  15064.         ];
  15065.     }
  15066.     protected function throw($message)
  15067.     {
  15068.         throw new RuntimeException($message);
  15069.     }
  15070. }