var/cache/dev/ContainerGQ4MUWx/App_KernelDevDebugContainer.php line 2404

Open in your IDE?
  1. <?php
  2. namespace ContainerGQ4MUWx;
  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.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  293.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  294.             'Overblog\\GraphQLBundle\\Command\\CompileCommand' => 'getCompileCommandService',
  295.             'Overblog\\GraphQLBundle\\Command\\DebugCommand' => 'getDebugCommandService',
  296.             'Overblog\\GraphQLBundle\\Command\\GraphQLDumpSchemaCommand' => 'getGraphQLDumpSchemaCommandService',
  297.             'Overblog\\GraphQLBundle\\Command\\ValidateCommand' => 'getValidateCommandService',
  298.             'Overblog\\GraphQLBundle\\Controller\\GraphController' => 'getGraphControllerService',
  299.             'Overblog\\GraphQLBundle\\Controller\\ProfilerController' => 'getProfilerController2Service',
  300.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Mutation\\MutationFieldQuery' => 'getMutationFieldQueryService',
  301.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\GlobalIdFieldQuery' => 'getGlobalIdFieldQueryService',
  302.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\NodeFieldQuery' => 'getNodeFieldQueryService',
  303.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\PluralIdentifyingRootFieldQuery' => 'getPluralIdentifyingRootFieldQueryService',
  304.             'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand' => 'getCacheFlushAllCommandService',
  305.             'Sonata\\CacheBundle\\Command\\CacheFlushCommand' => 'getCacheFlushCommandService',
  306.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  307.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  308.             'block.editor' => 'getBlock_EditorService',
  309.             'block.events.4x1' => 'getBlock_Events_4x1Service',
  310.             'block.footer' => 'getBlock_FooterService',
  311.             'block.frontpage.news' => 'getBlock_Frontpage_NewsService',
  312.             'block.header.child' => 'getBlock_Header_ChildService',
  313.             'block.header.main' => 'getBlock_Header_MainService',
  314.             'block.heading' => 'getBlock_HeadingService',
  315.             'block.random.jobs' => 'getBlock_Random_JobsService',
  316.             'block.slider' => 'getBlock_SliderService',
  317.             'cache.app_clearer' => 'getCache_AppClearerService',
  318.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  319.             'cache.system_clearer' => 'getCache_SystemClearerService',
  320.             'cache_warmer' => 'getCacheWarmerService',
  321.             'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand' => 'getAddDemoSchoolClassCommandService',
  322.             'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand' => 'getAddressCityLatLonCommandService',
  323.             'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand' => 'getAddressLatLonCommandService',
  324.             'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand' => 'getAppointmentPointsCommandService',
  325.             'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand' => 'getAssignSchoolClassStatusCommandService',
  326.             'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand' => 'getAssignTeachersToSchoolClassesCommandService',
  327.             'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand' => 'getBoMapCommandService',
  328.             'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand' => 'getCreateTeacherInvitationsCommandService',
  329.             'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand' => 'getDeleteMultipleMappingsCommandService',
  330.             'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand' => 'getDeleteNonexistantMediaCommandService',
  331.             'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand' => 'getEventTagsCommandService',
  332.             'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand' => 'getMailTemplateTestCommandService',
  333.             'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand' => 'getNewsReminderCommandService',
  334.             'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand' => 'getShuttleSchoolsCommandService',
  335.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand' => 'getTestImportBoPartnerProfileCommandService',
  336.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand' => 'getTestImportEventsCommandService',
  337.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand' => 'getTestImportSchoolProfileCommandService',
  338.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand' => 'getBicImportCleanupCommandService',
  339.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand' => 'getBicImportJobEduPathCommandService',
  340.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand' => 'getBicImportJobExpertTermsCommandService',
  341.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand' => 'getBicImportJobLinksCommandService',
  342.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand' => 'getBicImportJobRedirectsCommandService',
  343.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand' => 'getBicImportJobRemoveTextCommandService',
  344.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand' => 'getBicImportJobSectorsCommandService',
  345.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand' => 'getBicImportJobWorkFieldsCommandService',
  346.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand' => 'getBicImportJobsCommandService',
  347.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand' => 'getBicImportRequirementMappingCommandService',
  348.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand' => 'getBicImportRequirementTypesCommandService',
  349.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand' => 'getBicImportRequirementsCommandService',
  350.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand' => 'getBicImportSchoolCommandService',
  351.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand' => 'getBicImportSchoolJobsCommandService',
  352.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand' => 'getBicJobDifferencesCommandService',
  353.             'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand' => 'getProfilesWebsiteCommandService',
  354.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand' => 'getCompanyImportCleanCommandService',
  355.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand' => 'getCompanyImportCommandService',
  356.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand' => 'getCompanyProfileInterestFieldCommandService',
  357.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizCorrectPointsCommand' => 'getGameQuizCorrectPointsCommandService',
  358.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand' => 'getGameQuizQuestionsImportCommandService',
  359.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand' => 'getQuizGameGeneralImportCommandService',
  360.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand' => 'getQuizGameJobImportCommandService',
  361.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand' => 'getQuizGameJobUpdateCommandService',
  362.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand' => 'getSchoolClassGameHistoryCommandService',
  363.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand' => 'getSchoolClassGameTrophyCommandService',
  364.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand' => 'getJobChangeInterestFieldCommandService',
  365.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand' => 'getJobExpiredRedirectsCommandService',
  366.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand' => 'getJobRemoveCommandService',
  367.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand' => 'getJobReplaceRedirectCommandService',
  368.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand' => 'getJobSalaryAmsCommandService',
  369.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand' => 'getJobSalaryImportCommandService',
  370.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand' => 'getJobSalaryUpdateCommandService',
  371.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand' => 'getJobsImportAmsCommandService',
  372.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand' => 'getJobsImportPicturesCommandService',
  373.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand' => 'getJobsInterestFieldCommandService',
  374.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand' => 'getJobsSchoolSubjectCommandService',
  375.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand' => 'getCopyImagesCommandService',
  376.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand' => 'getImportImagesCommandService',
  377.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand' => 'getAppointmentsCommandService',
  378.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand' => 'getBoContactsCommandService',
  379.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand' => 'getBoLocationCommandService',
  380.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand' => 'getBoProfileCommandService',
  381.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand' => 'getBoProfileMappingCommandService',
  382.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand' => 'getBookingCommandService',
  383.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand' => 'getBookingPersonCountCommandService',
  384.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand' => 'getBookingProposalCommandService',
  385.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand' => 'getCompanyLocationCommandService',
  386.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand' => 'getCompanyProfileBenefitCommandService',
  387.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand' => 'getCompanyProfileCertificatesCommandService',
  388.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand' => 'getCompanyProfileCommandService',
  389.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand' => 'getCompanyProfileContactsCommandService',
  390.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand' => 'getCompanyProfileJobMappingCommandService',
  391.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand' => 'getCompanyProfileMappingCommandService',
  392.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand' => 'getCompanyProfileSectorsCommandService',
  393.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand' => 'getCompanyProfileVacancyCommandService',
  394.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand' => 'getEventFeedbackAnswerCommandService',
  395.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand' => 'getEventFeedbackCommandService',
  396.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand' => 'getEventJobMappingCommandService',
  397.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand' => 'getEventsCommandService',
  398.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand' => 'getGalleryOwnerCommandService',
  399.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand' => 'getGameQuizQuestionCommandService',
  400.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand' => 'getJobDailyRoutineCommandService',
  401.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand' => 'getJobDailyRoutineEntryCommandService',
  402.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand' => 'getJobVideoMappingCommandService',
  403.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand' => 'getJobsImagesCommandService',
  404.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand' => 'getMediaCommandService',
  405.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand' => 'getMediaGalleryCommandService',
  406.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand' => 'getMediaGalleryMediaCommandService',
  407.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand' => 'getMediaOwnerCommandService',
  408.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand' => 'getNewsCommandService',
  409.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand' => 'getNewsMessagesCommandService',
  410.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand' => 'getSchoolClassCustomSpecialFieldMappingCommandService',
  411.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand' => 'getSchoolClassTeachersCommandService',
  412.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand' => 'getSchoolClassesCommandService',
  413.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand' => 'getSchoolCommandService',
  414.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand' => 'getSchoolContactsCommandService',
  415.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand' => 'getSchoolCustomSpecialFieldCommandService',
  416.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand' => 'getSchoolCustomSpecialFieldMappingsCommandService',
  417.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand' => 'getSchoolDirectorMappingCommandService',
  418.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand' => 'getSchoolLocationCommandService',
  419.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand' => 'getSchoolProfileBenefitCommandService',
  420.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand' => 'getSchoolProfileCommandService',
  421.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand' => 'getSchoolProfileJobMappingCommandService',
  422.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand' => 'getSchoolTeacherMappingCommandService',
  423.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand' => 'getUserLoginCommandService',
  424.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand' => 'getUserNamesCommandService',
  425.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand' => 'getUserTitlesCommandService',
  426.             'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand' => 'getTransferContactsCommandService',
  427.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand' => 'getDeleteOffersCommandService',
  428.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand' => 'getDeleteOldBookingsCommandService',
  429.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand' => 'getDeleteProvidersCommandService',
  430.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand' => 'getMailConfirmationCommandService',
  431.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand' => 'getMailTemplateTestCommand2Service',
  432.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand' => 'getOfferLimitCommandService',
  433.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand' => 'getProviderAddressImportCommandService',
  434.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand' => 'getProviderImportCommandService',
  435.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand' => 'getSchoolBMFImportCommandService',
  436.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand' => 'getSchoolClassArchiveCommandService',
  437.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassCodeCommand' => 'getSchoolClassCodeCommandService',
  438.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand' => 'getSchoolClassPTSArchiveCommandService',
  439.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand' => 'getSchoolClassUpgradeCommandService',
  440.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand' => 'getSchoolImportCommandService',
  441.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand' => 'getSchoolInterestFieldsCommandService',
  442.             'console.command.public_alias.sonata.cache.command.flush' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushService',
  443.             'console.command.public_alias.sonata.cache.command.flushall' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushallService',
  444.             'console.command_loader' => 'getConsole_CommandLoaderService',
  445.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  446.             'error_controller' => 'getErrorControllerService',
  447.             'jms_serializer' => 'getJmsSerializerService',
  448.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  449.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  450.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  451.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  452.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  453.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  454.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  455.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  456.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  457.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  458.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  459.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  460.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  461.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  462.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  463.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  464.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  465.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  466.             'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService',
  467.             'overblog_graphql.access_resolver' => 'getOverblogGraphql_AccessResolverService',
  468.             'overblog_graphql.arguments_transformer' => 'getOverblogGraphql_ArgumentsTransformerService',
  469.             'overblog_graphql.mutation_resolver' => 'getOverblogGraphql_MutationResolverService',
  470.             'overblog_graphql.query_resolver' => 'getOverblogGraphql_QueryResolverService',
  471.             'overblog_graphql.react.promise_adapter' => 'getOverblogGraphql_React_PromiseAdapterService',
  472.             'overblog_graphql.request_batch_parser' => 'getOverblogGraphql_RequestBatchParserService',
  473.             'overblog_graphql.request_executor' => 'getOverblogGraphql_RequestExecutorService',
  474.             'overblog_graphql.request_parser' => 'getOverblogGraphql_RequestParserService',
  475.             'overblog_graphql.type_resolver' => 'getOverblogGraphql_TypeResolverService',
  476.             'routing.loader' => 'getRouting_LoaderService',
  477.             'services_resetter' => 'getServicesResetterService',
  478.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  479.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  480.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  481.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  482.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  483.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  484.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  485.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  486.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  487.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  488.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  489.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  490.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  491.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  492.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  493.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  494.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  495.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  496.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  497.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  498.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  499.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  500.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  501.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  502.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  503.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  504.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  505.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  506.             'sonata.cache.orm.event_subscriber.default' => 'getSonata_Cache_Orm_EventSubscriber_DefaultService',
  507.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  508.             'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService',
  509.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  510.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  511.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  512.         ];
  513.         $this->aliases = [
  514.             'App\\Kernel' => 'kernel',
  515.             'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
  516.             'database_connection' => 'doctrine.dbal.default_connection',
  517.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  518.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  519.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  520.             'sonata.seo.page' => 'sonata.seo.page.default',
  521.         ];
  522.         $this->privates['service_container'] = function () {
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  529.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  538.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/AddressHelper.php';
  539.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GoogleApiHelper.php';
  540.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/BoPartnerHelper.php';
  541.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CodeGeneratorHelper.php';
  542.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CommunicationHelper.php';
  543.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CompanyHelper.php';
  544.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/EventHelper.php';
  545.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GameHelper.php';
  546.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GamePointsHelper.php';
  547.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/JobHelper.php';
  548.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/JobMarketHelper.php';
  549.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MediaHelper.php';
  550.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/IdGenerator.php';
  551.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/YoutubeGenerator.php';
  552.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/ReferenceGenerator.php';
  553.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MqttHelper.php';
  554.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/RegisterHelper.php';
  555.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SchoolHelper.php';
  556.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchIndexHelper.php';
  557.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchTagHelper.php';
  558.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SecurityHelper.php';
  559.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/TitleHelper.php';
  560.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/UserHelper.php';
  561.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MenuHelper.php';
  562.             include_once \dirname(__DIR__4).'/src/Services/JobService.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  571.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  583.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  602.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  608.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  617.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  618.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  619.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  620.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerTrait.php';
  621.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/AbstractLogger.php';
  622.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  625.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Client.php';
  626.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  627.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Index.php';
  629.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  630.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  632.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  634.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  637.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  639.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  640.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  641.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  642.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  645.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  646.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  648.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  650.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  651.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  652.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  655.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  657.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  658.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  660.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  661.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  662.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  663.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  667.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/DataCollector/GraphQLCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/EventListener/ClassLoaderListener.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  671.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  672.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  673.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  676.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  679.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  683.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  684.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  687.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  690.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  692.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  693.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  697.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  698.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  699.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  701.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  703.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  704.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  705.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  707.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  708.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  709.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  710.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  711.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  712.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  713.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  714.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  715.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/CanonicalizeRuntime.php';
  716.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  779.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  780.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  781.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  782.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  819.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  823.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  825.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  826.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  829.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  830.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  831.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  832.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  833.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  875.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  885.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  887.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  888.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  889.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  890.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  891.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGenerator.php';
  892.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeBuilder.php';
  893.             include_once \dirname(__DIR__4).'/vendor/murtukov/php-code-generator/src/ConverterInterface.php';
  894.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/Converter/ExpressionConverter.php';
  895.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionLanguage.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunction.php';
  897.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction.php';
  898.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Call.php';
  899.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Parameter.php';
  900.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Service.php';
  901.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Arguments.php';
  902.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/IsTypeOf.php';
  903.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Mutation.php';
  904.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Query.php';
  905.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/FromGlobalID.php';
  906.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/GlobalID.php';
  907.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/IdFetcherCallback.php';
  908.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/MutateAndGetPayloadCallback.php';
  909.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/ResolveSingleInputCallback.php';
  910.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Resolver.php';
  911.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/NewObject.php';
  912.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php';
  913.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyPermission.php';
  914.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyRole.php';
  915.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasPermission.php';
  916.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasRole.php';
  917.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAnonymous.php';
  918.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAuthenticated.php';
  919.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsFullyAuthenticated.php';
  920.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsGranted.php';
  921.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsRememberMe.php';
  922.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGeneratorOptions.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  928.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  945.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  947.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  948.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  949.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  950.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  951.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  955.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  956.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  957.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  958.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  959.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  962.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  963.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  964.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  965.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  966.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  967.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  968.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  969.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  970.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  972.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  999.             include_once \dirname(__DIR__4).'/src/Twig/AssetExistsExtension.php';
  1000.             include_once \dirname(__DIR__4).'/src/Twig/DateHelpersExtension.php';
  1001.             include_once \dirname(__DIR__4).'/src/Twig/EventExtension.php';
  1002.             include_once \dirname(__DIR__4).'/src/Twig/FrontendLinkExtensions.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1004.             include_once \dirname(__DIR__4).'/src/Twig/GlobalExtension.php';
  1005.             include_once \dirname(__DIR__4).'/src/Twig/HTMLHelpersExtension.php';
  1006.             include_once \dirname(__DIR__4).'/src/Twig/JsonDecodeExtension.php';
  1007.             include_once \dirname(__DIR__4).'/src/Twig/MathExtension.php';
  1008.             include_once \dirname(__DIR__4).'/src/Twig/MediaExtensions.php';
  1009.             include_once \dirname(__DIR__4).'/src/Twig/VersionExtensions.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1051.         };
  1052.     }
  1053.     public function compile(): void
  1054.     {
  1055.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1056.     }
  1057.     public function isCompiled(): bool
  1058.     {
  1059.         return true;
  1060.     }
  1061.     public function getRemovedIds(): array
  1062.     {
  1063.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1064.     }
  1065.     protected function load($file$lazyLoad true)
  1066.     {
  1067.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1068.             return $class::do($this$lazyLoad);
  1069.         }
  1070.         if ('.' === $file[-4]) {
  1071.             $class substr($class0, -4);
  1072.         } else {
  1073.             $file .= '.php';
  1074.         }
  1075.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1076.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1077.     }
  1078.     protected function createProxy($class\Closure $factory)
  1079.     {
  1080.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1081.         return $factory();
  1082.     }
  1083.     /**
  1084.      * Gets the public '.container.private.filesystem' shared service.
  1085.      *
  1086.      * @return \Symfony\Component\Filesystem\Filesystem
  1087.      */
  1088.     protected function get_Container_Private_FilesystemService()
  1089.     {
  1090.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1091.     }
  1092.     /**
  1093.      * Gets the public '.container.private.profiler' shared service.
  1094.      *
  1095.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1096.      */
  1097.     protected function get_Container_Private_ProfilerService()
  1098.     {
  1099.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1100.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1101.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1102.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1103.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1104.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1105.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1106.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1107.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1108.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1109.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1110.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1111.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1112.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1113.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1114.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1115.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1116.         $d->addInstance('graphql.cache', ($this->privates['.graphql.cache.inner'] ?? $this->get_Graphql_Cache_InnerService()));
  1117.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1118.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1119.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1120.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1121.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1122.         if ($this->has('kernel')) {
  1123.             $f->setKernel($b);
  1124.         }
  1125.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1126.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1127.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1128.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1129.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1130.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1131.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1132.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1133.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1134.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1135.         $instance->add($d);
  1136.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1137.         $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));
  1138.         $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())));
  1139.         $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([])))));
  1140.         $instance->add($e);
  1141.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1142.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1143.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1144.         $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()))));
  1145.         $instance->add(($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector())));
  1146.         $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']));
  1147.         $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()))));
  1148.         $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()))));
  1149.         $instance->add($f);
  1150.         return $instance;
  1151.     }
  1152.     /**
  1153.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1154.      *
  1155.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1156.      */
  1157.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1158.     {
  1159.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1160.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1161.             return $this->services['.container.private.security.authorization_checker'];
  1162.         }
  1163.         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);
  1164.     }
  1165.     /**
  1166.      * Gets the public '.container.private.security.token_storage' shared service.
  1167.      *
  1168.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1169.      */
  1170.     protected function get_Container_Private_Security_TokenStorageService()
  1171.     {
  1172.         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, [
  1173.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1174.         ], [
  1175.             'request_stack' => '?',
  1176.         ]));
  1177.     }
  1178.     /**
  1179.      * Gets the public '.container.private.twig' shared service.
  1180.      *
  1181.      * @return \Twig\Environment
  1182.      */
  1183.     protected function get_Container_Private_TwigService()
  1184.     {
  1185.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1186.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1187.         $a->addPath((\dirname(__DIR__4).'/templates/frontend'), 'frontend');
  1188.         $a->addPath((\dirname(__DIR__4).'/templates/backend'), 'backend');
  1189.         $a->addPath((\dirname(__DIR__4).'/templates/admin'), 'admin');
  1190.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1191.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1192.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1193.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1194.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1195.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1196.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1197.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1198.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1199.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1200.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1201.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1202.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1203.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1204.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), 'OverblogGraphQL');
  1205.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), '!OverblogGraphQL');
  1206.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), 'OverblogGraphiQL');
  1207.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), '!OverblogGraphiQL');
  1208.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1209.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1210.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1211.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1212.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  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/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), 'SonataForm');
  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/seo-bundle/src/Resources/views'), 'SonataSeo');
  1217.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1218.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1219.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1220.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1221.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1222.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1223.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1224.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1225.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1226.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1227.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  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/Form'));
  1230.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1231.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1232.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1233.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1234.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1235.         $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 () {
  1236.             return new \EmptyIterator();
  1237.         }, 0));
  1238.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1239.         $h = ($this->services['router'] ?? $this->getRouterService());
  1240.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1241.         $j = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  1242.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  1243.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  1244.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  1245.         $j->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  1246.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  1247.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1248.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1249.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1250.         $l->setEnvironment('dev');
  1251.         $l->setDebug(true);
  1252.         if ($this->has('.container.private.security.token_storage')) {
  1253.             $l->setTokenStorage($i);
  1254.         }
  1255.         if ($this->has('request_stack')) {
  1256.             $l->setRequestStack($d);
  1257.         }
  1258.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1259.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1260.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1261.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1262.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1263.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1264.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1266.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1267.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1268.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1269.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$h)));
  1270.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1271.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1272.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1273.         $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())));
  1274.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1275.         $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)));
  1276.         $instance->addExtension(new \App\Twig\AssetExistsExtension(\dirname(__DIR__4)));
  1277.         $instance->addExtension(new \App\Twig\DateHelpersExtension());
  1278.         $instance->addExtension(new \App\Twig\EventExtension(($this->privates['App\\BackendBundle\\Helper\\EventHelper'] ?? $this->getEventHelperService())));
  1279.         $instance->addExtension(new \App\Twig\FrontendLinkExtensions($this->getEnv('FRONTEND_DOMAIN')));
  1280.         $instance->addExtension(new \App\Twig\GlobalExtension());
  1281.         $instance->addExtension(new \App\Twig\HTMLHelpersExtension());
  1282.         $instance->addExtension(new \App\Twig\JsonDecodeExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1283.         $instance->addExtension(new \App\Twig\MathExtension());
  1284.         $instance->addExtension(new \App\Twig\MediaExtensions(($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService())));
  1285.         $instance->addExtension(new \App\Twig\VersionExtensions());
  1286.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1287.         $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)))));
  1288.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1289.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($j));
  1290.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
  1291.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  1292.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1293.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1294.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1295.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1296.         $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()))));
  1297.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1298.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1299.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1300.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1301.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1302.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  1303.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1304.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1305.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1306.         $instance->addGlobal('app'$l);
  1307.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1308.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1309.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates''knp_menu.twig.runtime''getKnpMenu_Twig_RuntimeService'true],
  1310.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  1311.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1312.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1313.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1314.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1315.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1316.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1317.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1318.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1319.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1320.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1321.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'false],
  1322.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1323.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1324.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1325.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1326.         ], [
  1327.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1328.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
  1329.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  1330.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1331.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1332.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1333.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1334.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1335.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1336.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1337.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1338.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1339.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1340.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  1341.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1342.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1343.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1344.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1345.         ])));
  1346.         $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']));
  1347.         $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]));
  1348.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1349.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1350.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  1351.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1352.         return $instance;
  1353.     }
  1354.     /**
  1355.      * Gets the public '.container.private.validator' shared service.
  1356.      *
  1357.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1358.      */
  1359.     protected function get_Container_Private_ValidatorService()
  1360.     {
  1361.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1362.         if (isset($this->services['.container.private.validator'])) {
  1363.             return $this->services['.container.private.validator'];
  1364.         }
  1365.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1366.     }
  1367.     /**
  1368.      * Gets the public 'cache.app' shared service.
  1369.      *
  1370.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1371.      */
  1372.     protected function getCache_AppService()
  1373.     {
  1374.         $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))));
  1375.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1376.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1377.     }
  1378.     /**
  1379.      * Gets the public 'cache.system' shared service.
  1380.      *
  1381.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1382.      */
  1383.     protected function getCache_SystemService()
  1384.     {
  1385.         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())));
  1386.     }
  1387.     /**
  1388.      * Gets the public 'cache.validator_expression_language' shared service.
  1389.      *
  1390.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1391.      */
  1392.     protected function getCache_ValidatorExpressionLanguageService()
  1393.     {
  1394.         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())));
  1395.     }
  1396.     /**
  1397.      * Gets the public 'data_collector.dump' shared service.
  1398.      *
  1399.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1400.      */
  1401.     protected function getDataCollector_DumpService()
  1402.     {
  1403.         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()));
  1404.     }
  1405.     /**
  1406.      * Gets the public 'doctrine' shared service.
  1407.      *
  1408.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1409.      */
  1410.     protected function getDoctrineService()
  1411.     {
  1412.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1413.     }
  1414.     /**
  1415.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1416.      *
  1417.      * @return \Doctrine\DBAL\Connection
  1418.      */
  1419.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1420.     {
  1421.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1422.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1423.             return $this->services['doctrine.dbal.default_connection'];
  1424.         }
  1425.         $b = new \Doctrine\DBAL\Configuration();
  1426.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1427.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1428.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1429.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1430.         $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))));
  1431.         $d->setConnectionName('default');
  1432.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1433.         $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')))]));
  1434.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1435.         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, []);
  1436.     }
  1437.     /**
  1438.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1439.      *
  1440.      * @return \Doctrine\ORM\EntityManager
  1441.      */
  1442.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1443.     {
  1444.         if ($lazyLoad) {
  1445.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1446.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1447.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1448.                     $proxy->setProxyInitializer(null);
  1449.                     return true;
  1450.                 });
  1451.             });
  1452.         }
  1453.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1454.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1475.         $a = new \Doctrine\ORM\Configuration();
  1476.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1477.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/AdminBundle/Entity'), => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity')], false)));
  1478.         $b->addDriver(($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService()), 'App\\Entity');
  1479.         $b->addDriver($c'App\\AdminBundle\\Entity');
  1480.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1481.         $b->addDriver(($this->privates['league.oauth2_server.persistence.driver'] ?? ($this->privates['league.oauth2_server.persistence.driver'] = new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true'oauth2_'))), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1482.         $a->setEntityNamespaces(['App' => 'App\\Entity''AdminBundle' => 'App\\AdminBundle\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1483.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1484.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1485.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1486.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1487.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1488.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1489.         ], [
  1490.             'doctrine.ulid_generator' => '?',
  1491.             'doctrine.uuid_generator' => '?',
  1492.         ])));
  1493.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1494.         $a->setProxyNamespace('Proxies');
  1495.         $a->setAutoGenerateProxyClasses(false);
  1496.         $a->setSchemaIgnoreClasses([]);
  1497.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1498.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1499.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1500.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1501.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1502.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1503.         $a->setLazyGhostObjectEnabled(false);
  1504.         $a->setIdentityGenerationPreferences([]);
  1505.         $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, [], [])))));
  1506.         $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()));
  1507.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1508.         return $instance;
  1509.     }
  1510.     /**
  1511.      * Gets the public 'event_dispatcher' shared service.
  1512.      *
  1513.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1514.      */
  1515.     protected function getEventDispatcherService()
  1516.     {
  1517.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1518.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1519.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1520.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1521.         $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())));
  1522.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1523.             return ($this->privates['oauth2.authorization.requst.listener'] ?? $this->load('getOauth2_Authorization_Requst_ListenerService'));
  1524.         }, => 'resolve'], 0);
  1525.         $instance->addListener('console.command', [=> function () {
  1526.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1527.         }, => 'onConsoleCommand'], 0);
  1528.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [=> function () {
  1529.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1530.         }, => 'onPostIndexPopulate'], -9999);
  1531.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1532.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1533.         }, => 'onAuthorizationRequest'], 1024);
  1534.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> function () {
  1535.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1536.         }, => '__invoke'], 0);
  1537.         $instance->addListener('graphql.error_formatting', [=> function () {
  1538.             return ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] ?? ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] = new \Overblog\GraphQLBundle\Validator\Formatter()));
  1539.         }, => 'onErrorFormatting'], 0);
  1540.         $instance->addListener('graphql.executor.context', [=> function () {
  1541.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\RequestFilesListener'] ?? $this->load('getRequestFilesListenerService'));
  1542.         }, => 'onExecutorContextEvent'], 0);
  1543.         $instance->addListener('graphql.type_loaded', [=> function () {
  1544.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\TypeDecoratorListener'] ?? $this->load('getTypeDecoratorListenerService'));
  1545.         }, => 'onTypeLoaded'], 0);
  1546.         $instance->addListener('graphql.error_formatting', [=> function () {
  1547.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] ?? ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] = new \Overblog\GraphQLBundle\EventListener\ValidationErrorsListener()));
  1548.         }, => 'onErrorFormatting'], 0);
  1549.         $instance->addListener('graphql.post_executor', [=> function () {
  1550.             return ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector()));
  1551.         }, => 'onPostExecutor'], 0);
  1552.         $instance->addListener('graphql.post_executor', [=> function () {
  1553.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ErrorHandlerListener'] ?? $this->load('getErrorHandlerListenerService'));
  1554.         }, => 'onPostExecutor'], 0);
  1555.         $instance->addListener('kernel.request', [=> function () {
  1556.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1557.         }, => 'load'], 255);
  1558.         $instance->addListener('console.command', [=> function () {
  1559.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1560.         }, => 'load'], 255);
  1561.         $instance->addListener('kernel.response', [=> function () {
  1562.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  1563.         }, => 'onKernelResponse'], 0);
  1564.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  1565.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  1566.         }, => 'onBlock'], 0);
  1567.         $instance->addListener('kernel.controller', [=> function () {
  1568.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1569.         }, => 'onKernelController'], 0);
  1570.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1571.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1572.         }, => 'checkPassport'], 1024);
  1573.         $instance->addListener('kernel.response', [=> function () {
  1574.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1575.         }, => 'onKernelResponse'], 0);
  1576.         $instance->addListener('kernel.response', [=> function () {
  1577.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1578.         }, => 'onKernelResponse'], 0);
  1579.         $instance->addListener('kernel.response', [=> function () {
  1580.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1581.         }, => 'onKernelResponse'], 0);
  1582.         $instance->addListener('kernel.response', [=> function () {
  1583.             return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  1584.         }, => 'onKernelResponse'], 0);
  1585.         $instance->addListener('kernel.response', [=> function () {
  1586.             return ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
  1587.         }, => 'onKernelResponse'], 0);
  1588.         $instance->addListener('knp_pager.items', [=> function () {
  1589.             return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  1590.         }, => 'items'], 1);
  1591.         $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [=> function () {
  1592.             return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  1593.         }, => 'filterObjects'], 0);
  1594.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1595.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1596.         }, => 'checkPassport'], 256);
  1597.         $instance->addListener('kernel.controller', [=> function () {
  1598.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1599.         }, => 'onKernelController'], 0);
  1600.         $instance->addListener('kernel.controller', [=> function () {
  1601.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1602.         }, => 'onKernelController'], 0);
  1603.         $instance->addListener('kernel.controller', [=> function () {
  1604.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1605.         }, => 'onKernelController'], -128);
  1606.         $instance->addListener('kernel.view', [=> function () {
  1607.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1608.         }, => 'onKernelView'], 0);
  1609.         $instance->addListener('kernel.controller', [=> function () {
  1610.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1611.         }, => 'onKernelController'], 0);
  1612.         $instance->addListener('kernel.response', [=> function () {
  1613.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1614.         }, => 'onKernelResponse'], 0);
  1615.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1616.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1617.         }, => 'onKernelControllerArguments'], 0);
  1618.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1619.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1620.         }, => 'onKernelControllerArguments'], 0);
  1621.         $instance->addListener('kernel.controller', [=> function () {
  1622.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1623.         }, => 'onKernelController'], 0);
  1624.         $instance->addListener('kernel.response', [=> function () {
  1625.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1626.         }, => 'onKernelResponse'], 0);
  1627.         $instance->addListener('kernel.response', [=> function () {
  1628.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1629.         }, => 'onKernelResponse'], -1024);
  1630.         $instance->addListener('kernel.request', [=> function () {
  1631.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1632.         }, => 'setDefaultLocale'], 100);
  1633.         $instance->addListener('kernel.request', [=> function () {
  1634.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1635.         }, => 'onKernelRequest'], 16);
  1636.         $instance->addListener('kernel.finish_request', [=> function () {
  1637.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1638.         }, => 'onKernelFinishRequest'], 0);
  1639.         $instance->addListener('kernel.request', [=> function () {
  1640.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1641.         }, => 'onKernelRequest'], 256);
  1642.         $instance->addListener('kernel.response', [=> function () {
  1643.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1644.         }, => 'onResponse'], -255);
  1645.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1646.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1647.         }, => 'onControllerArguments'], 0);
  1648.         $instance->addListener('kernel.exception', [=> function () {
  1649.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1650.         }, => 'logKernelException'], 0);
  1651.         $instance->addListener('kernel.exception', [=> function () {
  1652.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1653.         }, => 'onKernelException'], -128);
  1654.         $instance->addListener('kernel.response', [=> function () {
  1655.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1656.         }, => 'removeCspHeader'], -128);
  1657.         $instance->addListener('kernel.request', [=> function () {
  1658.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1659.         }, => 'onKernelRequest'], 15);
  1660.         $instance->addListener('kernel.finish_request', [=> function () {
  1661.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1662.         }, => 'onKernelFinishRequest'], -15);
  1663.         $instance->addListener('console.error', [=> function () {
  1664.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1665.         }, => 'onConsoleError'], -128);
  1666.         $instance->addListener('console.terminate', [=> function () {
  1667.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1668.         }, => 'onConsoleTerminate'], -128);
  1669.         $instance->addListener('console.error', [=> function () {
  1670.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1671.         }, => 'onConsoleError'], 0);
  1672.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1673.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1674.         }, => 'onMessage'], -255);
  1675.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1676.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1677.         }, => 'onMessage'], -255);
  1678.         $instance->addListener('kernel.request', [=> function () {
  1679.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1680.         }, => 'configure'], 2048);
  1681.         $instance->addListener('console.command', [=> function () {
  1682.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1683.         }, => 'configure'], 2048);
  1684.         $instance->addListener('kernel.request', [=> function () {
  1685.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1686.         }, => 'onKernelRequest'], 32);
  1687.         $instance->addListener('kernel.finish_request', [=> function () {
  1688.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1689.         }, => 'onKernelFinishRequest'], 0);
  1690.         $instance->addListener('kernel.exception', [=> function () {
  1691.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1692.         }, => 'onKernelException'], -64);
  1693.         $instance->addListener('kernel.response', [=> function () {
  1694.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1695.         }, => 'onKernelResponse'], 0);
  1696.         $instance->addListener('kernel.request', [=> function () {
  1697.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1698.         }, => 'onKernelRequest'], 128);
  1699.         $instance->addListener('kernel.response', [=> function () {
  1700.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1701.         }, => 'onKernelResponse'], -1000);
  1702.         $instance->addListener('kernel.finish_request', [=> function () {
  1703.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1704.         }, => 'onFinishRequest'], 0);
  1705.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1706.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1707.         }, => 'onNotification'], -255);
  1708.         $instance->addListener('kernel.response', [=> function () {
  1709.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1710.         }, => 'onKernelResponse'], -100);
  1711.         $instance->addListener('kernel.exception', [=> function () {
  1712.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1713.         }, => 'onKernelException'], 0);
  1714.         $instance->addListener('kernel.terminate', [=> function () {
  1715.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1716.         }, => 'onKernelTerminate'], -1024);
  1717.         $instance->addListener('kernel.controller', [=> function () {
  1718.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1719.         }, => 'onKernelController'], 0);
  1720.         $instance->addListener('kernel.response', [=> function () {
  1721.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1722.         }, => 'onKernelResponse'], 0);
  1723.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1724.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1725.         }, => 'onMessage'], 0);
  1726.         $instance->addListener('kernel.response', [=> function () {
  1727.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1728.         }, => 'onKernelResponse'], -128);
  1729.         $instance->addListener('console.command', [=> function () {
  1730.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1731.         }, => 'onCommand'], 255);
  1732.         $instance->addListener('console.terminate', [=> function () {
  1733.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1734.         }, => 'onTerminate'], -255);
  1735.         $instance->addListener('console.command', [=> function () {
  1736.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1737.         }, => 'configure'], 1024);
  1738.         $instance->addListener('console.error', [=> function () {
  1739.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1740.         }, => 'onConsoleError'], 0);
  1741.         $instance->addListener('console.terminate', [=> function () {
  1742.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1743.         }, => 'onConsoleTerminate'], 0);
  1744.         $instance->addListener('kernel.response', [=> function () {
  1745.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1746.         }, => 'onKernelResponse'], 0);
  1747.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1748.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1749.         }, => 'checkPassport'], 0);
  1750.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1751.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1752.         }, => 'onLoginSuccess'], 0);
  1753.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1754.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1755.         }, => 'onVoterVote'], 0);
  1756.         $instance->addListener('kernel.request', [=> function () {
  1757.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1758.         }, => 'configureLogoutUrlGenerator'], 8);
  1759.         $instance->addListener('kernel.request', [=> function () {
  1760.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1761.         }, => 'onKernelRequest'], 8);
  1762.         $instance->addListener('kernel.finish_request', [=> function () {
  1763.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1764.         }, => 'onKernelFinishRequest'], 0);
  1765.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1766.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1767.         }, => 'checkPassport'], 512);
  1768.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1769.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1770.         }, => 'onLogout'], 0);
  1771.         return $instance;
  1772.     }
  1773.     /**
  1774.      * Gets the public 'http_kernel' shared service.
  1775.      *
  1776.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1777.      */
  1778.     protected function getHttpKernelService()
  1779.     {
  1780.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1781.         if (isset($this->services['http_kernel'])) {
  1782.             return $this->services['http_kernel'];
  1783.         }
  1784.         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 () {
  1785.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1786.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1787.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1788.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1789.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1790.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  1791.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1792.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1793.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1794.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1795.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1796.     }
  1797.     /**
  1798.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1799.      *
  1800.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1801.      */
  1802.     protected function getLiipImagine_Cache_ManagerService()
  1803.     {
  1804.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1805.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1806.             return $this->services['liip_imagine.cache.manager'];
  1807.         }
  1808.         $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);
  1809.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1810.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1811.         return $instance;
  1812.     }
  1813.     /**
  1814.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1815.      *
  1816.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1817.      */
  1818.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1819.     {
  1820.         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');
  1821.     }
  1822.     /**
  1823.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1824.      *
  1825.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1826.      */
  1827.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1828.     {
  1829.         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()));
  1830.     }
  1831.     /**
  1832.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1833.      *
  1834.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1835.      */
  1836.     protected function getLiipImagine_Cache_SignerService()
  1837.     {
  1838.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1839.     }
  1840.     /**
  1841.      * Gets the public 'markdown.parser' shared service.
  1842.      *
  1843.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  1844.      */
  1845.     protected function getMarkdown_ParserService()
  1846.     {
  1847.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  1848.     }
  1849.     /**
  1850.      * Gets the public 'overblog_graphql.cache_compiler' shared service.
  1851.      *
  1852.      * @return \Overblog\GraphQLBundle\Generator\TypeGenerator
  1853.      */
  1854.     protected function getOverblogGraphql_CacheCompilerService()
  1855.     {
  1856.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1857.         if (isset($this->services['overblog_graphql.cache_compiler'])) {
  1858.             return $this->services['overblog_graphql.cache_compiler'];
  1859.         }
  1860.         $b = new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionLanguage(NULL);
  1861.         $b->addGlobalName('services->get(\'typeResolver\')''typeResolver');
  1862.         $b->addGlobalName('services->get(\'queryResolver\')''queryResolver');
  1863.         $b->addGlobalName('services->get(\'mutationResolver\')''mutationResolver');
  1864.         $b->addGlobalName('services->get(\'argumentFactory\')''argumentFactory');
  1865.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Call());
  1866.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter());
  1867.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service());
  1868.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Arguments());
  1869.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\IsTypeOf());
  1870.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation());
  1871.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query());
  1872.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\FromGlobalID());
  1873.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\GlobalID());
  1874.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\IdFetcherCallback());
  1875.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\MutateAndGetPayloadCallback());
  1876.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\ResolveSingleInputCallback());
  1877.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver());
  1878.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\NewObject());
  1879.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\GetUser());
  1880.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyPermission());
  1881.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyRole());
  1882.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasPermission());
  1883.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasRole());
  1884.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAnonymous());
  1885.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAuthenticated());
  1886.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsFullyAuthenticated());
  1887.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsGranted());
  1888.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsRememberMe());
  1889.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter('param'));
  1890.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service('serv'));
  1891.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation('m'));
  1892.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('q'));
  1893.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('res'));
  1894.         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));
  1895.     }
  1896.     /**
  1897.      * Gets the public 'overblog_graphql.event_listener.classloader_listener' shared service.
  1898.      *
  1899.      * @return \Overblog\GraphQLBundle\EventListener\ClassLoaderListener
  1900.      */
  1901.     protected function getOverblogGraphql_EventListener_ClassloaderListenerService()
  1902.     {
  1903.         $a = ($this->services['overblog_graphql.cache_compiler'] ?? $this->getOverblogGraphql_CacheCompilerService());
  1904.         if (isset($this->services['overblog_graphql.event_listener.classloader_listener'])) {
  1905.             return $this->services['overblog_graphql.event_listener.classloader_listener'];
  1906.         }
  1907.         return $this->services['overblog_graphql.event_listener.classloader_listener'] = new \Overblog\GraphQLBundle\EventListener\ClassLoaderListener($a);
  1908.     }
  1909.     /**
  1910.      * Gets the public 'request_stack' shared service.
  1911.      *
  1912.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1913.      */
  1914.     protected function getRequestStackService()
  1915.     {
  1916.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1917.     }
  1918.     /**
  1919.      * Gets the public 'router' shared service.
  1920.      *
  1921.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1922.      */
  1923.     protected function getRouterService()
  1924.     {
  1925.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1926.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1927.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1928.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1929.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1930.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1931.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1932.         ], [
  1933.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1934.         ]))->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');
  1935.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1936.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1937.         return $instance;
  1938.     }
  1939.     /**
  1940.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1941.      *
  1942.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1943.      */
  1944.     protected function getSonata_Block_ContextManager_DefaultService()
  1945.     {
  1946.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1947.         if (isset($this->services['sonata.block.context_manager.default'])) {
  1948.             return $this->services['sonata.block.context_manager.default'];
  1949.         }
  1950.         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()));
  1951.     }
  1952.     /**
  1953.      * Gets the public 'sonata.block.manager' shared service.
  1954.      *
  1955.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1956.      */
  1957.     protected function getSonata_Block_ManagerService()
  1958.     {
  1959.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1960.             'block.editor' => ['services''block.editor''getBlock_EditorService'true],
  1961.             'block.events.4x1' => ['services''block.events.4x1''getBlock_Events_4x1Service'true],
  1962.             'block.footer' => ['services''block.footer''getBlock_FooterService'true],
  1963.             'block.frontpage.news' => ['services''block.frontpage.news''getBlock_Frontpage_NewsService'true],
  1964.             'block.header.child' => ['services''block.header.child''getBlock_Header_ChildService'true],
  1965.             'block.header.main' => ['services''block.header.main''getBlock_Header_MainService'true],
  1966.             'block.heading' => ['services''block.heading''getBlock_HeadingService'true],
  1967.             'block.random.jobs' => ['services''block.random.jobs''getBlock_Random_JobsService'true],
  1968.             'block.slider' => ['services''block.slider''getBlock_SliderService'true],
  1969.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  1970.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  1971.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  1972.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  1973.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  1974.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  1975.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  1976.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  1977.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  1978.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  1979.             'sonata.seo.block.breadcrumb.homepage' => ['services''sonata.seo.block.breadcrumb.homepage''getSonata_Seo_Block_Breadcrumb_HomepageService'true],
  1980.         ], [
  1981.             'block.editor' => '?',
  1982.             'block.events.4x1' => '?',
  1983.             'block.footer' => '?',
  1984.             'block.frontpage.news' => '?',
  1985.             'block.header.child' => '?',
  1986.             'block.header.main' => '?',
  1987.             'block.heading' => '?',
  1988.             'block.random.jobs' => '?',
  1989.             'block.slider' => '?',
  1990.             'sonata.admin.block.admin_list' => '?',
  1991.             'sonata.admin.block.admin_preview' => '?',
  1992.             'sonata.admin.block.search_result' => '?',
  1993.             'sonata.admin.block.stats' => '?',
  1994.             'sonata.block.service.container' => '?',
  1995.             'sonata.block.service.empty' => '?',
  1996.             'sonata.block.service.menu' => '?',
  1997.             'sonata.block.service.rss' => '?',
  1998.             'sonata.block.service.template' => '?',
  1999.             'sonata.block.service.text' => '?',
  2000.             'sonata.seo.block.breadcrumb.homepage' => '?',
  2001.         ]), $this->parameters['sonata.block.container.types']);
  2002.         $instance->add('block.footer''block.footer', []);
  2003.         $instance->add('block.frontpage.news''block.frontpage.news', []);
  2004.         $instance->add('block.events.4x1''block.events.4x1', []);
  2005.         $instance->add('block.random.jobs''block.random.jobs', []);
  2006.         $instance->add('block.slider''block.slider', []);
  2007.         $instance->add('block.header.main''block.header.main', []);
  2008.         $instance->add('block.header.child''block.header.child', []);
  2009.         $instance->add('block.heading''block.heading', []);
  2010.         $instance->add('block.editor''block.editor', []);
  2011.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  2012.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  2013.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  2014.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  2015.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  2016.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  2017.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  2018.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  2019.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  2020.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  2021.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  2022.         return $instance;
  2023.     }
  2024.     /**
  2025.      * Gets the public 'sonata.block.renderer.default' shared service.
  2026.      *
  2027.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  2028.      */
  2029.     protected function getSonata_Block_Renderer_DefaultService()
  2030.     {
  2031.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2032.         if (isset($this->services['sonata.block.renderer.default'])) {
  2033.             return $this->services['sonata.block.renderer.default'];
  2034.         }
  2035.         $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'], [], []);
  2036.         $b->setDefaultFilter('debug_only');
  2037.         $b->setDefaultRenderer('throw');
  2038.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2039.     }
  2040.     /**
  2041.      * Gets the public 'sonata.seo.page.default' shared service.
  2042.      *
  2043.      * @return \Sonata\SeoBundle\Seo\SeoPage
  2044.      */
  2045.     protected function getSonata_Seo_Page_DefaultService()
  2046.     {
  2047.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  2048.         $instance->setTitle('Berufsreise');
  2049.         $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' => '']]);
  2050.         $instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml''xmlns:og' => 'http://opengraphprotocol.org/schema/']);
  2051.         $instance->setSeparator(' - ');
  2052.         return $instance;
  2053.     }
  2054.     /**
  2055.      * Gets the public 'translator' shared service.
  2056.      *
  2057.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2058.      */
  2059.     protected function getTranslatorService()
  2060.     {
  2061.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2062.     }
  2063.     /**
  2064.      * Gets the public 'var_dumper.cloner' shared service.
  2065.      *
  2066.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2067.      */
  2068.     protected function getVarDumper_ClonerService()
  2069.     {
  2070.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2071.         $instance->setMaxItems(2500);
  2072.         $instance->setMinDepth(1);
  2073.         $instance->setMaxString(-1);
  2074.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2075.         return $instance;
  2076.     }
  2077.     /**
  2078.      * Gets the private '.debug.http_client' shared service.
  2079.      *
  2080.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2081.      */
  2082.     protected function get_Debug_HttpClientService()
  2083.     {
  2084.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2085.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2086.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2087.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2088.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2089.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2090.         $a->setLogger($b);
  2091.         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))));
  2092.     }
  2093.     /**
  2094.      * Gets the private '.graphql.cache.inner' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2097.      */
  2098.     protected function get_Graphql_Cache_InnerService()
  2099.     {
  2100.         $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))));
  2101.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2102.         return $this->privates['.graphql.cache.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2103.     }
  2104.     /**
  2105.      * Gets the private '.service_locator.B5CP1xq' shared service.
  2106.      *
  2107.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2108.      */
  2109.     protected function get_ServiceLocator_B5CP1xqService()
  2110.     {
  2111.         return $this->privates['.service_locator.B5CP1xq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2112.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2113.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2114.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2115.             'security.firewall.map.context.oauth2_api' => ['privates''security.firewall.map.context.oauth2_api''getSecurity_Firewall_Map_Context_Oauth2ApiService'true],
  2116.             'security.firewall.map.context.rookie_admin' => ['privates''security.firewall.map.context.rookie_admin''getSecurity_Firewall_Map_Context_RookieAdminService'true],
  2117.             'security.firewall.map.context.rookie_day_admin' => ['privates''security.firewall.map.context.rookie_day_admin''getSecurity_Firewall_Map_Context_RookieDayAdminService'true],
  2118.             'security.firewall.map.context.shuttle_admin' => ['privates''security.firewall.map.context.shuttle_admin''getSecurity_Firewall_Map_Context_ShuttleAdminService'true],
  2119.         ], [
  2120.             'security.firewall.map.context.admin' => '?',
  2121.             'security.firewall.map.context.dev' => '?',
  2122.             'security.firewall.map.context.main' => '?',
  2123.             'security.firewall.map.context.oauth2_api' => '?',
  2124.             'security.firewall.map.context.rookie_admin' => '?',
  2125.             'security.firewall.map.context.rookie_day_admin' => '?',
  2126.             'security.firewall.map.context.shuttle_admin' => '?',
  2127.         ]);
  2128.     }
  2129.     /**
  2130.      * Gets the private 'App\BackendBundle\Helper\AddressHelper' shared autowired service.
  2131.      *
  2132.      * @return \App\BackendBundle\Helper\AddressHelper
  2133.      */
  2134.     protected function getAddressHelperService()
  2135.     {
  2136.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2137.         if (isset($this->privates['App\\BackendBundle\\Helper\\AddressHelper'])) {
  2138.             return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'];
  2139.         }
  2140.         return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'] = new \App\BackendBundle\Helper\AddressHelper($a, new \App\BackendBundle\Helper\GoogleApiHelper($a$this->getEnv('GOOGLE_API_KEY')));
  2141.     }
  2142.     /**
  2143.      * Gets the private 'App\BackendBundle\Helper\BoPartnerHelper' shared autowired service.
  2144.      *
  2145.      * @return \App\BackendBundle\Helper\BoPartnerHelper
  2146.      */
  2147.     protected function getBoPartnerHelperService()
  2148.     {
  2149.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2150.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2151.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2152.         }
  2153.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2154.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2155.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2156.         }
  2157.         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()));
  2158.     }
  2159.     /**
  2160.      * Gets the private 'App\BackendBundle\Helper\CommunicationHelper' shared autowired service.
  2161.      *
  2162.      * @return \App\BackendBundle\Helper\CommunicationHelper
  2163.      */
  2164.     protected function getCommunicationHelperService()
  2165.     {
  2166.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2167.         if (isset($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'])) {
  2168.             return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'];
  2169.         }
  2170.         return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] = new \App\BackendBundle\Helper\CommunicationHelper($a);
  2171.     }
  2172.     /**
  2173.      * Gets the private 'App\BackendBundle\Helper\CompanyHelper' shared autowired service.
  2174.      *
  2175.      * @return \App\BackendBundle\Helper\CompanyHelper
  2176.      */
  2177.     protected function getCompanyHelperService()
  2178.     {
  2179.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2180.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2181.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2182.         }
  2183.         $b = ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService());
  2184.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2185.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2186.         }
  2187.         $c = ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService());
  2188.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2189.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2190.         }
  2191.         $d = ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService());
  2192.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2193.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2194.         }
  2195.         $e = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2196.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2197.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2198.         }
  2199.         $f = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2200.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2201.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2202.         }
  2203.         $g = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2204.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2205.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2206.         }
  2207.         $h = ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService());
  2208.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2209.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2210.         }
  2211.         $i = ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService());
  2212.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2213.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2214.         }
  2215.         $j = ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService());
  2216.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2217.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2218.         }
  2219.         $k = ($this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'] ?? $this->getJobMarketHelperService());
  2220.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2221.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2222.         }
  2223.         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);
  2224.     }
  2225.     /**
  2226.      * Gets the private 'App\BackendBundle\Helper\EventHelper' shared autowired service.
  2227.      *
  2228.      * @return \App\BackendBundle\Helper\EventHelper
  2229.      */
  2230.     protected function getEventHelperService()
  2231.     {
  2232.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2233.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2234.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2235.         }
  2236.         $b = ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService());
  2237.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2238.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2239.         }
  2240.         $c = ($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'] ?? $this->getCompanyHelperService());
  2241.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2242.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2243.         }
  2244.         $d = ($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'] ?? $this->getBoPartnerHelperService());
  2245.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2246.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2247.         }
  2248.         $e = ($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'] ?? $this->getSchoolHelperService());
  2249.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2250.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2251.         }
  2252.         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()));
  2253.     }
  2254.     /**
  2255.      * Gets the private 'App\BackendBundle\Helper\GameHelper' shared autowired service.
  2256.      *
  2257.      * @return \App\BackendBundle\Helper\GameHelper
  2258.      */
  2259.     protected function getGameHelperService()
  2260.     {
  2261.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2262.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2263.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2264.         }
  2265.         $b = ($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] ?? $this->getGamePointsHelperService());
  2266.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2267.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2268.         }
  2269.         return $this->privates['App\\BackendBundle\\Helper\\GameHelper'] = new \App\BackendBundle\Helper\GameHelper($a$b);
  2270.     }
  2271.     /**
  2272.      * Gets the private 'App\BackendBundle\Helper\GamePointsHelper' shared autowired service.
  2273.      *
  2274.      * @return \App\BackendBundle\Helper\GamePointsHelper
  2275.      */
  2276.     protected function getGamePointsHelperService()
  2277.     {
  2278.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2279.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2280.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2281.         }
  2282.         $b = ($this->privates['App\\BackendBundle\\Helper\\MqttHelper'] ?? $this->getMqttHelperService());
  2283.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2284.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2285.         }
  2286.         return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] = new \App\BackendBundle\Helper\GamePointsHelper($a$b);
  2287.     }
  2288.     /**
  2289.      * Gets the private 'App\BackendBundle\Helper\JobHelper' shared autowired service.
  2290.      *
  2291.      * @return \App\BackendBundle\Helper\JobHelper
  2292.      */
  2293.     protected function getJobHelperService()
  2294.     {
  2295.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2296.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2297.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2298.         }
  2299.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2300.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2301.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2302.         }
  2303.         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())));
  2304.     }
  2305.     /**
  2306.      * Gets the private 'App\BackendBundle\Helper\JobMarketHelper' shared autowired service.
  2307.      *
  2308.      * @return \App\BackendBundle\Helper\JobMarketHelper
  2309.      */
  2310.     protected function getJobMarketHelperService()
  2311.     {
  2312.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2313.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'])) {
  2314.             return $this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'];
  2315.         }
  2316.         return $this->privates['App\\BackendBundle\\Helper\\JobMarketHelper'] = new \App\BackendBundle\Helper\JobMarketHelper($a, ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService()));
  2317.     }
  2318.     /**
  2319.      * Gets the private 'App\BackendBundle\Helper\MediaHelper' shared autowired service.
  2320.      *
  2321.      * @return \App\BackendBundle\Helper\MediaHelper
  2322.      */
  2323.     protected function getMediaHelperService()
  2324.     {
  2325.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2326.         if (isset($this->privates['App\\BackendBundle\\Helper\\MediaHelper'])) {
  2327.             return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'];
  2328.         }
  2329.         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));
  2330.     }
  2331.     /**
  2332.      * Gets the private 'App\BackendBundle\Helper\MqttHelper' shared autowired service.
  2333.      *
  2334.      * @return \App\BackendBundle\Helper\MqttHelper
  2335.      */
  2336.     protected function getMqttHelperService()
  2337.     {
  2338.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2339.         if (isset($this->privates['App\\BackendBundle\\Helper\\MqttHelper'])) {
  2340.             return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'];
  2341.         }
  2342.         return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'] = new \App\BackendBundle\Helper\MqttHelper($a);
  2343.     }
  2344.     /**
  2345.      * Gets the private 'App\BackendBundle\Helper\RegisterHelper' shared autowired service.
  2346.      *
  2347.      * @return \App\BackendBundle\Helper\RegisterHelper
  2348.      */
  2349.     protected function getRegisterHelperService()
  2350.     {
  2351.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2352.         if (isset($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'])) {
  2353.             return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'];
  2354.         }
  2355.         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()));
  2356.     }
  2357.     /**
  2358.      * Gets the private 'App\BackendBundle\Helper\SchoolHelper' shared autowired service.
  2359.      *
  2360.      * @return \App\BackendBundle\Helper\SchoolHelper
  2361.      */
  2362.     protected function getSchoolHelperService()
  2363.     {
  2364.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2365.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2366.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2367.         }
  2368.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2369.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2370.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2371.         }
  2372.         $c = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2373.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2374.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2375.         }
  2376.         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()));
  2377.     }
  2378.     /**
  2379.      * Gets the private 'App\BackendBundle\Helper\SearchIndexHelper' shared autowired service.
  2380.      *
  2381.      * @return \App\BackendBundle\Helper\SearchIndexHelper
  2382.      */
  2383.     protected function getSearchIndexHelperService()
  2384.     {
  2385.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2386.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2387.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2388.         }
  2389.         $b = ($this->privates['fos_elastica.object_persister.events'] ?? $this->getFosElastica_ObjectPersister_EventsService());
  2390.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2391.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2392.         }
  2393.         return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] = new \App\BackendBundle\Helper\SearchIndexHelper($a$b$b$b$b);
  2394.     }
  2395.     /**
  2396.      * Gets the private 'App\BackendBundle\Helper\SearchTagHelper' shared autowired service.
  2397.      *
  2398.      * @return \App\BackendBundle\Helper\SearchTagHelper
  2399.      */
  2400.     protected function getSearchTagHelperService()
  2401.     {
  2402.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2403.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'])) {
  2404.             return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'];
  2405.         }
  2406.         return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] = new \App\BackendBundle\Helper\SearchTagHelper($a);
  2407.     }
  2408.     /**
  2409.      * Gets the private 'App\BackendBundle\Helper\SecurityHelper' shared autowired service.
  2410.      *
  2411.      * @return \App\BackendBundle\Helper\SecurityHelper
  2412.      */
  2413.     protected function getSecurityHelperService()
  2414.     {
  2415.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2416.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2417.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2418.         }
  2419.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2420.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2421.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2422.         }
  2423.         return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] = new \App\BackendBundle\Helper\SecurityHelper($a$b);
  2424.     }
  2425.     /**
  2426.      * Gets the private 'App\BackendBundle\Helper\TitleHelper' shared autowired service.
  2427.      *
  2428.      * @return \App\BackendBundle\Helper\TitleHelper
  2429.      */
  2430.     protected function getTitleHelperService()
  2431.     {
  2432.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2433.         if (isset($this->privates['App\\BackendBundle\\Helper\\TitleHelper'])) {
  2434.             return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'];
  2435.         }
  2436.         return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'] = new \App\BackendBundle\Helper\TitleHelper($a);
  2437.     }
  2438.     /**
  2439.      * Gets the private 'App\BackendBundle\Helper\UserHelper' shared autowired service.
  2440.      *
  2441.      * @return \App\BackendBundle\Helper\UserHelper
  2442.      */
  2443.     protected function getUserHelperService()
  2444.     {
  2445.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2446.         if (isset($this->privates['App\\BackendBundle\\Helper\\UserHelper'])) {
  2447.             return $this->privates['App\\BackendBundle\\Helper\\UserHelper'];
  2448.         }
  2449.         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()));
  2450.     }
  2451.     /**
  2452.      * Gets the private 'annotations.cache_adapter' shared service.
  2453.      *
  2454.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2455.      */
  2456.     protected function getAnnotations_CacheAdapterService()
  2457.     {
  2458.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2459.     }
  2460.     /**
  2461.      * Gets the private 'annotations.cached_reader' shared service.
  2462.      *
  2463.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2464.      */
  2465.     protected function getAnnotations_CachedReaderService()
  2466.     {
  2467.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2468.     }
  2469.     /**
  2470.      * Gets the private 'annotations.reader' shared service.
  2471.      *
  2472.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2473.      */
  2474.     protected function getAnnotations_ReaderService()
  2475.     {
  2476.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2477.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2478.         $a->registerUniqueLoader('class_exists');
  2479.         $instance->addGlobalIgnoredName('required'$a);
  2480.         return $instance;
  2481.     }
  2482.     /**
  2483.      * Gets the private 'cache.annotations' shared service.
  2484.      *
  2485.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2486.      */
  2487.     protected function getCache_AnnotationsService()
  2488.     {
  2489.         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())));
  2490.     }
  2491.     /**
  2492.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2493.      *
  2494.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2495.      */
  2496.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2497.     {
  2498.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2499.     }
  2500.     /**
  2501.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2502.      *
  2503.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2504.      */
  2505.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2506.     {
  2507.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2508.     }
  2509.     /**
  2510.      * Gets the private 'cache.property_info' shared service.
  2511.      *
  2512.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2513.      */
  2514.     protected function getCache_PropertyInfoService()
  2515.     {
  2516.         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())));
  2517.     }
  2518.     /**
  2519.      * Gets the private 'cache.security_expression_language' shared service.
  2520.      *
  2521.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2522.      */
  2523.     protected function getCache_SecurityExpressionLanguageService()
  2524.     {
  2525.         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())));
  2526.     }
  2527.     /**
  2528.      * Gets the private 'cache.serializer' shared service.
  2529.      *
  2530.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2531.      */
  2532.     protected function getCache_SerializerService()
  2533.     {
  2534.         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())));
  2535.     }
  2536.     /**
  2537.      * Gets the private 'cache.validator' shared service.
  2538.      *
  2539.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2540.      */
  2541.     protected function getCache_ValidatorService()
  2542.     {
  2543.         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())));
  2544.     }
  2545.     /**
  2546.      * Gets the private 'config_cache_factory' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2549.      */
  2550.     protected function getConfigCacheFactoryService()
  2551.     {
  2552.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2553.             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)));
  2554.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2555.         }, 2));
  2556.     }
  2557.     /**
  2558.      * Gets the private 'data_collector.form' shared service.
  2559.      *
  2560.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2561.      */
  2562.     protected function getDataCollector_FormService()
  2563.     {
  2564.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2565.     }
  2566.     /**
  2567.      * Gets the private 'data_collector.request' shared service.
  2568.      *
  2569.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2570.      */
  2571.     protected function getDataCollector_RequestService()
  2572.     {
  2573.         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())));
  2574.     }
  2575.     /**
  2576.      * Gets the private 'debug.controller_resolver' shared service.
  2577.      *
  2578.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2579.      */
  2580.     protected function getDebug_ControllerResolverService()
  2581.     {
  2582.         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))));
  2583.     }
  2584.     /**
  2585.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2586.      *
  2587.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2588.      */
  2589.     protected function getDebug_DebugHandlersListenerService()
  2590.     {
  2591.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2592.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2593.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2594.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2595.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2596.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2597.     }
  2598.     /**
  2599.      * Gets the private 'debug.file_link_formatter' shared service.
  2600.      *
  2601.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2602.      */
  2603.     protected function getDebug_FileLinkFormatterService()
  2604.     {
  2605.         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 () {
  2606.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2607.         });
  2608.     }
  2609.     /**
  2610.      * Gets the private 'debug.log_processor' shared service.
  2611.      *
  2612.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2613.      */
  2614.     protected function getDebug_LogProcessorService()
  2615.     {
  2616.         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())));
  2617.     }
  2618.     /**
  2619.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2620.      *
  2621.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2622.      */
  2623.     protected function getDebug_Security_Access_DecisionManagerService()
  2624.     {
  2625.         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 () {
  2626.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2627.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2628.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2629.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2630.     }
  2631.     /**
  2632.      * Gets the private 'debug.security.firewall' shared service.
  2633.      *
  2634.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2635.      */
  2636.     protected function getDebug_Security_FirewallService()
  2637.     {
  2638.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2639.         if (isset($this->privates['debug.security.firewall'])) {
  2640.             return $this->privates['debug.security.firewall'];
  2641.         }
  2642.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2643.         if (isset($this->privates['debug.security.firewall'])) {
  2644.             return $this->privates['debug.security.firewall'];
  2645.         }
  2646.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2647.     }
  2648.     /**
  2649.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2650.      *
  2651.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2652.      */
  2653.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2654.     {
  2655.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2656.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2657.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2658.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2659.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2660.             'fos_elastica.listener.appointments' => ['privates''fos_elastica.listener.appointments''getFosElastica_Listener_AppointmentsService'true],
  2661.             'fos_elastica.listener.events' => ['privates''fos_elastica.listener.events''getFosElastica_Listener_EventsService'true],
  2662.             'fos_elastica.listener.jobDailyRoutines' => ['privates''fos_elastica.listener.jobDailyRoutines''getFosElastica_Listener_JobDailyRoutinesService'true],
  2663.             'fos_elastica.listener.jobOffers' => ['privates''fos_elastica.listener.jobOffers''getFosElastica_Listener_JobOffersService'true],
  2664.             'fos_elastica.listener.jobs' => ['privates''fos_elastica.listener.jobs''getFosElastica_Listener_JobsService'true],
  2665.             'fos_elastica.listener.profiles_bopartner' => ['privates''fos_elastica.listener.profiles_bopartner''getFosElastica_Listener_ProfilesBopartnerService'true],
  2666.             'fos_elastica.listener.profiles_company' => ['privates''fos_elastica.listener.profiles_company''getFosElastica_Listener_ProfilesCompanyService'true],
  2667.             'fos_elastica.listener.profiles_school' => ['privates''fos_elastica.listener.profiles_school''getFosElastica_Listener_ProfilesSchoolService'true],
  2668.             'sonata.cache.orm.event_subscriber' => ['privates''sonata.cache.orm.event_subscriber''getSonata_Cache_Orm_EventSubscriberService'true],
  2669.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  2670.         ], [
  2671.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2672.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2673.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2674.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2675.             'fos_elastica.listener.appointments' => '?',
  2676.             'fos_elastica.listener.events' => '?',
  2677.             'fos_elastica.listener.jobDailyRoutines' => '?',
  2678.             'fos_elastica.listener.jobOffers' => '?',
  2679.             'fos_elastica.listener.jobs' => '?',
  2680.             'fos_elastica.listener.profiles_bopartner' => '?',
  2681.             'fos_elastica.listener.profiles_company' => '?',
  2682.             'fos_elastica.listener.profiles_school' => '?',
  2683.             'sonata.cache.orm.event_subscriber' => '?',
  2684.             'sonata.doctrine.mapper' => '?',
  2685.         ]), [=> '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']]);
  2686.     }
  2687.     /**
  2688.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2689.      *
  2690.      * @return \Doctrine\Migrations\DependencyFactory
  2691.      */
  2692.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2693.     {
  2694.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2695.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2696.         $a->setAllOrNothing(false);
  2697.         $a->setCheckDatabasePlatform(true);
  2698.         $a->setTransactional(true);
  2699.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2700.         $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()));
  2701.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2702.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2703.         });
  2704.         return $instance;
  2705.     }
  2706.     /**
  2707.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  2708.      *
  2709.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  2710.      */
  2711.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  2712.     {
  2713.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/config/doctrine') => 'App\\Entity']);
  2714.         $instance->setGlobalBasename('mapping');
  2715.         return $instance;
  2716.     }
  2717.     /**
  2718.      * Gets the private 'exception_listener' shared service.
  2719.      *
  2720.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2721.      */
  2722.     protected function getExceptionListenerService()
  2723.     {
  2724.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2725.     }
  2726.     /**
  2727.      * Gets the private 'fos_elastica.client.default' shared service.
  2728.      *
  2729.      * @return \FOS\ElasticaBundle\Elastica\Client
  2730.      */
  2731.     protected function getFosElastica_Client_DefaultService()
  2732.     {
  2733.         $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);
  2734.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2735.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  2736.         return $instance;
  2737.     }
  2738.     /**
  2739.      * Gets the private 'fos_elastica.index.events' shared service.
  2740.      *
  2741.      * @return \FOS\ElasticaBundle\Elastica\Index
  2742.      */
  2743.     protected function getFosElastica_Index_EventsService()
  2744.     {
  2745.         return $this->privates['fos_elastica.index.events'] = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('events');
  2746.     }
  2747.     /**
  2748.      * Gets the private 'fos_elastica.logger' shared service.
  2749.      *
  2750.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  2751.      */
  2752.     protected function getFosElastica_LoggerService()
  2753.     {
  2754.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  2755.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2756.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2757.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2758.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2759.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  2760.     }
  2761.     /**
  2762.      * Gets the private 'fos_elastica.object_persister.events' shared service.
  2763.      *
  2764.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  2765.      */
  2766.     protected function getFosElastica_ObjectPersister_EventsService()
  2767.     {
  2768.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2769.         if (isset($this->privates['fos_elastica.object_persister.events'])) {
  2770.             return $this->privates['fos_elastica.object_persister.events'];
  2771.         }
  2772.         $b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'events'], $a);
  2773.         $b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(00))));
  2774.         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']]]]]], []);
  2775.     }
  2776.     /**
  2777.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2778.      *
  2779.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2780.      */
  2781.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2782.     {
  2783.         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())));
  2784.     }
  2785.     /**
  2786.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2787.      *
  2788.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2789.      */
  2790.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2791.     {
  2792.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2793.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2794.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2795.         }
  2796.         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);
  2797.     }
  2798.     /**
  2799.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  2800.      *
  2801.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  2802.      */
  2803.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  2804.     {
  2805.         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')]));
  2806.     }
  2807.     /**
  2808.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  2809.      *
  2810.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  2811.      */
  2812.     protected function getJmsSerializer_TraceableEventDispatcherService()
  2813.     {
  2814.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2815.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  2816.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  2817.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  2818.         ], [
  2819.             'jms_serializer.stopwatch_subscriber' => '?',
  2820.             'jms_serializer.traceable_runs_listener' => '?',
  2821.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2822.         ]));
  2823.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  2824.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2825.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2826.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2827.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  2828.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  2829.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  2830.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2831.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2832.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  2833.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2834.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  2835.         return $instance;
  2836.     }
  2837.     /**
  2838.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  2839.      *
  2840.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  2841.      */
  2842.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  2843.     {
  2844.         $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, [
  2845.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  2846.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  2847.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  2848.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'true],
  2849.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  2850.             'jms_serializer.symfony_uid_handler' => ['privates''jms_serializer.symfony_uid_handler''getJmsSerializer_SymfonyUidHandlerService'true],
  2851.         ], [
  2852.             'jms_serializer.array_collection_handler' => '?',
  2853.             'jms_serializer.constraint_violation_handler' => '?',
  2854.             'jms_serializer.datetime_handler' => '?',
  2855.             'jms_serializer.form_error_handler' => '?',
  2856.             'jms_serializer.iterator_handler' => '?',
  2857.             'jms_serializer.symfony_uid_handler' => '?',
  2858.         ])));
  2859.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2860.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2861.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2862.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2863.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2864.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2865.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2866.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2867.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2868.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2869.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  2870.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  2871.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  2872.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  2873.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2874.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2875.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2876.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2877.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2878.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2879.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2880.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2881.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  2882.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  2883.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  2884.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  2885.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  2886.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  2887.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2888.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2889.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2890.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2891.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2892.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2893.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2894.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2895.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2896.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2897.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2898.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2899.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2900.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2901.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2902.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2903.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2904.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2905.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2906.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2907.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2908.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2909.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2910.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2911.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2912.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2913.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2914.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2915.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2916.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2917.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2918.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2919.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2920.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2921.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  2922.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  2923.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  2924.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  2925.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  2926.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  2927.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  2928.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  2929.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2930.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2931.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2932.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2933.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2934.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2935.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2936.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2937.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2938.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2939.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2940.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2941.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2942.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2943.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2944.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2945.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2946.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2947.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2948.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2949.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2950.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2951.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2952.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2953.         return $instance;
  2954.     }
  2955.     /**
  2956.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  2957.      *
  2958.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  2959.      */
  2960.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  2961.     {
  2962.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2963.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  2964.         ], [
  2965.             'metadata_driver' => '?',
  2966.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2967.         $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')))));
  2968.         $a->setIncludeInterfaces(false);
  2969.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  2970.     }
  2971.     /**
  2972.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  2973.      *
  2974.      * @return \JMS\SerializerBundle\Debug\RunsListener
  2975.      */
  2976.     protected function getJmsSerializer_TraceableRunsListenerService()
  2977.     {
  2978.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  2979.     }
  2980.     /**
  2981.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2982.      *
  2983.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2984.      */
  2985.     protected function getLiipImagine_Filter_ConfigurationService()
  2986.     {
  2987.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2988.     }
  2989.     /**
  2990.      * Gets the private 'locale_aware_listener' shared service.
  2991.      *
  2992.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2993.      */
  2994.     protected function getLocaleAwareListenerService()
  2995.     {
  2996.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2997.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  2998.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  2999.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  3000.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3001.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3002.     }
  3003.     /**
  3004.      * Gets the private 'locale_listener' shared service.
  3005.      *
  3006.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3007.      */
  3008.     protected function getLocaleListenerService()
  3009.     {
  3010.         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']);
  3011.     }
  3012.     /**
  3013.      * Gets the private 'monolog.handler.console' shared service.
  3014.      *
  3015.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3016.      */
  3017.     protected function getMonolog_Handler_ConsoleService()
  3018.     {
  3019.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3020.     }
  3021.     /**
  3022.      * Gets the private 'monolog.handler.main' shared service.
  3023.      *
  3024.      * @return \Monolog\Handler\StreamHandler
  3025.      */
  3026.     protected function getMonolog_Handler_MainService()
  3027.     {
  3028.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  3029.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3030.         return $instance;
  3031.     }
  3032.     /**
  3033.      * Gets the private 'monolog.logger' shared service.
  3034.      *
  3035.      * @return \Symfony\Bridge\Monolog\Logger
  3036.      */
  3037.     protected function getMonolog_LoggerService()
  3038.     {
  3039.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3040.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3041.         $instance->useMicrosecondTimestamps(true);
  3042.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3043.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3044.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3045.         return $instance;
  3046.     }
  3047.     /**
  3048.      * Gets the private 'monolog.logger.cache' shared service.
  3049.      *
  3050.      * @return \Symfony\Bridge\Monolog\Logger
  3051.      */
  3052.     protected function getMonolog_Logger_CacheService()
  3053.     {
  3054.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3055.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3056.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3057.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3058.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3059.         return $instance;
  3060.     }
  3061.     /**
  3062.      * Gets the private 'monolog.logger.request' shared service.
  3063.      *
  3064.      * @return \Symfony\Bridge\Monolog\Logger
  3065.      */
  3066.     protected function getMonolog_Logger_RequestService()
  3067.     {
  3068.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3069.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3070.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3071.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3072.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3073.         return $instance;
  3074.     }
  3075.     /**
  3076.      * Gets the private 'monolog.logger.security' shared service.
  3077.      *
  3078.      * @return \Symfony\Bridge\Monolog\Logger
  3079.      */
  3080.     protected function getMonolog_Logger_SecurityService()
  3081.     {
  3082.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3083.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3084.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3085.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3086.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3087.         return $instance;
  3088.     }
  3089.     /**
  3090.      * Gets the private 'parameter_bag' shared service.
  3091.      *
  3092.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3093.      */
  3094.     protected function getParameterBagService()
  3095.     {
  3096.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3097.     }
  3098.     /**
  3099.      * Gets the private 'profiler_listener' shared service.
  3100.      *
  3101.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3102.      */
  3103.     protected function getProfilerListenerService()
  3104.     {
  3105.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3106.         if (isset($this->privates['profiler_listener'])) {
  3107.             return $this->privates['profiler_listener'];
  3108.         }
  3109.         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);
  3110.     }
  3111.     /**
  3112.      * Gets the private 'property_accessor' shared service.
  3113.      *
  3114.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3115.      */
  3116.     protected function getPropertyAccessorService()
  3117.     {
  3118.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3119.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3120.     }
  3121.     /**
  3122.      * Gets the private 'property_info' shared service.
  3123.      *
  3124.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3125.      */
  3126.     protected function getPropertyInfoService()
  3127.     {
  3128.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3129.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3130.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3131.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3132.         }, 3), new RewindableGenerator(function () {
  3133.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3134.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3135.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3136.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3137.         }, 4), new RewindableGenerator(function () {
  3138.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3139.         }, 1), new RewindableGenerator(function () {
  3140.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3141.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3142.         }, 2), new RewindableGenerator(function () {
  3143.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3144.         }, 1));
  3145.     }
  3146.     /**
  3147.      * Gets the private 'router.expression_language_provider' shared service.
  3148.      *
  3149.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3150.      */
  3151.     protected function getRouter_ExpressionLanguageProviderService()
  3152.     {
  3153.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3154.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3155.         ], [
  3156.             'env' => 'Closure',
  3157.         ]));
  3158.     }
  3159.     /**
  3160.      * Gets the private 'router.request_context' shared service.
  3161.      *
  3162.      * @return \Symfony\Component\Routing\RequestContext
  3163.      */
  3164.     protected function getRouter_RequestContextService()
  3165.     {
  3166.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3167.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3168.         return $instance;
  3169.     }
  3170.     /**
  3171.      * Gets the private 'router_listener' shared service.
  3172.      *
  3173.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3174.      */
  3175.     protected function getRouterListenerService()
  3176.     {
  3177.         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);
  3178.     }
  3179.     /**
  3180.      * Gets the private 'security.context_listener.0' shared service.
  3181.      *
  3182.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3183.      */
  3184.     protected function getSecurity_ContextListener_0Service()
  3185.     {
  3186.         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 () {
  3187.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3188.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3189.         }, 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']);
  3190.     }
  3191.     /**
  3192.      * Gets the private 'security.context_listener.1' shared service.
  3193.      *
  3194.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3195.      */
  3196.     protected function getSecurity_ContextListener_1Service()
  3197.     {
  3198.         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 () {
  3199.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3200.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3201.         }, 2), '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']);
  3202.     }
  3203.     /**
  3204.      * Gets the private 'security.context_listener.2' shared service.
  3205.      *
  3206.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3207.      */
  3208.     protected function getSecurity_ContextListener_2Service()
  3209.     {
  3210.         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 () {
  3211.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3212.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3213.         }, 2), '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']);
  3214.     }
  3215.     /**
  3216.      * Gets the private 'security.context_listener.3' shared service.
  3217.      *
  3218.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3219.      */
  3220.     protected function getSecurity_ContextListener_3Service()
  3221.     {
  3222.         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 () {
  3223.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3224.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3225.         }, 2), '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']);
  3226.     }
  3227.     /**
  3228.      * Gets the private 'security.context_listener.4' shared service.
  3229.      *
  3230.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3231.      */
  3232.     protected function getSecurity_ContextListener_4Service()
  3233.     {
  3234.         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 () {
  3235.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3236.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3237.         }, 2), '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']);
  3238.     }
  3239.     /**
  3240.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3241.      *
  3242.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3243.      */
  3244.     protected function getSecurity_EventDispatcher_AdminService()
  3245.     {
  3246.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3247.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3248.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3249.         }, => 'checkPassport'], 2048);
  3250.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3251.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3252.         }, => 'onSuccessfulLogin'], 0);
  3253.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3254.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  3255.         }, => 'onLogout'], 64);
  3256.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3257.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3258.         }, => 'preCheckCredentials'], 256);
  3259.         $instance->addListener('security.authentication.success', [=> function () {
  3260.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3261.         }, => 'postCheckCredentials'], 256);
  3262.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3263.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3264.         }, => 'checkPassport'], 1024);
  3265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3266.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3267.         }, => 'checkPassport'], 256);
  3268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3269.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3270.         }, => 'checkPassport'], 0);
  3271.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3272.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3273.         }, => 'onLoginSuccess'], 0);
  3274.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3275.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3276.         }, => 'checkPassport'], 512);
  3277.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3278.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3279.         }, => 'onLogout'], 0);
  3280.         return $instance;
  3281.     }
  3282.     /**
  3283.      * Gets the private 'security.event_dispatcher.main' shared service.
  3284.      *
  3285.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3286.      */
  3287.     protected function getSecurity_EventDispatcher_MainService()
  3288.     {
  3289.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3290.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3291.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3292.         }, => 'checkPassport'], 2048);
  3293.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3294.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3295.         }, => 'onSuccessfulLogin'], 0);
  3296.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3297.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3298.         }, => 'onLogout'], 64);
  3299.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3300.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3301.         }, => 'preCheckCredentials'], 256);
  3302.         $instance->addListener('security.authentication.success', [=> function () {
  3303.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3304.         }, => 'postCheckCredentials'], 256);
  3305.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3306.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3307.         }, => 'checkPassport'], 1024);
  3308.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3309.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3310.         }, => 'checkPassport'], 256);
  3311.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3312.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3313.         }, => 'checkPassport'], 0);
  3314.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3315.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3316.         }, => 'onLoginSuccess'], 0);
  3317.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3318.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3319.         }, => 'checkPassport'], 512);
  3320.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3321.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3322.         }, => 'onLogout'], 0);
  3323.         return $instance;
  3324.     }
  3325.     /**
  3326.      * Gets the private 'security.event_dispatcher.rookie_admin' shared service.
  3327.      *
  3328.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3329.      */
  3330.     protected function getSecurity_EventDispatcher_RookieAdminService()
  3331.     {
  3332.         $this->privates['security.event_dispatcher.rookie_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3333.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3334.             return ($this->privates['security.listener.rookie_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieAdmin_UserProviderService'));
  3335.         }, => 'checkPassport'], 2048);
  3336.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3337.             return ($this->privates['security.listener.session.rookie_admin'] ?? $this->load('getSecurity_Listener_Session_RookieAdminService'));
  3338.         }, => 'onSuccessfulLogin'], 0);
  3339.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3340.             return ($this->privates['security.logout.listener.default.rookie_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieAdminService'));
  3341.         }, => 'onLogout'], 64);
  3342.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3343.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3344.         }, => 'preCheckCredentials'], 256);
  3345.         $instance->addListener('security.authentication.success', [=> function () {
  3346.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3347.         }, => 'postCheckCredentials'], 256);
  3348.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3349.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3350.         }, => 'checkPassport'], 1024);
  3351.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3352.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3353.         }, => 'checkPassport'], 256);
  3354.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3355.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3356.         }, => 'checkPassport'], 0);
  3357.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3358.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3359.         }, => 'onLoginSuccess'], 0);
  3360.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3361.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3362.         }, => 'checkPassport'], 512);
  3363.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3364.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3365.         }, => 'onLogout'], 0);
  3366.         return $instance;
  3367.     }
  3368.     /**
  3369.      * Gets the private 'security.event_dispatcher.rookie_day_admin' shared service.
  3370.      *
  3371.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3372.      */
  3373.     protected function getSecurity_EventDispatcher_RookieDayAdminService()
  3374.     {
  3375.         $this->privates['security.event_dispatcher.rookie_day_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3376.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3377.             return ($this->privates['security.listener.rookie_day_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieDayAdmin_UserProviderService'));
  3378.         }, => 'checkPassport'], 2048);
  3379.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3380.             return ($this->privates['security.listener.session.rookie_day_admin'] ?? $this->load('getSecurity_Listener_Session_RookieDayAdminService'));
  3381.         }, => 'onSuccessfulLogin'], 0);
  3382.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3383.             return ($this->privates['security.logout.listener.default.rookie_day_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieDayAdminService'));
  3384.         }, => 'onLogout'], 64);
  3385.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3386.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3387.         }, => 'preCheckCredentials'], 256);
  3388.         $instance->addListener('security.authentication.success', [=> function () {
  3389.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3390.         }, => 'postCheckCredentials'], 256);
  3391.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3392.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3393.         }, => 'checkPassport'], 1024);
  3394.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3395.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3396.         }, => 'checkPassport'], 256);
  3397.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3398.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3399.         }, => 'checkPassport'], 0);
  3400.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3401.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3402.         }, => 'onLoginSuccess'], 0);
  3403.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3404.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3405.         }, => 'checkPassport'], 512);
  3406.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3407.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3408.         }, => 'onLogout'], 0);
  3409.         return $instance;
  3410.     }
  3411.     /**
  3412.      * Gets the private 'security.event_dispatcher.shuttle_admin' shared service.
  3413.      *
  3414.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3415.      */
  3416.     protected function getSecurity_EventDispatcher_ShuttleAdminService()
  3417.     {
  3418.         $this->privates['security.event_dispatcher.shuttle_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3419.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3420.             return ($this->privates['security.listener.shuttle_admin.user_provider'] ?? $this->load('getSecurity_Listener_ShuttleAdmin_UserProviderService'));
  3421.         }, => 'checkPassport'], 2048);
  3422.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3423.             return ($this->privates['security.listener.session.shuttle_admin'] ?? $this->load('getSecurity_Listener_Session_ShuttleAdminService'));
  3424.         }, => 'onSuccessfulLogin'], 0);
  3425.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3426.             return ($this->privates['security.logout.listener.default.shuttle_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_ShuttleAdminService'));
  3427.         }, => 'onLogout'], 64);
  3428.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3429.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3430.         }, => 'preCheckCredentials'], 256);
  3431.         $instance->addListener('security.authentication.success', [=> function () {
  3432.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3433.         }, => 'postCheckCredentials'], 256);
  3434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3435.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3436.         }, => 'checkPassport'], 1024);
  3437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3438.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3439.         }, => 'checkPassport'], 256);
  3440.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3441.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3442.         }, => 'checkPassport'], 0);
  3443.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3444.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3445.         }, => 'onLoginSuccess'], 0);
  3446.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3447.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3448.         }, => 'checkPassport'], 512);
  3449.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3450.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3451.         }, => 'onLogout'], 0);
  3452.         return $instance;
  3453.     }
  3454.     /**
  3455.      * Gets the private 'security.firewall.map' shared service.
  3456.      *
  3457.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3458.      */
  3459.     protected function getSecurity_Firewall_MapService()
  3460.     {
  3461.         $a = ($this->privates['.service_locator.B5CP1xq'] ?? $this->get_ServiceLocator_B5CP1xqService());
  3462.         if (isset($this->privates['security.firewall.map'])) {
  3463.             return $this->privates['security.firewall.map'];
  3464.         }
  3465.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3466.             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)/')));
  3467.             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)$')));
  3468.             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')));
  3469.             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')));
  3470.             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')));
  3471.             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')));
  3472.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3473.         }, 7));
  3474.     }
  3475.     /**
  3476.      * Gets the private 'security.helper' shared service.
  3477.      *
  3478.      * @return \Symfony\Component\Security\Core\Security
  3479.      */
  3480.     protected function getSecurity_HelperService()
  3481.     {
  3482.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3483.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3484.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3485.         ], [
  3486.             'security.authorization_checker' => '?',
  3487.             'security.token_storage' => '?',
  3488.         ]));
  3489.     }
  3490.     /**
  3491.      * Gets the private 'security.logout_url_generator' shared service.
  3492.      *
  3493.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3494.      */
  3495.     protected function getSecurity_LogoutUrlGeneratorService()
  3496.     {
  3497.         $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()));
  3498.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3499.         $instance->registerListener('rookie_admin''rookie_admin_logout''logout''_csrf_token'NULLNULL);
  3500.         $instance->registerListener('shuttle_admin''shuttle_admin_logout''logout''_csrf_token'NULLNULL);
  3501.         $instance->registerListener('rookie_day_admin''rookie_day_admin_logout''logout''_csrf_token'NULLNULL);
  3502.         $instance->registerListener('main''security_logout''logout''_csrf_token'NULLNULL);
  3503.         return $instance;
  3504.     }
  3505.     /**
  3506.      * Gets the private 'security.password_hasher_factory' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3509.      */
  3510.     protected function getSecurity_PasswordHasherFactoryService()
  3511.     {
  3512.         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']]]);
  3513.     }
  3514.     /**
  3515.      * Gets the private 'security.user_password_hasher' shared service.
  3516.      *
  3517.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  3518.      */
  3519.     protected function getSecurity_UserPasswordHasherService()
  3520.     {
  3521.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  3522.     }
  3523.     /**
  3524.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3525.      *
  3526.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3527.      */
  3528.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3529.     {
  3530.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3531.     }
  3532.     /**
  3533.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3534.      *
  3535.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3536.      */
  3537.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3538.     {
  3539.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3540.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3541.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3542.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3543.     }
  3544.     /**
  3545.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3546.      *
  3547.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3548.      */
  3549.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3550.     {
  3551.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3552.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3553.             return $this->privates['sensio_framework_extra.security.listener'];
  3554.         }
  3555.         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()));
  3556.     }
  3557.     /**
  3558.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3559.      *
  3560.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3561.      */
  3562.     protected function getSensioFrameworkExtra_View_ListenerService()
  3563.     {
  3564.         $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))));
  3565.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3566.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3567.         ], [
  3568.             'twig' => '?',
  3569.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3570.         return $instance;
  3571.     }
  3572.     /**
  3573.      * Gets the private 'session_listener' shared service.
  3574.      *
  3575.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3576.      */
  3577.     protected function getSessionListenerService()
  3578.     {
  3579.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3580.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3581.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3582.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3583.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3584.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3585.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3586.         ], [
  3587.             'initialized_session' => '?',
  3588.             'logger' => '?',
  3589.             'request_stack' => '?',
  3590.             'session' => '?',
  3591.             'session_collector' => '?',
  3592.             'session_factory' => '?',
  3593.         ]), true$this->parameters['session.storage.options']);
  3594.     }
  3595.     /**
  3596.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3597.      *
  3598.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3599.      */
  3600.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3601.     {
  3602.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3603.     }
  3604.     /**
  3605.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  3606.      *
  3607.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3608.      */
  3609.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3610.     {
  3611.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3612.     }
  3613.     /**
  3614.      * Gets the private 'sonata.admin.pool' shared service.
  3615.      *
  3616.      * @return \Sonata\AdminBundle\Admin\Pool
  3617.      */
  3618.     protected function getSonata_Admin_PoolService()
  3619.     {
  3620.         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, [], []))), [], [], []);
  3621.     }
  3622.     /**
  3623.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3624.      *
  3625.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3626.      */
  3627.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3628.     {
  3629.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3630.     }
  3631.     /**
  3632.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3633.      *
  3634.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3635.      */
  3636.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3637.     {
  3638.         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()));
  3639.     }
  3640.     /**
  3641.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3642.      *
  3643.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3644.      */
  3645.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3646.     {
  3647.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3648.     }
  3649.     /**
  3650.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3651.      *
  3652.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3653.      */
  3654.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3655.     {
  3656.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3657.     }
  3658.     /**
  3659.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3660.      *
  3661.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3662.      */
  3663.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3664.     {
  3665.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3666.     }
  3667.     /**
  3668.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3669.      *
  3670.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3671.      */
  3672.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3673.     {
  3674.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3675.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  3676.             return $this->privates['sonata.admin.twig.security_runtime'];
  3677.         }
  3678.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  3679.     }
  3680.     /**
  3681.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3682.      *
  3683.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3684.      */
  3685.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3686.     {
  3687.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3688.     }
  3689.     /**
  3690.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3691.      *
  3692.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3693.      */
  3694.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3695.     {
  3696.         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()));
  3697.     }
  3698.     /**
  3699.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3700.      *
  3701.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3702.      */
  3703.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3704.     {
  3705.         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']);
  3706.     }
  3707.     /**
  3708.      * Gets the private 'sonata.block.templating.helper' shared service.
  3709.      *
  3710.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3711.      */
  3712.     protected function getSonata_Block_Templating_HelperService()
  3713.     {
  3714.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  3715.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3716.             return $this->privates['sonata.block.templating.helper'];
  3717.         }
  3718.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  3719.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3720.             return $this->privates['sonata.block.templating.helper'];
  3721.         }
  3722.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3723.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3724.             return $this->privates['sonata.block.templating.helper'];
  3725.         }
  3726.         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))));
  3727.     }
  3728.     /**
  3729.      * Gets the private 'sonata.form.twig.canonicalize_runtime' shared service.
  3730.      *
  3731.      * @return \Sonata\Form\Twig\CanonicalizeRuntime
  3732.      */
  3733.     protected function getSonata_Form_Twig_CanonicalizeRuntimeService()
  3734.     {
  3735.         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())));
  3736.     }
  3737.     /**
  3738.      * Gets the private 'translator.default' shared service.
  3739.      *
  3740.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3741.      */
  3742.     protected function getTranslator_DefaultService()
  3743.     {
  3744.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3745.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3746.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3747.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3748.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3749.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3750.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3751.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3752.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3753.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3754.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3755.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3756.         ], [
  3757.             'translation.loader.csv' => '?',
  3758.             'translation.loader.dat' => '?',
  3759.             'translation.loader.ini' => '?',
  3760.             'translation.loader.json' => '?',
  3761.             'translation.loader.mo' => '?',
  3762.             'translation.loader.php' => '?',
  3763.             'translation.loader.po' => '?',
  3764.             'translation.loader.qt' => '?',
  3765.             'translation.loader.res' => '?',
  3766.             'translation.loader.xliff' => '?',
  3767.             'translation.loader.yml' => '?',
  3768.         ]), 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']);
  3769.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3770.         $instance->setFallbackLocales($this->parameters['kernel.enabled_locales']);
  3771.         return $instance;
  3772.     }
  3773.     /**
  3774.      * Gets the private 'validator.builder' shared service.
  3775.      *
  3776.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3777.      */
  3778.     protected function getValidator_BuilderService()
  3779.     {
  3780.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3781.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3782.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3783.         if ($this->has('translator')) {
  3784.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3785.         }
  3786.         $instance->setTranslationDomain('validators');
  3787.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3788.         $instance->enableAnnotationMapping(true);
  3789.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3790.         $instance->addMethodMapping('loadValidatorMetadata');
  3791.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3792.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3793.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3794.         return $instance;
  3795.     }
  3796.     /**
  3797.      * Gets the private 'validator.validator_factory' shared service.
  3798.      *
  3799.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3800.      */
  3801.     protected function getValidator_ValidatorFactoryService()
  3802.     {
  3803.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3804.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3805.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3806.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3807.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3808.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3809.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3810.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3811.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3812.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3813.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3814.         ], [
  3815.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3816.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3817.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3818.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3819.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3820.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3821.             'doctrine.orm.validator.unique' => '?',
  3822.             'security.validator.user_password' => '?',
  3823.             'sonata.form.validator.inline' => '?',
  3824.             'validator.expression' => '?',
  3825.         ]));
  3826.     }
  3827.     /**
  3828.      * Gets the private 'var_dumper.html_dumper' shared service.
  3829.      *
  3830.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3831.      */
  3832.     protected function getVarDumper_HtmlDumperService()
  3833.     {
  3834.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3835.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3836.         return $instance;
  3837.     }
  3838.     /**
  3839.      * Gets the private 'var_dumper.server_connection' shared service.
  3840.      *
  3841.      * @return \Symfony\Component\VarDumper\Server\Connection
  3842.      */
  3843.     protected function getVarDumper_ServerConnectionService()
  3844.     {
  3845.         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()]);
  3846.     }
  3847.     /**
  3848.      * Gets the private 'web_profiler.csp.handler' shared service.
  3849.      *
  3850.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3851.      */
  3852.     protected function getWebProfiler_Csp_HandlerService()
  3853.     {
  3854.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3855.     }
  3856.     /**
  3857.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3858.      *
  3859.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3860.      */
  3861.     protected function getWebProfiler_DebugToolbarService()
  3862.     {
  3863.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3864.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3865.             return $this->privates['web_profiler.debug_toolbar'];
  3866.         }
  3867.         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()));
  3868.     }
  3869.     /**
  3870.      * Gets the public 'cache_clearer' alias.
  3871.      *
  3872.      * @return object The ".container.private.cache_clearer" service.
  3873.      */
  3874.     protected function getCacheClearerService()
  3875.     {
  3876.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3877.         return $this->get('.container.private.cache_clearer');
  3878.     }
  3879.     /**
  3880.      * Gets the public 'filesystem' alias.
  3881.      *
  3882.      * @return object The ".container.private.filesystem" service.
  3883.      */
  3884.     protected function getFilesystemService()
  3885.     {
  3886.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3887.         return $this->get('.container.private.filesystem');
  3888.     }
  3889.     /**
  3890.      * Gets the public 'serializer' alias.
  3891.      *
  3892.      * @return object The ".container.private.serializer" service.
  3893.      */
  3894.     protected function getSerializerService()
  3895.     {
  3896.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3897.         return $this->get('.container.private.serializer');
  3898.     }
  3899.     /**
  3900.      * Gets the public 'security.csrf.token_manager' alias.
  3901.      *
  3902.      * @return object The ".container.private.security.csrf.token_manager" service.
  3903.      */
  3904.     protected function getSecurity_Csrf_TokenManagerService()
  3905.     {
  3906.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3907.         return $this->get('.container.private.security.csrf.token_manager');
  3908.     }
  3909.     /**
  3910.      * Gets the public 'form.factory' alias.
  3911.      *
  3912.      * @return object The ".container.private.form.factory" service.
  3913.      */
  3914.     protected function getForm_FactoryService()
  3915.     {
  3916.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3917.         return $this->get('.container.private.form.factory');
  3918.     }
  3919.     /**
  3920.      * Gets the public 'form.type.file' alias.
  3921.      *
  3922.      * @return object The ".container.private.form.type.file" service.
  3923.      */
  3924.     protected function getForm_Type_FileService()
  3925.     {
  3926.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3927.         return $this->get('.container.private.form.type.file');
  3928.     }
  3929.     /**
  3930.      * Gets the public 'profiler' alias.
  3931.      *
  3932.      * @return object The ".container.private.profiler" service.
  3933.      */
  3934.     protected function getProfilerService()
  3935.     {
  3936.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3937.         return $this->get('.container.private.profiler');
  3938.     }
  3939.     /**
  3940.      * Gets the public 'twig' alias.
  3941.      *
  3942.      * @return object The ".container.private.twig" service.
  3943.      */
  3944.     protected function getTwigService()
  3945.     {
  3946.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3947.         return $this->get('.container.private.twig');
  3948.     }
  3949.     /**
  3950.      * Gets the public 'security.authorization_checker' alias.
  3951.      *
  3952.      * @return object The ".container.private.security.authorization_checker" service.
  3953.      */
  3954.     protected function getSecurity_AuthorizationCheckerService()
  3955.     {
  3956.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3957.         return $this->get('.container.private.security.authorization_checker');
  3958.     }
  3959.     /**
  3960.      * Gets the public 'security.token_storage' alias.
  3961.      *
  3962.      * @return object The ".container.private.security.token_storage" service.
  3963.      */
  3964.     protected function getSecurity_TokenStorageService()
  3965.     {
  3966.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3967.         return $this->get('.container.private.security.token_storage');
  3968.     }
  3969.     /**
  3970.      * Gets the public 'security.password_encoder' alias.
  3971.      *
  3972.      * @return object The ".container.private.security.password_encoder" service.
  3973.      */
  3974.     protected function getSecurity_PasswordEncoderService()
  3975.     {
  3976.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3977.         return $this->get('.container.private.security.password_encoder');
  3978.     }
  3979.     /**
  3980.      * Gets the public 'session' alias.
  3981.      *
  3982.      * @return object The ".container.private.session" service.
  3983.      */
  3984.     protected function getSessionService()
  3985.     {
  3986.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3987.         return $this->get('.container.private.session');
  3988.     }
  3989.     /**
  3990.      * Gets the public 'validator' alias.
  3991.      *
  3992.      * @return object The ".container.private.validator" service.
  3993.      */
  3994.     protected function getValidatorService()
  3995.     {
  3996.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3997.         return $this->get('.container.private.validator');
  3998.     }
  3999.     /**
  4000.      * @return array|bool|float|int|string|\UnitEnum|null
  4001.      */
  4002.     public function getParameter(string $name)
  4003.     {
  4004.         if (isset($this->buildParameters[$name])) {
  4005.             return $this->buildParameters[$name];
  4006.         }
  4007.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4008.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4009.         }
  4010.         if (isset($this->loadedDynamicParameters[$name])) {
  4011.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4012.         }
  4013.         return $this->parameters[$name];
  4014.     }
  4015.     public function hasParameter(string $name): bool
  4016.     {
  4017.         if (isset($this->buildParameters[$name])) {
  4018.             return true;
  4019.         }
  4020.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4021.     }
  4022.     public function setParameter(string $name$value): void
  4023.     {
  4024.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4025.     }
  4026.     public function getParameterBag(): ParameterBagInterface
  4027.     {
  4028.         if (null === $this->parameterBag) {
  4029.             $parameters $this->parameters;
  4030.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4031.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4032.             }
  4033.             foreach ($this->buildParameters as $name => $value) {
  4034.                 $parameters[$name] = $value;
  4035.             }
  4036.             $this->parameterBag = new FrozenParameterBag($parameters);
  4037.         }
  4038.         return $this->parameterBag;
  4039.     }
  4040.     private $loadedDynamicParameters = [
  4041.         'kernel.runtime_environment' => false,
  4042.         'kernel.build_dir' => false,
  4043.         'kernel.cache_dir' => false,
  4044.         'frontend_domain' => false,
  4045.         'backend_domain' => false,
  4046.         'image_domain' => false,
  4047.         'etermin_public_key' => false,
  4048.         'etermin_private_key' => false,
  4049.         'matomo_api_key' => false,
  4050.         'google_api_key' => false,
  4051.         'doctrine.orm.proxy_dir' => false,
  4052.         'kernel.secret' => false,
  4053.         'debug.container.dump' => false,
  4054.         'serializer.mapping.cache.file' => false,
  4055.         'validator.mapping.cache.file' => false,
  4056.         'profiler.storage.dsn' => false,
  4057.     ];
  4058.     private $dynamicParameters = [];
  4059.     private function getDynamicParameter(string $name)
  4060.     {
  4061.         switch ($name) {
  4062.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4063.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4064.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4065.             case 'frontend_domain'$value $this->getEnv('FRONTEND_DOMAIN'); break;
  4066.             case 'backend_domain'$value $this->getEnv('BACKEND_DOMAIN'); break;
  4067.             case 'image_domain'$value $this->getEnv('IMAGE_DOMAIN'); break;
  4068.             case 'etermin_public_key'$value $this->getEnv('ETERMIN_PUBLIC_KEY'); break;
  4069.             case 'etermin_private_key'$value $this->getEnv('ETERMIN_PRIVATE_KEY'); break;
  4070.             case 'matomo_api_key'$value $this->getEnv('MATOMO_API_KEY'); break;
  4071.             case 'google_api_key'$value $this->getEnv('GOOGLE_API_KEY'); break;
  4072.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4073.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4074.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4075.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4076.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4077.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4078.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4079.         }
  4080.         $this->loadedDynamicParameters[$name] = true;
  4081.         return $this->dynamicParameters[$name] = $value;
  4082.     }
  4083.     protected function getDefaultParameters(): array
  4084.     {
  4085.         return [
  4086.             'kernel.project_dir' => \dirname(__DIR__4),
  4087.             'kernel.environment' => 'dev',
  4088.             'kernel.debug' => true,
  4089.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4090.             'kernel.bundles' => [
  4091.                 'AdminBundle' => 'App\\AdminBundle\\AdminBundle',
  4092.                 'ApiBundle' => 'App\\ApiBundle\\ApiBundle',
  4093.                 'BackendBundle' => 'App\\BackendBundle\\BackendBundle',
  4094.                 'FrontendBundle' => 'App\\FrontendBundle\\FrontendBundle',
  4095.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4096.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4097.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  4098.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  4099.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4100.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  4101.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4102.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4103.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4104.                 'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
  4105.                 'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
  4106.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4107.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  4108.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  4109.                 'SonataCacheBundle' => 'Sonata\\CacheBundle\\SonataCacheBundle',
  4110.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  4111.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  4112.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle\\SonataFormBundle',
  4113.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  4114.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4115.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4116.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4117.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4118.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4119.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4120.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4121.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4122.             ],
  4123.             'kernel.bundles_metadata' => [
  4124.                 'AdminBundle' => [
  4125.                     'path' => (\dirname(__DIR__4).'/src/AdminBundle'),
  4126.                     'namespace' => 'App\\AdminBundle',
  4127.                 ],
  4128.                 'ApiBundle' => [
  4129.                     'path' => (\dirname(__DIR__4).'/src/ApiBundle'),
  4130.                     'namespace' => 'App\\ApiBundle',
  4131.                 ],
  4132.                 'BackendBundle' => [
  4133.                     'path' => (\dirname(__DIR__4).'/src/BackendBundle'),
  4134.                     'namespace' => 'App\\BackendBundle',
  4135.                 ],
  4136.                 'FrontendBundle' => [
  4137.                     'path' => (\dirname(__DIR__4).'/src/FrontendBundle'),
  4138.                     'namespace' => 'App\\FrontendBundle',
  4139.                 ],
  4140.                 'DoctrineBundle' => [
  4141.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4142.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4143.                 ],
  4144.                 'DoctrineMigrationsBundle' => [
  4145.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4146.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4147.                 ],
  4148.                 'FOSCKEditorBundle' => [
  4149.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  4150.                     'namespace' => 'FOS\\CKEditorBundle',
  4151.                 ],
  4152.                 'FOSElasticaBundle' => [
  4153.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  4154.                     'namespace' => 'FOS\\ElasticaBundle',
  4155.                 ],
  4156.                 'JMSSerializerBundle' => [
  4157.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4158.                     'namespace' => 'JMS\\SerializerBundle',
  4159.                 ],
  4160.                 'KnpMarkdownBundle' => [
  4161.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  4162.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  4163.                 ],
  4164.                 'KnpMenuBundle' => [
  4165.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  4166.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4167.                 ],
  4168.                 'LeagueOAuth2ServerBundle' => [
  4169.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4170.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4171.                 ],
  4172.                 'LiipImagineBundle' => [
  4173.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4174.                     'namespace' => 'Liip\\ImagineBundle',
  4175.                 ],
  4176.                 'OverblogGraphQLBundle' => [
  4177.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src'),
  4178.                     'namespace' => 'Overblog\\GraphQLBundle',
  4179.                 ],
  4180.                 'OverblogGraphiQLBundle' => [
  4181.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle'),
  4182.                     'namespace' => 'Overblog\\GraphiQLBundle',
  4183.                 ],
  4184.                 'SensioFrameworkExtraBundle' => [
  4185.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4186.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4187.                 ],
  4188.                 'SonataBlockBundle' => [
  4189.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  4190.                     'namespace' => 'Sonata\\BlockBundle',
  4191.                 ],
  4192.                 'SonataAdminBundle' => [
  4193.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  4194.                     'namespace' => 'Sonata\\AdminBundle',
  4195.                 ],
  4196.                 'SonataCacheBundle' => [
  4197.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/cache-bundle/src'),
  4198.                     'namespace' => 'Sonata\\CacheBundle',
  4199.                 ],
  4200.                 'SonataDoctrineBundle' => [
  4201.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  4202.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  4203.                 ],
  4204.                 'SonataDoctrineORMAdminBundle' => [
  4205.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  4206.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  4207.                 ],
  4208.                 'SonataFormBundle' => [
  4209.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/..'),
  4210.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle',
  4211.                 ],
  4212.                 'SonataSeoBundle' => [
  4213.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  4214.                     'namespace' => 'Sonata\\SeoBundle',
  4215.                 ],
  4216.                 'FrameworkBundle' => [
  4217.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4218.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4219.                 ],
  4220.                 'TwigBundle' => [
  4221.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4222.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4223.                 ],
  4224.                 'WebProfilerBundle' => [
  4225.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4226.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4227.                 ],
  4228.                 'MonologBundle' => [
  4229.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4230.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4231.                 ],
  4232.                 'DebugBundle' => [
  4233.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4234.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4235.                 ],
  4236.                 'MakerBundle' => [
  4237.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4238.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4239.                 ],
  4240.                 'SecurityBundle' => [
  4241.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4242.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4243.                 ],
  4244.                 'TwigExtraBundle' => [
  4245.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4246.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4247.                 ],
  4248.             ],
  4249.             'kernel.charset' => 'UTF-8',
  4250.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4251.             'admin.authentication.handler.login_success_handler.class' => 'AdminBundle\\Authentication\\Handler\\LoginSuccessHandler',
  4252.             'admin.lastroute.class' => 'AdminBundle\\EventListener\\LastRouteListener',
  4253.             'sonata.media.admin.media.class' => 'AdminBundle\\Admin\\MediaAdmin',
  4254.             'sonata.media.admin.gallery.class' => 'AdminBundle\\Admin\\GalleryAdmin',
  4255.             'sonata.media.admin.gallery_has_media.class' => 'AdminBundle\\Admin\\GalleryHasMediaAdmin',
  4256.             'twig.asset_exists_extension.class' => 'App\\Twig\\AssetExistsExtension',
  4257.             'twig.date_helpers_extension.class' => 'App\\Twig\\DateHelpersExtension',
  4258.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4259.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4260.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4261.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4262.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4263.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4264.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4265.             'doctrine.entity_managers' => [
  4266.                 'default' => 'doctrine.orm.default_entity_manager',
  4267.             ],
  4268.             'doctrine.default_entity_manager' => 'default',
  4269.             'doctrine.dbal.connection_factory.types' => [
  4270.                 'oauth2_grant' => [
  4271.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  4272.                 ],
  4273.                 'oauth2_redirect_uri' => [
  4274.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  4275.                 ],
  4276.                 'oauth2_scope' => [
  4277.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  4278.                 ],
  4279.                 'uuid' => [
  4280.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  4281.                 ],
  4282.                 'json' => [
  4283.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  4284.                 ],
  4285.                 'ulid' => [
  4286.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4287.                 ],
  4288.             ],
  4289.             'doctrine.connections' => [
  4290.                 'default' => 'doctrine.dbal.default_connection',
  4291.             ],
  4292.             'doctrine.default_connection' => 'default',
  4293.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4294.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4295.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4296.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4297.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4298.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4299.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4300.             'doctrine.orm.cache.memcache_port' => 11211,
  4301.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4302.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4303.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4304.             'doctrine.orm.cache.memcached_port' => 11211,
  4305.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4306.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4307.             'doctrine.orm.cache.redis_host' => 'localhost',
  4308.             'doctrine.orm.cache.redis_port' => 6379,
  4309.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4310.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4311.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4312.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4313.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4314.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4315.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4316.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4317.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4318.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4319.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4320.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4321.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4322.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4323.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4324.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4325.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4326.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4327.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4328.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4329.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4330.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4331.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4332.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4333.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4334.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4335.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4336.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4337.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4338.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4339.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4340.             'doctrine.orm.auto_generate_proxy_classes' => false,
  4341.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4342.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4343.             'doctrine.migrations.preferred_em' => NULL,
  4344.             'doctrine.migrations.preferred_connection' => NULL,
  4345.             'fos_elastica.property_accessor.magicCall' => 0,
  4346.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  4347.             'fos_elastica.default_index' => 'events',
  4348.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  4349.             'knp_menu.renderer.list.options' => [
  4350.             ],
  4351.             'knp_menu.renderer.twig.options' => [
  4352.             ],
  4353.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4354.             'knp_menu.default_renderer' => 'twig',
  4355.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  4356.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  4357.             'league.oauth2_server.encryption_key' => '5jsptBuOQnuwC4SECyXd8FVa0BA1/Uxut/H3Yq5vHAk=',
  4358.             'league.oauth2_server.encryption_key.type' => 'plain',
  4359.             'league.oauth2_server.scopes.default' => [
  4360.                 => 'defaultscope',
  4361.             ],
  4362.             'liip_imagine.resolvers' => [
  4363.                 'default' => [
  4364.                     'web_path' => [
  4365.                         'web_root' => (\dirname(__DIR__4).'/public'),
  4366.                         'cache_prefix' => 'media/cache',
  4367.                     ],
  4368.                 ],
  4369.             ],
  4370.             'liip_imagine.loaders' => [
  4371.                 'default' => [
  4372.                     'filesystem' => [
  4373.                         'data_root' => [
  4374.                             => (\dirname(__DIR__4).'/public'),
  4375.                         ],
  4376.                         'locator' => 'filesystem',
  4377.                         'allow_unresolvable_data_roots' => false,
  4378.                         'bundle_resources' => [
  4379.                             'enabled' => false,
  4380.                             'access_control_type' => 'blacklist',
  4381.                             'access_control_list' => [
  4382.                             ],
  4383.                         ],
  4384.                     ],
  4385.                 ],
  4386.             ],
  4387.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4388.             'liip_imagine.jpegoptim.stripAll' => true,
  4389.             'liip_imagine.jpegoptim.max' => NULL,
  4390.             'liip_imagine.jpegoptim.progressive' => true,
  4391.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4392.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4393.             'liip_imagine.optipng.level' => 7,
  4394.             'liip_imagine.optipng.stripAll' => true,
  4395.             'liip_imagine.optipng.tempDir' => NULL,
  4396.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4397.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4398.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4399.             'liip_imagine.cwebp.tempDir' => NULL,
  4400.             'liip_imagine.cwebp.q' => 75,
  4401.             'liip_imagine.cwebp.alphaQ' => 100,
  4402.             'liip_imagine.cwebp.m' => 4,
  4403.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4404.             'liip_imagine.cwebp.alphaMethod' => 1,
  4405.             'liip_imagine.cwebp.exact' => false,
  4406.             'liip_imagine.cwebp.metadata' => [
  4407.                 => 'none',
  4408.             ],
  4409.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  4410.             'liip_imagine.cache.resolver.default' => 'default',
  4411.             'liip_imagine.default_image' => NULL,
  4412.             'liip_imagine.filter_sets' => [
  4413.                 'cache' => [
  4414.                     'format' => 'webp',
  4415.                     'quality' => 100,
  4416.                     'jpeg_quality' => NULL,
  4417.                     'png_compression_level' => NULL,
  4418.                     'png_compression_filter' => NULL,
  4419.                     'animated' => false,
  4420.                     'cache' => NULL,
  4421.                     'data_loader' => NULL,
  4422.                     'default_image' => NULL,
  4423.                     'filters' => [
  4424.                     ],
  4425.                     'post_processors' => [
  4426.                     ],
  4427.                 ],
  4428.                 'tn_medium' => [
  4429.                     'format' => 'webp',
  4430.                     'quality' => 100,
  4431.                     'jpeg_quality' => NULL,
  4432.                     'png_compression_level' => NULL,
  4433.                     'png_compression_filter' => NULL,
  4434.                     'animated' => false,
  4435.                     'cache' => NULL,
  4436.                     'data_loader' => NULL,
  4437.                     'default_image' => NULL,
  4438.                     'filters' => [
  4439.                         'relative_resize' => [
  4440.                             'widen' => 527,
  4441.                         ],
  4442.                     ],
  4443.                     'post_processors' => [
  4444.                     ],
  4445.                 ],
  4446.                 'tn_portrait' => [
  4447.                     'format' => 'webp',
  4448.                     'quality' => 100,
  4449.                     'jpeg_quality' => NULL,
  4450.                     'png_compression_level' => NULL,
  4451.                     'png_compression_filter' => NULL,
  4452.                     'animated' => false,
  4453.                     'cache' => NULL,
  4454.                     'data_loader' => NULL,
  4455.                     'default_image' => NULL,
  4456.                     'filters' => [
  4457.                         'relative_resize' => [
  4458.                             'widen' => 1000,
  4459.                         ],
  4460.                     ],
  4461.                     'post_processors' => [
  4462.                     ],
  4463.                 ],
  4464.                 'tn_landscape' => [
  4465.                     'format' => 'webp',
  4466.                     'quality' => 100,
  4467.                     'jpeg_quality' => NULL,
  4468.                     'png_compression_level' => NULL,
  4469.                     'png_compression_filter' => NULL,
  4470.                     'animated' => false,
  4471.                     'cache' => NULL,
  4472.                     'data_loader' => NULL,
  4473.                     'default_image' => NULL,
  4474.                     'filters' => [
  4475.                         'relative_resize' => [
  4476.                             'widen' => 1240,
  4477.                         ],
  4478.                     ],
  4479.                     'post_processors' => [
  4480.                     ],
  4481.                 ],
  4482.                 'tn_large' => [
  4483.                     'format' => 'webp',
  4484.                     'quality' => 100,
  4485.                     'jpeg_quality' => NULL,
  4486.                     'png_compression_level' => NULL,
  4487.                     'png_compression_filter' => NULL,
  4488.                     'animated' => false,
  4489.                     'cache' => NULL,
  4490.                     'data_loader' => NULL,
  4491.                     'default_image' => NULL,
  4492.                     'filters' => [
  4493.                         'relative_resize' => [
  4494.                             'widen' => 1560,
  4495.                         ],
  4496.                     ],
  4497.                     'post_processors' => [
  4498.                     ],
  4499.                 ],
  4500.                 'tn_xlarge' => [
  4501.                     'format' => 'webp',
  4502.                     'quality' => 100,
  4503.                     'jpeg_quality' => NULL,
  4504.                     'png_compression_level' => NULL,
  4505.                     'png_compression_filter' => NULL,
  4506.                     'animated' => false,
  4507.                     'cache' => NULL,
  4508.                     'data_loader' => NULL,
  4509.                     'default_image' => NULL,
  4510.                     'filters' => [
  4511.                         'relative_resize' => [
  4512.                             'widen' => 1900,
  4513.                         ],
  4514.                     ],
  4515.                     'post_processors' => [
  4516.                     ],
  4517.                 ],
  4518.                 'tn_huge' => [
  4519.                     'format' => 'webp',
  4520.                     'quality' => 100,
  4521.                     'jpeg_quality' => NULL,
  4522.                     'png_compression_level' => NULL,
  4523.                     'png_compression_filter' => NULL,
  4524.                     'animated' => false,
  4525.                     'cache' => NULL,
  4526.                     'data_loader' => NULL,
  4527.                     'default_image' => NULL,
  4528.                     'filters' => [
  4529.                         'relative_resize' => [
  4530.                             'widen' => 2800,
  4531.                         ],
  4532.                     ],
  4533.                     'post_processors' => [
  4534.                     ],
  4535.                 ],
  4536.             ],
  4537.             'liip_imagine.binary.loader.default' => 'default',
  4538.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4539.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4540.             'liip_imagine.webp.generate' => false,
  4541.             'liip_imagine.webp.options' => [
  4542.                 'quality' => 100,
  4543.                 'cache' => NULL,
  4544.                 'data_loader' => NULL,
  4545.                 'post_processors' => [
  4546.                 ],
  4547.             ],
  4548.             'overblog_graphql_types.config' => [
  4549.                 'InternalMutation' => [
  4550.                     'type' => 'object',
  4551.                     'inherits' => [
  4552.                         => 'InternalMutationBoPartnerProfile',
  4553.                         => 'InternalMutationCompanyProfile',
  4554.                         => 'InternalMutationJobMarket',
  4555.                         => 'InternalMutationSchool',
  4556.                         => 'InternalMutationSchoolClass',
  4557.                         => 'InternalMutationSchoolProfile',
  4558.                         => 'InternalMutationUser',
  4559.                     ],
  4560.                     'class_name' => 'InternalMutationType',
  4561.                     'decorator' => false,
  4562.                     'config' => [
  4563.                         'description' => 'Internal Mutation',
  4564.                         'fields' => [
  4565.                             'addBoPartnerProfileContact' => [
  4566.                                 'type' => 'ProfileUpdateResponse!',
  4567.                                 'args' => [
  4568.                                     'profileID' => [
  4569.                                         'description' => 'The profile id',
  4570.                                         'type' => 'Int!',
  4571.                                     ],
  4572.                                     'contact' => [
  4573.                                         'description' => 'The contact data',
  4574.                                         'type' => 'InContactPerson!',
  4575.                                     ],
  4576.                                 ],
  4577.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addContact", args["profileID"], args["contact"])',
  4578.                             ],
  4579.                             'removeBoPartnerProfileContact' => [
  4580.                                 'type' => 'ProfileUpdateResponse!',
  4581.                                 'args' => [
  4582.                                     'profileID' => [
  4583.                                         'description' => 'The profile id',
  4584.                                         'type' => 'Int!',
  4585.                                     ],
  4586.                                     'galleryEntryID' => [
  4587.                                         'description' => 'The contact id',
  4588.                                         'type' => 'Int!',
  4589.                                     ],
  4590.                                 ],
  4591.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  4592.                             ],
  4593.                             'updateBoPartnerProfileContact' => [
  4594.                                 'type' => 'ProfileUpdateResponse!',
  4595.                                 'args' => [
  4596.                                     'profileID' => [
  4597.                                         'description' => 'The profile id',
  4598.                                         'type' => 'Int!',
  4599.                                     ],
  4600.                                     'contactID' => [
  4601.                                         'description' => 'The contact id',
  4602.                                         'type' => 'Int!',
  4603.                                     ],
  4604.                                     'contact' => [
  4605.                                         'description' => 'The contact data',
  4606.                                         'type' => 'InContactPerson!',
  4607.                                     ],
  4608.                                 ],
  4609.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  4610.                             ],
  4611.                             'updateBoPartnerProfileContactPosition' => [
  4612.                                 'type' => 'ProfileUpdateResponse!',
  4613.                                 'args' => [
  4614.                                     'profileID' => [
  4615.                                         'description' => 'The profile id',
  4616.                                         'type' => 'Int!',
  4617.                                     ],
  4618.                                     'contactGalleryEntryIDs' => [
  4619.                                         'description' => 'The contact ids',
  4620.                                         'type' => '[Int!]',
  4621.                                     ],
  4622.                                 ],
  4623.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContactPositions", args["profileID"], args["contactGalleryEntryIDs"])',
  4624.                             ],
  4625.                             'updateBoPartnerProfileContactVisability' => [
  4626.                                 'type' => 'ProfileUpdateResponse!',
  4627.                                 'args' => [
  4628.                                     'profileID' => [
  4629.                                         'description' => 'The profile id',
  4630.                                         'type' => 'Int!',
  4631.                                     ],
  4632.                                     'galleryEntryID' => [
  4633.                                         'description' => 'The contact id',
  4634.                                         'type' => 'Int!',
  4635.                                     ],
  4636.                                     'visible' => [
  4637.                                         'description' => 'enable or disable visibility',
  4638.                                         'type' => 'Boolean!',
  4639.                                     ],
  4640.                                 ],
  4641.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContactVisibility", args["profileID"], args["galleryEntryID"], args["visible"])',
  4642.                             ],
  4643.                             'addBoPartnerProfileGalleryPicture' => [
  4644.                                 'type' => 'ProfileUpdateResponse!',
  4645.                                 'args' => [
  4646.                                     'profileID' => [
  4647.                                         'description' => 'The profile id',
  4648.                                         'type' => 'Int!',
  4649.                                     ],
  4650.                                     'picture' => [
  4651.                                         'description' => 'The picture to add',
  4652.                                         'type' => 'UploadFile!',
  4653.                                     ],
  4654.                                 ],
  4655.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  4656.                             ],
  4657.                             'removeBoPartnerProfileGalleryPicture' => [
  4658.                                 'type' => 'ProfileUpdateResponse!',
  4659.                                 'args' => [
  4660.                                     'profileID' => [
  4661.                                         'description' => 'The profile id',
  4662.                                         'type' => 'Int!',
  4663.                                     ],
  4664.                                     'galleryEntryID' => [
  4665.                                         'description' => 'The gallery entry id',
  4666.                                         'type' => 'Int!',
  4667.                                     ],
  4668.                                 ],
  4669.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  4670.                             ],
  4671.                             'setBoPartnerProfileGalleryPictureCaption' => [
  4672.                                 'type' => 'ProfileUpdateResponse!',
  4673.                                 'args' => [
  4674.                                     'profileID' => [
  4675.                                         'description' => 'The profile id',
  4676.                                         'type' => 'Int!',
  4677.                                     ],
  4678.                                     'galleryEntryID' => [
  4679.                                         'description' => 'The gallery entry id',
  4680.                                         'type' => 'Int!',
  4681.                                     ],
  4682.                                     'caption' => [
  4683.                                         'description' => 'The caption',
  4684.                                         'type' => 'String!',
  4685.                                     ],
  4686.                                 ],
  4687.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  4688.                             ],
  4689.                             'addBoPartnerProfileGalleryDocument' => [
  4690.                                 'type' => 'ProfileUpdateResponse!',
  4691.                                 'args' => [
  4692.                                     'profileID' => [
  4693.                                         'description' => 'The profile id',
  4694.                                         'type' => 'Int!',
  4695.                                     ],
  4696.                                     'document' => [
  4697.                                         'description' => 'The document to add',
  4698.                                         'type' => 'UploadFile!',
  4699.                                     ],
  4700.                                     'documentName' => [
  4701.                                         'description' => 'The document name',
  4702.                                         'type' => 'String!',
  4703.                                     ],
  4704.                                 ],
  4705.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  4706.                             ],
  4707.                             'removeBoPartnerProfileGalleryDocument' => [
  4708.                                 'type' => 'ProfileUpdateResponse!',
  4709.                                 'args' => [
  4710.                                     'profileID' => [
  4711.                                         'description' => 'The profile id',
  4712.                                         'type' => 'Int!',
  4713.                                     ],
  4714.                                     'galleryEntryID' => [
  4715.                                         'description' => 'The gallery entry id',
  4716.                                         'type' => 'Int!',
  4717.                                     ],
  4718.                                 ],
  4719.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  4720.                             ],
  4721.                             'setBoPartnerProfileGalleryDocumentCaption' => [
  4722.                                 'type' => 'ProfileUpdateResponse!',
  4723.                                 'args' => [
  4724.                                     'profileID' => [
  4725.                                         'description' => 'The profile id',
  4726.                                         'type' => 'Int!',
  4727.                                     ],
  4728.                                     'galleryEntryID' => [
  4729.                                         'description' => 'The gallery entry id',
  4730.                                         'type' => 'Int!',
  4731.                                     ],
  4732.                                     'caption' => [
  4733.                                         'description' => 'The caption',
  4734.                                         'type' => 'String!',
  4735.                                     ],
  4736.                                 ],
  4737.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  4738.                             ],
  4739.                             'addBoPartnerProfileGalleryVideo' => [
  4740.                                 'type' => 'ProfileUpdateResponse!',
  4741.                                 'args' => [
  4742.                                     'profileID' => [
  4743.                                         'description' => 'The profile id',
  4744.                                         'type' => 'Int!',
  4745.                                     ],
  4746.                                     'youtubeURL' => [
  4747.                                         'description' => 'The youtube url',
  4748.                                         'type' => 'String!',
  4749.                                     ],
  4750.                                     'videoName' => [
  4751.                                         'description' => 'The video name',
  4752.                                         'type' => 'String!',
  4753.                                     ],
  4754.                                 ],
  4755.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  4756.                             ],
  4757.                             'removeBoPartnerProfileGalleryVideo' => [
  4758.                                 'type' => 'ProfileUpdateResponse!',
  4759.                                 'args' => [
  4760.                                     'profileID' => [
  4761.                                         'description' => 'The profile id',
  4762.                                         'type' => 'Int!',
  4763.                                     ],
  4764.                                     'galleryEntryID' => [
  4765.                                         'description' => 'The gallery entry id',
  4766.                                         'type' => 'Int!',
  4767.                                     ],
  4768.                                 ],
  4769.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  4770.                             ],
  4771.                             'setBoPartnerProfileGalleryVideoCaption' => [
  4772.                                 'type' => 'ProfileUpdateResponse!',
  4773.                                 'args' => [
  4774.                                     'profileID' => [
  4775.                                         'description' => 'The profile id',
  4776.                                         'type' => 'Int!',
  4777.                                     ],
  4778.                                     'galleryEntryID' => [
  4779.                                         'description' => 'The gallery entry id',
  4780.                                         'type' => 'Int!',
  4781.                                     ],
  4782.                                     'caption' => [
  4783.                                         'description' => 'The caption',
  4784.                                         'type' => 'String!',
  4785.                                     ],
  4786.                                 ],
  4787.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  4788.                             ],
  4789.                             'setBoPartnerProfileGalleryItemsVisability' => [
  4790.                                 'type' => 'ProfileUpdateResponse!',
  4791.                                 'args' => [
  4792.                                     'profileID' => [
  4793.                                         'description' => 'The profile id',
  4794.                                         'type' => 'Int!',
  4795.                                     ],
  4796.                                     'galleryEntryIDs' => [
  4797.                                         'description' => 'The gallery entry id',
  4798.                                         'type' => '[Int!]',
  4799.                                     ],
  4800.                                     'visible' => [
  4801.                                         'description' => 'enable or disable visibility',
  4802.                                         'type' => 'Boolean!',
  4803.                                     ],
  4804.                                 ],
  4805.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryItemsVisibility", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  4806.                             ],
  4807.                             'setBoPartnerProfileGalleryItemsPosition' => [
  4808.                                 'type' => 'ProfileUpdateResponse!',
  4809.                                 'args' => [
  4810.                                     'profileID' => [
  4811.                                         'description' => 'The profile id',
  4812.                                         'type' => 'Int!',
  4813.                                     ],
  4814.                                     'galleryEntryIDs' => [
  4815.                                         'description' => 'The gallery entry id',
  4816.                                         'type' => '[Int!]',
  4817.                                     ],
  4818.                                 ],
  4819.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  4820.                             ],
  4821.                             'updateBoPartnerProfileLinks' => [
  4822.                                 'type' => 'ProfileUpdateResponse!',
  4823.                                 'args' => [
  4824.                                     'profileID' => [
  4825.                                         'description' => 'The profile id',
  4826.                                         'type' => 'Int!',
  4827.                                     ],
  4828.                                     'links' => [
  4829.                                         'description' => 'The link urls',
  4830.                                         'type' => '[InLink!]',
  4831.                                     ],
  4832.                                 ],
  4833.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  4834.                             ],
  4835.                             'addBoPartnerProfileLocation' => [
  4836.                                 'type' => 'ProfileUpdateResponse!',
  4837.                                 'args' => [
  4838.                                     'profileID' => [
  4839.                                         'description' => 'The profile id',
  4840.                                         'type' => 'Int!',
  4841.                                     ],
  4842.                                     'location' => [
  4843.                                         'description' => 'The location data',
  4844.                                         'type' => 'InLocation!',
  4845.                                     ],
  4846.                                 ],
  4847.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addLocation", args["profileID"], args["location"])',
  4848.                             ],
  4849.                             'removeBoPartnerProfileLocation' => [
  4850.                                 'type' => 'ProfileUpdateResponse!',
  4851.                                 'args' => [
  4852.                                     'profileID' => [
  4853.                                         'description' => 'The profile id',
  4854.                                         'type' => 'Int!',
  4855.                                     ],
  4856.                                     'locationID' => [
  4857.                                         'description' => 'The location ID',
  4858.                                         'type' => 'Int!',
  4859.                                     ],
  4860.                                 ],
  4861.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  4862.                             ],
  4863.                             'updateBoPartnerProfileLocation' => [
  4864.                                 'type' => 'ProfileUpdateResponse!',
  4865.                                 'args' => [
  4866.                                     'profileID' => [
  4867.                                         'description' => 'The profile id',
  4868.                                         'type' => 'Int!',
  4869.                                     ],
  4870.                                     'locationID' => [
  4871.                                         'description' => 'The location ID',
  4872.                                         'type' => 'Int!',
  4873.                                     ],
  4874.                                     'location' => [
  4875.                                         'description' => 'The location data',
  4876.                                         'type' => 'InLocation!',
  4877.                                     ],
  4878.                                 ],
  4879.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  4880.                             ],
  4881.                             'setBoPartnerProfileOffers' => [
  4882.                                 'type' => 'ProfileUpdateResponse!',
  4883.                                 'args' => [
  4884.                                     'profileID' => [
  4885.                                         'description' => 'The profile id',
  4886.                                         'type' => 'Int!',
  4887.                                     ],
  4888.                                     'offerIDs' => [
  4889.                                         'description' => 'The offer ids',
  4890.                                         'type' => '[Int!]',
  4891.                                     ],
  4892.                                 ],
  4893.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  4894.                             ],
  4895.                             'setBoPartnerProfileOffersDate' => [
  4896.                                 'type' => 'ProfileUpdateResponse!',
  4897.                                 'args' => [
  4898.                                     'profileID' => [
  4899.                                         'description' => 'The profile id',
  4900.                                         'type' => 'Int!',
  4901.                                     ],
  4902.                                     'offers' => [
  4903.                                         'description' => 'Array of offer data',
  4904.                                         'type' => '[InOffer!]',
  4905.                                     ],
  4906.                                 ],
  4907.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setOffersDate", args["profileID"], args["offers"])',
  4908.                             ],
  4909.                             'toggleBoPartnerProfileOffer' => [
  4910.                                 'type' => 'ProfileUpdateResponse!',
  4911.                                 'args' => [
  4912.                                     'profileID' => [
  4913.                                         'description' => 'The profile id',
  4914.                                         'type' => 'Int!',
  4915.                                     ],
  4916.                                     'offerID' => [
  4917.                                         'description' => 'The offer id',
  4918.                                         'type' => 'Int!',
  4919.                                     ],
  4920.                                     'enable' => [
  4921.                                         'description' => 'enable or disable',
  4922.                                         'type' => 'Boolean!',
  4923.                                     ],
  4924.                                 ],
  4925.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  4926.                             ],
  4927.                             'updateBoPartnerProfileDescription' => [
  4928.                                 'type' => 'ProfileUpdateResponse!',
  4929.                                 'args' => [
  4930.                                     'profileID' => [
  4931.                                         'description' => 'The profile id',
  4932.                                         'type' => 'Int!',
  4933.                                     ],
  4934.                                     'description' => [
  4935.                                         'description' => 'The company profile description',
  4936.                                         'type' => 'String!',
  4937.                                     ],
  4938.                                 ],
  4939.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateDescription", args["profileID"], args["description"])',
  4940.                             ],
  4941.                             'updateBoPartnerProfileEducationInformation' => [
  4942.                                 'type' => 'ProfileUpdateResponse!',
  4943.                                 'args' => [
  4944.                                     'profileID' => [
  4945.                                         'description' => 'The profile id',
  4946.                                         'type' => 'Int!',
  4947.                                     ],
  4948.                                     'educationInformation' => [
  4949.                                         'description' => 'The education information',
  4950.                                         'type' => 'String!',
  4951.                                     ],
  4952.                                 ],
  4953.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  4954.                             ],
  4955.                             'setBoPartnerProfileHeader' => [
  4956.                                 'type' => 'ProfileUpdateResponse!',
  4957.                                 'args' => [
  4958.                                     'profileID' => [
  4959.                                         'description' => 'The profile id',
  4960.                                         'type' => 'Int!',
  4961.                                     ],
  4962.                                     'galleryEntryID' => [
  4963.                                         'description' => 'The gallery entry id',
  4964.                                         'type' => 'Int!',
  4965.                                     ],
  4966.                                 ],
  4967.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  4968.                             ],
  4969.                             'removeBoPartnerProfileHeader' => [
  4970.                                 'type' => 'ProfileUpdateResponse!',
  4971.                                 'args' => [
  4972.                                     'profileID' => [
  4973.                                         'description' => 'The profile id',
  4974.                                         'type' => 'Int!',
  4975.                                     ],
  4976.                                 ],
  4977.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeHeaderPicture", args["profileID"])',
  4978.                             ],
  4979.                             'updateBoPartnerProfileLogo' => [
  4980.                                 'type' => 'ProfileUpdateResponse!',
  4981.                                 'args' => [
  4982.                                     'profileID' => [
  4983.                                         'description' => 'The profile id',
  4984.                                         'type' => 'Int!',
  4985.                                     ],
  4986.                                     'logo' => [
  4987.                                         'description' => 'The picture of the logo',
  4988.                                         'type' => 'UploadFile!',
  4989.                                     ],
  4990.                                     'copyright' => [
  4991.                                         'description' => 'The copyright of the picture',
  4992.                                         'type' => 'String',
  4993.                                     ],
  4994.                                 ],
  4995.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  4996.                             ],
  4997.                             'updateBoPartnerProfileLogoByGallery' => [
  4998.                                 'type' => 'ProfileUpdateResponse!',
  4999.                                 'args' => [
  5000.                                     'profileID' => [
  5001.                                         'description' => 'The profile id',
  5002.                                         'type' => 'Int!',
  5003.                                     ],
  5004.                                     'galleryEntryID' => [
  5005.                                         'description' => 'The gallery entry id',
  5006.                                         'type' => 'Int!',
  5007.                                     ],
  5008.                                 ],
  5009.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogoByGallery", args["profileID"], args["galleryEntryID"])',
  5010.                             ],
  5011.                             'updateBoPartnerProfileLogoStyle' => [
  5012.                                 'type' => 'ProfileUpdateResponse!',
  5013.                                 'args' => [
  5014.                                     'profileID' => [
  5015.                                         'description' => 'The profile id',
  5016.                                         'type' => 'Int!',
  5017.                                     ],
  5018.                                     'logoStyle' => [
  5019.                                         'description' => 'The logo style',
  5020.                                         'type' => 'LogoStyle!',
  5021.                                     ],
  5022.                                     'copyright' => [
  5023.                                         'description' => 'The copyright of the picture',
  5024.                                         'type' => 'String',
  5025.                                     ],
  5026.                                 ],
  5027.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  5028.                             ],
  5029.                             'updateBoPartnerProfileName' => [
  5030.                                 'type' => 'ProfileUpdateResponse!',
  5031.                                 'args' => [
  5032.                                     'profileID' => [
  5033.                                         'description' => 'The profile id',
  5034.                                         'type' => 'Int!',
  5035.                                     ],
  5036.                                     'name' => [
  5037.                                         'description' => 'The new profile name',
  5038.                                         'type' => 'String!',
  5039.                                     ],
  5040.                                 ],
  5041.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateName", args["profileID"], args["name"])',
  5042.                             ],
  5043.                             'setBoPartnerProfileSelected' => [
  5044.                                 'type' => 'Status!',
  5045.                                 'args' => [
  5046.                                     'profileID' => [
  5047.                                         'description' => 'The bopartner profile id',
  5048.                                         'type' => 'Int!',
  5049.                                     ],
  5050.                                 ],
  5051.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setBoPartnerProfileSelected", args["profileID"])',
  5052.                             ],
  5053.                             'deleteBoPartnerProfileQuiz' => [
  5054.                                 'type' => 'Status!',
  5055.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::deleteBoPartnerProfileQuiz")',
  5056.                             ],
  5057.                             'updateBoPartnerProfileQuizQuestions' => [
  5058.                                 'type' => 'Status!',
  5059.                                 'args' => [
  5060.                                     'questions' => [
  5061.                                         'description' => 'The questions',
  5062.                                         'type' => '[InQuizQuestion!]',
  5063.                                     ],
  5064.                                 ],
  5065.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateBoPartnerProfileQuizQuestions", args["questions"])',
  5066.                             ],
  5067.                             'addCompanyProfileContact' => [
  5068.                                 'type' => 'ProfileUpdateResponse!',
  5069.                                 'args' => [
  5070.                                     'profileID' => [
  5071.                                         'description' => 'The profile id',
  5072.                                         'type' => 'Int!',
  5073.                                     ],
  5074.                                     'contact' => [
  5075.                                         'description' => 'The contact data',
  5076.                                         'type' => 'InContactPerson!',
  5077.                                     ],
  5078.                                 ],
  5079.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addContact", args["profileID"], args["contact"])',
  5080.                             ],
  5081.                             'removeCompanyProfileContact' => [
  5082.                                 'type' => 'ProfileUpdateResponse!',
  5083.                                 'args' => [
  5084.                                     'profileID' => [
  5085.                                         'description' => 'The profile id',
  5086.                                         'type' => 'Int!',
  5087.                                     ],
  5088.                                     'galleryEntryID' => [
  5089.                                         'description' => 'The gallery entry id',
  5090.                                         'type' => 'Int!',
  5091.                                     ],
  5092.                                 ],
  5093.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  5094.                             ],
  5095.                             'updateCompanyProfileContact' => [
  5096.                                 'type' => 'ProfileUpdateResponse!',
  5097.                                 'args' => [
  5098.                                     'profileID' => [
  5099.                                         'description' => 'The profile id',
  5100.                                         'type' => 'Int!',
  5101.                                     ],
  5102.                                     'contactID' => [
  5103.                                         'description' => 'The contact id',
  5104.                                         'type' => 'Int!',
  5105.                                     ],
  5106.                                     'contact' => [
  5107.                                         'description' => 'The contact data',
  5108.                                         'type' => 'InContactPerson!',
  5109.                                     ],
  5110.                                 ],
  5111.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  5112.                             ],
  5113.                             'updateCompanyProfileContactPosition' => [
  5114.                                 'type' => 'ProfileUpdateResponse!',
  5115.                                 'args' => [
  5116.                                     'profileID' => [
  5117.                                         'description' => 'The profile id',
  5118.                                         'type' => 'Int!',
  5119.                                     ],
  5120.                                     'contactGalleryEntryIDs' => [
  5121.                                         'description' => 'The contact ids',
  5122.                                         'type' => '[Int!]',
  5123.                                     ],
  5124.                                 ],
  5125.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContactPositions", args["profileID"], args["contactGalleryEntryIDs"])',
  5126.                             ],
  5127.                             'updateCompanyProfileContactVisability' => [
  5128.                                 'type' => 'ProfileUpdateResponse!',
  5129.                                 'args' => [
  5130.                                     'profileID' => [
  5131.                                         'description' => 'The profile id',
  5132.                                         'type' => 'Int!',
  5133.                                     ],
  5134.                                     'galleryEntryID' => [
  5135.                                         'description' => 'The contact id',
  5136.                                         'type' => 'Int!',
  5137.                                     ],
  5138.                                     'visible' => [
  5139.                                         'description' => 'enable or disable visibility',
  5140.                                         'type' => 'Boolean!',
  5141.                                     ],
  5142.                                 ],
  5143.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContactVisibility", args["profileID"], args["galleryEntryID"], args["visible"])',
  5144.                             ],
  5145.                             'addCompanyProfileGalleryPicture' => [
  5146.                                 'type' => 'ProfileUpdateResponse!',
  5147.                                 'args' => [
  5148.                                     'profileID' => [
  5149.                                         'description' => 'The profile id',
  5150.                                         'type' => 'Int!',
  5151.                                     ],
  5152.                                     'picture' => [
  5153.                                         'description' => 'The picture to add',
  5154.                                         'type' => 'UploadFile!',
  5155.                                     ],
  5156.                                 ],
  5157.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  5158.                             ],
  5159.                             'removeCompanyProfileGalleryPicture' => [
  5160.                                 'type' => 'ProfileUpdateResponse!',
  5161.                                 'args' => [
  5162.                                     'profileID' => [
  5163.                                         'description' => 'The profile id',
  5164.                                         'type' => 'Int!',
  5165.                                     ],
  5166.                                     'galleryEntryID' => [
  5167.                                         'description' => 'The gallery entry id',
  5168.                                         'type' => 'Int!',
  5169.                                     ],
  5170.                                 ],
  5171.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  5172.                             ],
  5173.                             'setCompanyProfileGalleryPictureCaption' => [
  5174.                                 'type' => 'ProfileUpdateResponse!',
  5175.                                 'args' => [
  5176.                                     'profileID' => [
  5177.                                         'description' => 'The profile id',
  5178.                                         'type' => 'Int!',
  5179.                                     ],
  5180.                                     'galleryEntryID' => [
  5181.                                         'description' => 'The gallery entry id',
  5182.                                         'type' => 'Int!',
  5183.                                     ],
  5184.                                     'caption' => [
  5185.                                         'description' => 'The caption',
  5186.                                         'type' => 'String!',
  5187.                                     ],
  5188.                                 ],
  5189.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  5190.                             ],
  5191.                             'addCompanyProfileGalleryDocument' => [
  5192.                                 'type' => 'ProfileUpdateResponse!',
  5193.                                 'args' => [
  5194.                                     'profileID' => [
  5195.                                         'description' => 'The profile id',
  5196.                                         'type' => 'Int!',
  5197.                                     ],
  5198.                                     'document' => [
  5199.                                         'description' => 'The document to add',
  5200.                                         'type' => 'UploadFile!',
  5201.                                     ],
  5202.                                     'documentName' => [
  5203.                                         'description' => 'The document name',
  5204.                                         'type' => 'String!',
  5205.                                     ],
  5206.                                 ],
  5207.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  5208.                             ],
  5209.                             'removeCompanyProfileGalleryDocument' => [
  5210.                                 'type' => 'ProfileUpdateResponse!',
  5211.                                 'args' => [
  5212.                                     'profileID' => [
  5213.                                         'description' => 'The profile id',
  5214.                                         'type' => 'Int!',
  5215.                                     ],
  5216.                                     'galleryEntryID' => [
  5217.                                         'description' => 'The gallery entry id',
  5218.                                         'type' => 'Int!',
  5219.                                     ],
  5220.                                 ],
  5221.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  5222.                             ],
  5223.                             'setCompanyProfileGalleryDocumentCaption' => [
  5224.                                 'type' => 'ProfileUpdateResponse!',
  5225.                                 'args' => [
  5226.                                     'profileID' => [
  5227.                                         'description' => 'The profile id',
  5228.                                         'type' => 'Int!',
  5229.                                     ],
  5230.                                     'galleryEntryID' => [
  5231.                                         'description' => 'The gallery entry id',
  5232.                                         'type' => 'Int!',
  5233.                                     ],
  5234.                                     'caption' => [
  5235.                                         'description' => 'The caption',
  5236.                                         'type' => 'String!',
  5237.                                     ],
  5238.                                 ],
  5239.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  5240.                             ],
  5241.                             'addCompanyProfileGalleryVideo' => [
  5242.                                 'type' => 'ProfileUpdateResponse!',
  5243.                                 'args' => [
  5244.                                     'profileID' => [
  5245.                                         'description' => 'The profile id',
  5246.                                         'type' => 'Int!',
  5247.                                     ],
  5248.                                     'youtubeURL' => [
  5249.                                         'description' => 'The youtube url',
  5250.                                         'type' => 'String!',
  5251.                                     ],
  5252.                                     'videoName' => [
  5253.                                         'description' => 'The video name',
  5254.                                         'type' => 'String!',
  5255.                                     ],
  5256.                                 ],
  5257.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  5258.                             ],
  5259.                             'removeCompanyProfileGalleryVideo' => [
  5260.                                 'type' => 'ProfileUpdateResponse!',
  5261.                                 'args' => [
  5262.                                     'profileID' => [
  5263.                                         'description' => 'The profile id',
  5264.                                         'type' => 'Int!',
  5265.                                     ],
  5266.                                     'galleryEntryID' => [
  5267.                                         'description' => 'The gallery entry id',
  5268.                                         'type' => 'Int!',
  5269.                                     ],
  5270.                                 ],
  5271.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  5272.                             ],
  5273.                             'setCompanyProfileGalleryVideoCaption' => [
  5274.                                 'type' => 'ProfileUpdateResponse!',
  5275.                                 'args' => [
  5276.                                     'profileID' => [
  5277.                                         'description' => 'The profile id',
  5278.                                         'type' => 'Int!',
  5279.                                     ],
  5280.                                     'galleryEntryID' => [
  5281.                                         'description' => 'The gallery entry id',
  5282.                                         'type' => 'Int!',
  5283.                                     ],
  5284.                                     'caption' => [
  5285.                                         'description' => 'The caption',
  5286.                                         'type' => 'String!',
  5287.                                     ],
  5288.                                 ],
  5289.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  5290.                             ],
  5291.                             'setCompanyProfileGalleryItemsVisability' => [
  5292.                                 'type' => 'ProfileUpdateResponse!',
  5293.                                 'args' => [
  5294.                                     'profileID' => [
  5295.                                         'description' => 'The profile id',
  5296.                                         'type' => 'Int!',
  5297.                                     ],
  5298.                                     'galleryEntryIDs' => [
  5299.                                         'description' => 'The gallery entry id',
  5300.                                         'type' => '[Int!]',
  5301.                                     ],
  5302.                                     'visible' => [
  5303.                                         'description' => 'enable or disable visibility',
  5304.                                         'type' => 'Boolean!',
  5305.                                     ],
  5306.                                 ],
  5307.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryItemsVisibility", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  5308.                             ],
  5309.                             'setCompanyProfileGalleryItemsPosition' => [
  5310.                                 'type' => 'ProfileUpdateResponse!',
  5311.                                 'args' => [
  5312.                                     'profileID' => [
  5313.                                         'description' => 'The profile id',
  5314.                                         'type' => 'Int!',
  5315.                                     ],
  5316.                                     'galleryEntryIDs' => [
  5317.                                         'description' => 'The gallery entry id',
  5318.                                         'type' => '[Int!]',
  5319.                                     ],
  5320.                                 ],
  5321.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  5322.                             ],
  5323.                             'updateCompanyProfileLinks' => [
  5324.                                 'type' => 'ProfileUpdateResponse!',
  5325.                                 'args' => [
  5326.                                     'profileID' => [
  5327.                                         'description' => 'The profile id',
  5328.                                         'type' => 'Int!',
  5329.                                     ],
  5330.                                     'links' => [
  5331.                                         'description' => 'The link urls',
  5332.                                         'type' => '[InLink!]',
  5333.                                     ],
  5334.                                 ],
  5335.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  5336.                             ],
  5337.                             'addCompanyProfileLocation' => [
  5338.                                 'type' => 'ProfileUpdateResponse!',
  5339.                                 'args' => [
  5340.                                     'profileID' => [
  5341.                                         'description' => 'The profile id',
  5342.                                         'type' => 'Int!',
  5343.                                     ],
  5344.                                     'location' => [
  5345.                                         'description' => 'The location data',
  5346.                                         'type' => 'InLocation!',
  5347.                                     ],
  5348.                                 ],
  5349.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addLocation", args["profileID"], args["location"])',
  5350.                             ],
  5351.                             'removeCompanyProfileLocation' => [
  5352.                                 'type' => 'ProfileUpdateResponse!',
  5353.                                 'args' => [
  5354.                                     'profileID' => [
  5355.                                         'description' => 'The profile id',
  5356.                                         'type' => 'Int!',
  5357.                                     ],
  5358.                                     'locationID' => [
  5359.                                         'description' => 'The location ID',
  5360.                                         'type' => 'Int!',
  5361.                                     ],
  5362.                                 ],
  5363.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  5364.                             ],
  5365.                             'updateCompanyProfileLocation' => [
  5366.                                 'type' => 'ProfileUpdateResponse!',
  5367.                                 'args' => [
  5368.                                     'profileID' => [
  5369.                                         'description' => 'The profile id',
  5370.                                         'type' => 'Int!',
  5371.                                     ],
  5372.                                     'locationID' => [
  5373.                                         'description' => 'The location ID',
  5374.                                         'type' => 'Int!',
  5375.                                     ],
  5376.                                     'location' => [
  5377.                                         'description' => 'The location data',
  5378.                                         'type' => 'InLocation!',
  5379.                                     ],
  5380.                                 ],
  5381.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  5382.                             ],
  5383.                             'toggleCompanyProfileBenefit' => [
  5384.                                 'type' => 'ProfileUpdateResponse!',
  5385.                                 'args' => [
  5386.                                     'profileID' => [
  5387.                                         'description' => 'The profile id',
  5388.                                         'type' => 'Int!',
  5389.                                     ],
  5390.                                     'benefitID' => [
  5391.                                         'description' => 'The benefit id',
  5392.                                         'type' => 'Int!',
  5393.                                     ],
  5394.                                     'enable' => [
  5395.                                         'description' => 'enable or disable',
  5396.                                         'type' => 'Boolean!',
  5397.                                     ],
  5398.                                 ],
  5399.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleBenefit", args["profileID"], args["benefitID"], args["enable"])',
  5400.                             ],
  5401.                             'setCompanyProfileBenefits' => [
  5402.                                 'type' => 'ProfileUpdateResponse!',
  5403.                                 'args' => [
  5404.                                     'profileID' => [
  5405.                                         'description' => 'The profile id',
  5406.                                         'type' => 'Int!',
  5407.                                     ],
  5408.                                     'benefitIDs' => [
  5409.                                         'description' => 'The benefit ids',
  5410.                                         'type' => '[Int!]',
  5411.                                     ],
  5412.                                 ],
  5413.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setBenefits", args["profileID"], args["benefitIDs"])',
  5414.                             ],
  5415.                             'toggleCompanyProfileCertificate' => [
  5416.                                 'type' => 'ProfileUpdateResponse!',
  5417.                                 'args' => [
  5418.                                     'profileID' => [
  5419.                                         'description' => 'The profile id',
  5420.                                         'type' => 'Int!',
  5421.                                     ],
  5422.                                     'certificateID' => [
  5423.                                         'description' => 'The certificate id',
  5424.                                         'type' => 'Int!',
  5425.                                     ],
  5426.                                     'enable' => [
  5427.                                         'description' => 'enable or disable',
  5428.                                         'type' => 'Boolean!',
  5429.                                     ],
  5430.                                 ],
  5431.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleCertificate", args["profileID"], args["certificateID"], args["enable"])',
  5432.                             ],
  5433.                             'toggleCompanyProfileJob' => [
  5434.                                 'type' => 'ProfileUpdateResponse!',
  5435.                                 'args' => [
  5436.                                     'profileID' => [
  5437.                                         'description' => 'The profile id',
  5438.                                         'type' => 'Int!',
  5439.                                     ],
  5440.                                     'jobID' => [
  5441.                                         'description' => 'The job id',
  5442.                                         'type' => 'Int!',
  5443.                                     ],
  5444.                                     'enable' => [
  5445.                                         'description' => 'enable or disable',
  5446.                                         'type' => 'Boolean!',
  5447.                                     ],
  5448.                                 ],
  5449.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  5450.                             ],
  5451.                             'setCompanyProfileOffers' => [
  5452.                                 'type' => 'ProfileUpdateResponse!',
  5453.                                 'args' => [
  5454.                                     'profileID' => [
  5455.                                         'description' => 'The profile id',
  5456.                                         'type' => 'Int!',
  5457.                                     ],
  5458.                                     'offerIDs' => [
  5459.                                         'description' => 'The offer ids',
  5460.                                         'type' => '[Int!]',
  5461.                                     ],
  5462.                                 ],
  5463.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  5464.                             ],
  5465.                             'setCompanyProfileOffersDate' => [
  5466.                                 'type' => 'ProfileUpdateResponse!',
  5467.                                 'args' => [
  5468.                                     'profileID' => [
  5469.                                         'description' => 'The profile id',
  5470.                                         'type' => 'Int!',
  5471.                                     ],
  5472.                                     'offers' => [
  5473.                                         'description' => 'Array of offer data',
  5474.                                         'type' => '[InOffer!]',
  5475.                                     ],
  5476.                                 ],
  5477.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setOffersDate", args["profileID"], args["offers"])',
  5478.                             ],
  5479.                             'toggleCompanyProfileOffer' => [
  5480.                                 'type' => 'ProfileUpdateResponse!',
  5481.                                 'args' => [
  5482.                                     'profileID' => [
  5483.                                         'description' => 'The profile id',
  5484.                                         'type' => 'Int!',
  5485.                                     ],
  5486.                                     'offerID' => [
  5487.                                         'description' => 'The offer id',
  5488.                                         'type' => 'Int!',
  5489.                                     ],
  5490.                                     'enable' => [
  5491.                                         'description' => 'enable or disable',
  5492.                                         'type' => 'Boolean!',
  5493.                                     ],
  5494.                                 ],
  5495.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  5496.                             ],
  5497.                             'updateCompanyProfileDescription' => [
  5498.                                 'type' => 'ProfileUpdateResponse!',
  5499.                                 'args' => [
  5500.                                     'profileID' => [
  5501.                                         'description' => 'The profile id',
  5502.                                         'type' => 'Int!',
  5503.                                     ],
  5504.                                     'description' => [
  5505.                                         'description' => 'The company profile description',
  5506.                                         'type' => 'String!',
  5507.                                     ],
  5508.                                 ],
  5509.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateDescription", args["profileID"], args["description"])',
  5510.                             ],
  5511.                             'updateCompanyProfileEducationInformation' => [
  5512.                                 'type' => 'ProfileUpdateResponse!',
  5513.                                 'args' => [
  5514.                                     'profileID' => [
  5515.                                         'description' => 'The profile id',
  5516.                                         'type' => 'Int!',
  5517.                                     ],
  5518.                                     'educationInformation' => [
  5519.                                         'description' => 'The education information',
  5520.                                         'type' => 'String!',
  5521.                                     ],
  5522.                                 ],
  5523.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  5524.                             ],
  5525.                             'setCompanyProfileHeader' => [
  5526.                                 'type' => 'ProfileUpdateResponse!',
  5527.                                 'args' => [
  5528.                                     'profileID' => [
  5529.                                         'description' => 'The profile id',
  5530.                                         'type' => 'Int!',
  5531.                                     ],
  5532.                                     'galleryEntryID' => [
  5533.                                         'description' => 'The gallery entry id',
  5534.                                         'type' => 'Int!',
  5535.                                     ],
  5536.                                 ],
  5537.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  5538.                             ],
  5539.                             'removeCompanyProfileHeader' => [
  5540.                                 'type' => 'ProfileUpdateResponse!',
  5541.                                 'args' => [
  5542.                                     'profileID' => [
  5543.                                         'description' => 'The profile id',
  5544.                                         'type' => 'Int!',
  5545.                                     ],
  5546.                                 ],
  5547.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeHeaderPicture", args["profileID"])',
  5548.                             ],
  5549.                             'updateCompanyProfileLogo' => [
  5550.                                 'type' => 'ProfileUpdateResponse!',
  5551.                                 'args' => [
  5552.                                     'profileID' => [
  5553.                                         'description' => 'The profile id',
  5554.                                         'type' => 'Int!',
  5555.                                     ],
  5556.                                     'logo' => [
  5557.                                         'description' => 'The picture of the logo',
  5558.                                         'type' => 'UploadFile!',
  5559.                                     ],
  5560.                                     'copyright' => [
  5561.                                         'description' => 'The copyright of the picture',
  5562.                                         'type' => 'String',
  5563.                                     ],
  5564.                                 ],
  5565.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  5566.                             ],
  5567.                             'updateCompanyProfileLogoByGallery' => [
  5568.                                 'type' => 'ProfileUpdateResponse!',
  5569.                                 'args' => [
  5570.                                     'profileID' => [
  5571.                                         'description' => 'The profile id',
  5572.                                         'type' => 'Int!',
  5573.                                     ],
  5574.                                     'galleryEntryID' => [
  5575.                                         'description' => 'The gallery entry id',
  5576.                                         'type' => 'Int!',
  5577.                                     ],
  5578.                                 ],
  5579.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogoByGallery", args["profileID"], args["galleryEntryID"])',
  5580.                             ],
  5581.                             'updateCompanyProfileLogoStyle' => [
  5582.                                 'type' => 'ProfileUpdateResponse!',
  5583.                                 'args' => [
  5584.                                     'profileID' => [
  5585.                                         'description' => 'The profile id',
  5586.                                         'type' => 'Int!',
  5587.                                     ],
  5588.                                     'logoStyle' => [
  5589.                                         'description' => 'The logo style',
  5590.                                         'type' => 'LogoStyle!',
  5591.                                     ],
  5592.                                     'copyright' => [
  5593.                                         'description' => 'The copyright of the picture',
  5594.                                         'type' => 'String',
  5595.                                     ],
  5596.                                 ],
  5597.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  5598.                             ],
  5599.                             'removeCompanyProfileLogo' => [
  5600.                                 'type' => 'ProfileUpdateResponse!',
  5601.                                 'args' => [
  5602.                                     'profileID' => [
  5603.                                         'description' => 'The profile id',
  5604.                                         'type' => 'Int!',
  5605.                                     ],
  5606.                                 ],
  5607.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLogo", args["profileID"])',
  5608.                             ],
  5609.                             'updateCompanyProfileName' => [
  5610.                                 'type' => 'ProfileUpdateResponse!',
  5611.                                 'args' => [
  5612.                                     'profileID' => [
  5613.                                         'description' => 'The profile id',
  5614.                                         'type' => 'Int!',
  5615.                                     ],
  5616.                                     'name' => [
  5617.                                         'description' => 'The new profile name',
  5618.                                         'type' => 'String!',
  5619.                                     ],
  5620.                                 ],
  5621.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateName", args["profileID"], args["name"])',
  5622.                             ],
  5623.                             'updateCompanyProfileSize' => [
  5624.                                 'type' => 'ProfileUpdateResponse!',
  5625.                                 'args' => [
  5626.                                     'profileID' => [
  5627.                                         'description' => 'The profile id',
  5628.                                         'type' => 'Int!',
  5629.                                     ],
  5630.                                     'companySizeID' => [
  5631.                                         'description' => 'The company size id',
  5632.                                         'type' => 'Int!',
  5633.                                     ],
  5634.                                 ],
  5635.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanySize", args["profileID"], args["companySizeID"])',
  5636.                             ],
  5637.                             'updateCompanyProfileYearOfFoundation' => [
  5638.                                 'type' => 'ProfileUpdateResponse!',
  5639.                                 'args' => [
  5640.                                     'profileID' => [
  5641.                                         'description' => 'The profile id',
  5642.                                         'type' => 'Int!',
  5643.                                     ],
  5644.                                     'year' => [
  5645.                                         'description' => 'The year of foundation',
  5646.                                         'type' => 'Int!',
  5647.                                     ],
  5648.                                 ],
  5649.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateYearFoundation", args["profileID"], args["year"])',
  5650.                             ],
  5651.                             'setCompanyProfileSelected' => [
  5652.                                 'type' => 'Status!',
  5653.                                 'args' => [
  5654.                                     'profileID' => [
  5655.                                         'description' => 'The company profile id',
  5656.                                         'type' => 'Int!',
  5657.                                     ],
  5658.                                 ],
  5659.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setCompanyProfileSelected", args["profileID"])',
  5660.                             ],
  5661.                             'deleteCompanyProfileQuiz' => [
  5662.                                 'type' => 'Status!',
  5663.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::deleteCompanyProfileQuiz")',
  5664.                             ],
  5665.                             'updateCompanyProfileQuizQuestions' => [
  5666.                                 'type' => 'Status!',
  5667.                                 'args' => [
  5668.                                     'questions' => [
  5669.                                         'description' => 'The questions',
  5670.                                         'type' => '[InQuizQuestion!]',
  5671.                                     ],
  5672.                                 ],
  5673.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanyProfileQuizQuestions", args["questions"])',
  5674.                             ],
  5675.                             'addJobMarket' => [
  5676.                                 'type' => 'JobMarket!',
  5677.                                 'args' => [
  5678.                                     'data' => [
  5679.                                         'description' => 'The minimum job market data',
  5680.                                         'type' => 'InJobMarket!',
  5681.                                     ],
  5682.                                 ],
  5683.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::addJobMarket", args["data"])',
  5684.                             ],
  5685.                             'createJobMarket' => [
  5686.                                 'type' => 'JobMarket!',
  5687.                                 'args' => [
  5688.                                     'jobTitle' => [
  5689.                                         'description' => 'The job market title',
  5690.                                         'type' => 'String!',
  5691.                                     ],
  5692.                                 ],
  5693.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::createJobMarket", args["jobTitle"])',
  5694.                             ],
  5695.                             'deleteJobMarket' => [
  5696.                                 'type' => 'Status!',
  5697.                                 'args' => [
  5698.                                     'jobMarketID' => [
  5699.                                         'description' => 'The job market id',
  5700.                                         'type' => 'Int!',
  5701.                                     ],
  5702.                                 ],
  5703.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::deleteJobMarket", args["jobMarketID"])',
  5704.                             ],
  5705.                             'updateJobMarketImage' => [
  5706.                                 'type' => 'Status!',
  5707.                                 'args' => [
  5708.                                     'jobMarketID' => [
  5709.                                         'description' => 'The job market id',
  5710.                                         'type' => 'Int!',
  5711.                                     ],
  5712.                                     'image' => [
  5713.                                         'description' => 'The image',
  5714.                                         'type' => 'UploadFile!',
  5715.                                     ],
  5716.                                 ],
  5717.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateImage", args["jobMarketID"], args["image"])',
  5718.                             ],
  5719.                             'updateJobMarketImageByGallery' => [
  5720.                                 'type' => 'Status!',
  5721.                                 'args' => [
  5722.                                     'jobMarketID' => [
  5723.                                         'description' => 'The job market id',
  5724.                                         'type' => 'Int!',
  5725.                                     ],
  5726.                                     'galleryEntryID' => [
  5727.                                         'description' => 'The gallery entry id',
  5728.                                         'type' => 'Int!',
  5729.                                     ],
  5730.                                 ],
  5731.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateImageByGallery", args["jobMarketID"], args["galleryEntryID"])',
  5732.                             ],
  5733.                             'updateJobMarketJobs' => [
  5734.                                 'type' => 'Status!',
  5735.                                 'args' => [
  5736.                                     'jobMarketID' => [
  5737.                                         'description' => 'The job market id',
  5738.                                         'type' => 'Int!',
  5739.                                     ],
  5740.                                     'jobIDs' => [
  5741.                                         'description' => 'The job IDs',
  5742.                                         'type' => '[Int!]',
  5743.                                     ],
  5744.                                 ],
  5745.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateJobs", args["jobMarketID"], args["jobIDs"])',
  5746.                             ],
  5747.                             'updateJobMarketName' => [
  5748.                                 'type' => 'Status!',
  5749.                                 'args' => [
  5750.                                     'jobMarketID' => [
  5751.                                         'description' => 'The job market id',
  5752.                                         'type' => 'Int!',
  5753.                                     ],
  5754.                                     'name' => [
  5755.                                         'description' => 'The new name',
  5756.                                         'type' => 'String!',
  5757.                                     ],
  5758.                                 ],
  5759.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateName", args["jobMarketID"], args["name"])',
  5760.                             ],
  5761.                             'updateJobMarketNumberOfPositions' => [
  5762.                                 'type' => 'Status!',
  5763.                                 'args' => [
  5764.                                     'jobMarketID' => [
  5765.                                         'description' => 'The job market id',
  5766.                                         'type' => 'Int!',
  5767.                                     ],
  5768.                                     'numberOfPositions' => [
  5769.                                         'description' => 'The number of positions',
  5770.                                         'type' => 'Int!',
  5771.                                     ],
  5772.                                 ],
  5773.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateNumberOfPositions", args["jobMarketID"], args["numberOfPositions"])',
  5774.                             ],
  5775.                             'updateJobMarketOpenClose' => [
  5776.                                 'type' => 'Status!',
  5777.                                 'args' => [
  5778.                                     'jobMarketID' => [
  5779.                                         'description' => 'The job market id',
  5780.                                         'type' => 'Int!',
  5781.                                     ],
  5782.                                     'openDate' => [
  5783.                                         'description' => 'The open date',
  5784.                                         'type' => 'String!',
  5785.                                     ],
  5786.                                     'closeDate' => [
  5787.                                         'description' => 'The close date',
  5788.                                         'type' => 'String!',
  5789.                                     ],
  5790.                                 ],
  5791.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateOpenClose", args["jobMarketID"], args["openDate"], args["closeDate"])',
  5792.                             ],
  5793.                             'updateJobMarketPositionType' => [
  5794.                                 'type' => 'Status!',
  5795.                                 'args' => [
  5796.                                     'jobMarketID' => [
  5797.                                         'description' => 'The job market id',
  5798.                                         'type' => 'Int!',
  5799.                                     ],
  5800.                                     'positionType' => [
  5801.                                         'description' => 'The position type',
  5802.                                         'type' => 'JobMarketPositionType!',
  5803.                                     ],
  5804.                                 ],
  5805.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updatePositionType", args["jobMarketID"], args["positionType"])',
  5806.                             ],
  5807.                             'updateJobMarketAdditionalInfo' => [
  5808.                                 'type' => 'Status!',
  5809.                                 'args' => [
  5810.                                     'jobMarketID' => [
  5811.                                         'description' => 'The job market id',
  5812.                                         'type' => 'Int!',
  5813.                                     ],
  5814.                                     'additionalInfo' => [
  5815.                                         'description' => 'The additional info text',
  5816.                                         'type' => 'String!',
  5817.                                     ],
  5818.                                 ],
  5819.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateAdditionalInfo", args["jobMarketID"], args["additionalInfo"])',
  5820.                             ],
  5821.                             'updateJobMarketAddresses' => [
  5822.                                 'type' => 'Status!',
  5823.                                 'args' => [
  5824.                                     'jobMarketID' => [
  5825.                                         'description' => 'The job market id',
  5826.                                         'type' => 'Int!',
  5827.                                     ],
  5828.                                     'companyLocationIDs' => [
  5829.                                         'description' => 'The company location id',
  5830.                                         'type' => '[Int!]',
  5831.                                     ],
  5832.                                 ],
  5833.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateAddresses", args["jobMarketID"], args["companyLocationIDs"])',
  5834.                             ],
  5835.                             'updateJobMarketApplyType' => [
  5836.                                 'type' => 'Status!',
  5837.                                 'args' => [
  5838.                                     'jobMarketID' => [
  5839.                                         'description' => 'The job market id',
  5840.                                         'type' => 'Int!',
  5841.                                     ],
  5842.                                     'applyType' => [
  5843.                                         'description' => 'The apply type',
  5844.                                         'type' => 'JobMarketApplyType!',
  5845.                                     ],
  5846.                                 ],
  5847.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyType", args["jobMarketID"], args["applyType"])',
  5848.                             ],
  5849.                             'updateJobMarketApplyTypeUrl' => [
  5850.                                 'type' => 'Status!',
  5851.                                 'args' => [
  5852.                                     'jobMarketID' => [
  5853.                                         'description' => 'The job market id',
  5854.                                         'type' => 'Int!',
  5855.                                     ],
  5856.                                     'applyType' => [
  5857.                                         'description' => 'The apply type',
  5858.                                         'type' => 'JobMarketApplyType!',
  5859.                                     ],
  5860.                                     'url' => [
  5861.                                         'description' => 'The url string',
  5862.                                         'type' => 'String!',
  5863.                                     ],
  5864.                                 ],
  5865.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyTypeUrl", args["jobMarketID"], args["applyType"], args["url"])',
  5866.                             ],
  5867.                             'updateJobMarketViewType' => [
  5868.                                 'type' => 'Status!',
  5869.                                 'args' => [
  5870.                                     'jobMarketID' => [
  5871.                                         'description' => 'The job market id',
  5872.                                         'type' => 'Int!',
  5873.                                     ],
  5874.                                     'viewType' => [
  5875.                                         'description' => 'The view type',
  5876.                                         'type' => 'JobMarketViewType!',
  5877.                                     ],
  5878.                                 ],
  5879.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateViewType", args["jobMarketID"], args["viewType"])',
  5880.                             ],
  5881.                             'updateJobMarketDescription' => [
  5882.                                 'type' => 'Status!',
  5883.                                 'args' => [
  5884.                                     'jobMarketID' => [
  5885.                                         'description' => 'The job market id',
  5886.                                         'type' => 'Int!',
  5887.                                     ],
  5888.                                     'description' => [
  5889.                                         'description' => 'The description text',
  5890.                                         'type' => 'String!',
  5891.                                     ],
  5892.                                 ],
  5893.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDescription", args["jobMarketID"], args["description"])',
  5894.                             ],
  5895.                             'updateJobMarketDetails' => [
  5896.                                 'type' => 'Status!',
  5897.                                 'args' => [
  5898.                                     'jobMarketID' => [
  5899.                                         'description' => 'The job market id',
  5900.                                         'type' => 'Int!',
  5901.                                     ],
  5902.                                     'details' => [
  5903.                                         'description' => 'The details text',
  5904.                                         'type' => 'String!',
  5905.                                     ],
  5906.                                 ],
  5907.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDetails", args["jobMarketID"], args["details"])',
  5908.                             ],
  5909.                             'updateJobMarketRequirements' => [
  5910.                                 'type' => 'Status!',
  5911.                                 'args' => [
  5912.                                     'jobMarketID' => [
  5913.                                         'description' => 'The job market id',
  5914.                                         'type' => 'Int!',
  5915.                                     ],
  5916.                                     'requirements' => [
  5917.                                         'description' => 'The requirements text',
  5918.                                         'type' => 'String!',
  5919.                                     ],
  5920.                                 ],
  5921.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateRequirements", args["jobMarketID"], args["requirements"])',
  5922.                             ],
  5923.                             'updateJobMarketSalary' => [
  5924.                                 'type' => 'Status!',
  5925.                                 'args' => [
  5926.                                     'jobMarketID' => [
  5927.                                         'description' => 'The job market id',
  5928.                                         'type' => 'Int!',
  5929.                                     ],
  5930.                                     'salary' => [
  5931.                                         'description' => 'The salary text',
  5932.                                         'type' => 'String!',
  5933.                                     ],
  5934.                                 ],
  5935.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateSalary", args["jobMarketID"], args["salary"])',
  5936.                             ],
  5937.                             'updateJobMarketStartDate' => [
  5938.                                 'type' => 'Status!',
  5939.                                 'args' => [
  5940.                                     'jobMarketID' => [
  5941.                                         'description' => 'The job market id',
  5942.                                         'type' => 'Int!',
  5943.                                     ],
  5944.                                     'startDate' => [
  5945.                                         'description' => 'The start date',
  5946.                                         'type' => 'String!',
  5947.                                     ],
  5948.                                 ],
  5949.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartDate", args["jobMarketID"], args["startDate"])',
  5950.                             ],
  5951.                             'updateJobMarketStartType' => [
  5952.                                 'type' => 'Status!',
  5953.                                 'args' => [
  5954.                                     'jobMarketID' => [
  5955.                                         'description' => 'The job market id',
  5956.                                         'type' => 'Int!',
  5957.                                     ],
  5958.                                     'startType' => [
  5959.                                         'description' => 'The start type',
  5960.                                         'type' => 'JobMarketStartType!',
  5961.                                     ],
  5962.                                 ],
  5963.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartType", args["jobMarketID"], args["startType"])',
  5964.                             ],
  5965.                             'updateJobMarketApplyUntil' => [
  5966.                                 'type' => 'Status!',
  5967.                                 'args' => [
  5968.                                     'jobMarketID' => [
  5969.                                         'description' => 'The job market id',
  5970.                                         'type' => 'Int!',
  5971.                                     ],
  5972.                                     'applyUntilDate' => [
  5973.                                         'description' => 'The start date',
  5974.                                         'type' => 'String',
  5975.                                     ],
  5976.                                 ],
  5977.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyUntil", args["jobMarketID"], args["applyUntilDate"])',
  5978.                             ],
  5979.                             'updateJobMarketContact' => [
  5980.                                 'type' => 'Status!',
  5981.                                 'args' => [
  5982.                                     'jobMarketID' => [
  5983.                                         'description' => 'The job market id',
  5984.                                         'type' => 'Int!',
  5985.                                     ],
  5986.                                     'contactID' => [
  5987.                                         'description' => 'The contactID',
  5988.                                         'type' => 'Int!',
  5989.                                     ],
  5990.                                 ],
  5991.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateContact", args["jobMarketID"], args["contactID"])',
  5992.                             ],
  5993.                             'deleteJobMarketCustomAdvertisment' => [
  5994.                                 'type' => 'Status!',
  5995.                                 'args' => [
  5996.                                     'jobMarketID' => [
  5997.                                         'description' => 'The job market id',
  5998.                                         'type' => 'Int!',
  5999.                                     ],
  6000.                                 ],
  6001.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::deleteCustomAdvertisment", args["jobMarketID"])',
  6002.                             ],
  6003.                             'updateJobMarketCustomAdvertisment' => [
  6004.                                 'type' => 'Status!',
  6005.                                 'args' => [
  6006.                                     'jobMarketID' => [
  6007.                                         'description' => 'The job market id',
  6008.                                         'type' => 'Int!',
  6009.                                     ],
  6010.                                     'mediaFile' => [
  6011.                                         'description' => 'The custom advertisment media file',
  6012.                                         'type' => 'UploadFile!',
  6013.                                     ],
  6014.                                 ],
  6015.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateCustomAdvertisment", args["jobMarketID"], args["mediaFile"])',
  6016.                             ],
  6017.                             'updateJobMarketState' => [
  6018.                                 'type' => 'Status!',
  6019.                                 'args' => [
  6020.                                     'jobMarketID' => [
  6021.                                         'description' => 'The job market id',
  6022.                                         'type' => 'Int!',
  6023.                                     ],
  6024.                                     'state' => [
  6025.                                         'description' => 'The state',
  6026.                                         'type' => 'JobMarketState!',
  6027.                                     ],
  6028.                                 ],
  6029.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateState", args["jobMarketID"], args["state"])',
  6030.                             ],
  6031.                             'updateJobMarketUrl' => [
  6032.                                 'type' => 'Status!',
  6033.                                 'args' => [
  6034.                                     'jobMarketID' => [
  6035.                                         'description' => 'The job market id',
  6036.                                         'type' => 'Int!',
  6037.                                     ],
  6038.                                     'url' => [
  6039.                                         'description' => 'The url string',
  6040.                                         'type' => 'String!',
  6041.                                     ],
  6042.                                 ],
  6043.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateUrl", args["jobMarketID"], args["url"])',
  6044.                             ],
  6045.                             'addSchoolTeacher' => [
  6046.                                 'type' => 'Status!',
  6047.                                 'args' => [
  6048.                                     'email' => [
  6049.                                         'description' => 'The Teacher email',
  6050.                                         'type' => 'String!',
  6051.                                     ],
  6052.                                 ],
  6053.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::addSchoolTeacher", args["email"])',
  6054.                             ],
  6055.                             'removeSchoolTeacher' => [
  6056.                                 'type' => 'Status!',
  6057.                                 'args' => [
  6058.                                     'teacherID' => [
  6059.                                         'description' => 'The TeacherID',
  6060.                                         'type' => 'Int!',
  6061.                                     ],
  6062.                                 ],
  6063.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::removeSchoolTeacher", args["teacherID"])',
  6064.                             ],
  6065.                             'addSchoolClass' => [
  6066.                                 'type' => 'Status!',
  6067.                                 'args' => [
  6068.                                     'data' => [
  6069.                                         'description' => 'The school class data',
  6070.                                         'type' => 'InSchoolClass!',
  6071.                                     ],
  6072.                                 ],
  6073.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClass", args["data"])',
  6074.                             ],
  6075.                             'updateSchoolClass' => [
  6076.                                 'type' => 'Status!',
  6077.                                 'args' => [
  6078.                                     'schoolClassID' => [
  6079.                                         'description' => 'The SchoolClassID',
  6080.                                         'type' => 'Int!',
  6081.                                     ],
  6082.                                     'data' => [
  6083.                                         'description' => 'The school class data',
  6084.                                         'type' => 'InSchoolClass!',
  6085.                                     ],
  6086.                                 ],
  6087.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::updateSchoolClass", args["schoolClassID"], args["data"])',
  6088.                             ],
  6089.                             'removeSchoolClass' => [
  6090.                                 'type' => 'Status!',
  6091.                                 'args' => [
  6092.                                     'schoolClassID' => [
  6093.                                         'description' => 'The SchoolClassID',
  6094.                                         'type' => 'Int!',
  6095.                                     ],
  6096.                                 ],
  6097.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClass", args["schoolClassID"])',
  6098.                             ],
  6099.                             'addSchoolClassTeacher' => [
  6100.                                 'type' => 'Status!',
  6101.                                 'args' => [
  6102.                                     'schoolClassID' => [
  6103.                                         'description' => 'The SchoolClassID',
  6104.                                         'type' => 'Int!',
  6105.                                     ],
  6106.                                     'email' => [
  6107.                                         'description' => 'The Teacher email',
  6108.                                         'type' => 'String!',
  6109.                                     ],
  6110.                                 ],
  6111.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClassTeacher", args["schoolClassID"], args["email"])',
  6112.                             ],
  6113.                             'removeSchoolClassTeacher' => [
  6114.                                 'type' => 'Status!',
  6115.                                 'args' => [
  6116.                                     'schoolClassID' => [
  6117.                                         'description' => 'The SchoolClassID',
  6118.                                         'type' => 'Int!',
  6119.                                     ],
  6120.                                     'teacherID' => [
  6121.                                         'description' => 'The TeacherID',
  6122.                                         'type' => 'Int!',
  6123.                                     ],
  6124.                                 ],
  6125.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClassTeacher", args["schoolClassID"], args["teacherID"])',
  6126.                             ],
  6127.                             'sendTeachingIdea' => [
  6128.                                 'type' => 'Status!',
  6129.                                 'args' => [
  6130.                                     'schoolClassID' => [
  6131.                                         'description' => 'The SchoolClassID',
  6132.                                         'type' => 'Int!',
  6133.                                     ],
  6134.                                     'data' => [
  6135.                                         'description' => 'The teaching idea data',
  6136.                                         'type' => 'InTeachingIdea!',
  6137.                                     ],
  6138.                                 ],
  6139.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::sendTeachingIdea", args["schoolClassID"], args["data"])',
  6140.                             ],
  6141.                             'addSchoolProfileContact' => [
  6142.                                 'type' => 'ProfileUpdateResponse!',
  6143.                                 'args' => [
  6144.                                     'profileID' => [
  6145.                                         'description' => 'The profile id',
  6146.                                         'type' => 'Int!',
  6147.                                     ],
  6148.                                     'contact' => [
  6149.                                         'description' => 'The contact data',
  6150.                                         'type' => 'InContactPerson!',
  6151.                                     ],
  6152.                                 ],
  6153.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addContact", args["profileID"], args["contact"])',
  6154.                             ],
  6155.                             'removeSchoolProfileContact' => [
  6156.                                 'type' => 'ProfileUpdateResponse!',
  6157.                                 'args' => [
  6158.                                     'profileID' => [
  6159.                                         'description' => 'The profile id',
  6160.                                         'type' => 'Int!',
  6161.                                     ],
  6162.                                     'galleryEntryID' => [
  6163.                                         'description' => 'The contact id',
  6164.                                         'type' => 'Int!',
  6165.                                     ],
  6166.                                 ],
  6167.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  6168.                             ],
  6169.                             'updateSchoolProfileContact' => [
  6170.                                 'type' => 'ProfileUpdateResponse!',
  6171.                                 'args' => [
  6172.                                     'profileID' => [
  6173.                                         'description' => 'The profile id',
  6174.                                         'type' => 'Int!',
  6175.                                     ],
  6176.                                     'contactID' => [
  6177.                                         'description' => 'The contact id',
  6178.                                         'type' => 'Int!',
  6179.                                     ],
  6180.                                     'contact' => [
  6181.                                         'description' => 'The contact data',
  6182.                                         'type' => 'InContactPerson!',
  6183.                                     ],
  6184.                                 ],
  6185.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  6186.                             ],
  6187.                             'updateSchoolProfileContactPosition' => [
  6188.                                 'type' => 'ProfileUpdateResponse!',
  6189.                                 'args' => [
  6190.                                     'profileID' => [
  6191.                                         'description' => 'The profile id',
  6192.                                         'type' => 'Int!',
  6193.                                     ],
  6194.                                     'contactGalleryEntryIDs' => [
  6195.                                         'description' => 'The contact ids',
  6196.                                         'type' => '[Int!]',
  6197.                                     ],
  6198.                                 ],
  6199.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContactPositions", args["profileID"], args["contactGalleryEntryIDs"])',
  6200.                             ],
  6201.                             'updateSchoolProfileContactVisability' => [
  6202.                                 'type' => 'ProfileUpdateResponse!',
  6203.                                 'args' => [
  6204.                                     'profileID' => [
  6205.                                         'description' => 'The profile id',
  6206.                                         'type' => 'Int!',
  6207.                                     ],
  6208.                                     'galleryEntryID' => [
  6209.                                         'description' => 'The contact id',
  6210.                                         'type' => 'Int!',
  6211.                                     ],
  6212.                                     'visible' => [
  6213.                                         'description' => 'enable or disable visibility',
  6214.                                         'type' => 'Boolean!',
  6215.                                     ],
  6216.                                 ],
  6217.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContactVisibility", args["profileID"], args["galleryEntryID"], args["visible"])',
  6218.                             ],
  6219.                             'addSchoolProfileGalleryPicture' => [
  6220.                                 'type' => 'ProfileUpdateResponse!',
  6221.                                 'args' => [
  6222.                                     'profileID' => [
  6223.                                         'description' => 'The profile id',
  6224.                                         'type' => 'Int!',
  6225.                                     ],
  6226.                                     'picture' => [
  6227.                                         'description' => 'The picture to add',
  6228.                                         'type' => 'UploadFile!',
  6229.                                     ],
  6230.                                 ],
  6231.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  6232.                             ],
  6233.                             'removeSchoolProfileGalleryPicture' => [
  6234.                                 'type' => 'ProfileUpdateResponse!',
  6235.                                 'args' => [
  6236.                                     'profileID' => [
  6237.                                         'description' => 'The profile id',
  6238.                                         'type' => 'Int!',
  6239.                                     ],
  6240.                                     'galleryEntryID' => [
  6241.                                         'description' => 'The gallery entry id',
  6242.                                         'type' => 'Int!',
  6243.                                     ],
  6244.                                 ],
  6245.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  6246.                             ],
  6247.                             'setSchoolProfileGalleryPictureCaption' => [
  6248.                                 'type' => 'ProfileUpdateResponse!',
  6249.                                 'args' => [
  6250.                                     'profileID' => [
  6251.                                         'description' => 'The profile id',
  6252.                                         'type' => 'Int!',
  6253.                                     ],
  6254.                                     'galleryEntryID' => [
  6255.                                         'description' => 'The gallery entry id',
  6256.                                         'type' => 'Int!',
  6257.                                     ],
  6258.                                     'caption' => [
  6259.                                         'description' => 'The caption',
  6260.                                         'type' => 'String!',
  6261.                                     ],
  6262.                                 ],
  6263.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6264.                             ],
  6265.                             'addSchoolProfileGalleryDocument' => [
  6266.                                 'type' => 'ProfileUpdateResponse!',
  6267.                                 'args' => [
  6268.                                     'profileID' => [
  6269.                                         'description' => 'The profile id',
  6270.                                         'type' => 'Int!',
  6271.                                     ],
  6272.                                     'document' => [
  6273.                                         'description' => 'The document to add',
  6274.                                         'type' => 'UploadFile!',
  6275.                                     ],
  6276.                                     'documentName' => [
  6277.                                         'description' => 'The document name',
  6278.                                         'type' => 'String!',
  6279.                                     ],
  6280.                                 ],
  6281.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  6282.                             ],
  6283.                             'removeSchoolProfileGalleryDocument' => [
  6284.                                 'type' => 'ProfileUpdateResponse!',
  6285.                                 'args' => [
  6286.                                     'profileID' => [
  6287.                                         'description' => 'The profile id',
  6288.                                         'type' => 'Int!',
  6289.                                     ],
  6290.                                     'galleryEntryID' => [
  6291.                                         'description' => 'The gallery entry id',
  6292.                                         'type' => 'Int!',
  6293.                                     ],
  6294.                                 ],
  6295.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  6296.                             ],
  6297.                             'setSchoolProfileGalleryDocumentCaption' => [
  6298.                                 'type' => 'ProfileUpdateResponse!',
  6299.                                 'args' => [
  6300.                                     'profileID' => [
  6301.                                         'description' => 'The profile id',
  6302.                                         'type' => 'Int!',
  6303.                                     ],
  6304.                                     'galleryEntryID' => [
  6305.                                         'description' => 'The gallery entry id',
  6306.                                         'type' => 'Int!',
  6307.                                     ],
  6308.                                     'caption' => [
  6309.                                         'description' => 'The caption',
  6310.                                         'type' => 'String!',
  6311.                                     ],
  6312.                                 ],
  6313.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6314.                             ],
  6315.                             'addSchoolProfileGalleryVideo' => [
  6316.                                 'type' => 'ProfileUpdateResponse!',
  6317.                                 'args' => [
  6318.                                     'profileID' => [
  6319.                                         'description' => 'The profile id',
  6320.                                         'type' => 'Int!',
  6321.                                     ],
  6322.                                     'youtubeURL' => [
  6323.                                         'description' => 'The youtube url',
  6324.                                         'type' => 'String!',
  6325.                                     ],
  6326.                                     'videoName' => [
  6327.                                         'description' => 'The video name',
  6328.                                         'type' => 'String!',
  6329.                                     ],
  6330.                                 ],
  6331.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  6332.                             ],
  6333.                             'removeSchoolProfileGalleryVideo' => [
  6334.                                 'type' => 'ProfileUpdateResponse!',
  6335.                                 'args' => [
  6336.                                     'profileID' => [
  6337.                                         'description' => 'The profile id',
  6338.                                         'type' => 'Int!',
  6339.                                     ],
  6340.                                     'galleryEntryID' => [
  6341.                                         'description' => 'The gallery entry id',
  6342.                                         'type' => 'Int!',
  6343.                                     ],
  6344.                                 ],
  6345.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  6346.                             ],
  6347.                             'setSchoolProfileGalleryVideoCaption' => [
  6348.                                 'type' => 'ProfileUpdateResponse!',
  6349.                                 'args' => [
  6350.                                     'profileID' => [
  6351.                                         'description' => 'The profile id',
  6352.                                         'type' => 'Int!',
  6353.                                     ],
  6354.                                     'galleryEntryID' => [
  6355.                                         'description' => 'The gallery entry id',
  6356.                                         'type' => 'Int!',
  6357.                                     ],
  6358.                                     'caption' => [
  6359.                                         'description' => 'The caption',
  6360.                                         'type' => 'String!',
  6361.                                     ],
  6362.                                 ],
  6363.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6364.                             ],
  6365.                             'setSchoolProfileGalleryItemsVisability' => [
  6366.                                 'type' => 'ProfileUpdateResponse!',
  6367.                                 'args' => [
  6368.                                     'profileID' => [
  6369.                                         'description' => 'The profile id',
  6370.                                         'type' => 'Int!',
  6371.                                     ],
  6372.                                     'galleryEntryIDs' => [
  6373.                                         'description' => 'The gallery entry id',
  6374.                                         'type' => '[Int!]',
  6375.                                     ],
  6376.                                     'visible' => [
  6377.                                         'description' => 'enable or disable visibility',
  6378.                                         'type' => 'Boolean!',
  6379.                                     ],
  6380.                                 ],
  6381.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryItemsVisibility", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  6382.                             ],
  6383.                             'setSchoolProfileGalleryItemsPosition' => [
  6384.                                 'type' => 'ProfileUpdateResponse!',
  6385.                                 'args' => [
  6386.                                     'profileID' => [
  6387.                                         'description' => 'The profile id',
  6388.                                         'type' => 'Int!',
  6389.                                     ],
  6390.                                     'galleryEntryIDs' => [
  6391.                                         'description' => 'The gallery entry id',
  6392.                                         'type' => '[Int!]',
  6393.                                     ],
  6394.                                 ],
  6395.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  6396.                             ],
  6397.                             'updateSchoolProfileLinks' => [
  6398.                                 'type' => 'ProfileUpdateResponse!',
  6399.                                 'args' => [
  6400.                                     'profileID' => [
  6401.                                         'description' => 'The profile id',
  6402.                                         'type' => 'Int!',
  6403.                                     ],
  6404.                                     'links' => [
  6405.                                         'description' => 'The link urls',
  6406.                                         'type' => '[InLink!]',
  6407.                                     ],
  6408.                                 ],
  6409.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLinks", args["profileID"], args["links"])',
  6410.                             ],
  6411.                             'addSchoolProfileLocation' => [
  6412.                                 'type' => 'ProfileUpdateResponse!',
  6413.                                 'args' => [
  6414.                                     'profileID' => [
  6415.                                         'description' => 'The profile id',
  6416.                                         'type' => 'Int!',
  6417.                                     ],
  6418.                                     'location' => [
  6419.                                         'description' => 'The location data',
  6420.                                         'type' => 'InLocation!',
  6421.                                     ],
  6422.                                 ],
  6423.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addLocation", args["profileID"], args["location"])',
  6424.                             ],
  6425.                             'removeSchoolProfileLocation' => [
  6426.                                 'type' => 'ProfileUpdateResponse!',
  6427.                                 'args' => [
  6428.                                     'profileID' => [
  6429.                                         'description' => 'The profile id',
  6430.                                         'type' => 'Int!',
  6431.                                     ],
  6432.                                     'locationID' => [
  6433.                                         'description' => 'The location ID',
  6434.                                         'type' => 'Int!',
  6435.                                     ],
  6436.                                 ],
  6437.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  6438.                             ],
  6439.                             'updateSchoolProfileLocation' => [
  6440.                                 'type' => 'ProfileUpdateResponse!',
  6441.                                 'args' => [
  6442.                                     'profileID' => [
  6443.                                         'description' => 'The profile id',
  6444.                                         'type' => 'Int!',
  6445.                                     ],
  6446.                                     'locationID' => [
  6447.                                         'description' => 'The location ID',
  6448.                                         'type' => 'Int!',
  6449.                                     ],
  6450.                                     'location' => [
  6451.                                         'description' => 'The location data',
  6452.                                         'type' => 'InLocation!',
  6453.                                     ],
  6454.                                 ],
  6455.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  6456.                             ],
  6457.                             'toggleSchoolProfileJob' => [
  6458.                                 'type' => 'ProfileUpdateResponse!',
  6459.                                 'args' => [
  6460.                                     'profileID' => [
  6461.                                         'description' => 'The profile id',
  6462.                                         'type' => 'Int!',
  6463.                                     ],
  6464.                                     'jobID' => [
  6465.                                         'description' => 'The job id',
  6466.                                         'type' => 'Int!',
  6467.                                     ],
  6468.                                     'enable' => [
  6469.                                         'description' => 'enable or disable',
  6470.                                         'type' => 'Boolean!',
  6471.                                     ],
  6472.                                 ],
  6473.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  6474.                             ],
  6475.                             'setSchoolProfileOffers' => [
  6476.                                 'type' => 'ProfileUpdateResponse!',
  6477.                                 'args' => [
  6478.                                     'profileID' => [
  6479.                                         'description' => 'The profile id',
  6480.                                         'type' => 'Int!',
  6481.                                     ],
  6482.                                     'offerIDs' => [
  6483.                                         'description' => 'The offer ids',
  6484.                                         'type' => '[Int!]',
  6485.                                     ],
  6486.                                 ],
  6487.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  6488.                             ],
  6489.                             'setSchoolProfileOffersDate' => [
  6490.                                 'type' => 'ProfileUpdateResponse!',
  6491.                                 'args' => [
  6492.                                     'profileID' => [
  6493.                                         'description' => 'The profile id',
  6494.                                         'type' => 'Int!',
  6495.                                     ],
  6496.                                     'offers' => [
  6497.                                         'description' => 'Array of offer data',
  6498.                                         'type' => '[InOffer!]',
  6499.                                     ],
  6500.                                 ],
  6501.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setOffersDate", args["profileID"], args["offers"])',
  6502.                             ],
  6503.                             'toggleSchoolProfileOffer' => [
  6504.                                 'type' => 'ProfileUpdateResponse!',
  6505.                                 'args' => [
  6506.                                     'profileID' => [
  6507.                                         'description' => 'The profile id',
  6508.                                         'type' => 'Int!',
  6509.                                     ],
  6510.                                     'offerID' => [
  6511.                                         'description' => 'The offer id',
  6512.                                         'type' => 'Int!',
  6513.                                     ],
  6514.                                     'enable' => [
  6515.                                         'description' => 'enable or disable',
  6516.                                         'type' => 'Boolean!',
  6517.                                     ],
  6518.                                 ],
  6519.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  6520.                             ],
  6521.                             'updateSchoolProfileDescription' => [
  6522.                                 'type' => 'ProfileUpdateResponse!',
  6523.                                 'args' => [
  6524.                                     'profileID' => [
  6525.                                         'description' => 'The profile id',
  6526.                                         'type' => 'Int!',
  6527.                                     ],
  6528.                                     'description' => [
  6529.                                         'description' => 'The company profile description',
  6530.                                         'type' => 'String!',
  6531.                                     ],
  6532.                                 ],
  6533.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateDescription", args["profileID"], args["description"])',
  6534.                             ],
  6535.                             'updateSchoolProfileTrainingInformation' => [
  6536.                                 'type' => 'ProfileUpdateResponse!',
  6537.                                 'args' => [
  6538.                                     'profileID' => [
  6539.                                         'description' => 'The profile id',
  6540.                                         'type' => 'Int!',
  6541.                                     ],
  6542.                                     'trainingInformation' => [
  6543.                                         'description' => 'The school profile training information',
  6544.                                         'type' => 'String!',
  6545.                                     ],
  6546.                                 ],
  6547.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateTrainingInformation", args["profileID"], args["trainingInformation"])',
  6548.                             ],
  6549.                             'updateSchoolProfileEducationInformation' => [
  6550.                                 'type' => 'ProfileUpdateResponse!',
  6551.                                 'args' => [
  6552.                                     'profileID' => [
  6553.                                         'description' => 'The profile id',
  6554.                                         'type' => 'Int!',
  6555.                                     ],
  6556.                                     'educationInformation' => [
  6557.                                         'description' => 'The education information',
  6558.                                         'type' => 'String!',
  6559.                                     ],
  6560.                                 ],
  6561.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  6562.                             ],
  6563.                             'setSchoolProfileHeader' => [
  6564.                                 'type' => 'ProfileUpdateResponse!',
  6565.                                 'args' => [
  6566.                                     'profileID' => [
  6567.                                         'description' => 'The profile id',
  6568.                                         'type' => 'Int!',
  6569.                                     ],
  6570.                                     'galleryEntryID' => [
  6571.                                         'description' => 'The gallery entry id',
  6572.                                         'type' => 'Int!',
  6573.                                     ],
  6574.                                 ],
  6575.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  6576.                             ],
  6577.                             'removeSchoolProfileHeader' => [
  6578.                                 'type' => 'ProfileUpdateResponse!',
  6579.                                 'args' => [
  6580.                                     'profileID' => [
  6581.                                         'description' => 'The profile id',
  6582.                                         'type' => 'Int!',
  6583.                                     ],
  6584.                                 ],
  6585.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeHeaderPicture", args["profileID"])',
  6586.                             ],
  6587.                             'updateSchoolProfileLogo' => [
  6588.                                 'type' => 'ProfileUpdateResponse!',
  6589.                                 'args' => [
  6590.                                     'profileID' => [
  6591.                                         'description' => 'The profile id',
  6592.                                         'type' => 'Int!',
  6593.                                     ],
  6594.                                     'logo' => [
  6595.                                         'description' => 'The picture of the logo',
  6596.                                         'type' => 'UploadFile!',
  6597.                                     ],
  6598.                                     'copyright' => [
  6599.                                         'description' => 'The copyright of the picture',
  6600.                                         'type' => 'String',
  6601.                                     ],
  6602.                                 ],
  6603.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  6604.                             ],
  6605.                             'updateSchoolProfileLogoByGallery' => [
  6606.                                 'type' => 'ProfileUpdateResponse!',
  6607.                                 'args' => [
  6608.                                     'profileID' => [
  6609.                                         'description' => 'The profile id',
  6610.                                         'type' => 'Int!',
  6611.                                     ],
  6612.                                     'galleryEntryID' => [
  6613.                                         'description' => 'The gallery entry id',
  6614.                                         'type' => 'Int!',
  6615.                                     ],
  6616.                                 ],
  6617.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogoByGallery", args["profileID"], args["galleryEntryID"])',
  6618.                             ],
  6619.                             'updateSchoolProfileLogoStyle' => [
  6620.                                 'type' => 'ProfileUpdateResponse!',
  6621.                                 'args' => [
  6622.                                     'profileID' => [
  6623.                                         'description' => 'The profile id',
  6624.                                         'type' => 'Int!',
  6625.                                     ],
  6626.                                     'logoStyle' => [
  6627.                                         'description' => 'The logo style',
  6628.                                         'type' => 'LogoStyle!',
  6629.                                     ],
  6630.                                     'copyright' => [
  6631.                                         'description' => 'The copyright of the picture',
  6632.                                         'type' => 'String',
  6633.                                     ],
  6634.                                 ],
  6635.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  6636.                             ],
  6637.                             'updateSchoolProfileName' => [
  6638.                                 'type' => 'ProfileUpdateResponse!',
  6639.                                 'args' => [
  6640.                                     'profileID' => [
  6641.                                         'description' => 'The profile id',
  6642.                                         'type' => 'Int!',
  6643.                                     ],
  6644.                                     'name' => [
  6645.                                         'description' => 'The new profile name',
  6646.                                         'type' => 'String!',
  6647.                                     ],
  6648.                                 ],
  6649.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateName", args["profileID"], args["name"])',
  6650.                             ],
  6651.                             'setSchoolProfileSelected' => [
  6652.                                 'type' => 'Status!',
  6653.                                 'args' => [
  6654.                                     'profileID' => [
  6655.                                         'description' => 'The school profile id',
  6656.                                         'type' => 'Int!',
  6657.                                     ],
  6658.                                 ],
  6659.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setSchoolProfileSelected", args["profileID"])',
  6660.                             ],
  6661.                             'deleteSchoolProfileQuiz' => [
  6662.                                 'type' => 'Status!',
  6663.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::deleteSchoolProfileQuiz")',
  6664.                             ],
  6665.                             'updateSchoolProfileQuizQuestions' => [
  6666.                                 'type' => 'Status!',
  6667.                                 'args' => [
  6668.                                     'questions' => [
  6669.                                         'description' => 'The questions',
  6670.                                         'type' => '[InQuizQuestion!]',
  6671.                                     ],
  6672.                                 ],
  6673.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateSchoolProfileQuizQuestions", args["questions"])',
  6674.                             ],
  6675.                             'updateUser' => [
  6676.                                 'type' => 'Status!',
  6677.                                 'args' => [
  6678.                                     'data' => [
  6679.                                         'description' => 'The user data',
  6680.                                         'type' => 'InUser!',
  6681.                                     ],
  6682.                                 ],
  6683.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\UserResolver::updateUser", args["data"])',
  6684.                             ],
  6685.                             'setUserRoleSelected' => [
  6686.                                 'type' => 'Status!',
  6687.                                 'args' => [
  6688.                                     'role' => [
  6689.                                         'description' => 'The user role string',
  6690.                                         'type' => 'String!',
  6691.                                     ],
  6692.                                 ],
  6693.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\UserResolver::setUserRoleSelected", args["role"])',
  6694.                             ],
  6695.                         ],
  6696.                         'name' => 'InternalMutation',
  6697.                         'builders' => [
  6698.                         ],
  6699.                         'interfaces' => [
  6700.                         ],
  6701.                     ],
  6702.                 ],
  6703.                 'InternalQuery' => [
  6704.                     'type' => 'object',
  6705.                     'inherits' => [
  6706.                         => 'InternalQueryBoPartnerProfile',
  6707.                         => 'InternalQueryCompanyProfile',
  6708.                         => 'InternalQueryEvent',
  6709.                         => 'InternalQueryGame',
  6710.                         => 'InternalQueryJobMarket',
  6711.                         => 'InternalQuerySchool',
  6712.                         => 'InternalQuerySchoolProfile',
  6713.                         => 'InternalQuerySchoolClass',
  6714.                         => 'InternalQueryUser',
  6715.                     ],
  6716.                     'class_name' => 'InternalQueryType',
  6717.                     'decorator' => false,
  6718.                     'config' => [
  6719.                         'description' => 'Internal Query',
  6720.                         'fields' => [
  6721.                             'getSelectedBoPartnerProfile' => [
  6722.                                 'type' => 'BoPartnerProfile',
  6723.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getSelectedBoPartnerProfile")',
  6724.                             ],
  6725.                             'getBoPartnerProfiles' => [
  6726.                                 'type' => '[ProfileSimple!]',
  6727.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getBoPartnerProfilesByUser")',
  6728.                             ],
  6729.                             'getBoPartnerProfileQuizQuestions' => [
  6730.                                 'type' => '[ProviderQuizQuestion!]',
  6731.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getBoPartnerProfileQuizQuestions")',
  6732.                             ],
  6733.                             'getSelectedCompanyProfile' => [
  6734.                                 'type' => 'CompanyProfile',
  6735.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getSelectedCompanyProfile")',
  6736.                             ],
  6737.                             'getCompanyProfiles' => [
  6738.                                 'type' => '[ProfileSimple!]',
  6739.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfilesByUser")',
  6740.                             ],
  6741.                             'getCompanyProfileQuizQuestions' => [
  6742.                                 'type' => '[ProviderQuizQuestion!]',
  6743.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfileQuizQuestions")',
  6744.                             ],
  6745.                             'getCompanyProfileJobMarkets' => [
  6746.                                 'type' => '[JobMarket!]',
  6747.                                 'args' => [
  6748.                                     'profileID' => [
  6749.                                         'description' => 'The profile id',
  6750.                                         'type' => 'Int!',
  6751.                                     ],
  6752.                                 ],
  6753.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfileJobMarkets", args["profileID"])',
  6754.                             ],
  6755.                             'getProviderEventsByDistrict' => [
  6756.                                 'type' => '[CompanyProfile!]',
  6757.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getProviderEventsByDistrict")',
  6758.                             ],
  6759.                             'getEventsBcByDistrict' => [
  6760.                                 'type' => '[Event!]',
  6761.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getEventsBcByDistrict")',
  6762.                             ],
  6763.                             'startGameTimer' => [
  6764.                                 'type' => 'GameTimer',
  6765.                                 'args' => [
  6766.                                     'schoolClassID' => [
  6767.                                         'description' => 'The school class id',
  6768.                                         'type' => 'Int!',
  6769.                                     ],
  6770.                                     'duration' => [
  6771.                                         'description' => 'The duration for the game timer in seconds',
  6772.                                         'type' => 'Int!',
  6773.                                     ],
  6774.                                 ],
  6775.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::startGameTimer", args["schoolClassID"], args["duration"])',
  6776.                             ],
  6777.                             'modifyGameTimer' => [
  6778.                                 'type' => 'GameTimer',
  6779.                                 'args' => [
  6780.                                     'timerID' => [
  6781.                                         'description' => 'The timer id',
  6782.                                         'type' => 'Int!',
  6783.                                     ],
  6784.                                     'modifyType' => [
  6785.                                         'description' => 'The modify type',
  6786.                                         'type' => 'GameTimerModifyType!',
  6787.                                     ],
  6788.                                     'duration' => [
  6789.                                         'description' => 'The duration the timer is modified in seconds',
  6790.                                         'type' => 'Int!',
  6791.                                     ],
  6792.                                 ],
  6793.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::modifyGameTimer", args["timerID"], args["modifyType"], args["duration"])',
  6794.                             ],
  6795.                             'getGameTimeLeft' => [
  6796.                                 'type' => 'CommonResult!',
  6797.                                 'args' => [
  6798.                                     'schoolClassID' => [
  6799.                                         'description' => 'The school class id',
  6800.                                         'type' => 'Int!',
  6801.                                     ],
  6802.                                 ],
  6803.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::getGameTimeLeft", args["schoolClassID"])',
  6804.                             ],
  6805.                             'getJobMarket' => [
  6806.                                 'type' => 'JobMarket',
  6807.                                 'args' => [
  6808.                                     'id' => [
  6809.                                         'description' => 'ID of the job market to be retrieved',
  6810.                                         'type' => 'ID!',
  6811.                                     ],
  6812.                                 ],
  6813.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  6814.                             ],
  6815.                             'getJobMarketsByUser' => [
  6816.                                 'type' => '[JobMarket!]',
  6817.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::getJobMarkets")',
  6818.                             ],
  6819.                             'getSchoolByTeacher' => [
  6820.                                 'type' => 'School',
  6821.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolByTeacher")',
  6822.                             ],
  6823.                             'getSchoolClassesBySchool' => [
  6824.                                 'type' => '[SchoolClass!]',
  6825.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolClassesBySchool")',
  6826.                             ],
  6827.                             'getSchoolTeachers' => [
  6828.                                 'type' => '[Teacher!]',
  6829.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolTeachers")',
  6830.                             ],
  6831.                             'getViewedInterestFieldsBySchool' => [
  6832.                                 'type' => '[InterestFieldStats!]',
  6833.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getViewedInterestFields")',
  6834.                             ],
  6835.                             'getSelectedSchoolProfile' => [
  6836.                                 'type' => 'SchoolProfile',
  6837.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSelectedSchoolProfile")',
  6838.                             ],
  6839.                             'getSchoolProfiles' => [
  6840.                                 'type' => '[ProfileSimple!]',
  6841.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSchoolProfilesByUser")',
  6842.                             ],
  6843.                             'getSchoolProfileQuizQuestions' => [
  6844.                                 'type' => '[ProviderQuizQuestion!]',
  6845.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSchoolProfileQuizQuestions")',
  6846.                             ],
  6847.                             'getSchoolClassByID' => [
  6848.                                 'type' => 'SchoolClass',
  6849.                                 'args' => [
  6850.                                     'schoolClassID' => [
  6851.                                         'description' => 'The school class ID',
  6852.                                         'type' => 'Int!',
  6853.                                     ],
  6854.                                 ],
  6855.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClass", args["schoolClassID"])',
  6856.                             ],
  6857.                             'getSchoolClassesByUser' => [
  6858.                                 'type' => '[SchoolClass!]',
  6859.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassesByUser")',
  6860.                             ],
  6861.                             'getSchoolClassTeachers' => [
  6862.                                 'type' => '[Teacher!]',
  6863.                                 'args' => [
  6864.                                     'schoolClassID' => [
  6865.                                         'description' => 'The school class ID',
  6866.                                         'type' => 'Int!',
  6867.                                     ],
  6868.                                 ],
  6869.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassTeachers", args["schoolClassID"])',
  6870.                             ],
  6871.                             'getViewedBoPartnerProfiles' => [
  6872.                                 'type' => '[BoPartnerProfile!]',
  6873.                                 'args' => [
  6874.                                     'schoolClassID' => [
  6875.                                         'description' => 'The school class ID',
  6876.                                         'type' => 'Int!',
  6877.                                     ],
  6878.                                 ],
  6879.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedBoPartnerProfiles", args["schoolClassID"])',
  6880.                             ],
  6881.                             'getViewedCompanyProfiles' => [
  6882.                                 'type' => '[CompanyProfile!]',
  6883.                                 'args' => [
  6884.                                     'schoolClassID' => [
  6885.                                         'description' => 'The school class ID',
  6886.                                         'type' => 'Int!',
  6887.                                     ],
  6888.                                 ],
  6889.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedCompanyProfiles", args["schoolClassID"])',
  6890.                             ],
  6891.                             'getViewedSchoolProfiles' => [
  6892.                                 'type' => '[SchoolProfile!]',
  6893.                                 'args' => [
  6894.                                     'schoolClassID' => [
  6895.                                         'description' => 'The school class ID',
  6896.                                         'type' => 'Int!',
  6897.                                     ],
  6898.                                 ],
  6899.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolProfiles", args["schoolClassID"])',
  6900.                             ],
  6901.                             'getViewedJobs' => [
  6902.                                 'type' => '[Job!]',
  6903.                                 'args' => [
  6904.                                     'schoolClassID' => [
  6905.                                         'description' => 'The school class ID',
  6906.                                         'type' => 'Int!',
  6907.                                     ],
  6908.                                 ],
  6909.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobs", args["schoolClassID"])',
  6910.                             ],
  6911.                             'getViewedJobPortaits' => [
  6912.                                 'type' => '[Story!]',
  6913.                                 'args' => [
  6914.                                     'schoolClassID' => [
  6915.                                         'description' => 'The school class ID',
  6916.                                         'type' => 'Int!',
  6917.                                     ],
  6918.                                 ],
  6919.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobPortraits", args["schoolClassID"])',
  6920.                             ],
  6921.                             'getViewedSchoolPortaits' => [
  6922.                                 'type' => '[Story!]',
  6923.                                 'args' => [
  6924.                                     'schoolClassID' => [
  6925.                                         'description' => 'The school class ID',
  6926.                                         'type' => 'Int!',
  6927.                                     ],
  6928.                                 ],
  6929.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolPortraits", args["schoolClassID"])',
  6930.                             ],
  6931.                             'getViewedInterestFields' => [
  6932.                                 'type' => '[InterestFieldStats!]',
  6933.                                 'args' => [
  6934.                                     'schoolClassID' => [
  6935.                                         'description' => 'The school class ID',
  6936.                                         'type' => 'Int!',
  6937.                                     ],
  6938.                                 ],
  6939.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedInterestFields", args["schoolClassID"])',
  6940.                             ],
  6941.                             'getViewedRequirements' => [
  6942.                                 'type' => '[JobRequirementStats!]',
  6943.                                 'args' => [
  6944.                                     'schoolClassID' => [
  6945.                                         'description' => 'The school class ID',
  6946.                                         'type' => 'Int!',
  6947.                                     ],
  6948.                                 ],
  6949.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedRequirements", args["schoolClassID"])',
  6950.                             ],
  6951.                             'setGameCategoriesTeacher' => [
  6952.                                 'type' => 'Status!',
  6953.                                 'args' => [
  6954.                                     'schoolClassID' => [
  6955.                                         'description' => 'The school class ID',
  6956.                                         'type' => 'Int!',
  6957.                                     ],
  6958.                                     'categoryIDs' => [
  6959.                                         'description' => 'The category IDs',
  6960.                                         'type' => '[Int!]!',
  6961.                                     ],
  6962.                                 ],
  6963.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::setGameCategories", args["schoolClassID"], args["categoryIDs"])',
  6964.                             ],
  6965.                             'getTeachingIdeas' => [
  6966.                                 'type' => '[TeachingIdea!]',
  6967.                                 'args' => [
  6968.                                     'schoolClassID' => [
  6969.                                         'description' => 'The school class ID',
  6970.                                         'type' => 'Int!',
  6971.                                     ],
  6972.                                 ],
  6973.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getTeachingIdeas", args["schoolClassID"])',
  6974.                             ],
  6975.                             'getUserSetting' => [
  6976.                                 'type' => 'UserSetting',
  6977.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::getUserSetting")',
  6978.                             ],
  6979.                             'userinfo' => [
  6980.                                 'type' => 'UserInfo',
  6981.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::userInfo")',
  6982.                             ],
  6983.                             'job' => [
  6984.                                 'type' => 'Job',
  6985.                                 'args' => [
  6986.                                     'bicid' => [
  6987.                                         'description' => 'BicID of the job to be retrieved',
  6988.                                         'type' => 'ID!',
  6989.                                     ],
  6990.                                 ],
  6991.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  6992.                             ],
  6993.                         ],
  6994.                         'name' => 'InternalQuery',
  6995.                         'builders' => [
  6996.                         ],
  6997.                         'interfaces' => [
  6998.                         ],
  6999.                     ],
  7000.                 ],
  7001.                 'DefaultQuery' => [
  7002.                     'type' => 'object',
  7003.                     'inherits' => [
  7004.                         => 'DefaultQueryBookmark',
  7005.                         => 'DefaultQueryCommon',
  7006.                         => 'DefaultQueryEvent',
  7007.                         => 'DefaultQueryGame',
  7008.                         => 'DefaultQueryJob',
  7009.                         => 'DefaultQueryProfiles',
  7010.                         => 'DefaultQuerySchool',
  7011.                     ],
  7012.                     'class_name' => 'DefaultQueryType',
  7013.                     'decorator' => false,
  7014.                     'config' => [
  7015.                         'description' => 'Default Query',
  7016.                         'fields' => [
  7017.                             'titles' => [
  7018.                                 'type' => '[Title]',
  7019.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::titles")',
  7020.                             ],
  7021.                             'teachingIdeaTypes' => [
  7022.                                 'type' => '[TeachingIdeaType!]',
  7023.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getTeachingIdeaTypes")',
  7024.                             ],
  7025.                             'informationLinks' => [
  7026.                                 'type' => '[InformationLink!]',
  7027.                                 'args' => [
  7028.                                     'typeID' => [
  7029.                                         'description' => 'The type id of the information links',
  7030.                                         'type' => 'Int!',
  7031.                                     ],
  7032.                                 ],
  7033.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getInformationLinks", args["typeID"])',
  7034.                             ],
  7035.                             'searchSchools' => [
  7036.                                 'type' => '[School!]',
  7037.                                 'args' => [
  7038.                                     'searchText' => [
  7039.                                         'description' => 'The search text for the school',
  7040.                                         'type' => 'String!',
  7041.                                     ],
  7042.                                 ],
  7043.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::searchSchools", args["searchText"])',
  7044.                             ],
  7045.                             'bookmarkCreate' => [
  7046.                                 'type' => 'Bookmark',
  7047.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::create")',
  7048.                             ],
  7049.                             'bookmarkDelete' => [
  7050.                                 'type' => 'String!',
  7051.                                 'args' => [
  7052.                                     'code' => [
  7053.                                         'description' => 'The code of the bookmark to delete',
  7054.                                         'type' => 'String!',
  7055.                                     ],
  7056.                                 ],
  7057.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::delete", args["code"])',
  7058.                             ],
  7059.                             'bookmarkGet' => [
  7060.                                 'type' => 'Bookmark',
  7061.                                 'args' => [
  7062.                                     'code' => [
  7063.                                         'description' => 'The code to access the bookmark',
  7064.                                         'type' => 'String!',
  7065.                                     ],
  7066.                                 ],
  7067.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::get", args["code"])',
  7068.                             ],
  7069.                             'bookmarkUpdate' => [
  7070.                                 'type' => 'Bookmark',
  7071.                                 'args' => [
  7072.                                     'code' => [
  7073.                                         'description' => 'The code to access the bookmark',
  7074.                                         'type' => 'String!',
  7075.                                     ],
  7076.                                     'storedValue' => [
  7077.                                         'description' => 'The value to store in bookmark',
  7078.                                         'type' => 'String!',
  7079.                                     ],
  7080.                                 ],
  7081.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::update", args["code"], args["storedValue"])',
  7082.                             ],
  7083.                             'event' => [
  7084.                                 'type' => 'Event',
  7085.                                 'args' => [
  7086.                                     'id' => [
  7087.                                         'description' => 'ID of the Event',
  7088.                                         'type' => 'ID!',
  7089.                                     ],
  7090.                                 ],
  7091.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEventByID", args["id"])',
  7092.                             ],
  7093.                             'events' => [
  7094.                                 'type' => '[Event!]',
  7095.                                 'args' => [
  7096.                                     'limit' => [
  7097.                                         'description' => 'Limit',
  7098.                                         'type' => 'Int!',
  7099.                                     ],
  7100.                                     'offset' => [
  7101.                                         'description' => 'Offset',
  7102.                                         'type' => 'Int!',
  7103.                                     ],
  7104.                                 ],
  7105.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEvents", args["limit"], args["offset"])',
  7106.                             ],
  7107.                             'getOffersBoPartner' => [
  7108.                                 'type' => '[Offer!]',
  7109.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersBoPartner")',
  7110.                             ],
  7111.                             'getOffersCompany' => [
  7112.                                 'type' => '[Offer!]',
  7113.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersCompany")',
  7114.                             ],
  7115.                             'getOffersSchool' => [
  7116.                                 'type' => '[Offer!]',
  7117.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersSchool")',
  7118.                             ],
  7119.                             'offerList' => [
  7120.                                 'type' => 'OfferList!',
  7121.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOfferList")',
  7122.                             ],
  7123.                             'getChampionship' => [
  7124.                                 'type' => 'Championship',
  7125.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getChampionship")',
  7126.                             ],
  7127.                             'getQuizQuestionsProvider' => [
  7128.                                 'type' => '[QuestionOpen!]',
  7129.                                 'args' => [
  7130.                                     'providerType' => [
  7131.                                         'description' => 'The provider type id',
  7132.                                         'type' => 'Int!',
  7133.                                     ],
  7134.                                     'profileID' => [
  7135.                                         'description' => 'The profile id',
  7136.                                         'type' => 'Int!',
  7137.                                     ],
  7138.                                 ],
  7139.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizOpenResolver::getQuestionsProvider", args["providerType"], args["profileID"])',
  7140.                             ],
  7141.                             'getGameCategoriesPerGame' => [
  7142.                                 'type' => 'GameCategoriesPerGame!',
  7143.                                 'args' => [
  7144.                                     'clientID' => [
  7145.                                         'description' => 'The client ID',
  7146.                                         'type' => 'String!',
  7147.                                     ],
  7148.                                 ],
  7149.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesPerGame", args["clientID"])',
  7150.                             ],
  7151.                             'getGameCategoriesTeacher' => [
  7152.                                 'type' => '[GameCategory!]',
  7153.                                 'args' => [
  7154.                                     'schoolClassID' => [
  7155.                                         'description' => 'The school class id',
  7156.                                         'type' => 'Int!',
  7157.                                     ],
  7158.                                 ],
  7159.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesTeacher", args["schoolClassID"])',
  7160.                             ],
  7161.                             'getGameCategoriesStudent' => [
  7162.                                 'type' => '[GameCategory!]',
  7163.                                 'args' => [
  7164.                                     'clientID' => [
  7165.                                         'description' => 'The client ID',
  7166.                                         'type' => 'String!',
  7167.                                     ],
  7168.                                 ],
  7169.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesStudent", args["clientID"])',
  7170.                             ],
  7171.                             'getGame' => [
  7172.                                 'type' => 'Game!',
  7173.                                 'args' => [
  7174.                                     'gameType' => [
  7175.                                         'description' => 'The game type',
  7176.                                         'type' => 'GameType',
  7177.                                     ],
  7178.                                     'clientID' => [
  7179.                                         'description' => 'The client ID',
  7180.                                         'type' => 'String!',
  7181.                                     ],
  7182.                                     'categoryIDs' => [
  7183.                                         'description' => 'The category IDs',
  7184.                                         'type' => '[Int!]!',
  7185.                                     ],
  7186.                                 ],
  7187.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGame", args["gameType"], args["clientID"], args["categoryIDs"])',
  7188.                             ],
  7189.                             'setGameEnd' => [
  7190.                                 'type' => 'Status!',
  7191.                                 'args' => [
  7192.                                     'gameID' => [
  7193.                                         'description' => 'The game id',
  7194.                                         'type' => 'Int!',
  7195.                                     ],
  7196.                                     'gameEnd' => [
  7197.                                         'description' => 'The end type',
  7198.                                         'type' => 'GameEndType!',
  7199.                                     ],
  7200.                                     'points' => [
  7201.                                         'description' => 'Points',
  7202.                                         'type' => 'Int!',
  7203.                                     ],
  7204.                                 ],
  7205.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::setGameEnd", args["gameID"], args["gameEnd"], args["points"])',
  7206.                             ],
  7207.                             'getGameActiveUsers' => [
  7208.                                 'type' => 'Int!',
  7209.                                 'args' => [
  7210.                                     'gameType' => [
  7211.                                         'description' => 'The game type',
  7212.                                         'type' => 'GameType!',
  7213.                                     ],
  7214.                                 ],
  7215.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameActiveUsers", args["gameType"])',
  7216.                             ],
  7217.                             'getGameRoundPlayers' => [
  7218.                                 'type' => 'RoundPlayers!',
  7219.                                 'args' => [
  7220.                                     'gameID' => [
  7221.                                         'description' => 'The game id',
  7222.                                         'type' => 'Int!',
  7223.                                     ],
  7224.                                 ],
  7225.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameRoundPlayers", args["gameID"])',
  7226.                             ],
  7227.                             'getGameTrophies' => [
  7228.                                 'type' => '[GameTrophy]',
  7229.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophies")',
  7230.                             ],
  7231.                             'getGameTrophyProgress' => [
  7232.                                 'type' => 'GameTrophyProgress!',
  7233.                                 'args' => [
  7234.                                     'schoolClassID' => [
  7235.                                         'description' => 'The school class id',
  7236.                                         'type' => 'Int!',
  7237.                                     ],
  7238.                                 ],
  7239.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophyProgress", args["schoolClassID"])',
  7240.                             ],
  7241.                             'trophyCount' => [
  7242.                                 'type' => 'Status!',
  7243.                                 'args' => [
  7244.                                     'clientId' => [
  7245.                                         'description' => 'ClientID',
  7246.                                         'type' => 'String!',
  7247.                                     ],
  7248.                                     'classCode' => [
  7249.                                         'description' => 'Class Code',
  7250.                                         'type' => 'String!',
  7251.                                     ],
  7252.                                     'itemId' => [
  7253.                                         'description' => 'ItemID',
  7254.                                         'type' => 'String!',
  7255.                                     ],
  7256.                                     'itemType' => [
  7257.                                         'description' => 'TrophyItemType',
  7258.                                         'type' => 'TrophyItemType',
  7259.                                     ],
  7260.                                 ],
  7261.                                 'resolve' => '@=query("App\\\\Resolver\\\\TrophyCountResolver::trophyCount", args["clientId"], args["classCode"], args["itemId"], args["itemType"])',
  7262.                             ],
  7263.                             'getGameTimersSchool' => [
  7264.                                 'type' => '[GameTimer!]',
  7265.                                 'args' => [
  7266.                                     'schoolID' => [
  7267.                                         'description' => 'The school id',
  7268.                                         'type' => 'Int!',
  7269.                                     ],
  7270.                                 ],
  7271.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimersSchool", args["schoolID"])',
  7272.                             ],
  7273.                             'getGameTimer' => [
  7274.                                 'type' => 'GameTimer',
  7275.                                 'args' => [
  7276.                                     'schoolClassID' => [
  7277.                                         'description' => 'The school class id',
  7278.                                         'type' => 'Int!',
  7279.                                     ],
  7280.                                 ],
  7281.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimer", args["schoolClassID"])',
  7282.                             ],
  7283.                             'getQuizQuestion' => [
  7284.                                 'type' => 'Question!',
  7285.                                 'args' => [
  7286.                                     'gameID' => [
  7287.                                         'description' => 'The game id',
  7288.                                         'type' => 'Int!',
  7289.                                     ],
  7290.                                     'round' => [
  7291.                                         'description' => 'The round of the game',
  7292.                                         'type' => 'Int!',
  7293.                                     ],
  7294.                                 ],
  7295.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuestion", args["gameID"], args["round"])',
  7296.                             ],
  7297.                             'getQuizAnswerWrong' => [
  7298.                                 'type' => 'AnswerWrong!',
  7299.                                 'args' => [
  7300.                                     'gameID' => [
  7301.                                         'description' => 'The game id',
  7302.                                         'type' => 'Int!',
  7303.                                     ],
  7304.                                     'questionID' => [
  7305.                                         'description' => 'The question ID',
  7306.                                         'type' => 'Int!',
  7307.                                     ],
  7308.                                 ],
  7309.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  7310.                             ],
  7311.                             'sendQuizAnswer' => [
  7312.                                 'type' => 'AnswerResponse!',
  7313.                                 'args' => [
  7314.                                     'gameID' => [
  7315.                                         'description' => 'The game id',
  7316.                                         'type' => 'Int!',
  7317.                                     ],
  7318.                                     'questionID' => [
  7319.                                         'description' => 'The question ID',
  7320.                                         'type' => 'Int!',
  7321.                                     ],
  7322.                                     'answerID' => [
  7323.                                         'description' => 'The answer ID',
  7324.                                         'type' => 'Int!',
  7325.                                     ],
  7326.                                 ],
  7327.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  7328.                             ],
  7329.                             'getClickThePicQuestion' => [
  7330.                                 'type' => 'Question!',
  7331.                                 'args' => [
  7332.                                     'gameID' => [
  7333.                                         'description' => 'The game id',
  7334.                                         'type' => 'Int!',
  7335.                                     ],
  7336.                                     'round' => [
  7337.                                         'description' => 'The round of the game',
  7338.                                         'type' => 'Int!',
  7339.                                     ],
  7340.                                 ],
  7341.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getQuestion", args["gameID"], args["round"])',
  7342.                             ],
  7343.                             'sendClickThePicAnswer' => [
  7344.                                 'type' => 'AnswerResponse!',
  7345.                                 'args' => [
  7346.                                     'gameID' => [
  7347.                                         'description' => 'The game id',
  7348.                                         'type' => 'Int!',
  7349.                                     ],
  7350.                                     'questionID' => [
  7351.                                         'description' => 'The question ID',
  7352.                                         'type' => 'Int!',
  7353.                                     ],
  7354.                                     'answerID' => [
  7355.                                         'description' => 'The answer ID',
  7356.                                         'type' => 'Int!',
  7357.                                     ],
  7358.                                     'points' => [
  7359.                                         'description' => 'Points for the round',
  7360.                                         'type' => 'Int!',
  7361.                                     ],
  7362.                                 ],
  7363.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"], args["points"])',
  7364.                             ],
  7365.                             'interestFields' => [
  7366.                                 'type' => '[InterestField!]',
  7367.                                 'resolve' => '@=query("App\\\\Resolver\\\\InterestFieldResolver::getFields")',
  7368.                             ],
  7369.                             'job' => [
  7370.                                 'type' => 'Job',
  7371.                                 'args' => [
  7372.                                     'bicid' => [
  7373.                                         'description' => 'BicID of the job to be retrieved',
  7374.                                         'type' => 'ID!',
  7375.                                     ],
  7376.                                 ],
  7377.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  7378.                             ],
  7379.                             'job_id' => [
  7380.                                 'type' => 'Job',
  7381.                                 'args' => [
  7382.                                     'id' => [
  7383.                                         'description' => 'ID of the job to retrieve',
  7384.                                         'type' => 'ID!',
  7385.                                     ],
  7386.                                 ],
  7387.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobID", args["id"])',
  7388.                             ],
  7389.                             'jobs' => [
  7390.                                 'type' => '[Job!]',
  7391.                                 'args' => [
  7392.                                     'limit' => [
  7393.                                         'description' => 'Limit',
  7394.                                         'type' => 'Int!',
  7395.                                     ],
  7396.                                     'offset' => [
  7397.                                         'description' => 'Offset',
  7398.                                         'type' => 'Int!',
  7399.                                     ],
  7400.                                 ],
  7401.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobs", args["limit"], args["offset"])',
  7402.                             ],
  7403.                             'jobExpertTerm' => [
  7404.                                 'type' => 'JobExpertTerm',
  7405.                                 'args' => [
  7406.                                     'bicid' => [
  7407.                                         'description' => 'BicID of the job expert term to retrieve',
  7408.                                         'type' => 'ID!',
  7409.                                     ],
  7410.                                 ],
  7411.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerm", args["bicid"])',
  7412.                             ],
  7413.                             'jobExpertTerms' => [
  7414.                                 'type' => '[JobExpertTerm!]',
  7415.                                 'args' => [
  7416.                                     'limit' => [
  7417.                                         'description' => 'Limit',
  7418.                                         'type' => 'Int!',
  7419.                                     ],
  7420.                                     'offset' => [
  7421.                                         'description' => 'Offset',
  7422.                                         'type' => 'Int!',
  7423.                                     ],
  7424.                                 ],
  7425.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerms", args["limit"], args["offset"])',
  7426.                             ],
  7427.                             'jobMarket' => [
  7428.                                 'type' => 'JobMarket',
  7429.                                 'args' => [
  7430.                                     'id' => [
  7431.                                         'description' => 'ID of the job market to be retrieved',
  7432.                                         'type' => 'ID!',
  7433.                                     ],
  7434.                                 ],
  7435.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  7436.                             ],
  7437.                             'jobMarkets' => [
  7438.                                 'type' => 'JobMarketResults',
  7439.                                 'args' => [
  7440.                                     'search' => [
  7441.                                         'description' => 'Search parameters',
  7442.                                         'type' => 'String!',
  7443.                                     ],
  7444.                                 ],
  7445.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarkets", args["search"])',
  7446.                             ],
  7447.                             'jobRequirements' => [
  7448.                                 'type' => '[JobRequirement!]',
  7449.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirements")',
  7450.                             ],
  7451.                             'jobRequirementTypes' => [
  7452.                                 'type' => 'JobRequirementCollection!',
  7453.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirementTypes")',
  7454.                             ],
  7455.                             'bopartnerProfile' => [
  7456.                                 'type' => 'BoPartnerProfile',
  7457.                                 'args' => [
  7458.                                     'id' => [
  7459.                                         'description' => 'ID of the BO Partner Profile',
  7460.                                         'type' => 'Int',
  7461.                                     ],
  7462.                                     'uuid' => [
  7463.                                         'description' => 'UUID of the BO Partner Profile',
  7464.                                         'type' => 'String',
  7465.                                     ],
  7466.                                 ],
  7467.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfile", args["id"], args["uuid"])',
  7468.                             ],
  7469.                             'bopartnerProfiles' => [
  7470.                                 'type' => '[BoPartnerProfile!]',
  7471.                                 'args' => [
  7472.                                     'limit' => [
  7473.                                         'description' => 'Limit',
  7474.                                         'type' => 'Int!',
  7475.                                     ],
  7476.                                     'offset' => [
  7477.                                         'description' => 'Offset',
  7478.                                         'type' => 'Int!',
  7479.                                     ],
  7480.                                 ],
  7481.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfiles", args["limit"], args["offset"])',
  7482.                             ],
  7483.                             'getCompanyBenefits' => [
  7484.                                 'type' => '[CompanyBenefit!]',
  7485.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyBenefits")',
  7486.                             ],
  7487.                             'getCompanyCertificates' => [
  7488.                                 'type' => '[CompanyCertificate!]',
  7489.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyCertificates")',
  7490.                             ],
  7491.                             'getCompanySizes' => [
  7492.                                 'type' => '[CompanySize!]',
  7493.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanySizes")',
  7494.                             ],
  7495.                             'companyProfile' => [
  7496.                                 'type' => 'CompanyProfile',
  7497.                                 'args' => [
  7498.                                     'id' => [
  7499.                                         'description' => 'ID of the Company Profile',
  7500.                                         'type' => 'Int',
  7501.                                     ],
  7502.                                     'uuid' => [
  7503.                                         'description' => 'UUID of the Company Profile',
  7504.                                         'type' => 'String',
  7505.                                     ],
  7506.                                 ],
  7507.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfile", args["id"], args["uuid"])',
  7508.                             ],
  7509.                             'companyProfiles' => [
  7510.                                 'type' => '[CompanyProfile!]',
  7511.                                 'args' => [
  7512.                                     'limit' => [
  7513.                                         'description' => 'Limit',
  7514.                                         'type' => 'Int!',
  7515.                                     ],
  7516.                                     'offset' => [
  7517.                                         'description' => 'Offset',
  7518.                                         'type' => 'Int!',
  7519.                                     ],
  7520.                                 ],
  7521.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfiles", args["limit"], args["offset"])',
  7522.                             ],
  7523.                             'profiles' => [
  7524.                                 'type' => 'ProfileResults!',
  7525.                                 'args' => [
  7526.                                     'search' => [
  7527.                                         'description' => 'Search parameters',
  7528.                                         'type' => 'String!',
  7529.                                     ],
  7530.                                 ],
  7531.                                 'resolve' => '@=query("App\\\\Resolver\\\\ProfileResolver::getProfilesSearch", args["search"])',
  7532.                             ],
  7533.                             'schoolProfile' => [
  7534.                                 'type' => 'SchoolProfile',
  7535.                                 'args' => [
  7536.                                     'id' => [
  7537.                                         'description' => 'ID of the School Profile',
  7538.                                         'type' => 'Int',
  7539.                                     ],
  7540.                                     'uuid' => [
  7541.                                         'description' => 'UUID of the School Profile',
  7542.                                         'type' => 'String',
  7543.                                     ],
  7544.                                 ],
  7545.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfile", args["id"], args["uuid"])',
  7546.                             ],
  7547.                             'schoolProfiles' => [
  7548.                                 'type' => '[SchoolProfile!]',
  7549.                                 'args' => [
  7550.                                     'limit' => [
  7551.                                         'description' => 'Limit',
  7552.                                         'type' => 'Int!',
  7553.                                     ],
  7554.                                     'offset' => [
  7555.                                         'description' => 'Offset',
  7556.                                         'type' => 'Int!',
  7557.                                     ],
  7558.                                 ],
  7559.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfiles", args["limit"], args["offset"])',
  7560.                             ],
  7561.                             'schoolSubjects' => [
  7562.                                 'type' => '[SchoolSubject!]',
  7563.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getAllJobSchoolSubjects")',
  7564.                             ],
  7565.                             'schoolSubject' => [
  7566.                                 'type' => 'SchoolSubject!',
  7567.                                 'args' => [
  7568.                                     'id' => [
  7569.                                         'description' => 'ID of the school subject to be retrieved',
  7570.                                         'type' => 'ID!',
  7571.                                     ],
  7572.                                 ],
  7573.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getJobSchoolSubjectByID", args["id"])',
  7574.                             ],
  7575.                             'stories' => [
  7576.                                 'type' => 'Stories!',
  7577.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStories")',
  7578.                             ],
  7579.                             'storyByID' => [
  7580.                                 'type' => 'Story',
  7581.                                 'args' => [
  7582.                                     'id' => [
  7583.                                         'description' => 'ID of the story to retrieve',
  7584.                                         'type' => 'ID!',
  7585.                                     ],
  7586.                                 ],
  7587.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByID", args["id"])',
  7588.                             ],
  7589.                             'storyByBicID' => [
  7590.                                 'type' => 'Story',
  7591.                                 'args' => [
  7592.                                     'bicid' => [
  7593.                                         'description' => 'BicID of the story to retrieve',
  7594.                                         'type' => 'ID!',
  7595.                                     ],
  7596.                                 ],
  7597.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByBicID", args["bicid"])',
  7598.                             ],
  7599.                             'schoolClassLogin' => [
  7600.                                 'type' => 'SchoolClassLogin',
  7601.                                 'args' => [
  7602.                                     'classCode' => [
  7603.                                         'description' => 'Class Code',
  7604.                                         'type' => 'String!',
  7605.                                     ],
  7606.                                 ],
  7607.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::login", args["classCode"])',
  7608.                             ],
  7609.                             'schoolClassGameHistory' => [
  7610.                                 'type' => '[SchoolClassGameHistory!]',
  7611.                                 'args' => [
  7612.                                     'classCode' => [
  7613.                                         'description' => 'Class Code',
  7614.                                         'type' => 'String!',
  7615.                                     ],
  7616.                                 ],
  7617.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getGameHistories", args["classCode"])',
  7618.                             ],
  7619.                             'schoolClassPoints' => [
  7620.                                 'type' => 'Int',
  7621.                                 'args' => [
  7622.                                     'classCode' => [
  7623.                                         'description' => 'Class Code',
  7624.                                         'type' => 'String!',
  7625.                                     ],
  7626.                                 ],
  7627.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getPoints", args["classCode"])',
  7628.                             ],
  7629.                             'schoolClassTimePlayed' => [
  7630.                                 'type' => 'Int',
  7631.                                 'args' => [
  7632.                                     'classCode' => [
  7633.                                         'description' => 'Class Code',
  7634.                                         'type' => 'String!',
  7635.                                     ],
  7636.                                 ],
  7637.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getTimePlayed", args["classCode"])',
  7638.                             ],
  7639.                             'schoolClassGameState' => [
  7640.                                 'type' => 'SchoolClassGameState',
  7641.                                 'args' => [
  7642.                                     'classCode' => [
  7643.                                         'description' => 'Class Code',
  7644.                                         'type' => 'String!',
  7645.                                     ],
  7646.                                 ],
  7647.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::gameState", args["classCode"])',
  7648.                             ],
  7649.                             'schoolClassGrades' => [
  7650.                                 'type' => '[SchoolClassGrade!]',
  7651.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassGrades")',
  7652.                             ],
  7653.                             'schoolClassRankings' => [
  7654.                                 'type' => '[SchoolClassRank!]',
  7655.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassRankings")',
  7656.                             ],
  7657.                             'schoolClassYears' => [
  7658.                                 'type' => '[SchoolClassYear!]',
  7659.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassYears")',
  7660.                             ],
  7661.                             'addressCities' => [
  7662.                                 'type' => '[AddressCity!]',
  7663.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getCities")',
  7664.                             ],
  7665.                             'addressDistricts' => [
  7666.                                 'type' => '[AddressDistrict!]',
  7667.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getDistricts")',
  7668.                             ],
  7669.                             'faqCategories' => [
  7670.                                 'type' => '[FaqCategory!]',
  7671.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategories")',
  7672.                             ],
  7673.                             'faqGewinnspiel' => [
  7674.                                 'type' => 'FaqCategory',
  7675.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategoryGewinnspiel")',
  7676.                             ],
  7677.                             'infoSectionTypes' => [
  7678.                                 'type' => '[InfoSectionType!]',
  7679.                                 'resolve' => '@=query("App\\\\Resolver\\\\InfoSectionResolver::getTypes")',
  7680.                             ],
  7681.                             'infoSectionCategories' => [
  7682.                                 'type' => '[InfoSectionCategory!]',
  7683.                                 'resolve' => '@=query("App\\\\Resolver\\\\InfoSectionResolver::getCategories")',
  7684.                             ],
  7685.                             'globalSearch' => [
  7686.                                 'type' => 'GlobalSearch',
  7687.                                 'args' => [
  7688.                                     'search' => [
  7689.                                         'description' => 'Search parameters',
  7690.                                         'type' => 'String!',
  7691.                                     ],
  7692.                                 ],
  7693.                                 'resolve' => '@=query("App\\\\Resolver\\\\GlobalSearchResolver::search", args["search"])',
  7694.                             ],
  7695.                             'homeContent' => [
  7696.                                 'type' => 'HomeContent!',
  7697.                                 'resolve' => '@=query("App\\\\Resolver\\\\HomeContentResolver::getContent")',
  7698.                             ],
  7699.                             'image' => [
  7700.                                 'type' => 'Image',
  7701.                                 'args' => [
  7702.                                     'id' => [
  7703.                                         'description' => 'ID of the Image',
  7704.                                         'type' => 'ID!',
  7705.                                     ],
  7706.                                 ],
  7707.                                 'resolve' => '@=query("App\\\\Resolver\\\\ImageResolver::getImageByID", args["id"])',
  7708.                             ],
  7709.                             'mqttTest' => [
  7710.                                 'type' => 'Status!',
  7711.                                 'args' => [
  7712.                                     'topic' => [
  7713.                                         'description' => 'Topic',
  7714.                                         'type' => 'String!',
  7715.                                     ],
  7716.                                     'strValue' => [
  7717.                                         'description' => 'TestString',
  7718.                                         'type' => 'String!',
  7719.                                     ],
  7720.                                 ],
  7721.                                 'resolve' => '@=query("App\\\\Resolver\\\\TestResolver::mqttTest", args["topic"], args["strValue"])',
  7722.                             ],
  7723.                         ],
  7724.                         'name' => 'DefaultQuery',
  7725.                         'builders' => [
  7726.                         ],
  7727.                         'interfaces' => [
  7728.                         ],
  7729.                     ],
  7730.                 ],
  7731.                 'DefaultMutation' => [
  7732.                     'type' => 'object',
  7733.                     'inherits' => [
  7734.                         => 'DefaultRegisterMutation',
  7735.                         => 'DefaultJobMarketMutation',
  7736.                     ],
  7737.                     'class_name' => 'DefaultMutationType',
  7738.                     'decorator' => false,
  7739.                     'config' => [
  7740.                         'description' => 'Default Mutation',
  7741.                         'fields' => [
  7742.                             'registerBoPartner' => [
  7743.                                 'type' => 'Status!',
  7744.                                 'args' => [
  7745.                                     'login' => [
  7746.                                         'description' => 'The login data',
  7747.                                         'type' => 'InRegisterLogin!',
  7748.                                     ],
  7749.                                     'person' => [
  7750.                                         'description' => 'The person data',
  7751.                                         'type' => 'InRegisterPerson!',
  7752.                                     ],
  7753.                                     'organisation' => [
  7754.                                         'description' => 'The bo partner data',
  7755.                                         'type' => 'InRegisterOrganisation!',
  7756.                                     ],
  7757.                                 ],
  7758.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerBoPartner", args["login"], args["person"], args["organisation"])',
  7759.                             ],
  7760.                             'registerCompany' => [
  7761.                                 'type' => 'Status!',
  7762.                                 'args' => [
  7763.                                     'login' => [
  7764.                                         'description' => 'The login data',
  7765.                                         'type' => 'InRegisterLogin!',
  7766.                                     ],
  7767.                                     'person' => [
  7768.                                         'description' => 'The person data',
  7769.                                         'type' => 'InRegisterPerson!',
  7770.                                     ],
  7771.                                     'organisation' => [
  7772.                                         'description' => 'The company data',
  7773.                                         'type' => 'InRegisterOrganisation!',
  7774.                                     ],
  7775.                                 ],
  7776.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerCompany", args["login"], args["person"], args["organisation"])',
  7777.                             ],
  7778.                             'registerSchool' => [
  7779.                                 'type' => 'Status!',
  7780.                                 'args' => [
  7781.                                     'login' => [
  7782.                                         'description' => 'The login data',
  7783.                                         'type' => 'InRegisterLogin!',
  7784.                                     ],
  7785.                                     'person' => [
  7786.                                         'description' => 'The person data',
  7787.                                         'type' => 'InRegisterPerson!',
  7788.                                     ],
  7789.                                     'organisation' => [
  7790.                                         'description' => 'The school data',
  7791.                                         'type' => 'InRegisterOrganisation!',
  7792.                                     ],
  7793.                                 ],
  7794.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerSchool", args["login"], args["person"], args["organisation"])',
  7795.                             ],
  7796.                             'registerDirector' => [
  7797.                                 'type' => 'Status!',
  7798.                                 'args' => [
  7799.                                     'login' => [
  7800.                                         'description' => 'The login data',
  7801.                                         'type' => 'InRegisterLogin!',
  7802.                                     ],
  7803.                                     'person' => [
  7804.                                         'description' => 'The person data',
  7805.                                         'type' => 'InRegisterPerson!',
  7806.                                     ],
  7807.                                     'schoolID' => [
  7808.                                         'description' => 'The school id',
  7809.                                         'type' => 'Int!',
  7810.                                     ],
  7811.                                 ],
  7812.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerDirector", args["login"], args["person"], args["schoolID"])',
  7813.                             ],
  7814.                             'registerTeacher' => [
  7815.                                 'type' => 'Status!',
  7816.                                 'args' => [
  7817.                                     'login' => [
  7818.                                         'description' => 'The login data',
  7819.                                         'type' => 'InRegisterLogin!',
  7820.                                     ],
  7821.                                     'person' => [
  7822.                                         'description' => 'The person data',
  7823.                                         'type' => 'InRegisterPerson!',
  7824.                                     ],
  7825.                                 ],
  7826.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerTeacher", args["login"], args["person"])',
  7827.                             ],
  7828.                             'increaseJobMarketApplicationCount' => [
  7829.                                 'type' => 'Status!',
  7830.                                 'args' => [
  7831.                                     'jobMarketID' => [
  7832.                                         'description' => 'The job market id',
  7833.                                         'type' => 'Int!',
  7834.                                     ],
  7835.                                 ],
  7836.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\JobMarketResolver::increaseApplicationCount", args["jobMarketID"])',
  7837.                             ],
  7838.                         ],
  7839.                         'name' => 'DefaultMutation',
  7840.                         'builders' => [
  7841.                         ],
  7842.                         'interfaces' => [
  7843.                         ],
  7844.                     ],
  7845.                 ],
  7846.                 'UploadFile' => [
  7847.                     'type' => 'custom-scalar',
  7848.                     'class_name' => 'UploadFileType',
  7849.                     'inherits' => [
  7850.                     ],
  7851.                     'decorator' => false,
  7852.                     'config' => [
  7853.                         'scalarType' => '@=newObject("Overblog\\\\GraphQLBundle\\\\Upload\\\\Type\\\\GraphQLUploadType")',
  7854.                         'name' => 'UploadFile',
  7855.                     ],
  7856.                 ],
  7857.                 'RoundPlayersEntry' => [
  7858.                     'type' => 'object',
  7859.                     'class_name' => 'RoundPlayersEntryType',
  7860.                     'inherits' => [
  7861.                     ],
  7862.                     'decorator' => false,
  7863.                     'config' => [
  7864.                         'description' => NULL,
  7865.                         'fields' => [
  7866.                             'round' => [
  7867.                                 'type' => 'Int!',
  7868.                                 'description' => NULL,
  7869.                             ],
  7870.                             'players' => [
  7871.                                 'type' => 'Int!',
  7872.                                 'description' => NULL,
  7873.                             ],
  7874.                         ],
  7875.                         'interfaces' => [
  7876.                         ],
  7877.                         'name' => 'RoundPlayersEntry',
  7878.                         'builders' => [
  7879.                         ],
  7880.                     ],
  7881.                 ],
  7882.                 'StoryCard' => [
  7883.                     'type' => 'object',
  7884.                     'class_name' => 'StoryCardType',
  7885.                     'inherits' => [
  7886.                     ],
  7887.                     'decorator' => false,
  7888.                     'config' => [
  7889.                         'description' => NULL,
  7890.                         'fields' => [
  7891.                             'title' => [
  7892.                                 'type' => 'String',
  7893.                                 'description' => NULL,
  7894.                             ],
  7895.                             'time' => [
  7896.                                 'type' => 'String!',
  7897.                                 'description' => NULL,
  7898.                             ],
  7899.                             'backgroundImage' => [
  7900.                                 'type' => 'Image',
  7901.                                 'description' => NULL,
  7902.                             ],
  7903.                             'backgroundVideo' => [
  7904.                                 'type' => 'Video',
  7905.                                 'description' => NULL,
  7906.                             ],
  7907.                             'embedVideo' => [
  7908.                                 'type' => 'Video',
  7909.                                 'description' => NULL,
  7910.                             ],
  7911.                             'lottieAnimation' => [
  7912.                                 'type' => 'String',
  7913.                                 'description' => NULL,
  7914.                             ],
  7915.                             'textHeading' => [
  7916.                                 'type' => 'String',
  7917.                                 'description' => NULL,
  7918.                             ],
  7919.                             'text' => [
  7920.                                 'type' => 'String',
  7921.                                 'description' => NULL,
  7922.                             ],
  7923.                             'image' => [
  7924.                                 'type' => 'Image',
  7925.                                 'description' => NULL,
  7926.                             ],
  7927.                             'imagePosition' => [
  7928.                                 'type' => 'StoryCardImagePosition',
  7929.                                 'description' => NULL,
  7930.                             ],
  7931.                             'highlightPosition' => [
  7932.                                 'type' => 'StoryCardHighlightPosition',
  7933.                                 'description' => NULL,
  7934.                             ],
  7935.                             'layout' => [
  7936.                                 'type' => 'StoryCardLayout!',
  7937.                                 'description' => NULL,
  7938.                             ],
  7939.                             'theme' => [
  7940.                                 'type' => 'StoryCardTheme!',
  7941.                                 'description' => NULL,
  7942.                             ],
  7943.                         ],
  7944.                         'interfaces' => [
  7945.                         ],
  7946.                         'name' => 'StoryCard',
  7947.                         'builders' => [
  7948.                         ],
  7949.                     ],
  7950.                 ],
  7951.                 'TrophyStats' => [
  7952.                     'type' => 'object',
  7953.                     'class_name' => 'TrophyStatsType',
  7954.                     'inherits' => [
  7955.                     ],
  7956.                     'decorator' => false,
  7957.                     'config' => [
  7958.                         'description' => NULL,
  7959.                         'fields' => [
  7960.                             'scoredCount' => [
  7961.                                 'type' => 'Int!',
  7962.                                 'description' => NULL,
  7963.                             ],
  7964.                             'totalCount' => [
  7965.                                 'type' => 'Int!',
  7966.                                 'description' => NULL,
  7967.                             ],
  7968.                         ],
  7969.                         'interfaces' => [
  7970.                         ],
  7971.                         'name' => 'TrophyStats',
  7972.                         'builders' => [
  7973.                         ],
  7974.                     ],
  7975.                 ],
  7976.                 'GameCategoriesPerGame' => [
  7977.                     'type' => 'object',
  7978.                     'class_name' => 'GameCategoriesPerGameType',
  7979.                     'inherits' => [
  7980.                     ],
  7981.                     'decorator' => false,
  7982.                     'config' => [
  7983.                         'description' => NULL,
  7984.                         'fields' => [
  7985.                             'status' => [
  7986.                                 'type' => 'Status!',
  7987.                                 'description' => NULL,
  7988.                             ],
  7989.                             'guessTheJob' => [
  7990.                                 'type' => 'Int!',
  7991.                                 'description' => NULL,
  7992.                             ],
  7993.                             'quiz' => [
  7994.                                 'type' => 'Int!',
  7995.                                 'description' => NULL,
  7996.                             ],
  7997.                         ],
  7998.                         'interfaces' => [
  7999.                         ],
  8000.                         'name' => 'GameCategoriesPerGame',
  8001.                         'builders' => [
  8002.                         ],
  8003.                     ],
  8004.                 ],
  8005.                 'Person' => [
  8006.                     'type' => 'object',
  8007.                     'class_name' => 'PersonType',
  8008.                     'inherits' => [
  8009.                     ],
  8010.                     'decorator' => false,
  8011.                     'config' => [
  8012.                         'description' => NULL,
  8013.                         'fields' => [
  8014.                             'id' => [
  8015.                                 'type' => 'ID!',
  8016.                                 'description' => NULL,
  8017.                             ],
  8018.                             'firstname' => [
  8019.                                 'type' => 'String!',
  8020.                                 'description' => NULL,
  8021.                             ],
  8022.                             'lastname' => [
  8023.                                 'type' => 'String!',
  8024.                                 'description' => NULL,
  8025.                             ],
  8026.                             'sex' => [
  8027.                                 'type' => 'Int',
  8028.                                 'description' => NULL,
  8029.                             ],
  8030.                             'titles' => [
  8031.                                 'type' => '[Title!]',
  8032.                                 'description' => NULL,
  8033.                             ],
  8034.                         ],
  8035.                         'interfaces' => [
  8036.                         ],
  8037.                         'name' => 'Person',
  8038.                         'builders' => [
  8039.                         ],
  8040.                     ],
  8041.                 ],
  8042.                 'Bookmark' => [
  8043.                     'type' => 'object',
  8044.                     'class_name' => 'BookmarkType',
  8045.                     'inherits' => [
  8046.                     ],
  8047.                     'decorator' => false,
  8048.                     'config' => [
  8049.                         'description' => NULL,
  8050.                         'fields' => [
  8051.                             'id' => [
  8052.                                 'type' => 'ID!',
  8053.                                 'description' => NULL,
  8054.                             ],
  8055.                             'accessToken' => [
  8056.                                 'type' => 'String!',
  8057.                                 'description' => NULL,
  8058.                             ],
  8059.                             'storedValue' => [
  8060.                                 'type' => 'String',
  8061.                                 'description' => NULL,
  8062.                             ],
  8063.                             'createdAt' => [
  8064.                                 'type' => 'String!',
  8065.                                 'description' => NULL,
  8066.                             ],
  8067.                         ],
  8068.                         'interfaces' => [
  8069.                         ],
  8070.                         'name' => 'Bookmark',
  8071.                         'builders' => [
  8072.                         ],
  8073.                     ],
  8074.                 ],
  8075.                 'Contact' => [
  8076.                     'type' => 'object',
  8077.                     'class_name' => 'ContactType',
  8078.                     'inherits' => [
  8079.                     ],
  8080.                     'decorator' => false,
  8081.                     'config' => [
  8082.                         'description' => NULL,
  8083.                         'fields' => [
  8084.                             'id' => [
  8085.                                 'type' => 'ID!',
  8086.                                 'description' => NULL,
  8087.                             ],
  8088.                             'employeePosition' => [
  8089.                                 'type' => 'String',
  8090.                                 'description' => NULL,
  8091.                             ],
  8092.                             'communication' => [
  8093.                                 'type' => 'Communication!',
  8094.                                 'description' => NULL,
  8095.                             ],
  8096.                             'person' => [
  8097.                                 'type' => 'Person!',
  8098.                                 'description' => NULL,
  8099.                             ],
  8100.                             'picture' => [
  8101.                                 'type' => 'Image',
  8102.                                 'description' => NULL,
  8103.                             ],
  8104.                         ],
  8105.                         'interfaces' => [
  8106.                         ],
  8107.                         'name' => 'Contact',
  8108.                         'builders' => [
  8109.                         ],
  8110.                     ],
  8111.                 ],
  8112.                 'Gallery' => [
  8113.                     'type' => 'object',
  8114.                     'class_name' => 'GalleryType',
  8115.                     'inherits' => [
  8116.                     ],
  8117.                     'decorator' => false,
  8118.                     'config' => [
  8119.                         'description' => NULL,
  8120.                         'fields' => [
  8121.                             'id' => [
  8122.                                 'type' => 'ID!',
  8123.                                 'description' => NULL,
  8124.                             ],
  8125.                             'name' => [
  8126.                                 'type' => 'String',
  8127.                                 'description' => NULL,
  8128.                             ],
  8129.                             'galleryItems' => [
  8130.                                 'type' => '[Media]',
  8131.                                 'description' => NULL,
  8132.                             ],
  8133.                         ],
  8134.                         'interfaces' => [
  8135.                         ],
  8136.                         'name' => 'Gallery',
  8137.                         'builders' => [
  8138.                         ],
  8139.                     ],
  8140.                 ],
  8141.                 'JobSchoolSubject' => [
  8142.                     'type' => 'object',
  8143.                     'class_name' => 'JobSchoolSubjectType',
  8144.                     'inherits' => [
  8145.                     ],
  8146.                     'decorator' => false,
  8147.                     'config' => [
  8148.                         'description' => NULL,
  8149.                         'fields' => [
  8150.                             'id' => [
  8151.                                 'type' => 'ID!',
  8152.                                 'description' => NULL,
  8153.                             ],
  8154.                             'subjectName' => [
  8155.                                 'type' => 'String!',
  8156.                                 'description' => NULL,
  8157.                             ],
  8158.                             'abbreviation' => [
  8159.                                 'type' => 'String!',
  8160.                                 'description' => NULL,
  8161.                             ],
  8162.                         ],
  8163.                         'interfaces' => [
  8164.                         ],
  8165.                         'name' => 'JobSchoolSubject',
  8166.                         'builders' => [
  8167.                         ],
  8168.                     ],
  8169.                 ],
  8170.                 'GameTrophyProgress' => [
  8171.                     'type' => 'object',
  8172.                     'class_name' => 'GameTrophyProgressType',
  8173.                     'inherits' => [
  8174.                     ],
  8175.                     'decorator' => false,
  8176.                     'config' => [
  8177.                         'description' => NULL,
  8178.                         'fields' => [
  8179.                             'id' => [
  8180.                                 'type' => 'ID!',
  8181.                                 'description' => NULL,
  8182.                             ],
  8183.                             'schoolClassID' => [
  8184.                                 'type' => 'Int',
  8185.                                 'description' => NULL,
  8186.                             ],
  8187.                             'createdAt' => [
  8188.                                 'type' => 'String',
  8189.                                 'description' => NULL,
  8190.                             ],
  8191.                             'entries' => [
  8192.                                 'type' => '[GameTrophyProgressEntry!]',
  8193.                                 'description' => NULL,
  8194.                             ],
  8195.                         ],
  8196.                         'interfaces' => [
  8197.                         ],
  8198.                         'name' => 'GameTrophyProgress',
  8199.                         'builders' => [
  8200.                         ],
  8201.                     ],
  8202.                 ],
  8203.                 'SchoolClassLogin' => [
  8204.                     'type' => 'object',
  8205.                     'class_name' => 'SchoolClassLoginType',
  8206.                     'inherits' => [
  8207.                     ],
  8208.                     'decorator' => false,
  8209.                     'config' => [
  8210.                         'description' => NULL,
  8211.                         'fields' => [
  8212.                             'status' => [
  8213.                                 'type' => 'Status!',
  8214.                                 'description' => NULL,
  8215.                             ],
  8216.                             'clientId' => [
  8217.                                 'type' => 'String!',
  8218.                                 'description' => NULL,
  8219.                             ],
  8220.                             'school' => [
  8221.                                 'type' => 'School',
  8222.                                 'description' => NULL,
  8223.                             ],
  8224.                             'schoolClass' => [
  8225.                                 'type' => 'SchoolClass',
  8226.                                 'description' => NULL,
  8227.                             ],
  8228.                         ],
  8229.                         'interfaces' => [
  8230.                         ],
  8231.                         'name' => 'SchoolClassLogin',
  8232.                         'builders' => [
  8233.                         ],
  8234.                     ],
  8235.                 ],
  8236.                 'GlobalSearch' => [
  8237.                     'type' => 'object',
  8238.                     'class_name' => 'GlobalSearchType',
  8239.                     'inherits' => [
  8240.                     ],
  8241.                     'decorator' => false,
  8242.                     'config' => [
  8243.                         'description' => NULL,
  8244.                         'fields' => [
  8245.                             'jobs' => [
  8246.                                 'type' => '[Job!]',
  8247.                                 'description' => NULL,
  8248.                             ],
  8249.                             'jobMarkets' => [
  8250.                                 'type' => '[JobMarket!]',
  8251.                                 'description' => NULL,
  8252.                             ],
  8253.                             'profiles' => [
  8254.                                 'type' => '[Profile!]',
  8255.                                 'description' => NULL,
  8256.                             ],
  8257.                             'stories' => [
  8258.                                 'type' => '[Story!]',
  8259.                                 'description' => NULL,
  8260.                             ],
  8261.                         ],
  8262.                         'interfaces' => [
  8263.                         ],
  8264.                         'name' => 'GlobalSearch',
  8265.                         'builders' => [
  8266.                         ],
  8267.                     ],
  8268.                 ],
  8269.                 'Offer' => [
  8270.                     'type' => 'object',
  8271.                     'class_name' => 'OfferType',
  8272.                     'inherits' => [
  8273.                     ],
  8274.                     'decorator' => false,
  8275.                     'config' => [
  8276.                         'description' => NULL,
  8277.                         'fields' => [
  8278.                             'id' => [
  8279.                                 'type' => 'ID!',
  8280.                                 'description' => NULL,
  8281.                             ],
  8282.                             'offerType' => [
  8283.                                 'type' => 'OfferType',
  8284.                                 'description' => NULL,
  8285.                             ],
  8286.                             'name' => [
  8287.                                 'type' => 'String',
  8288.                                 'description' => NULL,
  8289.                             ],
  8290.                             'dateFrom' => [
  8291.                                 'type' => 'String',
  8292.                                 'description' => NULL,
  8293.                             ],
  8294.                             'dateTo' => [
  8295.                                 'type' => 'String',
  8296.                                 'description' => NULL,
  8297.                             ],
  8298.                         ],
  8299.                         'interfaces' => [
  8300.                         ],
  8301.                         'name' => 'Offer',
  8302.                         'builders' => [
  8303.                         ],
  8304.                     ],
  8305.                 ],
  8306.                 'UserRole' => [
  8307.                     'type' => 'object',
  8308.                     'class_name' => 'UserRoleType',
  8309.                     'inherits' => [
  8310.                     ],
  8311.                     'decorator' => false,
  8312.                     'config' => [
  8313.                         'description' => NULL,
  8314.                         'fields' => [
  8315.                             'id' => [
  8316.                                 'type' => 'Int',
  8317.                                 'description' => NULL,
  8318.                             ],
  8319.                             'roleName' => [
  8320.                                 'type' => 'String',
  8321.                                 'description' => NULL,
  8322.                             ],
  8323.                         ],
  8324.                         'interfaces' => [
  8325.                         ],
  8326.                         'name' => 'UserRole',
  8327.                         'builders' => [
  8328.                         ],
  8329.                     ],
  8330.                 ],
  8331.                 'Video' => [
  8332.                     'type' => 'object',
  8333.                     'class_name' => 'VideoType',
  8334.                     'inherits' => [
  8335.                     ],
  8336.                     'decorator' => false,
  8337.                     'config' => [
  8338.                         'description' => NULL,
  8339.                         'fields' => [
  8340.                             'id' => [
  8341.                                 'type' => 'ID!',
  8342.                                 'description' => NULL,
  8343.                             ],
  8344.                             'title' => [
  8345.                                 'type' => 'String',
  8346.                                 'description' => NULL,
  8347.                             ],
  8348.                             'author' => [
  8349.                                 'type' => 'String',
  8350.                                 'description' => NULL,
  8351.                             ],
  8352.                             'authorUrl' => [
  8353.                                 'type' => 'String',
  8354.                                 'description' => NULL,
  8355.                             ],
  8356.                             'thumbnailUrl' => [
  8357.                                 'type' => 'String',
  8358.                                 'description' => NULL,
  8359.                             ],
  8360.                             'thumbnailHeight' => [
  8361.                                 'type' => 'Int',
  8362.                                 'description' => NULL,
  8363.                             ],
  8364.                             'thumbnailWidth' => [
  8365.                                 'type' => 'Int',
  8366.                                 'description' => NULL,
  8367.                             ],
  8368.                             'src' => [
  8369.                                 'type' => 'String',
  8370.                                 'description' => NULL,
  8371.                             ],
  8372.                         ],
  8373.                         'interfaces' => [
  8374.                         ],
  8375.                         'name' => 'Video',
  8376.                         'builders' => [
  8377.                         ],
  8378.                     ],
  8379.                 ],
  8380.                 'ImageData' => [
  8381.                     'type' => 'object',
  8382.                     'class_name' => 'ImageDataType',
  8383.                     'inherits' => [
  8384.                     ],
  8385.                     'decorator' => false,
  8386.                     'config' => [
  8387.                         'description' => NULL,
  8388.                         'fields' => [
  8389.                             'url' => [
  8390.                                 'type' => 'String',
  8391.                                 'description' => NULL,
  8392.                             ],
  8393.                             'width' => [
  8394.                                 'type' => 'Int',
  8395.                                 'description' => NULL,
  8396.                             ],
  8397.                         ],
  8398.                         'interfaces' => [
  8399.                         ],
  8400.                         'name' => 'ImageData',
  8401.                         'builders' => [
  8402.                         ],
  8403.                     ],
  8404.                 ],
  8405.                 'TeachingIdea' => [
  8406.                     'type' => 'object',
  8407.                     'class_name' => 'TeachingIdeaType',
  8408.                     'inherits' => [
  8409.                     ],
  8410.                     'decorator' => false,
  8411.                     'config' => [
  8412.                         'description' => NULL,
  8413.                         'fields' => [
  8414.                             'type' => [
  8415.                                 'type' => 'TeachingIdeaType!',
  8416.                                 'description' => NULL,
  8417.                             ],
  8418.                             'implementedAt' => [
  8419.                                 'type' => 'String!',
  8420.                                 'description' => NULL,
  8421.                             ],
  8422.                             'difficulties' => [
  8423.                                 'type' => 'String!',
  8424.                                 'description' => NULL,
  8425.                             ],
  8426.                             'worksWell' => [
  8427.                                 'type' => 'String!',
  8428.                                 'description' => NULL,
  8429.                             ],
  8430.                             'note' => [
  8431.                                 'type' => 'String!',
  8432.                                 'description' => NULL,
  8433.                             ],
  8434.                             'rating' => [
  8435.                                 'type' => 'Int!',
  8436.                                 'description' => NULL,
  8437.                             ],
  8438.                             'status' => [
  8439.                                 'type' => 'Int!',
  8440.                                 'description' => NULL,
  8441.                             ],
  8442.                         ],
  8443.                         'interfaces' => [
  8444.                         ],
  8445.                         'name' => 'TeachingIdea',
  8446.                         'builders' => [
  8447.                         ],
  8448.                     ],
  8449.                 ],
  8450.                 'UserInfo' => [
  8451.                     'type' => 'object',
  8452.                     'class_name' => 'UserInfoType',
  8453.                     'inherits' => [
  8454.                     ],
  8455.                     'decorator' => false,
  8456.                     'config' => [
  8457.                         'description' => NULL,
  8458.                         'fields' => [
  8459.                             'id' => [
  8460.                                 'type' => 'Int',
  8461.                                 'description' => NULL,
  8462.                             ],
  8463.                             'title' => [
  8464.                                 'type' => '[Title!]',
  8465.                                 'description' => NULL,
  8466.                             ],
  8467.                             'email' => [
  8468.                                 'type' => 'String',
  8469.                                 'description' => NULL,
  8470.                             ],
  8471.                             'username' => [
  8472.                                 'type' => 'String',
  8473.                                 'description' => NULL,
  8474.                             ],
  8475.                             'firstname' => [
  8476.                                 'type' => 'String',
  8477.                                 'description' => NULL,
  8478.                             ],
  8479.                             'lastname' => [
  8480.                                 'type' => 'String',
  8481.                                 'description' => NULL,
  8482.                             ],
  8483.                             'roles' => [
  8484.                                 'type' => '[UserRole]',
  8485.                                 'description' => NULL,
  8486.                             ],
  8487.                             'avatar' => [
  8488.                                 'type' => 'Media',
  8489.                                 'description' => NULL,
  8490.                             ],
  8491.                             'mappingPending' => [
  8492.                                 'type' => 'Boolean!',
  8493.                                 'description' => NULL,
  8494.                             ],
  8495.                         ],
  8496.                         'interfaces' => [
  8497.                         ],
  8498.                         'name' => 'UserInfo',
  8499.                         'builders' => [
  8500.                         ],
  8501.                     ],
  8502.                 ],
  8503.                 'QuestionAnswer' => [
  8504.                     'type' => 'object',
  8505.                     'class_name' => 'QuestionAnswerType',
  8506.                     'inherits' => [
  8507.                     ],
  8508.                     'decorator' => false,
  8509.                     'config' => [
  8510.                         'description' => NULL,
  8511.                         'fields' => [
  8512.                             'id' => [
  8513.                                 'type' => 'ID!',
  8514.                                 'description' => NULL,
  8515.                             ],
  8516.                             'questionID' => [
  8517.                                 'type' => 'Int',
  8518.                                 'description' => NULL,
  8519.                             ],
  8520.                             'text' => [
  8521.                                 'type' => 'String',
  8522.                                 'description' => NULL,
  8523.                             ],
  8524.                         ],
  8525.                         'interfaces' => [
  8526.                         ],
  8527.                         'name' => 'QuestionAnswer',
  8528.                         'builders' => [
  8529.                         ],
  8530.                     ],
  8531.                 ],
  8532.                 'StoryCardImagePosition' => [
  8533.                     'type' => 'enum',
  8534.                     'class_name' => 'StoryCardImagePositionType',
  8535.                     'inherits' => [
  8536.                     ],
  8537.                     'decorator' => false,
  8538.                     'config' => [
  8539.                         'description' => NULL,
  8540.                         'values' => [
  8541.                             'TOP' => [
  8542.                                 'description' => NULL,
  8543.                                 'value' => 'TOP',
  8544.                             ],
  8545.                             'CENTER' => [
  8546.                                 'description' => NULL,
  8547.                                 'value' => 'CENTER',
  8548.                             ],
  8549.                             'BOTTOM' => [
  8550.                                 'description' => NULL,
  8551.                                 'value' => 'BOTTOM',
  8552.                             ],
  8553.                         ],
  8554.                         'name' => 'StoryCardImagePosition',
  8555.                     ],
  8556.                 ],
  8557.                 'GameTimer' => [
  8558.                     'type' => 'object',
  8559.                     'class_name' => 'GameTimerType',
  8560.                     'inherits' => [
  8561.                     ],
  8562.                     'decorator' => false,
  8563.                     'config' => [
  8564.                         'description' => NULL,
  8565.                         'fields' => [
  8566.                             'status' => [
  8567.                                 'type' => 'Status!',
  8568.                                 'description' => NULL,
  8569.                             ],
  8570.                             'id' => [
  8571.                                 'type' => 'Int!',
  8572.                                 'description' => NULL,
  8573.                             ],
  8574.                             'schoolClassID' => [
  8575.                                 'type' => 'Int',
  8576.                                 'description' => NULL,
  8577.                             ],
  8578.                             'startAt' => [
  8579.                                 'type' => 'String',
  8580.                                 'description' => NULL,
  8581.                             ],
  8582.                             'endAt' => [
  8583.                                 'type' => 'String',
  8584.                                 'description' => NULL,
  8585.                             ],
  8586.                             'duration' => [
  8587.                                 'type' => 'Int',
  8588.                                 'description' => NULL,
  8589.                             ],
  8590.                             'createdAt' => [
  8591.                                 'type' => 'String',
  8592.                                 'description' => NULL,
  8593.                             ],
  8594.                         ],
  8595.                         'interfaces' => [
  8596.                         ],
  8597.                         'name' => 'GameTimer',
  8598.                         'builders' => [
  8599.                         ],
  8600.                     ],
  8601.                 ],
  8602.                 'TrophyItemType' => [
  8603.                     'type' => 'enum',
  8604.                     'class_name' => 'TrophyItemTypeType',
  8605.                     'inherits' => [
  8606.                     ],
  8607.                     'decorator' => false,
  8608.                     'config' => [
  8609.                         'description' => NULL,
  8610.                         'values' => [
  8611.                             'BOPARTNERPROFILE' => [
  8612.                                 'description' => NULL,
  8613.                                 'value' => 'BOPARTNERPROFILE',
  8614.                             ],
  8615.                             'CLICKTHEPIC' => [
  8616.                                 'description' => NULL,
  8617.                                 'value' => 'CLICKTHEPIC',
  8618.                             ],
  8619.                             'COMPANYPROFILE' => [
  8620.                                 'description' => NULL,
  8621.                                 'value' => 'COMPANYPROFILE',
  8622.                             ],
  8623.                             'JOB' => [
  8624.                                 'description' => NULL,
  8625.                                 'value' => 'JOB',
  8626.                             ],
  8627.                             'JOBPORTRAIT' => [
  8628.                                 'description' => NULL,
  8629.                                 'value' => 'JOBPORTRAIT',
  8630.                             ],
  8631.                             'PROVIDERQUIZ' => [
  8632.                                 'description' => NULL,
  8633.                                 'value' => 'PROVIDERQUIZ',
  8634.                             ],
  8635.                             'QUIZ' => [
  8636.                                 'description' => NULL,
  8637.                                 'value' => 'QUIZ',
  8638.                             ],
  8639.                             'SCHOOLPORTRAIT' => [
  8640.                                 'description' => NULL,
  8641.                                 'value' => 'SCHOOLPORTRAIT',
  8642.                             ],
  8643.                             'SCHOOLPROFILE' => [
  8644.                                 'description' => NULL,
  8645.                                 'value' => 'SCHOOLPROFILE',
  8646.                             ],
  8647.                             'TEACHINGIDEA' => [
  8648.                                 'description' => NULL,
  8649.                                 'value' => 'TEACHINGIDEA',
  8650.                             ],
  8651.                         ],
  8652.                         'name' => 'TrophyItemType',
  8653.                     ],
  8654.                 ],
  8655.                 'Profile' => [
  8656.                     'type' => 'object',
  8657.                     'class_name' => 'ProfileType',
  8658.                     'inherits' => [
  8659.                     ],
  8660.                     'decorator' => false,
  8661.                     'config' => [
  8662.                         'description' => NULL,
  8663.                         'fields' => [
  8664.                             'id' => [
  8665.                                 'type' => 'ID!',
  8666.                                 'description' => NULL,
  8667.                             ],
  8668.                             'uuid' => [
  8669.                                 'type' => 'String!',
  8670.                                 'description' => NULL,
  8671.                             ],
  8672.                             'name' => [
  8673.                                 'type' => 'String!',
  8674.                                 'description' => NULL,
  8675.                             ],
  8676.                             'searchTags' => [
  8677.                                 'type' => '[SearchTag!]',
  8678.                                 'description' => NULL,
  8679.                             ],
  8680.                             'address' => [
  8681.                                 'type' => '[Address!]',
  8682.                                 'description' => NULL,
  8683.                             ],
  8684.                             'jobs' => [
  8685.                                 'type' => '[Job!]',
  8686.                                 'description' => NULL,
  8687.                             ],
  8688.                             'picture' => [
  8689.                                 'type' => 'Image',
  8690.                                 'description' => NULL,
  8691.                             ],
  8692.                             'benefits' => [
  8693.                                 'type' => '[Benefit!]',
  8694.                                 'description' => NULL,
  8695.                             ],
  8696.                             'profileType' => [
  8697.                                 'type' => 'ProfileType!',
  8698.                                 'description' => NULL,
  8699.                             ],
  8700.                             'profileLink' => [
  8701.                                 'type' => 'ProfileLink',
  8702.                                 'description' => NULL,
  8703.                             ],
  8704.                             'hasStory' => [
  8705.                                 'type' => 'Boolean!',
  8706.                                 'description' => NULL,
  8707.                             ],
  8708.                             'providerUrl' => [
  8709.                                 'type' => 'String',
  8710.                                 'description' => NULL,
  8711.                             ],
  8712.                             'logoStyle' => [
  8713.                                 'type' => 'LogoStyle!',
  8714.                                 'description' => NULL,
  8715.                             ],
  8716.                         ],
  8717.                         'interfaces' => [
  8718.                             => 'ProfileInterface',
  8719.                         ],
  8720.                         'name' => 'Profile',
  8721.                         'builders' => [
  8722.                         ],
  8723.                     ],
  8724.                 ],
  8725.                 'JobMarketResults' => [
  8726.                     'type' => 'object',
  8727.                     'class_name' => 'JobMarketResultsType',
  8728.                     'inherits' => [
  8729.                     ],
  8730.                     'decorator' => false,
  8731.                     'config' => [
  8732.                         'description' => NULL,
  8733.                         'fields' => [
  8734.                             'numResults' => [
  8735.                                 'type' => 'Int!',
  8736.                                 'description' => NULL,
  8737.                             ],
  8738.                             'entries' => [
  8739.                                 'type' => '[JobMarket!]',
  8740.                                 'description' => NULL,
  8741.                             ],
  8742.                         ],
  8743.                         'interfaces' => [
  8744.                         ],
  8745.                         'name' => 'JobMarketResults',
  8746.                         'builders' => [
  8747.                         ],
  8748.                     ],
  8749.                 ],
  8750.                 'ProfileInterface' => [
  8751.                     'type' => 'interface',
  8752.                     'class_name' => 'ProfileInterfaceType',
  8753.                     'inherits' => [
  8754.                     ],
  8755.                     'decorator' => false,
  8756.                     'config' => [
  8757.                         'description' => NULL,
  8758.                         'fields' => [
  8759.                             'id' => [
  8760.                                 'type' => 'ID!',
  8761.                                 'description' => NULL,
  8762.                             ],
  8763.                             'name' => [
  8764.                                 'type' => 'String!',
  8765.                                 'description' => NULL,
  8766.                             ],
  8767.                             'uuid' => [
  8768.                                 'type' => 'String!',
  8769.                                 'description' => NULL,
  8770.                             ],
  8771.                             'searchTags' => [
  8772.                                 'type' => '[SearchTag!]',
  8773.                                 'description' => NULL,
  8774.                             ],
  8775.                             'providerUrl' => [
  8776.                                 'type' => 'String',
  8777.                                 'description' => NULL,
  8778.                             ],
  8779.                             'logoStyle' => [
  8780.                                 'type' => 'LogoStyle!',
  8781.                                 'description' => NULL,
  8782.                             ],
  8783.                         ],
  8784.                         'interfaces' => [
  8785.                         ],
  8786.                         'name' => 'ProfileInterface',
  8787.                     ],
  8788.                 ],
  8789.                 'SchoolLocation' => [
  8790.                     'type' => 'object',
  8791.                     'class_name' => 'SchoolLocationType',
  8792.                     'inherits' => [
  8793.                     ],
  8794.                     'decorator' => false,
  8795.                     'config' => [
  8796.                         'description' => NULL,
  8797.                         'fields' => [
  8798.                             'id' => [
  8799.                                 'type' => 'ID!',
  8800.                                 'description' => NULL,
  8801.                             ],
  8802.                             'name' => [
  8803.                                 'type' => 'String',
  8804.                                 'description' => NULL,
  8805.                             ],
  8806.                             'address' => [
  8807.                                 'type' => 'Address',
  8808.                                 'description' => NULL,
  8809.                             ],
  8810.                         ],
  8811.                         'interfaces' => [
  8812.                         ],
  8813.                         'name' => 'SchoolLocation',
  8814.                         'builders' => [
  8815.                         ],
  8816.                     ],
  8817.                 ],
  8818.                 'StoryGradient' => [
  8819.                     'type' => 'enum',
  8820.                     'class_name' => 'StoryGradientType',
  8821.                     'inherits' => [
  8822.                     ],
  8823.                     'decorator' => false,
  8824.                     'config' => [
  8825.                         'description' => NULL,
  8826.                         'values' => [
  8827.                             'OFF' => [
  8828.                                 'description' => NULL,
  8829.                                 'value' => 'OFF',
  8830.                             ],
  8831.                             'BLACK' => [
  8832.                                 'description' => NULL,
  8833.                                 'value' => 'BLACK',
  8834.                             ],
  8835.                             'WHITE' => [
  8836.                                 'description' => NULL,
  8837.                                 'value' => 'WHITE',
  8838.                             ],
  8839.                         ],
  8840.                         'name' => 'StoryGradient',
  8841.                     ],
  8842.                 ],
  8843.                 'InterestField' => [
  8844.                     'type' => 'object',
  8845.                     'class_name' => 'InterestFieldType',
  8846.                     'inherits' => [
  8847.                     ],
  8848.                     'decorator' => false,
  8849.                     'config' => [
  8850.                         'description' => NULL,
  8851.                         'fields' => [
  8852.                             'id' => [
  8853.                                 'type' => 'ID!',
  8854.                                 'description' => NULL,
  8855.                             ],
  8856.                             'interestName' => [
  8857.                                 'type' => 'String!',
  8858.                                 'description' => NULL,
  8859.                             ],
  8860.                             'subHeading' => [
  8861.                                 'type' => 'String!',
  8862.                                 'description' => NULL,
  8863.                             ],
  8864.                             'countJobs' => [
  8865.                                 'type' => 'Int',
  8866.                                 'description' => NULL,
  8867.                             ],
  8868.                             'countSchools' => [
  8869.                                 'type' => 'Int',
  8870.                                 'description' => NULL,
  8871.                             ],
  8872.                             'countProviders' => [
  8873.                                 'type' => 'Int',
  8874.                                 'description' => NULL,
  8875.                             ],
  8876.                         ],
  8877.                         'interfaces' => [
  8878.                         ],
  8879.                         'name' => 'InterestField',
  8880.                         'builders' => [
  8881.                         ],
  8882.                     ],
  8883.                 ],
  8884.                 'GameTrophy' => [
  8885.                     'type' => 'object',
  8886.                     'class_name' => 'GameTrophyType',
  8887.                     'inherits' => [
  8888.                     ],
  8889.                     'decorator' => false,
  8890.                     'config' => [
  8891.                         'description' => NULL,
  8892.                         'fields' => [
  8893.                             'id' => [
  8894.                                 'type' => 'ID!',
  8895.                                 'description' => NULL,
  8896.                             ],
  8897.                             'trophyName' => [
  8898.                                 'type' => 'String',
  8899.                                 'description' => NULL,
  8900.                             ],
  8901.                             'description' => [
  8902.                                 'type' => 'String',
  8903.                                 'description' => NULL,
  8904.                             ],
  8905.                             'trophyStatus' => [
  8906.                                 'type' => 'GameTrophyStatus!',
  8907.                                 'description' => NULL,
  8908.                             ],
  8909.                         ],
  8910.                         'interfaces' => [
  8911.                         ],
  8912.                         'name' => 'GameTrophy',
  8913.                         'builders' => [
  8914.                         ],
  8915.                     ],
  8916.                 ],
  8917.                 'CompanyProfile' => [
  8918.                     'type' => 'object',
  8919.                     'class_name' => 'CompanyProfileType',
  8920.                     'inherits' => [
  8921.                     ],
  8922.                     'decorator' => false,
  8923.                     'config' => [
  8924.                         'description' => NULL,
  8925.                         'fields' => [
  8926.                             'id' => [
  8927.                                 'type' => 'ID!',
  8928.                                 'description' => NULL,
  8929.                             ],
  8930.                             'uuid' => [
  8931.                                 'type' => 'String!',
  8932.                                 'description' => NULL,
  8933.                             ],
  8934.                             'name' => [
  8935.                                 'type' => 'String!',
  8936.                                 'description' => NULL,
  8937.                             ],
  8938.                             'description' => [
  8939.                                 'type' => 'String',
  8940.                                 'description' => NULL,
  8941.                             ],
  8942.                             'searchTags' => [
  8943.                                 'type' => '[SearchTag!]',
  8944.                                 'description' => NULL,
  8945.                             ],
  8946.                             'locations' => [
  8947.                                 'type' => '[CompanyLocation!]',
  8948.                                 'description' => NULL,
  8949.                             ],
  8950.                             'jobs' => [
  8951.                                 'type' => '[Job!]',
  8952.                                 'description' => NULL,
  8953.                             ],
  8954.                             'communication' => [
  8955.                                 'type' => '[Communication!]',
  8956.                                 'description' => NULL,
  8957.                             ],
  8958.                             'url' => [
  8959.                                 'type' => 'String',
  8960.                                 'description' => NULL,
  8961.                             ],
  8962.                             'contactGallery' => [
  8963.                                 'type' => 'ContactGallery',
  8964.                                 'description' => NULL,
  8965.                             ],
  8966.                             'mediaGallery' => [
  8967.                                 'type' => 'Gallery',
  8968.                                 'description' => NULL,
  8969.                             ],
  8970.                             'documents' => [
  8971.                                 'type' => 'Gallery',
  8972.                                 'description' => NULL,
  8973.                             ],
  8974.                             'founded' => [
  8975.                                 'type' => 'Int',
  8976.                                 'description' => NULL,
  8977.                             ],
  8978.                             'companySize' => [
  8979.                                 'type' => 'CompanySize',
  8980.                                 'description' => NULL,
  8981.                             ],
  8982.                             'companyBenefits' => [
  8983.                                 'type' => '[CompanyBenefit!]',
  8984.                                 'description' => NULL,
  8985.                             ],
  8986.                             'certificates' => [
  8987.                                 'type' => '[CompanyCertificate!]',
  8988.                                 'description' => NULL,
  8989.                             ],
  8990.                             'trainingInformation' => [
  8991.                                 'type' => 'String',
  8992.                                 'description' => NULL,
  8993.                             ],
  8994.                             'companyProfilePicture' => [
  8995.                                 'type' => 'Image',
  8996.                                 'description' => NULL,
  8997.                             ],
  8998.                             'headerPicture' => [
  8999.                                 'type' => 'Image',
  9000.                                 'description' => NULL,
  9001.                             ],
  9002.                             'profileLink' => [
  9003.                                 'type' => 'ProfileLink',
  9004.                                 'description' => NULL,
  9005.                             ],
  9006.                             'offers' => [
  9007.                                 'type' => '[Offer!]',
  9008.                                 'description' => NULL,
  9009.                             ],
  9010.                             'relatedCompanies' => [
  9011.                                 'type' => '[CompanyProfile!]',
  9012.                                 'description' => NULL,
  9013.                             ],
  9014.                             'jobMarkets' => [
  9015.                                 'type' => '[JobMarket!]',
  9016.                                 'description' => NULL,
  9017.                             ],
  9018.                             'quizUrl' => [
  9019.                                 'type' => 'String',
  9020.                                 'description' => NULL,
  9021.                             ],
  9022.                             'visits' => [
  9023.                                 'type' => 'Int',
  9024.                                 'description' => NULL,
  9025.                             ],
  9026.                             'providerUrl' => [
  9027.                                 'type' => 'String',
  9028.                                 'description' => NULL,
  9029.                             ],
  9030.                             'logoStyle' => [
  9031.                                 'type' => 'LogoStyle!',
  9032.                                 'description' => NULL,
  9033.                             ],
  9034.                         ],
  9035.                         'interfaces' => [
  9036.                             => 'ProfileInterface',
  9037.                         ],
  9038.                         'name' => 'CompanyProfile',
  9039.                         'builders' => [
  9040.                         ],
  9041.                     ],
  9042.                 ],
  9043.                 'UserSetting' => [
  9044.                     'type' => 'object',
  9045.                     'class_name' => 'UserSettingType',
  9046.                     'inherits' => [
  9047.                     ],
  9048.                     'decorator' => false,
  9049.                     'config' => [
  9050.                         'description' => NULL,
  9051.                         'fields' => [
  9052.                             'status' => [
  9053.                                 'type' => 'Status!',
  9054.                                 'description' => NULL,
  9055.                             ],
  9056.                             'selectedUserRole' => [
  9057.                                 'type' => 'String!',
  9058.                                 'description' => NULL,
  9059.                             ],
  9060.                             'userRoles' => [
  9061.                                 'type' => '[String!]',
  9062.                                 'description' => NULL,
  9063.                             ],
  9064.                             'changedAt' => [
  9065.                                 'type' => 'String!',
  9066.                                 'description' => NULL,
  9067.                             ],
  9068.                             'createdAt' => [
  9069.                                 'type' => 'String!',
  9070.                                 'description' => NULL,
  9071.                             ],
  9072.                         ],
  9073.                         'interfaces' => [
  9074.                         ],
  9075.                         'name' => 'UserSetting',
  9076.                         'builders' => [
  9077.                         ],
  9078.                     ],
  9079.                 ],
  9080.                 'CompanyLocation' => [
  9081.                     'type' => 'object',
  9082.                     'class_name' => 'CompanyLocationType',
  9083.                     'inherits' => [
  9084.                     ],
  9085.                     'decorator' => false,
  9086.                     'config' => [
  9087.                         'description' => NULL,
  9088.                         'fields' => [
  9089.                             'id' => [
  9090.                                 'type' => 'ID!',
  9091.                                 'description' => NULL,
  9092.                             ],
  9093.                             'name' => [
  9094.                                 'type' => 'String',
  9095.                                 'description' => NULL,
  9096.                             ],
  9097.                             'address' => [
  9098.                                 'type' => 'Address',
  9099.                                 'description' => NULL,
  9100.                             ],
  9101.                         ],
  9102.                         'interfaces' => [
  9103.                         ],
  9104.                         'name' => 'CompanyLocation',
  9105.                         'builders' => [
  9106.                         ],
  9107.                     ],
  9108.                 ],
  9109.                 'JobRequirement' => [
  9110.                     'type' => 'object',
  9111.                     'class_name' => 'JobRequirementType',
  9112.                     'inherits' => [
  9113.                     ],
  9114.                     'decorator' => false,
  9115.                     'config' => [
  9116.                         'description' => NULL,
  9117.                         'fields' => [
  9118.                             'id' => [
  9119.                                 'type' => 'ID!',
  9120.                                 'description' => NULL,
  9121.                             ],
  9122.                             'bicID' => [
  9123.                                 'type' => 'Int',
  9124.                                 'description' => NULL,
  9125.                             ],
  9126.                             'requirementName' => [
  9127.                                 'type' => 'String!',
  9128.                                 'description' => NULL,
  9129.                             ],
  9130.                             'description' => [
  9131.                                 'type' => 'String',
  9132.                                 'description' => NULL,
  9133.                             ],
  9134.                         ],
  9135.                         'interfaces' => [
  9136.                         ],
  9137.                         'name' => 'JobRequirement',
  9138.                         'builders' => [
  9139.                         ],
  9140.                     ],
  9141.                 ],
  9142.                 'JobMarketSubmitType' => [
  9143.                     'type' => 'enum',
  9144.                     'class_name' => 'JobMarketSubmitTypeType',
  9145.                     'inherits' => [
  9146.                     ],
  9147.                     'decorator' => false,
  9148.                     'config' => [
  9149.                         'description' => NULL,
  9150.                         'values' => [
  9151.                             'NORMAL' => [
  9152.                                 'description' => NULL,
  9153.                                 'value' => 'NORMAL',
  9154.                             ],
  9155.                             'EXISTING' => [
  9156.                                 'description' => NULL,
  9157.                                 'value' => 'EXISTING',
  9158.                             ],
  9159.                         ],
  9160.                         'name' => 'JobMarketSubmitType',
  9161.                     ],
  9162.                 ],
  9163.                 'Title' => [
  9164.                     'type' => 'object',
  9165.                     'class_name' => 'TitleType',
  9166.                     'inherits' => [
  9167.                     ],
  9168.                     'decorator' => false,
  9169.                     'config' => [
  9170.                         'description' => NULL,
  9171.                         'fields' => [
  9172.                             'id' => [
  9173.                                 'type' => 'Int!',
  9174.                                 'description' => NULL,
  9175.                             ],
  9176.                             'shortName' => [
  9177.                                 'type' => 'String!',
  9178.                                 'description' => NULL,
  9179.                             ],
  9180.                             'description' => [
  9181.                                 'type' => 'String!',
  9182.                                 'description' => NULL,
  9183.                             ],
  9184.                         ],
  9185.                         'interfaces' => [
  9186.                         ],
  9187.                         'name' => 'Title',
  9188.                         'builders' => [
  9189.                         ],
  9190.                     ],
  9191.                 ],
  9192.                 'StoryCardLayout' => [
  9193.                     'type' => 'enum',
  9194.                     'class_name' => 'StoryCardLayoutType',
  9195.                     'inherits' => [
  9196.                     ],
  9197.                     'decorator' => false,
  9198.                     'config' => [
  9199.                         'description' => NULL,
  9200.                         'values' => [
  9201.                             'COVER' => [
  9202.                                 'description' => NULL,
  9203.                                 'value' => 'COVER',
  9204.                             ],
  9205.                             'VIDEO' => [
  9206.                                 'description' => NULL,
  9207.                                 'value' => 'VIDEO',
  9208.                             ],
  9209.                             'ANIMATION' => [
  9210.                                 'description' => NULL,
  9211.                                 'value' => 'ANIMATION',
  9212.                             ],
  9213.                             'CONTENT' => [
  9214.                                 'description' => NULL,
  9215.                                 'value' => 'CONTENT',
  9216.                             ],
  9217.                             'HIGHLIGHT' => [
  9218.                                 'description' => NULL,
  9219.                                 'value' => 'HIGHLIGHT',
  9220.                             ],
  9221.                             'QUIZ' => [
  9222.                                 'description' => NULL,
  9223.                                 'value' => 'QUIZ',
  9224.                             ],
  9225.                         ],
  9226.                         'name' => 'StoryCardLayout',
  9227.                     ],
  9228.                 ],
  9229.                 'ProfileType' => [
  9230.                     'type' => 'object',
  9231.                     'class_name' => 'ProfileTypeType',
  9232.                     'inherits' => [
  9233.                     ],
  9234.                     'decorator' => false,
  9235.                     'config' => [
  9236.                         'description' => NULL,
  9237.                         'fields' => [
  9238.                             'id' => [
  9239.                                 'type' => 'ID!',
  9240.                                 'description' => NULL,
  9241.                             ],
  9242.                             'name' => [
  9243.                                 'type' => 'String!',
  9244.                                 'description' => NULL,
  9245.                             ],
  9246.                             'shortName' => [
  9247.                                 'type' => 'String!',
  9248.                                 'description' => NULL,
  9249.                             ],
  9250.                             'position' => [
  9251.                                 'type' => 'Int!',
  9252.                                 'description' => NULL,
  9253.                             ],
  9254.                         ],
  9255.                         'interfaces' => [
  9256.                         ],
  9257.                         'name' => 'ProfileType',
  9258.                         'builders' => [
  9259.                         ],
  9260.                     ],
  9261.                 ],
  9262.                 'CommonResult' => [
  9263.                     'type' => 'object',
  9264.                     'class_name' => 'CommonResultType',
  9265.                     'inherits' => [
  9266.                     ],
  9267.                     'decorator' => false,
  9268.                     'config' => [
  9269.                         'description' => NULL,
  9270.                         'fields' => [
  9271.                             'status' => [
  9272.                                 'type' => 'Status!',
  9273.                                 'description' => NULL,
  9274.                             ],
  9275.                             'intValue' => [
  9276.                                 'type' => 'Int',
  9277.                                 'description' => NULL,
  9278.                             ],
  9279.                             'stringValue' => [
  9280.                                 'type' => 'String',
  9281.                                 'description' => NULL,
  9282.                             ],
  9283.                         ],
  9284.                         'interfaces' => [
  9285.                         ],
  9286.                         'name' => 'CommonResult',
  9287.                         'builders' => [
  9288.                         ],
  9289.                     ],
  9290.                 ],
  9291.                 'ProfileLinkEntry' => [
  9292.                     'type' => 'object',
  9293.                     'class_name' => 'ProfileLinkEntryType',
  9294.                     'inherits' => [
  9295.                     ],
  9296.                     'decorator' => false,
  9297.                     'config' => [
  9298.                         'description' => NULL,
  9299.                         'fields' => [
  9300.                             'id' => [
  9301.                                 'type' => 'Int!',
  9302.                                 'description' => NULL,
  9303.                             ],
  9304.                             'linkType' => [
  9305.                                 'type' => 'ProfileLinkType!',
  9306.                                 'description' => NULL,
  9307.                             ],
  9308.                             'linkValue' => [
  9309.                                 'type' => 'String!',
  9310.                                 'description' => NULL,
  9311.                             ],
  9312.                         ],
  9313.                         'interfaces' => [
  9314.                         ],
  9315.                         'name' => 'ProfileLinkEntry',
  9316.                         'builders' => [
  9317.                         ],
  9318.                     ],
  9319.                 ],
  9320.                 'InfoSectionSubCategory' => [
  9321.                     'type' => 'object',
  9322.                     'class_name' => 'InfoSectionSubCategoryType',
  9323.                     'inherits' => [
  9324.                     ],
  9325.                     'decorator' => false,
  9326.                     'config' => [
  9327.                         'description' => NULL,
  9328.                         'fields' => [
  9329.                             'id' => [
  9330.                                 'type' => 'ID!',
  9331.                                 'description' => NULL,
  9332.                             ],
  9333.                             'heading' => [
  9334.                                 'type' => 'String!',
  9335.                                 'description' => NULL,
  9336.                             ],
  9337.                             'description' => [
  9338.                                 'type' => 'String',
  9339.                                 'description' => NULL,
  9340.                             ],
  9341.                             'position' => [
  9342.                                 'type' => 'Int',
  9343.                                 'description' => NULL,
  9344.                             ],
  9345.                             'urlText' => [
  9346.                                 'type' => 'String',
  9347.                                 'description' => NULL,
  9348.                             ],
  9349.                             'entries' => [
  9350.                                 'type' => '[InfoSectionEntry!]',
  9351.                                 'description' => NULL,
  9352.                             ],
  9353.                         ],
  9354.                         'interfaces' => [
  9355.                         ],
  9356.                         'name' => 'InfoSectionSubCategory',
  9357.                         'builders' => [
  9358.                         ],
  9359.                     ],
  9360.                 ],
  9361.                 'StoryUser' => [
  9362.                     'type' => 'object',
  9363.                     'class_name' => 'StoryUserType',
  9364.                     'inherits' => [
  9365.                     ],
  9366.                     'decorator' => false,
  9367.                     'config' => [
  9368.                         'description' => NULL,
  9369.                         'fields' => [
  9370.                             'avatar' => [
  9371.                                 'type' => 'Image',
  9372.                                 'description' => NULL,
  9373.                             ],
  9374.                             'position' => [
  9375.                                 'type' => 'String',
  9376.                                 'description' => NULL,
  9377.                             ],
  9378.                         ],
  9379.                         'interfaces' => [
  9380.                         ],
  9381.                         'name' => 'StoryUser',
  9382.                         'builders' => [
  9383.                         ],
  9384.                     ],
  9385.                 ],
  9386.                 'JobScholasticDuration' => [
  9387.                     'type' => 'object',
  9388.                     'class_name' => 'JobScholasticDurationType',
  9389.                     'inherits' => [
  9390.                     ],
  9391.                     'decorator' => false,
  9392.                     'config' => [
  9393.                         'description' => NULL,
  9394.                         'fields' => [
  9395.                             'id' => [
  9396.                                 'type' => 'ID!',
  9397.                                 'description' => NULL,
  9398.                             ],
  9399.                             'durationName' => [
  9400.                                 'type' => 'String',
  9401.                                 'description' => NULL,
  9402.                             ],
  9403.                             'position' => [
  9404.                                 'type' => 'Int',
  9405.                                 'description' => NULL,
  9406.                             ],
  9407.                         ],
  9408.                         'interfaces' => [
  9409.                         ],
  9410.                         'name' => 'JobScholasticDuration',
  9411.                         'builders' => [
  9412.                         ],
  9413.                     ],
  9414.                 ],
  9415.                 'GameCategory' => [
  9416.                     'type' => 'object',
  9417.                     'class_name' => 'GameCategoryType',
  9418.                     'inherits' => [
  9419.                     ],
  9420.                     'decorator' => false,
  9421.                     'config' => [
  9422.                         'description' => NULL,
  9423.                         'fields' => [
  9424.                             'id' => [
  9425.                                 'type' => 'ID!',
  9426.                                 'description' => NULL,
  9427.                             ],
  9428.                             'name' => [
  9429.                                 'type' => 'String!',
  9430.                                 'description' => NULL,
  9431.                             ],
  9432.                             'isActive' => [
  9433.                                 'type' => 'Boolean!',
  9434.                                 'description' => NULL,
  9435.                             ],
  9436.                             'isSelected' => [
  9437.                                 'type' => 'Boolean!',
  9438.                                 'description' => NULL,
  9439.                             ],
  9440.                             'progress' => [
  9441.                                 'type' => '[GameCategoryProgress!]',
  9442.                                 'description' => NULL,
  9443.                             ],
  9444.                         ],
  9445.                         'interfaces' => [
  9446.                         ],
  9447.                         'name' => 'GameCategory',
  9448.                         'builders' => [
  9449.                         ],
  9450.                     ],
  9451.                 ],
  9452.                 'Appointment' => [
  9453.                     'type' => 'object',
  9454.                     'class_name' => 'AppointmentType',
  9455.                     'inherits' => [
  9456.                     ],
  9457.                     'decorator' => false,
  9458.                     'config' => [
  9459.                         'description' => NULL,
  9460.                         'fields' => [
  9461.                             'id' => [
  9462.                                 'type' => 'ID!',
  9463.                                 'description' => NULL,
  9464.                             ],
  9465.                             'startTime' => [
  9466.                                 'type' => 'String',
  9467.                                 'description' => NULL,
  9468.                             ],
  9469.                             'endTime' => [
  9470.                                 'type' => 'String',
  9471.                                 'description' => NULL,
  9472.                             ],
  9473.                             'startDate' => [
  9474.                                 'type' => 'String',
  9475.                                 'description' => NULL,
  9476.                             ],
  9477.                             'endDate' => [
  9478.                                 'type' => 'String',
  9479.                                 'description' => NULL,
  9480.                             ],
  9481.                             'note' => [
  9482.                                 'type' => 'AppointmentNote',
  9483.                                 'description' => NULL,
  9484.                             ],
  9485.                             'bookableUntil' => [
  9486.                                 'type' => 'String',
  9487.                                 'description' => NULL,
  9488.                             ],
  9489.                             'maxParticipantes' => [
  9490.                                 'type' => 'Int',
  9491.                                 'description' => NULL,
  9492.                             ],
  9493.                             'appointmentType' => [
  9494.                                 'type' => 'AppointmentType',
  9495.                                 'description' => NULL,
  9496.                             ],
  9497.                             'appointmentState' => [
  9498.                                 'type' => 'AppointmentState',
  9499.                                 'description' => NULL,
  9500.                             ],
  9501.                             'bookingLink' => [
  9502.                                 'type' => 'String',
  9503.                                 'description' => NULL,
  9504.                             ],
  9505.                         ],
  9506.                         'interfaces' => [
  9507.                         ],
  9508.                         'name' => 'Appointment',
  9509.                         'builders' => [
  9510.                         ],
  9511.                     ],
  9512.                 ],
  9513.                 'JobMarketDistrict' => [
  9514.                     'type' => 'object',
  9515.                     'class_name' => 'JobMarketDistrictType',
  9516.                     'inherits' => [
  9517.                     ],
  9518.                     'decorator' => false,
  9519.                     'config' => [
  9520.                         'description' => NULL,
  9521.                         'fields' => [
  9522.                             'districtID' => [
  9523.                                 'type' => 'Int',
  9524.                                 'description' => NULL,
  9525.                             ],
  9526.                             'districtName' => [
  9527.                                 'type' => 'String',
  9528.                                 'description' => NULL,
  9529.                             ],
  9530.                             'trainingCompanies' => [
  9531.                                 'type' => '[CompanyProfileSimple!]',
  9532.                                 'description' => NULL,
  9533.                             ],
  9534.                             'jobMarketEntries' => [
  9535.                                 'type' => '[CompanyProfileSimple!]',
  9536.                                 'description' => NULL,
  9537.                             ],
  9538.                         ],
  9539.                         'interfaces' => [
  9540.                         ],
  9541.                         'name' => 'JobMarketDistrict',
  9542.                         'builders' => [
  9543.                         ],
  9544.                     ],
  9545.                 ],
  9546.                 'FaqQuestion' => [
  9547.                     'type' => 'object',
  9548.                     'class_name' => 'FaqQuestionType',
  9549.                     'inherits' => [
  9550.                     ],
  9551.                     'decorator' => false,
  9552.                     'config' => [
  9553.                         'description' => NULL,
  9554.                         'fields' => [
  9555.                             'question' => [
  9556.                                 'type' => 'String!',
  9557.                                 'description' => NULL,
  9558.                             ],
  9559.                             'answer' => [
  9560.                                 'type' => 'String!',
  9561.                                 'description' => NULL,
  9562.                             ],
  9563.                             'position' => [
  9564.                                 'type' => 'Int',
  9565.                                 'description' => NULL,
  9566.                             ],
  9567.                         ],
  9568.                         'interfaces' => [
  9569.                         ],
  9570.                         'name' => 'FaqQuestion',
  9571.                         'builders' => [
  9572.                         ],
  9573.                     ],
  9574.                 ],
  9575.                 'KeyValue' => [
  9576.                     'type' => 'object',
  9577.                     'class_name' => 'KeyValueType',
  9578.                     'inherits' => [
  9579.                     ],
  9580.                     'decorator' => false,
  9581.                     'config' => [
  9582.                         'description' => NULL,
  9583.                         'fields' => [
  9584.                             'key' => [
  9585.                                 'type' => 'String!',
  9586.                                 'description' => NULL,
  9587.                             ],
  9588.                             'value' => [
  9589.                                 'type' => 'String',
  9590.                                 'description' => NULL,
  9591.                             ],
  9592.                         ],
  9593.                         'interfaces' => [
  9594.                         ],
  9595.                         'name' => 'KeyValue',
  9596.                         'builders' => [
  9597.                         ],
  9598.                     ],
  9599.                 ],
  9600.                 'FaqSubCategory' => [
  9601.                     'type' => 'object',
  9602.                     'class_name' => 'FaqSubCategoryType',
  9603.                     'inherits' => [
  9604.                     ],
  9605.                     'decorator' => false,
  9606.                     'config' => [
  9607.                         'description' => NULL,
  9608.                         'fields' => [
  9609.                             'subCategoryName' => [
  9610.                                 'type' => 'String!',
  9611.                                 'description' => NULL,
  9612.                             ],
  9613.                             'position' => [
  9614.                                 'type' => 'Int!',
  9615.                                 'description' => NULL,
  9616.                             ],
  9617.                             'questions' => [
  9618.                                 'type' => '[FaqQuestion!]',
  9619.                                 'description' => NULL,
  9620.                             ],
  9621.                         ],
  9622.                         'interfaces' => [
  9623.                         ],
  9624.                         'name' => 'FaqSubCategory',
  9625.                         'builders' => [
  9626.                         ],
  9627.                     ],
  9628.                 ],
  9629.                 'CompanyContact' => [
  9630.                     'type' => 'object',
  9631.                     'class_name' => 'CompanyContactType',
  9632.                     'inherits' => [
  9633.                     ],
  9634.                     'decorator' => false,
  9635.                     'config' => [
  9636.                         'description' => NULL,
  9637.                         'fields' => [
  9638.                             'id' => [
  9639.                                 'type' => 'ID!',
  9640.                                 'description' => NULL,
  9641.                             ],
  9642.                             'employeePosition' => [
  9643.                                 'type' => 'String!',
  9644.                                 'description' => NULL,
  9645.                             ],
  9646.                             'communication' => [
  9647.                                 'type' => 'Communication!',
  9648.                                 'description' => NULL,
  9649.                             ],
  9650.                         ],
  9651.                         'interfaces' => [
  9652.                         ],
  9653.                         'name' => 'CompanyContact',
  9654.                         'builders' => [
  9655.                         ],
  9656.                     ],
  9657.                 ],
  9658.                 'GameTimerModifyType' => [
  9659.                     'type' => 'enum',
  9660.                     'class_name' => 'GameTimerModifyTypeType',
  9661.                     'inherits' => [
  9662.                     ],
  9663.                     'decorator' => false,
  9664.                     'config' => [
  9665.                         'description' => NULL,
  9666.                         'values' => [
  9667.                             'END' => [
  9668.                                 'description' => NULL,
  9669.                                 'value' => 'END',
  9670.                             ],
  9671.                             'EXTEND' => [
  9672.                                 'description' => NULL,
  9673.                                 'value' => 'EXTEND',
  9674.                             ],
  9675.                             'PAUSE' => [
  9676.                                 'description' => NULL,
  9677.                                 'value' => 'PAUSE',
  9678.                             ],
  9679.                             'RESUME' => [
  9680.                                 'description' => NULL,
  9681.                                 'value' => 'RESUME',
  9682.                             ],
  9683.                         ],
  9684.                         'name' => 'GameTimerModifyType',
  9685.                     ],
  9686.                 ],
  9687.                 'GameType' => [
  9688.                     'type' => 'enum',
  9689.                     'class_name' => 'GameTypeType',
  9690.                     'inherits' => [
  9691.                     ],
  9692.                     'decorator' => false,
  9693.                     'config' => [
  9694.                         'description' => NULL,
  9695.                         'values' => [
  9696.                             'NOTSET' => [
  9697.                                 'description' => NULL,
  9698.                                 'value' => 'NOTSET',
  9699.                             ],
  9700.                             'QUIZ' => [
  9701.                                 'description' => NULL,
  9702.                                 'value' => 'QUIZ',
  9703.                             ],
  9704.                             'CLICKTHEPIC' => [
  9705.                                 'description' => NULL,
  9706.                                 'value' => 'CLICKTHEPIC',
  9707.                             ],
  9708.                         ],
  9709.                         'name' => 'GameType',
  9710.                     ],
  9711.                 ],
  9712.                 'Status' => [
  9713.                     'type' => 'object',
  9714.                     'class_name' => 'StatusType',
  9715.                     'inherits' => [
  9716.                     ],
  9717.                     'decorator' => false,
  9718.                     'config' => [
  9719.                         'description' => NULL,
  9720.                         'fields' => [
  9721.                             'type' => [
  9722.                                 'type' => 'StatusType!',
  9723.                                 'description' => NULL,
  9724.                             ],
  9725.                             'message' => [
  9726.                                 'type' => 'String',
  9727.                                 'description' => NULL,
  9728.                             ],
  9729.                         ],
  9730.                         'interfaces' => [
  9731.                         ],
  9732.                         'name' => 'Status',
  9733.                         'builders' => [
  9734.                         ],
  9735.                     ],
  9736.                 ],
  9737.                 'BoPartnerLocation' => [
  9738.                     'type' => 'object',
  9739.                     'class_name' => 'BoPartnerLocationType',
  9740.                     'inherits' => [
  9741.                     ],
  9742.                     'decorator' => false,
  9743.                     'config' => [
  9744.                         'description' => NULL,
  9745.                         'fields' => [
  9746.                             'id' => [
  9747.                                 'type' => 'ID!',
  9748.                                 'description' => NULL,
  9749.                             ],
  9750.                             'name' => [
  9751.                                 'type' => 'String',
  9752.                                 'description' => NULL,
  9753.                             ],
  9754.                             'address' => [
  9755.                                 'type' => 'Address',
  9756.                                 'description' => NULL,
  9757.                             ],
  9758.                         ],
  9759.                         'interfaces' => [
  9760.                         ],
  9761.                         'name' => 'BoPartnerLocation',
  9762.                         'builders' => [
  9763.                         ],
  9764.                     ],
  9765.                 ],
  9766.                 'SchoolClass' => [
  9767.                     'type' => 'object',
  9768.                     'class_name' => 'SchoolClassType',
  9769.                     'inherits' => [
  9770.                     ],
  9771.                     'decorator' => false,
  9772.                     'config' => [
  9773.                         'description' => NULL,
  9774.                         'fields' => [
  9775.                             'id' => [
  9776.                                 'type' => 'Int!',
  9777.                                 'description' => NULL,
  9778.                             ],
  9779.                             'name' => [
  9780.                                 'type' => 'String!',
  9781.                                 'description' => NULL,
  9782.                             ],
  9783.                             'classNumber' => [
  9784.                                 'type' => 'String!',
  9785.                                 'description' => NULL,
  9786.                             ],
  9787.                             'classAddition' => [
  9788.                                 'type' => 'String!',
  9789.                                 'description' => NULL,
  9790.                             ],
  9791.                             'numberStudents' => [
  9792.                                 'type' => 'Int',
  9793.                                 'description' => NULL,
  9794.                             ],
  9795.                             'schoolClassYear' => [
  9796.                                 'type' => 'SchoolClassYear',
  9797.                                 'description' => NULL,
  9798.                             ],
  9799.                             'grade' => [
  9800.                                 'type' => 'SchoolClassGrade',
  9801.                                 'description' => NULL,
  9802.                             ],
  9803.                             'classCode' => [
  9804.                                 'type' => 'String',
  9805.                                 'description' => NULL,
  9806.                             ],
  9807.                             'school' => [
  9808.                                 'type' => 'School',
  9809.                                 'description' => NULL,
  9810.                             ],
  9811.                             'teachers' => [
  9812.                                 'type' => '[Teacher!]',
  9813.                                 'description' => NULL,
  9814.                             ],
  9815.                             'schoolClassRankMin' => [
  9816.                                 'type' => 'SchoolClassRankMin',
  9817.                                 'description' => NULL,
  9818.                             ],
  9819.                             'trophyStats' => [
  9820.                                 'type' => 'TrophyStats',
  9821.                                 'description' => NULL,
  9822.                             ],
  9823.                             'milestoneStats' => [
  9824.                                 'type' => 'MilestoneStats',
  9825.                                 'description' => NULL,
  9826.                             ],
  9827.                             'createdAt' => [
  9828.                                 'type' => 'String',
  9829.                                 'description' => NULL,
  9830.                             ],
  9831.                         ],
  9832.                         'interfaces' => [
  9833.                         ],
  9834.                         'name' => 'SchoolClass',
  9835.                         'builders' => [
  9836.                         ],
  9837.                     ],
  9838.                 ],
  9839.                 'Stories' => [
  9840.                     'type' => 'object',
  9841.                     'class_name' => 'StoriesType',
  9842.                     'inherits' => [
  9843.                     ],
  9844.                     'decorator' => false,
  9845.                     'config' => [
  9846.                         'description' => NULL,
  9847.                         'fields' => [
  9848.                             'entries' => [
  9849.                                 'type' => '[Story!]',
  9850.                                 'description' => NULL,
  9851.                             ],
  9852.                         ],
  9853.                         'interfaces' => [
  9854.                         ],
  9855.                         'name' => 'Stories',
  9856.                         'builders' => [
  9857.                         ],
  9858.                     ],
  9859.                 ],
  9860.                 'CompanySize' => [
  9861.                     'type' => 'object',
  9862.                     'class_name' => 'CompanySizeType',
  9863.                     'inherits' => [
  9864.                     ],
  9865.                     'decorator' => false,
  9866.                     'config' => [
  9867.                         'description' => NULL,
  9868.                         'fields' => [
  9869.                             'id' => [
  9870.                                 'type' => 'ID!',
  9871.                                 'description' => NULL,
  9872.                             ],
  9873.                             'name' => [
  9874.                                 'type' => 'String!',
  9875.                                 'description' => NULL,
  9876.                             ],
  9877.                             'text' => [
  9878.                                 'type' => 'String!',
  9879.                                 'description' => NULL,
  9880.                             ],
  9881.                         ],
  9882.                         'interfaces' => [
  9883.                         ],
  9884.                         'name' => 'CompanySize',
  9885.                         'builders' => [
  9886.                         ],
  9887.                     ],
  9888.                 ],
  9889.                 'HomeContent' => [
  9890.                     'type' => 'object',
  9891.                     'class_name' => 'HomeContentType',
  9892.                     'inherits' => [
  9893.                     ],
  9894.                     'decorator' => false,
  9895.                     'config' => [
  9896.                         'description' => NULL,
  9897.                         'fields' => [
  9898.                             'featuredCompanies' => [
  9899.                                 'type' => '[CompanyProfile!]',
  9900.                                 'description' => NULL,
  9901.                             ],
  9902.                             'featuredStories' => [
  9903.                                 'type' => '[Story!]',
  9904.                                 'description' => NULL,
  9905.                             ],
  9906.                             'helpfulLinks' => [
  9907.                                 'type' => '[ExternalLink!]',
  9908.                                 'description' => NULL,
  9909.                             ],
  9910.                         ],
  9911.                         'interfaces' => [
  9912.                         ],
  9913.                         'name' => 'HomeContent',
  9914.                         'builders' => [
  9915.                         ],
  9916.                     ],
  9917.                 ],
  9918.                 'ProfileUpdateResponse' => [
  9919.                     'type' => 'object',
  9920.                     'class_name' => 'ProfileUpdateResponseType',
  9921.                     'inherits' => [
  9922.                     ],
  9923.                     'decorator' => false,
  9924.                     'config' => [
  9925.                         'description' => NULL,
  9926.                         'fields' => [
  9927.                             'status' => [
  9928.                                 'type' => 'Status!',
  9929.                                 'description' => NULL,
  9930.                             ],
  9931.                             'keyValues' => [
  9932.                                 'type' => '[KeyValue!]',
  9933.                                 'description' => NULL,
  9934.                             ],
  9935.                             'media' => [
  9936.                                 'type' => 'Media',
  9937.                                 'description' => NULL,
  9938.                             ],
  9939.                             'contactGalleryEntry' => [
  9940.                                 'type' => 'ContactGalleryEntry',
  9941.                                 'description' => NULL,
  9942.                             ],
  9943.                         ],
  9944.                         'interfaces' => [
  9945.                         ],
  9946.                         'name' => 'ProfileUpdateResponse',
  9947.                         'builders' => [
  9948.                         ],
  9949.                     ],
  9950.                 ],
  9951.                 'Color' => [
  9952.                     'type' => 'enum',
  9953.                     'class_name' => 'ColorType',
  9954.                     'inherits' => [
  9955.                     ],
  9956.                     'decorator' => false,
  9957.                     'config' => [
  9958.                         'description' => NULL,
  9959.                         'values' => [
  9960.                             'BLACK' => [
  9961.                                 'description' => NULL,
  9962.                                 'value' => 'BLACK',
  9963.                             ],
  9964.                             'DARKBLUE' => [
  9965.                                 'description' => NULL,
  9966.                                 'value' => 'DARKBLUE',
  9967.                             ],
  9968.                             'DARKGREEN' => [
  9969.                                 'description' => NULL,
  9970.                                 'value' => 'DARKGREEN',
  9971.                             ],
  9972.                             'GREY' => [
  9973.                                 'description' => NULL,
  9974.                                 'value' => 'GREY',
  9975.                             ],
  9976.                             'LIGHTGREEN' => [
  9977.                                 'description' => NULL,
  9978.                                 'value' => 'LIGHTGREEN',
  9979.                             ],
  9980.                             'LIGHTBLUE' => [
  9981.                                 'description' => NULL,
  9982.                                 'value' => 'LIGHTBLUE',
  9983.                             ],
  9984.                             'PETROL' => [
  9985.                                 'description' => NULL,
  9986.                                 'value' => 'PETROL',
  9987.                             ],
  9988.                             'RED' => [
  9989.                                 'description' => NULL,
  9990.                                 'value' => 'RED',
  9991.                             ],
  9992.                             'WHITE' => [
  9993.                                 'description' => NULL,
  9994.                                 'value' => 'WHITE',
  9995.                             ],
  9996.                             'YELLOW' => [
  9997.                                 'description' => NULL,
  9998.                                 'value' => 'YELLOW',
  9999.                             ],
  10000.                         ],
  10001.                         'name' => 'Color',
  10002.                     ],
  10003.                 ],
  10004.                 'GameEndType' => [
  10005.                     'type' => 'enum',
  10006.                     'class_name' => 'GameEndTypeType',
  10007.                     'inherits' => [
  10008.                     ],
  10009.                     'decorator' => false,
  10010.                     'config' => [
  10011.                         'description' => NULL,
  10012.                         'values' => [
  10013.                             'NOTSET' => [
  10014.                                 'description' => NULL,
  10015.                                 'value' => 'NOTSET',
  10016.                             ],
  10017.                             'DECISION' => [
  10018.                                 'description' => NULL,
  10019.                                 'value' => 'DECISION',
  10020.                             ],
  10021.                             'WRONGANSWER' => [
  10022.                                 'description' => NULL,
  10023.                                 'value' => 'WRONGANSWER',
  10024.                             ],
  10025.                         ],
  10026.                         'name' => 'GameEndType',
  10027.                     ],
  10028.                 ],
  10029.                 'SchoolClassGameState' => [
  10030.                     'type' => 'object',
  10031.                     'class_name' => 'SchoolClassGameStateType',
  10032.                     'inherits' => [
  10033.                     ],
  10034.                     'decorator' => false,
  10035.                     'config' => [
  10036.                         'description' => NULL,
  10037.                         'fields' => [
  10038.                             'status' => [
  10039.                                 'type' => 'Status!',
  10040.                                 'description' => NULL,
  10041.                             ],
  10042.                             'viewCount' => [
  10043.                                 'type' => 'ViewCount',
  10044.                                 'description' => NULL,
  10045.                             ],
  10046.                         ],
  10047.                         'interfaces' => [
  10048.                         ],
  10049.                         'name' => 'SchoolClassGameState',
  10050.                         'builders' => [
  10051.                         ],
  10052.                     ],
  10053.                 ],
  10054.                 'JobSalaryEntry' => [
  10055.                     'type' => 'object',
  10056.                     'class_name' => 'JobSalaryEntryType',
  10057.                     'inherits' => [
  10058.                     ],
  10059.                     'decorator' => false,
  10060.                     'config' => [
  10061.                         'description' => NULL,
  10062.                         'fields' => [
  10063.                             'id' => [
  10064.                                 'type' => 'ID!',
  10065.                                 'description' => NULL,
  10066.                             ],
  10067.                             'salaryType' => [
  10068.                                 'type' => 'JobSalaryType',
  10069.                                 'description' => NULL,
  10070.                             ],
  10071.                             'salaryFrom' => [
  10072.                                 'type' => 'String',
  10073.                                 'description' => NULL,
  10074.                             ],
  10075.                             'salaryTo' => [
  10076.                                 'type' => 'String',
  10077.                                 'description' => NULL,
  10078.                             ],
  10079.                             'urlExt' => [
  10080.                                 'type' => 'String',
  10081.                                 'description' => NULL,
  10082.                             ],
  10083.                             'createdAt' => [
  10084.                                 'type' => 'String',
  10085.                                 'description' => NULL,
  10086.                             ],
  10087.                         ],
  10088.                         'interfaces' => [
  10089.                         ],
  10090.                         'name' => 'JobSalaryEntry',
  10091.                         'builders' => [
  10092.                         ],
  10093.                     ],
  10094.                 ],
  10095.                 'Document' => [
  10096.                     'type' => 'object',
  10097.                     'class_name' => 'DocumentType',
  10098.                     'inherits' => [
  10099.                     ],
  10100.                     'decorator' => false,
  10101.                     'config' => [
  10102.                         'description' => NULL,
  10103.                         'fields' => [
  10104.                             'id' => [
  10105.                                 'type' => 'ID!',
  10106.                                 'description' => NULL,
  10107.                             ],
  10108.                             'name' => [
  10109.                                 'type' => 'String',
  10110.                                 'description' => NULL,
  10111.                             ],
  10112.                             'filePath' => [
  10113.                                 'type' => 'String',
  10114.                                 'description' => NULL,
  10115.                             ],
  10116.                         ],
  10117.                         'interfaces' => [
  10118.                         ],
  10119.                         'name' => 'Document',
  10120.                         'builders' => [
  10121.                         ],
  10122.                     ],
  10123.                 ],
  10124.                 'AppointmentState' => [
  10125.                     'type' => 'enum',
  10126.                     'class_name' => 'AppointmentStateType',
  10127.                     'inherits' => [
  10128.                     ],
  10129.                     'decorator' => false,
  10130.                     'config' => [
  10131.                         'description' => NULL,
  10132.                         'values' => [
  10133.                             'ACTIVE' => [
  10134.                                 'description' => NULL,
  10135.                                 'value' => 'ACTIVE',
  10136.                             ],
  10137.                             'FULL' => [
  10138.                                 'description' => NULL,
  10139.                                 'value' => 'FULL',
  10140.                             ],
  10141.                             'CANCELLED' => [
  10142.                                 'description' => NULL,
  10143.                                 'value' => 'CANCELLED',
  10144.                             ],
  10145.                             'DELETED' => [
  10146.                                 'description' => NULL,
  10147.                                 'value' => 'DELETED',
  10148.                             ],
  10149.                         ],
  10150.                         'name' => 'AppointmentState',
  10151.                     ],
  10152.                 ],
  10153.                 'LogoStyle' => [
  10154.                     'type' => 'enum',
  10155.                     'class_name' => 'LogoStyleType',
  10156.                     'inherits' => [
  10157.                     ],
  10158.                     'decorator' => false,
  10159.                     'config' => [
  10160.                         'description' => NULL,
  10161.                         'values' => [
  10162.                             'NOTSET' => [
  10163.                                 'description' => NULL,
  10164.                                 'value' => 'NOTSET',
  10165.                             ],
  10166.                             'NORMAL' => [
  10167.                                 'description' => NULL,
  10168.                                 'value' => 'NORMAL',
  10169.                             ],
  10170.                             'DISTANCE' => [
  10171.                                 'description' => NULL,
  10172.                                 'value' => 'DISTANCE',
  10173.                             ],
  10174.                         ],
  10175.                         'name' => 'LogoStyle',
  10176.                     ],
  10177.                 ],
  10178.                 'OfferType' => [
  10179.                     'type' => 'enum',
  10180.                     'class_name' => 'OfferTypeType',
  10181.                     'inherits' => [
  10182.                     ],
  10183.                     'decorator' => false,
  10184.                     'config' => [
  10185.                         'description' => NULL,
  10186.                         'values' => [
  10187.                             'BERUFSBERATUNG' => [
  10188.                                 'description' => NULL,
  10189.                                 'value' => 'BERUFSBERATUNG',
  10190.                             ],
  10191.                             'BERUFSPRAKTISCH' => [
  10192.                                 'description' => NULL,
  10193.                                 'value' => 'BERUFSPRAKTISCH',
  10194.                             ],
  10195.                             'BETRIEBSERKUNDUNG' => [
  10196.                                 'description' => NULL,
  10197.                                 'value' => 'BETRIEBSERKUNDUNG',
  10198.                             ],
  10199.                             'TAGOFFENETUER' => [
  10200.                                 'description' => NULL,
  10201.                                 'value' => 'TAGOFFENETUER',
  10202.                             ],
  10203.                             'UNTERNEHMENSCHULE' => [
  10204.                                 'description' => NULL,
  10205.                                 'value' => 'UNTERNEHMENSCHULE',
  10206.                             ],
  10207.                             'VORTRAG' => [
  10208.                                 'description' => NULL,
  10209.                                 'value' => 'VORTRAG',
  10210.                             ],
  10211.                             'WORKSHOP' => [
  10212.                                 'description' => NULL,
  10213.                                 'value' => 'WORKSHOP',
  10214.                             ],
  10215.                             'WORKSHOPBO' => [
  10216.                                 'description' => NULL,
  10217.                                 'value' => 'WORKSHOPBO',
  10218.                             ],
  10219.                         ],
  10220.                         'name' => 'OfferType',
  10221.                     ],
  10222.                 ],
  10223.                 'CompanyProfileSimple' => [
  10224.                     'type' => 'object',
  10225.                     'class_name' => 'CompanyProfileSimpleType',
  10226.                     'inherits' => [
  10227.                     ],
  10228.                     'decorator' => false,
  10229.                     'config' => [
  10230.                         'description' => NULL,
  10231.                         'fields' => [
  10232.                             'id' => [
  10233.                                 'type' => 'Int',
  10234.                                 'description' => NULL,
  10235.                             ],
  10236.                             'uuid' => [
  10237.                                 'type' => 'String',
  10238.                                 'description' => NULL,
  10239.                             ],
  10240.                             'name' => [
  10241.                                 'type' => 'String',
  10242.                                 'description' => NULL,
  10243.                             ],
  10244.                             'companyProfilePicture' => [
  10245.                                 'type' => 'Image',
  10246.                                 'description' => NULL,
  10247.                             ],
  10248.                             'isSelected' => [
  10249.                                 'type' => 'Boolean!',
  10250.                                 'description' => NULL,
  10251.                             ],
  10252.                         ],
  10253.                         'interfaces' => [
  10254.                         ],
  10255.                         'name' => 'CompanyProfileSimple',
  10256.                         'builders' => [
  10257.                         ],
  10258.                     ],
  10259.                 ],
  10260.                 'AnswerResponse' => [
  10261.                     'type' => 'object',
  10262.                     'class_name' => 'AnswerResponseType',
  10263.                     'inherits' => [
  10264.                     ],
  10265.                     'decorator' => false,
  10266.                     'config' => [
  10267.                         'description' => NULL,
  10268.                         'fields' => [
  10269.                             'status' => [
  10270.                                 'type' => 'Status!',
  10271.                                 'description' => NULL,
  10272.                             ],
  10273.                             'correctAnswerId' => [
  10274.                                 'type' => 'Int',
  10275.                                 'description' => NULL,
  10276.                             ],
  10277.                         ],
  10278.                         'interfaces' => [
  10279.                         ],
  10280.                         'name' => 'AnswerResponse',
  10281.                         'builders' => [
  10282.                         ],
  10283.                     ],
  10284.                 ],
  10285.                 'InformationLink' => [
  10286.                     'type' => 'object',
  10287.                     'class_name' => 'InformationLinkType',
  10288.                     'inherits' => [
  10289.                     ],
  10290.                     'decorator' => false,
  10291.                     'config' => [
  10292.                         'description' => NULL,
  10293.                         'fields' => [
  10294.                             'id' => [
  10295.                                 'type' => 'ID!',
  10296.                                 'description' => NULL,
  10297.                             ],
  10298.                             'heading' => [
  10299.                                 'type' => 'String',
  10300.                                 'description' => NULL,
  10301.                             ],
  10302.                             'description' => [
  10303.                                 'type' => 'String',
  10304.                                 'description' => NULL,
  10305.                             ],
  10306.                             'linkUrl' => [
  10307.                                 'type' => 'String',
  10308.                                 'description' => NULL,
  10309.                             ],
  10310.                             'target' => [
  10311.                                 'type' => 'Int',
  10312.                                 'description' => NULL,
  10313.                             ],
  10314.                             'position' => [
  10315.                                 'type' => 'Int',
  10316.                                 'description' => NULL,
  10317.                             ],
  10318.                             'media' => [
  10319.                                 'type' => 'Media',
  10320.                                 'description' => NULL,
  10321.                             ],
  10322.                             'type' => [
  10323.                                 'type' => 'InformationLinkType!',
  10324.                                 'description' => NULL,
  10325.                             ],
  10326.                         ],
  10327.                         'interfaces' => [
  10328.                         ],
  10329.                         'name' => 'InformationLink',
  10330.                         'builders' => [
  10331.                         ],
  10332.                     ],
  10333.                 ],
  10334.                 'JobMarket' => [
  10335.                     'type' => 'object',
  10336.                     'class_name' => 'JobMarketType',
  10337.                     'inherits' => [
  10338.                     ],
  10339.                     'decorator' => false,
  10340.                     'config' => [
  10341.                         'description' => NULL,
  10342.                         'fields' => [
  10343.                             'status' => [
  10344.                                 'type' => 'Status!',
  10345.                                 'description' => NULL,
  10346.                             ],
  10347.                             'id' => [
  10348.                                 'type' => 'ID!',
  10349.                                 'description' => NULL,
  10350.                             ],
  10351.                             'name' => [
  10352.                                 'type' => 'String!',
  10353.                                 'description' => NULL,
  10354.                             ],
  10355.                             'numberOfPositions' => [
  10356.                                 'type' => 'Int',
  10357.                                 'description' => NULL,
  10358.                             ],
  10359.                             'description' => [
  10360.                                 'type' => 'String',
  10361.                                 'description' => NULL,
  10362.                             ],
  10363.                             'details' => [
  10364.                                 'type' => 'String',
  10365.                                 'description' => NULL,
  10366.                             ],
  10367.                             'url' => [
  10368.                                 'type' => 'String',
  10369.                                 'description' => NULL,
  10370.                             ],
  10371.                             'requirements' => [
  10372.                                 'type' => 'String',
  10373.                                 'description' => NULL,
  10374.                             ],
  10375.                             'salary' => [
  10376.                                 'type' => 'String',
  10377.                                 'description' => NULL,
  10378.                             ],
  10379.                             'additionalInfo' => [
  10380.                                 'type' => 'JobMarketAdditionalInfo',
  10381.                                 'description' => NULL,
  10382.                             ],
  10383.                             'startDate' => [
  10384.                                 'type' => 'String',
  10385.                                 'description' => NULL,
  10386.                             ],
  10387.                             'applyUntil' => [
  10388.                                 'type' => 'String',
  10389.                                 'description' => NULL,
  10390.                             ],
  10391.                             'openDate' => [
  10392.                                 'type' => 'String',
  10393.                                 'description' => NULL,
  10394.                             ],
  10395.                             'closeDate' => [
  10396.                                 'type' => 'String',
  10397.                                 'description' => NULL,
  10398.                             ],
  10399.                             'companyProfile' => [
  10400.                                 'type' => 'CompanyProfile',
  10401.                                 'description' => NULL,
  10402.                             ],
  10403.                             'contact' => [
  10404.                                 'type' => 'Contact',
  10405.                                 'description' => NULL,
  10406.                             ],
  10407.                             'image' => [
  10408.                                 'type' => 'Image',
  10409.                                 'description' => NULL,
  10410.                             ],
  10411.                             'customMedia' => [
  10412.                                 'type' => 'Media',
  10413.                                 'description' => NULL,
  10414.                             ],
  10415.                             'positionType' => [
  10416.                                 'type' => 'JobMarketPositionType',
  10417.                                 'description' => NULL,
  10418.                             ],
  10419.                             'applyType' => [
  10420.                                 'type' => 'JobMarketApplyType',
  10421.                                 'description' => NULL,
  10422.                             ],
  10423.                             'viewType' => [
  10424.                                 'type' => 'JobMarketViewType',
  10425.                                 'description' => NULL,
  10426.                             ],
  10427.                             'onlineUrl' => [
  10428.                                 'type' => 'String',
  10429.                                 'description' => NULL,
  10430.                             ],
  10431.                             'startType' => [
  10432.                                 'type' => 'JobMarketStartType',
  10433.                                 'description' => NULL,
  10434.                             ],
  10435.                             'addresses' => [
  10436.                                 'type' => '[Address!]',
  10437.                                 'description' => NULL,
  10438.                             ],
  10439.                             'jobs' => [
  10440.                                 'type' => '[JobSimple!]',
  10441.                                 'description' => NULL,
  10442.                             ],
  10443.                             'state' => [
  10444.                                 'type' => 'JobMarketState!',
  10445.                                 'description' => NULL,
  10446.                             ],
  10447.                             'viewCount' => [
  10448.                                 'type' => 'Int!',
  10449.                                 'description' => NULL,
  10450.                             ],
  10451.                             'applicationCount' => [
  10452.                                 'type' => 'Int!',
  10453.                                 'description' => NULL,
  10454.                             ],
  10455.                         ],
  10456.                         'interfaces' => [
  10457.                         ],
  10458.                         'name' => 'JobMarket',
  10459.                         'builders' => [
  10460.                         ],
  10461.                     ],
  10462.                 ],
  10463.                 'JobRequirementTypeCollection' => [
  10464.                     'type' => 'object',
  10465.                     'class_name' => 'JobRequirementTypeCollectionType',
  10466.                     'inherits' => [
  10467.                     ],
  10468.                     'decorator' => false,
  10469.                     'config' => [
  10470.                         'description' => NULL,
  10471.                         'fields' => [
  10472.                             'requirementType' => [
  10473.                                 'type' => 'JobRequirementType!',
  10474.                                 'description' => NULL,
  10475.                             ],
  10476.                             'requirements' => [
  10477.                                 'type' => '[JobRequirement!]',
  10478.                                 'description' => NULL,
  10479.                             ],
  10480.                         ],
  10481.                         'interfaces' => [
  10482.                         ],
  10483.                         'name' => 'JobRequirementTypeCollection',
  10484.                         'builders' => [
  10485.                         ],
  10486.                     ],
  10487.                 ],
  10488.                 'JobLinkMapping' => [
  10489.                     'type' => 'object',
  10490.                     'class_name' => 'JobLinkMappingType',
  10491.                     'inherits' => [
  10492.                     ],
  10493.                     'decorator' => false,
  10494.                     'config' => [
  10495.                         'description' => NULL,
  10496.                         'fields' => [
  10497.                             'id' => [
  10498.                                 'type' => 'ID!',
  10499.                                 'description' => NULL,
  10500.                             ],
  10501.                             'jobLink' => [
  10502.                                 'type' => 'JobLink',
  10503.                                 'description' => NULL,
  10504.                             ],
  10505.                             'jobLinkMappingCategory' => [
  10506.                                 'type' => 'JobLinkMappingCategory',
  10507.                                 'description' => NULL,
  10508.                             ],
  10509.                             'jobLinkMappingType' => [
  10510.                                 'type' => 'JobLinkMappingType',
  10511.                                 'description' => NULL,
  10512.                             ],
  10513.                         ],
  10514.                         'interfaces' => [
  10515.                         ],
  10516.                         'name' => 'JobLinkMapping',
  10517.                         'builders' => [
  10518.                         ],
  10519.                     ],
  10520.                 ],
  10521.                 'JobSalary' => [
  10522.                     'type' => 'object',
  10523.                     'class_name' => 'JobSalaryType',
  10524.                     'inherits' => [
  10525.                     ],
  10526.                     'decorator' => false,
  10527.                     'config' => [
  10528.                         'description' => NULL,
  10529.                         'fields' => [
  10530.                             'id' => [
  10531.                                 'type' => 'ID!',
  10532.                                 'description' => NULL,
  10533.                             ],
  10534.                             'entryValue' => [
  10535.                                 'type' => 'String',
  10536.                                 'description' => NULL,
  10537.                             ],
  10538.                             'entries' => [
  10539.                                 'type' => '[JobSalaryEntry!]',
  10540.                                 'description' => NULL,
  10541.                             ],
  10542.                             'createdAt' => [
  10543.                                 'type' => 'String',
  10544.                                 'description' => NULL,
  10545.                             ],
  10546.                         ],
  10547.                         'interfaces' => [
  10548.                         ],
  10549.                         'name' => 'JobSalary',
  10550.                         'builders' => [
  10551.                         ],
  10552.                     ],
  10553.                 ],
  10554.                 'CompanyCertificate' => [
  10555.                     'type' => 'object',
  10556.                     'class_name' => 'CompanyCertificateType',
  10557.                     'inherits' => [
  10558.                     ],
  10559.                     'decorator' => false,
  10560.                     'config' => [
  10561.                         'description' => NULL,
  10562.                         'fields' => [
  10563.                             'id' => [
  10564.                                 'type' => 'ID!',
  10565.                                 'description' => NULL,
  10566.                             ],
  10567.                             'name' => [
  10568.                                 'type' => 'String!',
  10569.                                 'description' => NULL,
  10570.                             ],
  10571.                             'shortName' => [
  10572.                                 'type' => 'String!',
  10573.                                 'description' => NULL,
  10574.                             ],
  10575.                             'picturePath' => [
  10576.                                 'type' => 'String!',
  10577.                                 'description' => NULL,
  10578.                             ],
  10579.                         ],
  10580.                         'interfaces' => [
  10581.                         ],
  10582.                         'name' => 'CompanyCertificate',
  10583.                         'builders' => [
  10584.                         ],
  10585.                     ],
  10586.                 ],
  10587.                 'ContentType' => [
  10588.                     'type' => 'enum',
  10589.                     'class_name' => 'ContentTypeType',
  10590.                     'inherits' => [
  10591.                     ],
  10592.                     'decorator' => false,
  10593.                     'config' => [
  10594.                         'description' => NULL,
  10595.                         'values' => [
  10596.                             'IMAGE' => [
  10597.                                 'description' => NULL,
  10598.                                 'value' => 'IMAGE',
  10599.                             ],
  10600.                             'VIDEO' => [
  10601.                                 'description' => NULL,
  10602.                                 'value' => 'VIDEO',
  10603.                             ],
  10604.                             'DOCUMENT' => [
  10605.                                 'description' => NULL,
  10606.                                 'value' => 'DOCUMENT',
  10607.                             ],
  10608.                         ],
  10609.                         'name' => 'ContentType',
  10610.                     ],
  10611.                 ],
  10612.                 'AppointmentNote' => [
  10613.                     'type' => 'object',
  10614.                     'class_name' => 'AppointmentNoteType',
  10615.                     'inherits' => [
  10616.                     ],
  10617.                     'decorator' => false,
  10618.                     'config' => [
  10619.                         'description' => NULL,
  10620.                         'fields' => [
  10621.                             'link' => [
  10622.                                 'type' => 'String',
  10623.                                 'description' => NULL,
  10624.                             ],
  10625.                             'firstname' => [
  10626.                                 'type' => 'String',
  10627.                                 'description' => NULL,
  10628.                             ],
  10629.                             'lastname' => [
  10630.                                 'type' => 'String',
  10631.                                 'description' => NULL,
  10632.                             ],
  10633.                             'email' => [
  10634.                                 'type' => 'String',
  10635.                                 'description' => NULL,
  10636.                             ],
  10637.                             'phone' => [
  10638.                                 'type' => 'String',
  10639.                                 'description' => NULL,
  10640.                             ],
  10641.                             'remark' => [
  10642.                                 'type' => 'String',
  10643.                                 'description' => NULL,
  10644.                             ],
  10645.                         ],
  10646.                         'interfaces' => [
  10647.                         ],
  10648.                         'name' => 'AppointmentNote',
  10649.                         'builders' => [
  10650.                         ],
  10651.                     ],
  10652.                 ],
  10653.                 'GameTrophyStatus' => [
  10654.                     'type' => 'enum',
  10655.                     'class_name' => 'GameTrophyStatusType',
  10656.                     'inherits' => [
  10657.                     ],
  10658.                     'decorator' => false,
  10659.                     'config' => [
  10660.                         'description' => NULL,
  10661.                         'values' => [
  10662.                             'NORMAL' => [
  10663.                                 'description' => NULL,
  10664.                                 'value' => 'NORMAL',
  10665.                             ],
  10666.                             'HIDDEN' => [
  10667.                                 'description' => NULL,
  10668.                                 'value' => 'HIDDEN',
  10669.                             ],
  10670.                         ],
  10671.                         'name' => 'GameTrophyStatus',
  10672.                     ],
  10673.                 ],
  10674.                 'SchoolClassRankMin' => [
  10675.                     'type' => 'object',
  10676.                     'class_name' => 'SchoolClassRankMinType',
  10677.                     'inherits' => [
  10678.                     ],
  10679.                     'decorator' => false,
  10680.                     'config' => [
  10681.                         'description' => NULL,
  10682.                         'fields' => [
  10683.                             'rank' => [
  10684.                                 'type' => 'Int!',
  10685.                                 'description' => NULL,
  10686.                             ],
  10687.                             'points' => [
  10688.                                 'type' => 'Int!',
  10689.                                 'description' => NULL,
  10690.                             ],
  10691.                             'playtimeMinutes' => [
  10692.                                 'type' => 'Int!',
  10693.                                 'description' => NULL,
  10694.                             ],
  10695.                             'activityLevel' => [
  10696.                                 'type' => 'Int!',
  10697.                                 'description' => NULL,
  10698.                             ],
  10699.                         ],
  10700.                         'interfaces' => [
  10701.                         ],
  10702.                         'name' => 'SchoolClassRankMin',
  10703.                         'builders' => [
  10704.                         ],
  10705.                     ],
  10706.                 ],
  10707.                 'Address' => [
  10708.                     'type' => 'object',
  10709.                     'class_name' => 'AddressType',
  10710.                     'inherits' => [
  10711.                     ],
  10712.                     'decorator' => false,
  10713.                     'config' => [
  10714.                         'description' => NULL,
  10715.                         'fields' => [
  10716.                             'id' => [
  10717.                                 'type' => 'ID!',
  10718.                                 'description' => NULL,
  10719.                             ],
  10720.                             'street' => [
  10721.                                 'type' => 'String',
  10722.                                 'description' => NULL,
  10723.                             ],
  10724.                             'number' => [
  10725.                                 'type' => 'String',
  10726.                                 'description' => NULL,
  10727.                             ],
  10728.                             'floor' => [
  10729.                                 'type' => 'String',
  10730.                                 'description' => NULL,
  10731.                             ],
  10732.                             'stair' => [
  10733.                                 'type' => 'String',
  10734.                                 'description' => NULL,
  10735.                             ],
  10736.                             'addressLatLon' => [
  10737.                                 'type' => 'AddressLatLon',
  10738.                                 'description' => NULL,
  10739.                             ],
  10740.                             'addressCity' => [
  10741.                                 'type' => 'AddressCity',
  10742.                                 'description' => NULL,
  10743.                             ],
  10744.                         ],
  10745.                         'interfaces' => [
  10746.                         ],
  10747.                         'name' => 'Address',
  10748.                         'builders' => [
  10749.                         ],
  10750.                     ],
  10751.                 ],
  10752.                 'JobSchoolSubjectMapping' => [
  10753.                     'type' => 'object',
  10754.                     'class_name' => 'JobSchoolSubjectMappingType',
  10755.                     'inherits' => [
  10756.                     ],
  10757.                     'decorator' => false,
  10758.                     'config' => [
  10759.                         'description' => NULL,
  10760.                         'fields' => [
  10761.                             'id' => [
  10762.                                 'type' => 'ID!',
  10763.                                 'description' => NULL,
  10764.                             ],
  10765.                             'jobSchoolSubject' => [
  10766.                                 'type' => 'JobSchoolSubject!',
  10767.                                 'description' => NULL,
  10768.                             ],
  10769.                         ],
  10770.                         'interfaces' => [
  10771.                         ],
  10772.                         'name' => 'JobSchoolSubjectMapping',
  10773.                         'builders' => [
  10774.                         ],
  10775.                     ],
  10776.                 ],
  10777.                 'CommunicationType' => [
  10778.                     'type' => 'object',
  10779.                     'class_name' => 'CommunicationTypeType',
  10780.                     'inherits' => [
  10781.                     ],
  10782.                     'decorator' => false,
  10783.                     'config' => [
  10784.                         'description' => NULL,
  10785.                         'fields' => [
  10786.                             'name' => [
  10787.                                 'type' => 'String!',
  10788.                                 'description' => NULL,
  10789.                             ],
  10790.                             'shortName' => [
  10791.                                 'type' => 'String!',
  10792.                                 'description' => NULL,
  10793.                             ],
  10794.                             'visible' => [
  10795.                                 'type' => 'Boolean!',
  10796.                                 'description' => NULL,
  10797.                             ],
  10798.                         ],
  10799.                         'interfaces' => [
  10800.                         ],
  10801.                         'name' => 'CommunicationType',
  10802.                         'builders' => [
  10803.                         ],
  10804.                     ],
  10805.                 ],
  10806.                 'Media' => [
  10807.                     'type' => 'object',
  10808.                     'class_name' => 'MediaType',
  10809.                     'inherits' => [
  10810.                     ],
  10811.                     'decorator' => false,
  10812.                     'config' => [
  10813.                         'description' => NULL,
  10814.                         'fields' => [
  10815.                             'id' => [
  10816.                                 'type' => 'ID!',
  10817.                                 'description' => NULL,
  10818.                             ],
  10819.                             'name' => [
  10820.                                 'type' => 'String',
  10821.                                 'description' => NULL,
  10822.                             ],
  10823.                             'contentType' => [
  10824.                                 'type' => 'ContentType',
  10825.                                 'description' => NULL,
  10826.                             ],
  10827.                             'position' => [
  10828.                                 'type' => 'Int!',
  10829.                                 'description' => NULL,
  10830.                             ],
  10831.                             'visible' => [
  10832.                                 'type' => 'Boolean!',
  10833.                                 'description' => NULL,
  10834.                             ],
  10835.                             'image' => [
  10836.                                 'type' => 'Image',
  10837.                                 'description' => NULL,
  10838.                             ],
  10839.                             'video' => [
  10840.                                 'type' => 'Video',
  10841.                                 'description' => NULL,
  10842.                             ],
  10843.                             'document' => [
  10844.                                 'type' => 'Document',
  10845.                                 'description' => NULL,
  10846.                             ],
  10847.                         ],
  10848.                         'interfaces' => [
  10849.                         ],
  10850.                         'name' => 'Media',
  10851.                         'builders' => [
  10852.                         ],
  10853.                     ],
  10854.                 ],
  10855.                 'GameTrophyProgressEntry' => [
  10856.                     'type' => 'object',
  10857.                     'class_name' => 'GameTrophyProgressEntryType',
  10858.                     'inherits' => [
  10859.                     ],
  10860.                     'decorator' => false,
  10861.                     'config' => [
  10862.                         'description' => NULL,
  10863.                         'fields' => [
  10864.                             'id' => [
  10865.                                 'type' => 'ID!',
  10866.                                 'description' => NULL,
  10867.                             ],
  10868.                             'trophy' => [
  10869.                                 'type' => 'GameTrophy!',
  10870.                                 'description' => NULL,
  10871.                             ],
  10872.                             'percentValue' => [
  10873.                                 'type' => 'Int!',
  10874.                                 'description' => NULL,
  10875.                             ],
  10876.                             'createdAt' => [
  10877.                                 'type' => 'String',
  10878.                                 'description' => NULL,
  10879.                             ],
  10880.                             'finishedAt' => [
  10881.                                 'type' => 'String',
  10882.                                 'description' => NULL,
  10883.                             ],
  10884.                         ],
  10885.                         'interfaces' => [
  10886.                         ],
  10887.                         'name' => 'GameTrophyProgressEntry',
  10888.                         'builders' => [
  10889.                         ],
  10890.                     ],
  10891.                 ],
  10892.                 'JobRequirementStats' => [
  10893.                     'type' => 'object',
  10894.                     'class_name' => 'JobRequirementStatsType',
  10895.                     'inherits' => [
  10896.                     ],
  10897.                     'decorator' => false,
  10898.                     'config' => [
  10899.                         'description' => NULL,
  10900.                         'fields' => [
  10901.                             'id' => [
  10902.                                 'type' => 'ID!',
  10903.                                 'description' => NULL,
  10904.                             ],
  10905.                             'requirementName' => [
  10906.                                 'type' => 'String!',
  10907.                                 'description' => NULL,
  10908.                             ],
  10909.                             'value' => [
  10910.                                 'type' => 'Int!',
  10911.                                 'description' => NULL,
  10912.                             ],
  10913.                         ],
  10914.                         'interfaces' => [
  10915.                         ],
  10916.                         'name' => 'JobRequirementStats',
  10917.                         'builders' => [
  10918.                         ],
  10919.                     ],
  10920.                 ],
  10921.                 'CommunicationEntry' => [
  10922.                     'type' => 'object',
  10923.                     'class_name' => 'CommunicationEntryType',
  10924.                     'inherits' => [
  10925.                     ],
  10926.                     'decorator' => false,
  10927.                     'config' => [
  10928.                         'description' => NULL,
  10929.                         'fields' => [
  10930.                             'id' => [
  10931.                                 'type' => 'ID!',
  10932.                                 'description' => NULL,
  10933.                             ],
  10934.                             'entryValue' => [
  10935.                                 'type' => 'String!',
  10936.                                 'description' => NULL,
  10937.                             ],
  10938.                             'communicationType' => [
  10939.                                 'type' => 'CommunicationType!',
  10940.                                 'description' => NULL,
  10941.                             ],
  10942.                         ],
  10943.                         'interfaces' => [
  10944.                         ],
  10945.                         'name' => 'CommunicationEntry',
  10946.                         'builders' => [
  10947.                         ],
  10948.                     ],
  10949.                 ],
  10950.                 'AppointmentType' => [
  10951.                     'type' => 'enum',
  10952.                     'class_name' => 'AppointmentTypeType',
  10953.                     'inherits' => [
  10954.                     ],
  10955.                     'decorator' => false,
  10956.                     'config' => [
  10957.                         'description' => NULL,
  10958.                         'values' => [
  10959.                             'AGREEMENT' => [
  10960.                                 'description' => NULL,
  10961.                                 'value' => 'AGREEMENT',
  10962.                             ],
  10963.                             'FIXED' => [
  10964.                                 'description' => NULL,
  10965.                                 'value' => 'FIXED',
  10966.                             ],
  10967.                             'BOTHPOSSIBLE' => [
  10968.                                 'description' => NULL,
  10969.                                 'value' => 'BOTHPOSSIBLE',
  10970.                             ],
  10971.                             'INDIVIDUAL' => [
  10972.                                 'description' => NULL,
  10973.                                 'value' => 'INDIVIDUAL',
  10974.                             ],
  10975.                             'CUSTOM' => [
  10976.                                 'description' => NULL,
  10977.                                 'value' => 'CUSTOM',
  10978.                             ],
  10979.                         ],
  10980.                         'name' => 'AppointmentType',
  10981.                     ],
  10982.                 ],
  10983.                 'ProfileLinkType' => [
  10984.                     'type' => 'enum',
  10985.                     'class_name' => 'ProfileLinkTypeType',
  10986.                     'inherits' => [
  10987.                     ],
  10988.                     'decorator' => false,
  10989.                     'config' => [
  10990.                         'description' => NULL,
  10991.                         'values' => [
  10992.                             'HOMEPAGE' => [
  10993.                                 'description' => NULL,
  10994.                                 'value' => 'HOMEPAGE',
  10995.                             ],
  10996.                             'FACEBOOK' => [
  10997.                                 'description' => NULL,
  10998.                                 'value' => 'FACEBOOK',
  10999.                             ],
  11000.                             'YOUTUBE' => [
  11001.                                 'description' => NULL,
  11002.                                 'value' => 'YOUTUBE',
  11003.                             ],
  11004.                             'LINKEDIN' => [
  11005.                                 'description' => NULL,
  11006.                                 'value' => 'LINKEDIN',
  11007.                             ],
  11008.                             'XING' => [
  11009.                                 'description' => NULL,
  11010.                                 'value' => 'XING',
  11011.                             ],
  11012.                             'KARRIEREPORTAL' => [
  11013.                                 'description' => NULL,
  11014.                                 'value' => 'KARRIEREPORTAL',
  11015.                             ],
  11016.                             'INSTAGRAM' => [
  11017.                                 'description' => NULL,
  11018.                                 'value' => 'INSTAGRAM',
  11019.                             ],
  11020.                             'X' => [
  11021.                                 'description' => NULL,
  11022.                                 'value' => 'X',
  11023.                             ],
  11024.                             'TIKTOK' => [
  11025.                                 'description' => NULL,
  11026.                                 'value' => 'TIKTOK',
  11027.                             ],
  11028.                         ],
  11029.                         'name' => 'ProfileLinkType',
  11030.                     ],
  11031.                 ],
  11032.                 'JobWorkField' => [
  11033.                     'type' => 'object',
  11034.                     'class_name' => 'JobWorkFieldType',
  11035.                     'inherits' => [
  11036.                     ],
  11037.                     'decorator' => false,
  11038.                     'config' => [
  11039.                         'description' => NULL,
  11040.                         'fields' => [
  11041.                             'id' => [
  11042.                                 'type' => 'ID!',
  11043.                                 'description' => NULL,
  11044.                             ],
  11045.                             'name' => [
  11046.                                 'type' => 'String!',
  11047.                                 'description' => NULL,
  11048.                             ],
  11049.                             'bicID' => [
  11050.                                 'type' => 'Int',
  11051.                                 'description' => NULL,
  11052.                             ],
  11053.                             'description' => [
  11054.                                 'type' => 'String',
  11055.                                 'description' => NULL,
  11056.                             ],
  11057.                         ],
  11058.                         'interfaces' => [
  11059.                         ],
  11060.                         'name' => 'JobWorkField',
  11061.                         'builders' => [
  11062.                         ],
  11063.                     ],
  11064.                 ],
  11065.                 'Icon' => [
  11066.                     'type' => 'object',
  11067.                     'class_name' => 'IconType',
  11068.                     'inherits' => [
  11069.                     ],
  11070.                     'decorator' => false,
  11071.                     'config' => [
  11072.                         'description' => NULL,
  11073.                         'fields' => [
  11074.                             'iconValue' => [
  11075.                                 'type' => 'String!',
  11076.                                 'description' => NULL,
  11077.                             ],
  11078.                             'color' => [
  11079.                                 'type' => 'Color',
  11080.                                 'description' => NULL,
  11081.                             ],
  11082.                         ],
  11083.                         'interfaces' => [
  11084.                         ],
  11085.                         'name' => 'Icon',
  11086.                         'builders' => [
  11087.                         ],
  11088.                     ],
  11089.                 ],
  11090.                 'School' => [
  11091.                     'type' => 'object',
  11092.                     'class_name' => 'SchoolType',
  11093.                     'inherits' => [
  11094.                     ],
  11095.                     'decorator' => false,
  11096.                     'config' => [
  11097.                         'description' => NULL,
  11098.                         'fields' => [
  11099.                             'id' => [
  11100.                                 'type' => 'ID!',
  11101.                                 'description' => NULL,
  11102.                             ],
  11103.                             'name' => [
  11104.                                 'type' => 'String!',
  11105.                                 'description' => NULL,
  11106.                             ],
  11107.                             'url' => [
  11108.                                 'type' => 'String',
  11109.                                 'description' => NULL,
  11110.                             ],
  11111.                             'address' => [
  11112.                                 'type' => 'Address',
  11113.                                 'description' => NULL,
  11114.                             ],
  11115.                             'communication' => [
  11116.                                 'type' => 'Communication',
  11117.                                 'description' => NULL,
  11118.                             ],
  11119.                         ],
  11120.                         'interfaces' => [
  11121.                         ],
  11122.                         'name' => 'School',
  11123.                         'builders' => [
  11124.                         ],
  11125.                     ],
  11126.                 ],
  11127.                 'StoryCardHighlightPosition' => [
  11128.                     'type' => 'enum',
  11129.                     'class_name' => 'StoryCardHighlightPositionType',
  11130.                     'inherits' => [
  11131.                     ],
  11132.                     'decorator' => false,
  11133.                     'config' => [
  11134.                         'description' => NULL,
  11135.                         'values' => [
  11136.                             'AFTER' => [
  11137.                                 'description' => NULL,
  11138.                                 'value' => 'AFTER',
  11139.                             ],
  11140.                             'BEFORE' => [
  11141.                                 'description' => NULL,
  11142.                                 'value' => 'BEFORE',
  11143.                             ],
  11144.                         ],
  11145.                         'name' => 'StoryCardHighlightPosition',
  11146.                     ],
  11147.                 ],
  11148.                 'GameCategoryProgress' => [
  11149.                     'type' => 'object',
  11150.                     'class_name' => 'GameCategoryProgressType',
  11151.                     'inherits' => [
  11152.                     ],
  11153.                     'decorator' => false,
  11154.                     'config' => [
  11155.                         'description' => NULL,
  11156.                         'fields' => [
  11157.                             'id' => [
  11158.                                 'type' => 'ID!',
  11159.                                 'description' => NULL,
  11160.                             ],
  11161.                             'gameType' => [
  11162.                                 'type' => 'GameType!',
  11163.                                 'description' => NULL,
  11164.                             ],
  11165.                             'roundNumber' => [
  11166.                                 'type' => 'Int!',
  11167.                                 'description' => NULL,
  11168.                             ],
  11169.                             'highscore' => [
  11170.                                 'type' => 'Int!',
  11171.                                 'description' => NULL,
  11172.                             ],
  11173.                         ],
  11174.                         'interfaces' => [
  11175.                         ],
  11176.                         'name' => 'GameCategoryProgress',
  11177.                         'builders' => [
  11178.                         ],
  11179.                     ],
  11180.                 ],
  11181.                 'Image' => [
  11182.                     'type' => 'object',
  11183.                     'class_name' => 'ImageType',
  11184.                     'inherits' => [
  11185.                     ],
  11186.                     'decorator' => false,
  11187.                     'config' => [
  11188.                         'description' => NULL,
  11189.                         'fields' => [
  11190.                             'id' => [
  11191.                                 'type' => 'ID!',
  11192.                                 'description' => NULL,
  11193.                             ],
  11194.                             'info' => [
  11195.                                 'type' => 'ImageInfo',
  11196.                                 'description' => NULL,
  11197.                             ],
  11198.                             'medium' => [
  11199.                                 'type' => 'ImageData',
  11200.                                 'description' => NULL,
  11201.                             ],
  11202.                             'portrait' => [
  11203.                                 'type' => 'ImageData',
  11204.                                 'description' => NULL,
  11205.                             ],
  11206.                             'landscape' => [
  11207.                                 'type' => 'ImageData',
  11208.                                 'description' => NULL,
  11209.                             ],
  11210.                             'large' => [
  11211.                                 'type' => 'ImageData',
  11212.                                 'description' => NULL,
  11213.                             ],
  11214.                             'xlarge' => [
  11215.                                 'type' => 'ImageData',
  11216.                                 'description' => NULL,
  11217.                             ],
  11218.                             'huge' => [
  11219.                                 'type' => 'ImageData',
  11220.                                 'description' => NULL,
  11221.                             ],
  11222.                         ],
  11223.                         'interfaces' => [
  11224.                         ],
  11225.                         'name' => 'Image',
  11226.                         'builders' => [
  11227.                         ],
  11228.                     ],
  11229.                 ],
  11230.                 'Question' => [
  11231.                     'type' => 'object',
  11232.                     'class_name' => 'QuestionType',
  11233.                     'inherits' => [
  11234.                     ],
  11235.                     'decorator' => false,
  11236.                     'config' => [
  11237.                         'description' => NULL,
  11238.                         'fields' => [
  11239.                             'status' => [
  11240.                                 'type' => 'Status',
  11241.                                 'description' => NULL,
  11242.                             ],
  11243.                             'id' => [
  11244.                                 'type' => 'ID!',
  11245.                                 'description' => NULL,
  11246.                             ],
  11247.                             'text' => [
  11248.                                 'type' => 'String',
  11249.                                 'description' => NULL,
  11250.                             ],
  11251.                             'image' => [
  11252.                                 'type' => 'Image',
  11253.                                 'description' => NULL,
  11254.                             ],
  11255.                             'answers' => [
  11256.                                 'type' => '[QuestionAnswer!]',
  11257.                                 'description' => NULL,
  11258.                             ],
  11259.                         ],
  11260.                         'interfaces' => [
  11261.                         ],
  11262.                         'name' => 'Question',
  11263.                         'builders' => [
  11264.                         ],
  11265.                     ],
  11266.                 ],
  11267.                 'Communication' => [
  11268.                     'type' => 'object',
  11269.                     'class_name' => 'CommunicationType',
  11270.                     'inherits' => [
  11271.                     ],
  11272.                     'decorator' => false,
  11273.                     'config' => [
  11274.                         'description' => NULL,
  11275.                         'fields' => [
  11276.                             'id' => [
  11277.                                 'type' => 'ID!',
  11278.                                 'description' => NULL,
  11279.                             ],
  11280.                             'entries' => [
  11281.                                 'type' => '[CommunicationEntry!]',
  11282.                                 'description' => NULL,
  11283.                             ],
  11284.                         ],
  11285.                         'interfaces' => [
  11286.                         ],
  11287.                         'name' => 'Communication',
  11288.                         'builders' => [
  11289.                         ],
  11290.                     ],
  11291.                 ],
  11292.                 'EventState' => [
  11293.                     'type' => 'enum',
  11294.                     'class_name' => 'EventStateType',
  11295.                     'inherits' => [
  11296.                     ],
  11297.                     'decorator' => false,
  11298.                     'config' => [
  11299.                         'description' => NULL,
  11300.                         'values' => [
  11301.                             'ACTIVE' => [
  11302.                                 'description' => NULL,
  11303.                                 'value' => 'ACTIVE',
  11304.                             ],
  11305.                             'INACTIVE' => [
  11306.                                 'description' => NULL,
  11307.                                 'value' => 'INACTIVE',
  11308.                             ],
  11309.                             'DELETED' => [
  11310.                                 'description' => NULL,
  11311.                                 'value' => 'DELETED',
  11312.                             ],
  11313.                         ],
  11314.                         'name' => 'EventState',
  11315.                     ],
  11316.                 ],
  11317.                 'JobSimple' => [
  11318.                     'type' => 'object',
  11319.                     'class_name' => 'JobSimpleType',
  11320.                     'inherits' => [
  11321.                     ],
  11322.                     'decorator' => false,
  11323.                     'config' => [
  11324.                         'description' => NULL,
  11325.                         'fields' => [
  11326.                             'id' => [
  11327.                                 'type' => 'ID!',
  11328.                                 'description' => NULL,
  11329.                             ],
  11330.                             'name' => [
  11331.                                 'type' => 'String!',
  11332.                                 'description' => NULL,
  11333.                             ],
  11334.                             'bicID' => [
  11335.                                 'type' => 'Int',
  11336.                                 'description' => NULL,
  11337.                             ],
  11338.                             'interestFields' => [
  11339.                                 'type' => '[InterestField!]',
  11340.                                 'description' => NULL,
  11341.                             ],
  11342.                         ],
  11343.                         'interfaces' => [
  11344.                         ],
  11345.                         'name' => 'JobSimple',
  11346.                         'builders' => [
  11347.                         ],
  11348.                     ],
  11349.                 ],
  11350.                 'SearchTag' => [
  11351.                     'type' => 'object',
  11352.                     'class_name' => 'SearchTagType',
  11353.                     'inherits' => [
  11354.                     ],
  11355.                     'decorator' => false,
  11356.                     'config' => [
  11357.                         'description' => NULL,
  11358.                         'fields' => [
  11359.                             'id' => [
  11360.                                 'type' => 'ID!',
  11361.                                 'description' => NULL,
  11362.                             ],
  11363.                             'name' => [
  11364.                                 'type' => 'String!',
  11365.                                 'description' => NULL,
  11366.                             ],
  11367.                         ],
  11368.                         'interfaces' => [
  11369.                         ],
  11370.                         'name' => 'SearchTag',
  11371.                         'builders' => [
  11372.                         ],
  11373.                     ],
  11374.                 ],
  11375.                 'ViewCount' => [
  11376.                     'type' => 'object',
  11377.                     'class_name' => 'ViewCountType',
  11378.                     'inherits' => [
  11379.                     ],
  11380.                     'decorator' => false,
  11381.                     'config' => [
  11382.                         'description' => NULL,
  11383.                         'fields' => [
  11384.                             'jobs' => [
  11385.                                 'type' => 'Int',
  11386.                                 'description' => NULL,
  11387.                             ],
  11388.                             'profiles' => [
  11389.                                 'type' => 'Int',
  11390.                                 'description' => NULL,
  11391.                             ],
  11392.                         ],
  11393.                         'interfaces' => [
  11394.                         ],
  11395.                         'name' => 'ViewCount',
  11396.                         'builders' => [
  11397.                         ],
  11398.                     ],
  11399.                 ],
  11400.                 'InterestFieldStats' => [
  11401.                     'type' => 'object',
  11402.                     'class_name' => 'InterestFieldStatsType',
  11403.                     'inherits' => [
  11404.                     ],
  11405.                     'decorator' => false,
  11406.                     'config' => [
  11407.                         'description' => NULL,
  11408.                         'fields' => [
  11409.                             'id' => [
  11410.                                 'type' => 'ID!',
  11411.                                 'description' => NULL,
  11412.                             ],
  11413.                             'interestName' => [
  11414.                                 'type' => 'String!',
  11415.                                 'description' => NULL,
  11416.                             ],
  11417.                             'value' => [
  11418.                                 'type' => 'Int!',
  11419.                                 'description' => NULL,
  11420.                             ],
  11421.                         ],
  11422.                         'interfaces' => [
  11423.                         ],
  11424.                         'name' => 'InterestFieldStats',
  11425.                         'builders' => [
  11426.                         ],
  11427.                     ],
  11428.                 ],
  11429.                 'JobExpertTerm' => [
  11430.                     'type' => 'object',
  11431.                     'class_name' => 'JobExpertTermType',
  11432.                     'inherits' => [
  11433.                     ],
  11434.                     'decorator' => false,
  11435.                     'config' => [
  11436.                         'description' => NULL,
  11437.                         'fields' => [
  11438.                             'id' => [
  11439.                                 'type' => 'ID!',
  11440.                                 'description' => NULL,
  11441.                             ],
  11442.                             'bicID' => [
  11443.                                 'type' => 'Int',
  11444.                                 'description' => NULL,
  11445.                             ],
  11446.                             'termName' => [
  11447.                                 'type' => 'String!',
  11448.                                 'description' => NULL,
  11449.                             ],
  11450.                             'description' => [
  11451.                                 'type' => 'String',
  11452.                                 'description' => NULL,
  11453.                             ],
  11454.                         ],
  11455.                         'interfaces' => [
  11456.                         ],
  11457.                         'name' => 'JobExpertTerm',
  11458.                         'builders' => [
  11459.                         ],
  11460.                     ],
  11461.                 ],
  11462.                 'Championship' => [
  11463.                     'type' => 'object',
  11464.                     'class_name' => 'ChampionshipType',
  11465.                     'inherits' => [
  11466.                     ],
  11467.                     'decorator' => false,
  11468.                     'config' => [
  11469.                         'description' => NULL,
  11470.                         'fields' => [
  11471.                             'id' => [
  11472.                                 'type' => 'ID!',
  11473.                                 'description' => NULL,
  11474.                             ],
  11475.                             'competitionName' => [
  11476.                                 'type' => 'String!',
  11477.                                 'description' => NULL,
  11478.                             ],
  11479.                             'startAt' => [
  11480.                                 'type' => 'String',
  11481.                                 'description' => NULL,
  11482.                             ],
  11483.                             'endAt' => [
  11484.                                 'type' => 'String',
  11485.                                 'description' => NULL,
  11486.                             ],
  11487.                             'daysLeft' => [
  11488.                                 'type' => 'Int!',
  11489.                                 'description' => NULL,
  11490.                             ],
  11491.                         ],
  11492.                         'interfaces' => [
  11493.                         ],
  11494.                         'name' => 'Championship',
  11495.                         'builders' => [
  11496.                         ],
  11497.                     ],
  11498.                 ],
  11499.                 'AddressDistrict' => [
  11500.                     'type' => 'object',
  11501.                     'class_name' => 'AddressDistrictType',
  11502.                     'inherits' => [
  11503.                     ],
  11504.                     'decorator' => false,
  11505.                     'config' => [
  11506.                         'description' => NULL,
  11507.                         'fields' => [
  11508.                             'id' => [
  11509.                                 'type' => 'ID!',
  11510.                                 'description' => NULL,
  11511.                             ],
  11512.                             'name' => [
  11513.                                 'type' => 'String!',
  11514.                                 'description' => NULL,
  11515.                             ],
  11516.                             'bkz' => [
  11517.                                 'type' => 'String!',
  11518.                                 'description' => NULL,
  11519.                             ],
  11520.                         ],
  11521.                         'interfaces' => [
  11522.                         ],
  11523.                         'name' => 'AddressDistrict',
  11524.                         'builders' => [
  11525.                         ],
  11526.                     ],
  11527.                 ],
  11528.                 'Event' => [
  11529.                     'type' => 'object',
  11530.                     'class_name' => 'EventType',
  11531.                     'inherits' => [
  11532.                     ],
  11533.                     'decorator' => false,
  11534.                     'config' => [
  11535.                         'description' => NULL,
  11536.                         'fields' => [
  11537.                             'id' => [
  11538.                                 'type' => 'ID!',
  11539.                                 'description' => NULL,
  11540.                             ],
  11541.                             'name' => [
  11542.                                 'type' => 'String!',
  11543.                                 'description' => NULL,
  11544.                             ],
  11545.                             'description' => [
  11546.                                 'type' => 'String!',
  11547.                                 'description' => NULL,
  11548.                             ],
  11549.                             'descriptionLong' => [
  11550.                                 'type' => 'String!',
  11551.                                 'description' => NULL,
  11552.                             ],
  11553.                             'maxParticipants' => [
  11554.                                 'type' => 'Int',
  11555.                                 'description' => NULL,
  11556.                             ],
  11557.                             'duration' => [
  11558.                                 'type' => 'String',
  11559.                                 'description' => NULL,
  11560.                             ],
  11561.                             'requirements' => [
  11562.                                 'type' => 'String',
  11563.                                 'description' => NULL,
  11564.                             ],
  11565.                             'createdAt' => [
  11566.                                 'type' => 'String',
  11567.                                 'description' => NULL,
  11568.                             ],
  11569.                             'address' => [
  11570.                                 'type' => 'Address',
  11571.                                 'description' => NULL,
  11572.                             ],
  11573.                             'image' => [
  11574.                                 'type' => 'Image',
  11575.                                 'description' => NULL,
  11576.                             ],
  11577.                             'eventState' => [
  11578.                                 'type' => 'EventState',
  11579.                                 'description' => NULL,
  11580.                             ],
  11581.                             'eventTags' => [
  11582.                                 'type' => '[EventTag!]',
  11583.                                 'description' => NULL,
  11584.                             ],
  11585.                             'jobs' => [
  11586.                                 'type' => '[JobSimple!]',
  11587.                                 'description' => NULL,
  11588.                             ],
  11589.                             'media' => [
  11590.                                 'type' => '[Media!]',
  11591.                                 'description' => NULL,
  11592.                             ],
  11593.                             'appointments' => [
  11594.                                 'type' => '[Appointment!]',
  11595.                                 'description' => NULL,
  11596.                             ],
  11597.                             'mediaGallery' => [
  11598.                                 'type' => 'Gallery',
  11599.                                 'description' => NULL,
  11600.                             ],
  11601.                             'documents' => [
  11602.                                 'type' => 'Gallery',
  11603.                                 'description' => NULL,
  11604.                             ],
  11605.                             'documentsFollowUp' => [
  11606.                                 'type' => 'Gallery',
  11607.                                 'description' => NULL,
  11608.                             ],
  11609.                         ],
  11610.                         'interfaces' => [
  11611.                         ],
  11612.                         'name' => 'Event',
  11613.                         'builders' => [
  11614.                         ],
  11615.                     ],
  11616.                 ],
  11617.                 'AnswerWrong' => [
  11618.                     'type' => 'object',
  11619.                     'class_name' => 'AnswerWrongType',
  11620.                     'inherits' => [
  11621.                     ],
  11622.                     'decorator' => false,
  11623.                     'config' => [
  11624.                         'description' => NULL,
  11625.                         'fields' => [
  11626.                             'status' => [
  11627.                                 'type' => 'Status!',
  11628.                                 'description' => NULL,
  11629.                             ],
  11630.                             'answerIds' => [
  11631.                                 'type' => '[Int]',
  11632.                                 'description' => NULL,
  11633.                             ],
  11634.                         ],
  11635.                         'interfaces' => [
  11636.                         ],
  11637.                         'name' => 'AnswerWrong',
  11638.                         'builders' => [
  11639.                         ],
  11640.                     ],
  11641.                 ],
  11642.                 'ProfileResults' => [
  11643.                     'type' => 'object',
  11644.                     'class_name' => 'ProfileResultsType',
  11645.                     'inherits' => [
  11646.                     ],
  11647.                     'decorator' => false,
  11648.                     'config' => [
  11649.                         'description' => NULL,
  11650.                         'fields' => [
  11651.                             'numResults' => [
  11652.                                 'type' => 'Int!',
  11653.                                 'description' => NULL,
  11654.                             ],
  11655.                             'profiles' => [
  11656.                                 'type' => '[Profile!]',
  11657.                                 'description' => NULL,
  11658.                             ],
  11659.                         ],
  11660.                         'interfaces' => [
  11661.                         ],
  11662.                         'name' => 'ProfileResults',
  11663.                         'builders' => [
  11664.                         ],
  11665.                     ],
  11666.                 ],
  11667.                 'Story' => [
  11668.                     'type' => 'object',
  11669.                     'class_name' => 'StoryType',
  11670.                     'inherits' => [
  11671.                     ],
  11672.                     'decorator' => false,
  11673.                     'config' => [
  11674.                         'description' => NULL,
  11675.                         'fields' => [
  11676.                             'id' => [
  11677.                                 'type' => 'Int',
  11678.                                 'description' => NULL,
  11679.                             ],
  11680.                             'bicID' => [
  11681.                                 'type' => 'Int',
  11682.                                 'description' => NULL,
  11683.                             ],
  11684.                             'jobName' => [
  11685.                                 'type' => 'String',
  11686.                                 'description' => NULL,
  11687.                             ],
  11688.                             'title' => [
  11689.                                 'type' => 'String',
  11690.                                 'description' => NULL,
  11691.                             ],
  11692.                             'portrait' => [
  11693.                                 'type' => 'String',
  11694.                                 'description' => NULL,
  11695.                             ],
  11696.                             'user' => [
  11697.                                 'type' => 'StoryUser',
  11698.                                 'description' => NULL,
  11699.                             ],
  11700.                             'cards' => [
  11701.                                 'type' => '[StoryCard!]',
  11702.                                 'description' => NULL,
  11703.                             ],
  11704.                             'nextStories' => [
  11705.                                 'type' => 'NextStoryCard',
  11706.                                 'description' => NULL,
  11707.                             ],
  11708.                             'image' => [
  11709.                                 'type' => 'Image',
  11710.                                 'description' => NULL,
  11711.                             ],
  11712.                             'icon' => [
  11713.                                 'type' => 'Icon',
  11714.                                 'description' => NULL,
  11715.                             ],
  11716.                             'tags' => [
  11717.                                 'type' => '[Tag!]',
  11718.                                 'description' => NULL,
  11719.                             ],
  11720.                             'color' => [
  11721.                                 'type' => 'Color',
  11722.                                 'description' => NULL,
  11723.                             ],
  11724.                             'gradient' => [
  11725.                                 'type' => 'StoryGradient',
  11726.                                 'description' => NULL,
  11727.                             ],
  11728.                             'quizLink' => [
  11729.                                 'type' => 'String',
  11730.                                 'description' => NULL,
  11731.                             ],
  11732.                             'vrDirectLink' => [
  11733.                                 'type' => 'String',
  11734.                                 'description' => NULL,
  11735.                             ],
  11736.                             'schoolProfile' => [
  11737.                                 'type' => 'SchoolProfile',
  11738.                                 'description' => NULL,
  11739.                             ],
  11740.                             'visits' => [
  11741.                                 'type' => 'Int',
  11742.                                 'description' => NULL,
  11743.                             ],
  11744.                         ],
  11745.                         'interfaces' => [
  11746.                         ],
  11747.                         'name' => 'Story',
  11748.                         'builders' => [
  11749.                         ],
  11750.                     ],
  11751.                 ],
  11752.                 'JobSalaryType' => [
  11753.                     'type' => 'enum',
  11754.                     'class_name' => 'JobSalaryTypeType',
  11755.                     'inherits' => [
  11756.                     ],
  11757.                     'decorator' => false,
  11758.                     'config' => [
  11759.                         'description' => NULL,
  11760.                         'values' => [
  11761.                             'YROA1' => [
  11762.                                 'description' => NULL,
  11763.                                 'value' => 'YROA1',
  11764.                             ],
  11765.                             'YROA2' => [
  11766.                                 'description' => NULL,
  11767.                                 'value' => 'YROA2',
  11768.                             ],
  11769.                             'YROA3' => [
  11770.                                 'description' => NULL,
  11771.                                 'value' => 'YROA3',
  11772.                             ],
  11773.                             'YROA4' => [
  11774.                                 'description' => NULL,
  11775.                                 'value' => 'YROA4',
  11776.                             ],
  11777.                             'ENTRY' => [
  11778.                                 'description' => NULL,
  11779.                                 'value' => 'ENTRY',
  11780.                             ],
  11781.                         ],
  11782.                         'name' => 'JobSalaryType',
  11783.                     ],
  11784.                 ],
  11785.                 'MiscFile' => [
  11786.                     'type' => 'object',
  11787.                     'class_name' => 'MiscFileType',
  11788.                     'inherits' => [
  11789.                     ],
  11790.                     'decorator' => false,
  11791.                     'config' => [
  11792.                         'description' => NULL,
  11793.                         'fields' => [
  11794.                             'id' => [
  11795.                                 'type' => 'ID!',
  11796.                                 'description' => NULL,
  11797.                             ],
  11798.                             'name' => [
  11799.                                 'type' => 'String',
  11800.                                 'description' => NULL,
  11801.                             ],
  11802.                             'filename' => [
  11803.                                 'type' => 'String',
  11804.                                 'description' => NULL,
  11805.                             ],
  11806.                         ],
  11807.                         'interfaces' => [
  11808.                         ],
  11809.                         'name' => 'MiscFile',
  11810.                         'builders' => [
  11811.                         ],
  11812.                     ],
  11813.                 ],
  11814.                 'JobEducationalPath' => [
  11815.                     'type' => 'object',
  11816.                     'class_name' => 'JobEducationalPathType',
  11817.                     'inherits' => [
  11818.                     ],
  11819.                     'decorator' => false,
  11820.                     'config' => [
  11821.                         'description' => NULL,
  11822.                         'fields' => [
  11823.                             'id' => [
  11824.                                 'type' => 'ID!',
  11825.                                 'description' => NULL,
  11826.                             ],
  11827.                             'bicID' => [
  11828.                                 'type' => 'Int',
  11829.                                 'description' => NULL,
  11830.                             ],
  11831.                             'name' => [
  11832.                                 'type' => 'String!',
  11833.                                 'description' => NULL,
  11834.                             ],
  11835.                             'description' => [
  11836.                                 'type' => 'String',
  11837.                                 'description' => NULL,
  11838.                             ],
  11839.                         ],
  11840.                         'interfaces' => [
  11841.                         ],
  11842.                         'name' => 'JobEducationalPath',
  11843.                         'builders' => [
  11844.                         ],
  11845.                     ],
  11846.                 ],
  11847.                 'JobMarketApplyType' => [
  11848.                     'type' => 'enum',
  11849.                     'class_name' => 'JobMarketApplyTypeType',
  11850.                     'inherits' => [
  11851.                     ],
  11852.                     'decorator' => false,
  11853.                     'config' => [
  11854.                         'description' => NULL,
  11855.                         'values' => [
  11856.                             'ONLINE' => [
  11857.                                 'description' => NULL,
  11858.                                 'value' => 'ONLINE',
  11859.                             ],
  11860.                             'EMAIL' => [
  11861.                                 'description' => NULL,
  11862.                                 'value' => 'EMAIL',
  11863.                             ],
  11864.                             'PHONE' => [
  11865.                                 'description' => NULL,
  11866.                                 'value' => 'PHONE',
  11867.                             ],
  11868.                             'POSTAL' => [
  11869.                                 'description' => NULL,
  11870.                                 'value' => 'POSTAL',
  11871.                             ],
  11872.                         ],
  11873.                         'name' => 'JobMarketApplyType',
  11874.                     ],
  11875.                 ],
  11876.                 'QuestionOpen' => [
  11877.                     'type' => 'object',
  11878.                     'class_name' => 'QuestionOpenType',
  11879.                     'inherits' => [
  11880.                     ],
  11881.                     'decorator' => false,
  11882.                     'config' => [
  11883.                         'description' => NULL,
  11884.                         'fields' => [
  11885.                             'status' => [
  11886.                                 'type' => 'Status',
  11887.                                 'description' => NULL,
  11888.                             ],
  11889.                             'id' => [
  11890.                                 'type' => 'ID!',
  11891.                                 'description' => NULL,
  11892.                             ],
  11893.                             'text' => [
  11894.                                 'type' => 'String',
  11895.                                 'description' => NULL,
  11896.                             ],
  11897.                             'answers' => [
  11898.                                 'type' => '[QuestionAnswer!]',
  11899.                                 'description' => NULL,
  11900.                             ],
  11901.                             'correctAnswer' => [
  11902.                                 'type' => 'QuestionAnswer!',
  11903.                                 'description' => NULL,
  11904.                             ],
  11905.                         ],
  11906.                         'interfaces' => [
  11907.                         ],
  11908.                         'name' => 'QuestionOpen',
  11909.                         'builders' => [
  11910.                         ],
  11911.                     ],
  11912.                 ],
  11913.                 'SchoolSubject' => [
  11914.                     'type' => 'object',
  11915.                     'class_name' => 'SchoolSubjectType',
  11916.                     'inherits' => [
  11917.                     ],
  11918.                     'decorator' => false,
  11919.                     'config' => [
  11920.                         'description' => NULL,
  11921.                         'fields' => [
  11922.                             'id' => [
  11923.                                 'type' => 'ID!',
  11924.                                 'description' => NULL,
  11925.                             ],
  11926.                             'name' => [
  11927.                                 'type' => 'String!',
  11928.                                 'description' => NULL,
  11929.                             ],
  11930.                             'abbreviation' => [
  11931.                                 'type' => 'String!',
  11932.                                 'description' => NULL,
  11933.                             ],
  11934.                         ],
  11935.                         'interfaces' => [
  11936.                         ],
  11937.                         'name' => 'SchoolSubject',
  11938.                         'builders' => [
  11939.                         ],
  11940.                     ],
  11941.                 ],
  11942.                 'MilestoneStats' => [
  11943.                     'type' => 'object',
  11944.                     'class_name' => 'MilestoneStatsType',
  11945.                     'inherits' => [
  11946.                     ],
  11947.                     'decorator' => false,
  11948.                     'config' => [
  11949.                         'description' => NULL,
  11950.                         'fields' => [
  11951.                             'scoredCount' => [
  11952.                                 'type' => 'Int!',
  11953.                                 'description' => NULL,
  11954.                             ],
  11955.                             'totalCount' => [
  11956.                                 'type' => 'Int!',
  11957.                                 'description' => NULL,
  11958.                             ],
  11959.                         ],
  11960.                         'interfaces' => [
  11961.                         ],
  11962.                         'name' => 'MilestoneStats',
  11963.                         'builders' => [
  11964.                         ],
  11965.                     ],
  11966.                 ],
  11967.                 'TeachingIdeaType' => [
  11968.                     'type' => 'object',
  11969.                     'class_name' => 'TeachingIdeaTypeType',
  11970.                     'inherits' => [
  11971.                     ],
  11972.                     'decorator' => false,
  11973.                     'config' => [
  11974.                         'description' => NULL,
  11975.                         'fields' => [
  11976.                             'id' => [
  11977.                                 'type' => 'Int!',
  11978.                                 'description' => NULL,
  11979.                             ],
  11980.                             'typeName' => [
  11981.                                 'type' => 'String!',
  11982.                                 'description' => NULL,
  11983.                             ],
  11984.                         ],
  11985.                         'interfaces' => [
  11986.                         ],
  11987.                         'name' => 'TeachingIdeaType',
  11988.                         'builders' => [
  11989.                         ],
  11990.                     ],
  11991.                 ],
  11992.                 'BoPartnerProfile' => [
  11993.                     'type' => 'object',
  11994.                     'class_name' => 'BoPartnerProfileType',
  11995.                     'inherits' => [
  11996.                     ],
  11997.                     'decorator' => false,
  11998.                     'config' => [
  11999.                         'description' => NULL,
  12000.                         'fields' => [
  12001.                             'id' => [
  12002.                                 'type' => 'ID!',
  12003.                                 'description' => NULL,
  12004.                             ],
  12005.                             'uuid' => [
  12006.                                 'type' => 'String!',
  12007.                                 'description' => NULL,
  12008.                             ],
  12009.                             'name' => [
  12010.                                 'type' => 'String!',
  12011.                                 'description' => NULL,
  12012.                             ],
  12013.                             'description' => [
  12014.                                 'type' => 'String',
  12015.                                 'description' => NULL,
  12016.                             ],
  12017.                             'certificateInformation' => [
  12018.                                 'type' => 'String',
  12019.                                 'description' => NULL,
  12020.                             ],
  12021.                             'searchTags' => [
  12022.                                 'type' => '[SearchTag!]',
  12023.                                 'description' => NULL,
  12024.                             ],
  12025.                             'locations' => [
  12026.                                 'type' => '[BoPartnerLocation!]',
  12027.                                 'description' => NULL,
  12028.                             ],
  12029.                             'jobs' => [
  12030.                                 'type' => '[Job!]',
  12031.                                 'description' => NULL,
  12032.                             ],
  12033.                             'communication' => [
  12034.                                 'type' => '[Communication!]',
  12035.                                 'description' => NULL,
  12036.                             ],
  12037.                             'url' => [
  12038.                                 'type' => 'String',
  12039.                                 'description' => NULL,
  12040.                             ],
  12041.                             'contactGallery' => [
  12042.                                 'type' => 'ContactGallery',
  12043.                                 'description' => NULL,
  12044.                             ],
  12045.                             'mediaGallery' => [
  12046.                                 'type' => 'Gallery',
  12047.                                 'description' => NULL,
  12048.                             ],
  12049.                             'documents' => [
  12050.                                 'type' => 'Gallery',
  12051.                                 'description' => NULL,
  12052.                             ],
  12053.                             'boPartnerProfilePicture' => [
  12054.                                 'type' => 'Image',
  12055.                                 'description' => NULL,
  12056.                             ],
  12057.                             'headerPicture' => [
  12058.                                 'type' => 'Image',
  12059.                                 'description' => NULL,
  12060.                             ],
  12061.                             'profileLink' => [
  12062.                                 'type' => 'ProfileLink',
  12063.                                 'description' => NULL,
  12064.                             ],
  12065.                             'offers' => [
  12066.                                 'type' => '[Offer!]',
  12067.                                 'description' => NULL,
  12068.                             ],
  12069.                             'relatedBoPartners' => [
  12070.                                 'type' => '[BoPartnerProfile!]',
  12071.                                 'description' => NULL,
  12072.                             ],
  12073.                             'quizUrl' => [
  12074.                                 'type' => 'String',
  12075.                                 'description' => NULL,
  12076.                             ],
  12077.                             'visits' => [
  12078.                                 'type' => 'Int',
  12079.                                 'description' => NULL,
  12080.                             ],
  12081.                             'providerUrl' => [
  12082.                                 'type' => 'String',
  12083.                                 'description' => NULL,
  12084.                             ],
  12085.                             'logoStyle' => [
  12086.                                 'type' => 'LogoStyle!',
  12087.                                 'description' => NULL,
  12088.                             ],
  12089.                         ],
  12090.                         'interfaces' => [
  12091.                             => 'ProfileInterface',
  12092.                         ],
  12093.                         'name' => 'BoPartnerProfile',
  12094.                         'builders' => [
  12095.                         ],
  12096.                     ],
  12097.                 ],
  12098.                 'JobSector' => [
  12099.                     'type' => 'object',
  12100.                     'class_name' => 'JobSectorType',
  12101.                     'inherits' => [
  12102.                     ],
  12103.                     'decorator' => false,
  12104.                     'config' => [
  12105.                         'description' => NULL,
  12106.                         'fields' => [
  12107.                             'id' => [
  12108.                                 'type' => 'ID!',
  12109.                                 'description' => NULL,
  12110.                             ],
  12111.                             'name' => [
  12112.                                 'type' => 'String!',
  12113.                                 'description' => NULL,
  12114.                             ],
  12115.                             'bicID' => [
  12116.                                 'type' => 'Int',
  12117.                                 'description' => NULL,
  12118.                             ],
  12119.                             'description' => [
  12120.                                 'type' => 'String',
  12121.                                 'description' => NULL,
  12122.                             ],
  12123.                         ],
  12124.                         'interfaces' => [
  12125.                         ],
  12126.                         'name' => 'JobSector',
  12127.                         'builders' => [
  12128.                         ],
  12129.                     ],
  12130.                 ],
  12131.                 'FaqCategory' => [
  12132.                     'type' => 'object',
  12133.                     'class_name' => 'FaqCategoryType',
  12134.                     'inherits' => [
  12135.                     ],
  12136.                     'decorator' => false,
  12137.                     'config' => [
  12138.                         'description' => NULL,
  12139.                         'fields' => [
  12140.                             'categoryName' => [
  12141.                                 'type' => 'String!',
  12142.                                 'description' => NULL,
  12143.                             ],
  12144.                             'position' => [
  12145.                                 'type' => 'Int!',
  12146.                                 'description' => NULL,
  12147.                             ],
  12148.                             'subcategories' => [
  12149.                                 'type' => '[FaqSubCategory!]',
  12150.                                 'description' => NULL,
  12151.                             ],
  12152.                         ],
  12153.                         'interfaces' => [
  12154.                         ],
  12155.                         'name' => 'FaqCategory',
  12156.                         'builders' => [
  12157.                         ],
  12158.                     ],
  12159.                 ],
  12160.                 'Game' => [
  12161.                     'type' => 'object',
  12162.                     'class_name' => 'GameType',
  12163.                     'inherits' => [
  12164.                     ],
  12165.                     'decorator' => false,
  12166.                     'config' => [
  12167.                         'description' => NULL,
  12168.                         'fields' => [
  12169.                             'status' => [
  12170.                                 'type' => 'Status!',
  12171.                                 'description' => NULL,
  12172.                             ],
  12173.                             'id' => [
  12174.                                 'type' => 'ID!',
  12175.                                 'description' => NULL,
  12176.                             ],
  12177.                             'gameType' => [
  12178.                                 'type' => 'GameType',
  12179.                                 'description' => NULL,
  12180.                             ],
  12181.                             'clientID' => [
  12182.                                 'type' => 'String',
  12183.                                 'description' => NULL,
  12184.                             ],
  12185.                             'createdAt' => [
  12186.                                 'type' => 'String',
  12187.                                 'description' => NULL,
  12188.                             ],
  12189.                         ],
  12190.                         'interfaces' => [
  12191.                         ],
  12192.                         'name' => 'Game',
  12193.                         'builders' => [
  12194.                         ],
  12195.                     ],
  12196.                 ],
  12197.                 'SchoolProfile' => [
  12198.                     'type' => 'object',
  12199.                     'class_name' => 'SchoolProfileType',
  12200.                     'inherits' => [
  12201.                     ],
  12202.                     'decorator' => false,
  12203.                     'config' => [
  12204.                         'description' => NULL,
  12205.                         'fields' => [
  12206.                             'id' => [
  12207.                                 'type' => 'ID!',
  12208.                                 'description' => NULL,
  12209.                             ],
  12210.                             'uuid' => [
  12211.                                 'type' => 'String!',
  12212.                                 'description' => NULL,
  12213.                             ],
  12214.                             'name' => [
  12215.                                 'type' => 'String!',
  12216.                                 'description' => NULL,
  12217.                             ],
  12218.                             'description' => [
  12219.                                 'type' => 'String',
  12220.                                 'description' => NULL,
  12221.                             ],
  12222.                             'searchTags' => [
  12223.                                 'type' => '[SearchTag!]',
  12224.                                 'description' => NULL,
  12225.                             ],
  12226.                             'locations' => [
  12227.                                 'type' => '[SchoolLocation!]',
  12228.                                 'description' => NULL,
  12229.                             ],
  12230.                             'jobs' => [
  12231.                                 'type' => '[Job!]',
  12232.                                 'description' => NULL,
  12233.                             ],
  12234.                             'communication' => [
  12235.                                 'type' => '[Communication!]',
  12236.                                 'description' => NULL,
  12237.                             ],
  12238.                             'url' => [
  12239.                                 'type' => 'String',
  12240.                                 'description' => NULL,
  12241.                             ],
  12242.                             'contactGallery' => [
  12243.                                 'type' => 'ContactGallery',
  12244.                                 'description' => NULL,
  12245.                             ],
  12246.                             'mediaGallery' => [
  12247.                                 'type' => 'Gallery',
  12248.                                 'description' => NULL,
  12249.                             ],
  12250.                             'documents' => [
  12251.                                 'type' => 'Gallery',
  12252.                                 'description' => NULL,
  12253.                             ],
  12254.                             'trainingInformation' => [
  12255.                                 'type' => 'String',
  12256.                                 'description' => NULL,
  12257.                             ],
  12258.                             'certificateInformation' => [
  12259.                                 'type' => 'String',
  12260.                                 'description' => NULL,
  12261.                             ],
  12262.                             'schoolProfilePicture' => [
  12263.                                 'type' => 'Image',
  12264.                                 'description' => NULL,
  12265.                             ],
  12266.                             'headerPicture' => [
  12267.                                 'type' => 'Image',
  12268.                                 'description' => NULL,
  12269.                             ],
  12270.                             'profileLink' => [
  12271.                                 'type' => 'ProfileLink',
  12272.                                 'description' => NULL,
  12273.                             ],
  12274.                             'offers' => [
  12275.                                 'type' => '[Offer!]',
  12276.                                 'description' => NULL,
  12277.                             ],
  12278.                             'relatedSchools' => [
  12279.                                 'type' => '[SchoolProfile!]',
  12280.                                 'description' => NULL,
  12281.                             ],
  12282.                             'stories' => [
  12283.                                 'type' => '[Story!]',
  12284.                                 'description' => NULL,
  12285.                             ],
  12286.                             'videoUrl' => [
  12287.                                 'type' => 'String',
  12288.                                 'description' => NULL,
  12289.                             ],
  12290.                             'quizUrl' => [
  12291.                                 'type' => 'String',
  12292.                                 'description' => NULL,
  12293.                             ],
  12294.                             'visits' => [
  12295.                                 'type' => 'Int',
  12296.                                 'description' => NULL,
  12297.                             ],
  12298.                             'providerUrl' => [
  12299.                                 'type' => 'String',
  12300.                                 'description' => NULL,
  12301.                             ],
  12302.                             'logoStyle' => [
  12303.                                 'type' => 'LogoStyle!',
  12304.                                 'description' => NULL,
  12305.                             ],
  12306.                         ],
  12307.                         'interfaces' => [
  12308.                             => 'ProfileInterface',
  12309.                         ],
  12310.                         'name' => 'SchoolProfile',
  12311.                         'builders' => [
  12312.                         ],
  12313.                     ],
  12314.                 ],
  12315.                 'InTeachingIdea' => [
  12316.                     'type' => 'input-object',
  12317.                     'class_name' => 'InTeachingIdeaType',
  12318.                     'inherits' => [
  12319.                     ],
  12320.                     'decorator' => false,
  12321.                     'config' => [
  12322.                         'description' => NULL,
  12323.                         'fields' => [
  12324.                             'teachingIdeaType' => [
  12325.                                 'type' => 'Int!',
  12326.                                 'description' => NULL,
  12327.                             ],
  12328.                             'implementedAt' => [
  12329.                                 'type' => 'String!',
  12330.                                 'description' => NULL,
  12331.                             ],
  12332.                             'difficulties' => [
  12333.                                 'type' => 'String!',
  12334.                                 'description' => NULL,
  12335.                             ],
  12336.                             'worksWell' => [
  12337.                                 'type' => 'String!',
  12338.                                 'description' => NULL,
  12339.                             ],
  12340.                             'note' => [
  12341.                                 'type' => 'String!',
  12342.                                 'description' => NULL,
  12343.                             ],
  12344.                             'rating' => [
  12345.                                 'type' => 'Int!',
  12346.                                 'description' => NULL,
  12347.                             ],
  12348.                         ],
  12349.                         'name' => 'InTeachingIdea',
  12350.                     ],
  12351.                 ],
  12352.                 'InJobMarket' => [
  12353.                     'type' => 'input-object',
  12354.                     'class_name' => 'InJobMarketType',
  12355.                     'inherits' => [
  12356.                     ],
  12357.                     'decorator' => false,
  12358.                     'config' => [
  12359.                         'description' => NULL,
  12360.                         'fields' => [
  12361.                             'submitType' => [
  12362.                                 'type' => 'JobMarketSubmitType!',
  12363.                                 'description' => NULL,
  12364.                             ],
  12365.                             'openDate' => [
  12366.                                 'type' => 'String!',
  12367.                                 'description' => NULL,
  12368.                             ],
  12369.                             'closeDate' => [
  12370.                                 'type' => 'String!',
  12371.                                 'description' => NULL,
  12372.                             ],
  12373.                             'name' => [
  12374.                                 'type' => 'String!',
  12375.                                 'description' => NULL,
  12376.                             ],
  12377.                             'positionType' => [
  12378.                                 'type' => 'JobMarketPositionType!',
  12379.                                 'description' => NULL,
  12380.                             ],
  12381.                             'applyType' => [
  12382.                                 'type' => 'JobMarketApplyType!',
  12383.                                 'description' => NULL,
  12384.                             ],
  12385.                             'applyUntil' => [
  12386.                                 'type' => 'String',
  12387.                                 'description' => NULL,
  12388.                             ],
  12389.                             'description' => [
  12390.                                 'type' => 'String!',
  12391.                                 'description' => NULL,
  12392.                             ],
  12393.                             'requirements' => [
  12394.                                 'type' => 'String!',
  12395.                                 'description' => NULL,
  12396.                             ],
  12397.                             'salary' => [
  12398.                                 'type' => 'String',
  12399.                                 'description' => NULL,
  12400.                             ],
  12401.                             'numberOfPositions' => [
  12402.                                 'type' => 'Int!',
  12403.                                 'description' => NULL,
  12404.                             ],
  12405.                             'startDate' => [
  12406.                                 'type' => 'String',
  12407.                                 'description' => NULL,
  12408.                             ],
  12409.                             'additionalInfo' => [
  12410.                                 'type' => 'String',
  12411.                                 'description' => NULL,
  12412.                             ],
  12413.                             'contactID' => [
  12414.                                 'type' => 'Int!',
  12415.                                 'description' => NULL,
  12416.                             ],
  12417.                             'addressID' => [
  12418.                                 'type' => 'Int!',
  12419.                                 'description' => NULL,
  12420.                             ],
  12421.                             'jobIDs' => [
  12422.                                 'type' => '[Int!]',
  12423.                                 'description' => NULL,
  12424.                             ],
  12425.                             'pdf' => [
  12426.                                 'type' => 'UploadFile',
  12427.                                 'description' => NULL,
  12428.                             ],
  12429.                         ],
  12430.                         'name' => 'InJobMarket',
  12431.                     ],
  12432.                 ],
  12433.                 'InRegisterPerson' => [
  12434.                     'type' => 'input-object',
  12435.                     'class_name' => 'InRegisterPersonType',
  12436.                     'inherits' => [
  12437.                     ],
  12438.                     'decorator' => false,
  12439.                     'config' => [
  12440.                         'description' => NULL,
  12441.                         'fields' => [
  12442.                             'gender' => [
  12443.                                 'type' => 'Int!',
  12444.                                 'description' => NULL,
  12445.                             ],
  12446.                             'firstname' => [
  12447.                                 'type' => 'String!',
  12448.                                 'description' => NULL,
  12449.                             ],
  12450.                             'lastname' => [
  12451.                                 'type' => 'String!',
  12452.                                 'description' => NULL,
  12453.                             ],
  12454.                         ],
  12455.                         'name' => 'InRegisterPerson',
  12456.                     ],
  12457.                 ],
  12458.                 'InLink' => [
  12459.                     'type' => 'input-object',
  12460.                     'class_name' => 'InLinkType',
  12461.                     'inherits' => [
  12462.                     ],
  12463.                     'decorator' => false,
  12464.                     'config' => [
  12465.                         'description' => NULL,
  12466.                         'fields' => [
  12467.                             'linkType' => [
  12468.                                 'type' => 'ProfileLinkType!',
  12469.                                 'description' => NULL,
  12470.                             ],
  12471.                             'url' => [
  12472.                                 'type' => 'String!',
  12473.                                 'description' => NULL,
  12474.                             ],
  12475.                         ],
  12476.                         'name' => 'InLink',
  12477.                     ],
  12478.                 ],
  12479.                 'InRegisterLogin' => [
  12480.                     'type' => 'input-object',
  12481.                     'class_name' => 'InRegisterLoginType',
  12482.                     'inherits' => [
  12483.                     ],
  12484.                     'decorator' => false,
  12485.                     'config' => [
  12486.                         'description' => NULL,
  12487.                         'fields' => [
  12488.                             'email' => [
  12489.                                 'type' => 'String!',
  12490.                                 'description' => NULL,
  12491.                             ],
  12492.                             'password' => [
  12493.                                 'type' => 'String!',
  12494.                                 'description' => NULL,
  12495.                             ],
  12496.                         ],
  12497.                         'name' => 'InRegisterLogin',
  12498.                     ],
  12499.                 ],
  12500.                 'InUser' => [
  12501.                     'type' => 'input-object',
  12502.                     'class_name' => 'InUserType',
  12503.                     'inherits' => [
  12504.                     ],
  12505.                     'decorator' => false,
  12506.                     'config' => [
  12507.                         'description' => NULL,
  12508.                         'fields' => [
  12509.                             'picture' => [
  12510.                                 'type' => 'UploadFile',
  12511.                                 'description' => NULL,
  12512.                             ],
  12513.                             'title' => [
  12514.                                 'type' => '[Int!]',
  12515.                                 'description' => NULL,
  12516.                             ],
  12517.                             'firstname' => [
  12518.                                 'type' => 'String!',
  12519.                                 'description' => NULL,
  12520.                             ],
  12521.                             'lastname' => [
  12522.                                 'type' => 'String!',
  12523.                                 'description' => NULL,
  12524.                             ],
  12525.                             'email' => [
  12526.                                 'type' => 'String!',
  12527.                                 'description' => NULL,
  12528.                             ],
  12529.                             'currentPassword' => [
  12530.                                 'type' => 'String',
  12531.                                 'description' => NULL,
  12532.                             ],
  12533.                             'newPassword' => [
  12534.                                 'type' => 'String',
  12535.                                 'description' => NULL,
  12536.                             ],
  12537.                         ],
  12538.                         'name' => 'InUser',
  12539.                     ],
  12540.                 ],
  12541.                 'InSchoolClass' => [
  12542.                     'type' => 'input-object',
  12543.                     'class_name' => 'InSchoolClassType',
  12544.                     'inherits' => [
  12545.                     ],
  12546.                     'decorator' => false,
  12547.                     'config' => [
  12548.                         'description' => NULL,
  12549.                         'fields' => [
  12550.                             'schoolClassGradeID' => [
  12551.                                 'type' => 'Int!',
  12552.                                 'description' => NULL,
  12553.                             ],
  12554.                             'schoolClassYear' => [
  12555.                                 'type' => 'Int!',
  12556.                                 'description' => NULL,
  12557.                             ],
  12558.                             'classNumber' => [
  12559.                                 'type' => 'String!',
  12560.                                 'description' => NULL,
  12561.                             ],
  12562.                             'classAddition' => [
  12563.                                 'type' => 'String!',
  12564.                                 'description' => NULL,
  12565.                             ],
  12566.                             'numScholars' => [
  12567.                                 'type' => 'Int!',
  12568.                                 'description' => NULL,
  12569.                             ],
  12570.                             'teacherIDs' => [
  12571.                                 'type' => '[Int!]',
  12572.                                 'description' => NULL,
  12573.                             ],
  12574.                         ],
  12575.                         'name' => 'InSchoolClass',
  12576.                     ],
  12577.                 ],
  12578.                 'InRegisterOrganisation' => [
  12579.                     'type' => 'input-object',
  12580.                     'class_name' => 'InRegisterOrganisationType',
  12581.                     'inherits' => [
  12582.                     ],
  12583.                     'decorator' => false,
  12584.                     'config' => [
  12585.                         'description' => NULL,
  12586.                         'fields' => [
  12587.                             'name' => [
  12588.                                 'type' => 'String!',
  12589.                                 'description' => NULL,
  12590.                             ],
  12591.                             'wkoNr' => [
  12592.                                 'type' => 'String',
  12593.                                 'description' => NULL,
  12594.                             ],
  12595.                             'street' => [
  12596.                                 'type' => 'String!',
  12597.                                 'description' => NULL,
  12598.                             ],
  12599.                             'zip' => [
  12600.                                 'type' => 'String!',
  12601.                                 'description' => NULL,
  12602.                             ],
  12603.                             'place' => [
  12604.                                 'type' => 'String!',
  12605.                                 'description' => NULL,
  12606.                             ],
  12607.                         ],
  12608.                         'name' => 'InRegisterOrganisation',
  12609.                     ],
  12610.                 ],
  12611.                 'InQuizQuestion' => [
  12612.                     'type' => 'input-object',
  12613.                     'class_name' => 'InQuizQuestionType',
  12614.                     'inherits' => [
  12615.                     ],
  12616.                     'decorator' => false,
  12617.                     'config' => [
  12618.                         'description' => NULL,
  12619.                         'fields' => [
  12620.                             'questionId' => [
  12621.                                 'type' => 'Int!',
  12622.                                 'description' => NULL,
  12623.                             ],
  12624.                             'questionNumber' => [
  12625.                                 'type' => 'Int!',
  12626.                                 'description' => NULL,
  12627.                             ],
  12628.                             'question' => [
  12629.                                 'type' => 'String!',
  12630.                                 'description' => NULL,
  12631.                             ],
  12632.                             'answerCorrect' => [
  12633.                                 'type' => 'String!',
  12634.                                 'description' => NULL,
  12635.                             ],
  12636.                             'answerWrongOne' => [
  12637.                                 'type' => 'String!',
  12638.                                 'description' => NULL,
  12639.                             ],
  12640.                             'answerWrongTwo' => [
  12641.                                 'type' => 'String!',
  12642.                                 'description' => NULL,
  12643.                             ],
  12644.                             'answerWrongThree' => [
  12645.                                 'type' => 'String!',
  12646.                                 'description' => NULL,
  12647.                             ],
  12648.                         ],
  12649.                         'name' => 'InQuizQuestion',
  12650.                     ],
  12651.                 ],
  12652.                 'InLocation' => [
  12653.                     'type' => 'input-object',
  12654.                     'class_name' => 'InLocationType',
  12655.                     'inherits' => [
  12656.                     ],
  12657.                     'decorator' => false,
  12658.                     'config' => [
  12659.                         'description' => NULL,
  12660.                         'fields' => [
  12661.                             'locationname' => [
  12662.                                 'type' => 'String!',
  12663.                                 'description' => NULL,
  12664.                             ],
  12665.                             'street' => [
  12666.                                 'type' => 'String!',
  12667.                                 'description' => NULL,
  12668.                             ],
  12669.                             'zip' => [
  12670.                                 'type' => 'String!',
  12671.                                 'description' => NULL,
  12672.                             ],
  12673.                             'city' => [
  12674.                                 'type' => 'String!',
  12675.                                 'description' => NULL,
  12676.                             ],
  12677.                             'lat' => [
  12678.                                 'type' => 'String',
  12679.                                 'description' => NULL,
  12680.                             ],
  12681.                             'lon' => [
  12682.                                 'type' => 'String',
  12683.                                 'description' => NULL,
  12684.                             ],
  12685.                         ],
  12686.                         'name' => 'InLocation',
  12687.                     ],
  12688.                 ],
  12689.                 'InOffer' => [
  12690.                     'type' => 'input-object',
  12691.                     'class_name' => 'InOfferType',
  12692.                     'inherits' => [
  12693.                     ],
  12694.                     'decorator' => false,
  12695.                     'config' => [
  12696.                         'description' => NULL,
  12697.                         'fields' => [
  12698.                             'id' => [
  12699.                                 'type' => 'Int!',
  12700.                                 'description' => NULL,
  12701.                             ],
  12702.                             'dateFrom' => [
  12703.                                 'type' => 'String!',
  12704.                                 'description' => NULL,
  12705.                             ],
  12706.                             'dateTo' => [
  12707.                                 'type' => 'String!',
  12708.                                 'description' => NULL,
  12709.                             ],
  12710.                         ],
  12711.                         'name' => 'InOffer',
  12712.                     ],
  12713.                 ],
  12714.                 'InContactPerson' => [
  12715.                     'type' => 'input-object',
  12716.                     'class_name' => 'InContactPersonType',
  12717.                     'inherits' => [
  12718.                     ],
  12719.                     'decorator' => false,
  12720.                     'config' => [
  12721.                         'description' => NULL,
  12722.                         'fields' => [
  12723.                             'imageID' => [
  12724.                                 'type' => 'Int',
  12725.                                 'description' => NULL,
  12726.                             ],
  12727.                             'title' => [
  12728.                                 'type' => '[Int!]',
  12729.                                 'description' => NULL,
  12730.                             ],
  12731.                             'firstname' => [
  12732.                                 'type' => 'String!',
  12733.                                 'description' => NULL,
  12734.                             ],
  12735.                             'lastname' => [
  12736.                                 'type' => 'String!',
  12737.                                 'description' => NULL,
  12738.                             ],
  12739.                             'position' => [
  12740.                                 'type' => 'String',
  12741.                                 'description' => NULL,
  12742.                             ],
  12743.                             'phone' => [
  12744.                                 'type' => 'String!',
  12745.                                 'description' => NULL,
  12746.                             ],
  12747.                             'email' => [
  12748.                                 'type' => 'String!',
  12749.                                 'description' => NULL,
  12750.                             ],
  12751.                         ],
  12752.                         'name' => 'InContactPerson',
  12753.                     ],
  12754.                 ],
  12755.                 'ProviderQuizQuestion' => [
  12756.                     'type' => 'object',
  12757.                     'class_name' => 'ProviderQuizQuestionType',
  12758.                     'inherits' => [
  12759.                     ],
  12760.                     'decorator' => false,
  12761.                     'config' => [
  12762.                         'description' => NULL,
  12763.                         'fields' => [
  12764.                             'id' => [
  12765.                                 'type' => 'Int!',
  12766.                                 'description' => NULL,
  12767.                             ],
  12768.                             'questionNumber' => [
  12769.                                 'type' => 'Int!',
  12770.                                 'description' => NULL,
  12771.                             ],
  12772.                             'question' => [
  12773.                                 'type' => 'String!',
  12774.                                 'description' => NULL,
  12775.                             ],
  12776.                             'correctAnswer' => [
  12777.                                 'type' => 'String!',
  12778.                                 'description' => NULL,
  12779.                             ],
  12780.                             'wrongAnswer1' => [
  12781.                                 'type' => 'String!',
  12782.                                 'description' => NULL,
  12783.                             ],
  12784.                             'wrongAnswer2' => [
  12785.                                 'type' => 'String!',
  12786.                                 'description' => NULL,
  12787.                             ],
  12788.                             'wrongAnswer3' => [
  12789.                                 'type' => 'String!',
  12790.                                 'description' => NULL,
  12791.                             ],
  12792.                         ],
  12793.                         'interfaces' => [
  12794.                         ],
  12795.                         'name' => 'ProviderQuizQuestion',
  12796.                         'builders' => [
  12797.                         ],
  12798.                     ],
  12799.                 ],
  12800.                 'InformationLinkType' => [
  12801.                     'type' => 'object',
  12802.                     'class_name' => 'InformationLinkTypeType',
  12803.                     'inherits' => [
  12804.                     ],
  12805.                     'decorator' => false,
  12806.                     'config' => [
  12807.                         'description' => NULL,
  12808.                         'fields' => [
  12809.                             'id' => [
  12810.                                 'type' => 'ID!',
  12811.                                 'description' => NULL,
  12812.                             ],
  12813.                             'typeName' => [
  12814.                                 'type' => 'String!',
  12815.                                 'description' => NULL,
  12816.                             ],
  12817.                         ],
  12818.                         'interfaces' => [
  12819.                         ],
  12820.                         'name' => 'InformationLinkType',
  12821.                         'builders' => [
  12822.                         ],
  12823.                     ],
  12824.                 ],
  12825.                 'JobSchool' => [
  12826.                     'type' => 'object',
  12827.                     'class_name' => 'JobSchoolType',
  12828.                     'inherits' => [
  12829.                     ],
  12830.                     'decorator' => false,
  12831.                     'config' => [
  12832.                         'description' => NULL,
  12833.                         'fields' => [
  12834.                             'id' => [
  12835.                                 'type' => 'ID!',
  12836.                                 'description' => NULL,
  12837.                             ],
  12838.                             'school' => [
  12839.                                 'type' => 'School!',
  12840.                                 'description' => NULL,
  12841.                             ],
  12842.                         ],
  12843.                         'interfaces' => [
  12844.                         ],
  12845.                         'name' => 'JobSchool',
  12846.                         'builders' => [
  12847.                         ],
  12848.                     ],
  12849.                 ],
  12850.                 'SchoolClassGrade' => [
  12851.                     'type' => 'object',
  12852.                     'class_name' => 'SchoolClassGradeType',
  12853.                     'inherits' => [
  12854.                     ],
  12855.                     'decorator' => false,
  12856.                     'config' => [
  12857.                         'description' => NULL,
  12858.                         'fields' => [
  12859.                             'id' => [
  12860.                                 'type' => 'ID!',
  12861.                                 'description' => NULL,
  12862.                             ],
  12863.                             'name' => [
  12864.                                 'type' => 'String!',
  12865.                                 'description' => NULL,
  12866.                             ],
  12867.                         ],
  12868.                         'interfaces' => [
  12869.                         ],
  12870.                         'name' => 'SchoolClassGrade',
  12871.                         'builders' => [
  12872.                         ],
  12873.                     ],
  12874.                 ],
  12875.                 'GalleryType' => [
  12876.                     'type' => 'enum',
  12877.                     'class_name' => 'GalleryTypeType',
  12878.                     'inherits' => [
  12879.                     ],
  12880.                     'decorator' => false,
  12881.                     'config' => [
  12882.                         'description' => NULL,
  12883.                         'values' => [
  12884.                             'IMAGE' => [
  12885.                                 'description' => NULL,
  12886.                                 'value' => 'IMAGE',
  12887.                             ],
  12888.                             'DOCUMENT' => [
  12889.                                 'description' => NULL,
  12890.                                 'value' => 'DOCUMENT',
  12891.                             ],
  12892.                             'VIDEO' => [
  12893.                                 'description' => NULL,
  12894.                                 'value' => 'VIDEO',
  12895.                             ],
  12896.                         ],
  12897.                         'name' => 'GalleryType',
  12898.                     ],
  12899.                 ],
  12900.                 'JobRedirect' => [
  12901.                     'type' => 'object',
  12902.                     'class_name' => 'JobRedirectType',
  12903.                     'inherits' => [
  12904.                     ],
  12905.                     'decorator' => false,
  12906.                     'config' => [
  12907.                         'description' => NULL,
  12908.                         'fields' => [
  12909.                             'bicID' => [
  12910.                                 'type' => 'Int!',
  12911.                                 'description' => NULL,
  12912.                             ],
  12913.                             'jobName' => [
  12914.                                 'type' => 'String!',
  12915.                                 'description' => NULL,
  12916.                             ],
  12917.                             'redirectType' => [
  12918.                                 'type' => 'JobRedirectType!',
  12919.                                 'description' => NULL,
  12920.                             ],
  12921.                         ],
  12922.                         'interfaces' => [
  12923.                         ],
  12924.                         'name' => 'JobRedirect',
  12925.                         'builders' => [
  12926.                         ],
  12927.                     ],
  12928.                 ],
  12929.                 'ExternalLink' => [
  12930.                     'type' => 'object',
  12931.                     'class_name' => 'ExternalLinkType',
  12932.                     'inherits' => [
  12933.                     ],
  12934.                     'decorator' => false,
  12935.                     'config' => [
  12936.                         'description' => NULL,
  12937.                         'fields' => [
  12938.                             'heading' => [
  12939.                                 'type' => 'String!',
  12940.                                 'description' => NULL,
  12941.                             ],
  12942.                             'subHeading' => [
  12943.                                 'type' => 'String',
  12944.                                 'description' => NULL,
  12945.                             ],
  12946.                             'typeName' => [
  12947.                                 'type' => 'String!',
  12948.                                 'description' => NULL,
  12949.                             ],
  12950.                             'position' => [
  12951.                                 'type' => 'Int',
  12952.                                 'description' => NULL,
  12953.                             ],
  12954.                             'image' => [
  12955.                                 'type' => 'Image',
  12956.                                 'description' => NULL,
  12957.                             ],
  12958.                             'link' => [
  12959.                                 'type' => 'String!',
  12960.                                 'description' => NULL,
  12961.                             ],
  12962.                             'linkTargetType' => [
  12963.                                 'type' => 'LinkTargetType!',
  12964.                                 'description' => NULL,
  12965.                             ],
  12966.                         ],
  12967.                         'interfaces' => [
  12968.                         ],
  12969.                         'name' => 'ExternalLink',
  12970.                         'builders' => [
  12971.                         ],
  12972.                     ],
  12973.                 ],
  12974.                 'ContactGalleryEntry' => [
  12975.                     'type' => 'object',
  12976.                     'class_name' => 'ContactGalleryEntryType',
  12977.                     'inherits' => [
  12978.                     ],
  12979.                     'decorator' => false,
  12980.                     'config' => [
  12981.                         'description' => NULL,
  12982.                         'fields' => [
  12983.                             'id' => [
  12984.                                 'type' => 'ID!',
  12985.                                 'description' => NULL,
  12986.                             ],
  12987.                             'contact' => [
  12988.                                 'type' => 'Contact!',
  12989.                                 'description' => NULL,
  12990.                             ],
  12991.                             'enabled' => [
  12992.                                 'type' => 'Boolean!',
  12993.                                 'description' => NULL,
  12994.                             ],
  12995.                         ],
  12996.                         'interfaces' => [
  12997.                         ],
  12998.                         'name' => 'ContactGalleryEntry',
  12999.                         'builders' => [
  13000.                         ],
  13001.                     ],
  13002.                 ],
  13003.                 'ContactGallery' => [
  13004.                     'type' => 'object',
  13005.                     'class_name' => 'ContactGalleryType',
  13006.                     'inherits' => [
  13007.                     ],
  13008.                     'decorator' => false,
  13009.                     'config' => [
  13010.                         'description' => NULL,
  13011.                         'fields' => [
  13012.                             'status' => [
  13013.                                 'type' => 'Status!',
  13014.                                 'description' => NULL,
  13015.                             ],
  13016.                             'id' => [
  13017.                                 'type' => 'ID!',
  13018.                                 'description' => NULL,
  13019.                             ],
  13020.                             'galleryEntries' => [
  13021.                                 'type' => '[ContactGalleryEntry!]',
  13022.                                 'description' => NULL,
  13023.                             ],
  13024.                         ],
  13025.                         'interfaces' => [
  13026.                         ],
  13027.                         'name' => 'ContactGallery',
  13028.                         'builders' => [
  13029.                         ],
  13030.                     ],
  13031.                 ],
  13032.                 'JobMarketViewType' => [
  13033.                     'type' => 'enum',
  13034.                     'class_name' => 'JobMarketViewTypeType',
  13035.                     'inherits' => [
  13036.                     ],
  13037.                     'decorator' => false,
  13038.                     'config' => [
  13039.                         'description' => NULL,
  13040.                         'values' => [
  13041.                             'DEFAULT' => [
  13042.                                 'description' => NULL,
  13043.                                 'value' => 'DEFAULT',
  13044.                             ],
  13045.                             'PDF' => [
  13046.                                 'description' => NULL,
  13047.                                 'value' => 'PDF',
  13048.                             ],
  13049.                         ],
  13050.                         'name' => 'JobMarketViewType',
  13051.                     ],
  13052.                 ],
  13053.                 'NextStoryPreview' => [
  13054.                     'type' => 'object',
  13055.                     'class_name' => 'NextStoryPreviewType',
  13056.                     'inherits' => [
  13057.                     ],
  13058.                     'decorator' => false,
  13059.                     'config' => [
  13060.                         'description' => NULL,
  13061.                         'fields' => [
  13062.                             'avatar' => [
  13063.                                 'type' => 'Image',
  13064.                                 'description' => NULL,
  13065.                             ],
  13066.                             'title' => [
  13067.                                 'type' => 'String',
  13068.                                 'description' => NULL,
  13069.                             ],
  13070.                             'linkTitle' => [
  13071.                                 'type' => 'String',
  13072.                                 'description' => NULL,
  13073.                             ],
  13074.                             'portrait' => [
  13075.                                 'type' => 'String',
  13076.                                 'description' => NULL,
  13077.                             ],
  13078.                             'storyId' => [
  13079.                                 'type' => 'String',
  13080.                                 'description' => NULL,
  13081.                             ],
  13082.                         ],
  13083.                         'interfaces' => [
  13084.                         ],
  13085.                         'name' => 'NextStoryPreview',
  13086.                         'builders' => [
  13087.                         ],
  13088.                     ],
  13089.                 ],
  13090.                 'JobMarketAdditionalInfo' => [
  13091.                     'type' => 'object',
  13092.                     'class_name' => 'JobMarketAdditionalInfoType',
  13093.                     'inherits' => [
  13094.                     ],
  13095.                     'decorator' => false,
  13096.                     'config' => [
  13097.                         'description' => NULL,
  13098.                         'fields' => [
  13099.                             'from' => [
  13100.                                 'type' => 'String',
  13101.                                 'description' => NULL,
  13102.                             ],
  13103.                             'to' => [
  13104.                                 'type' => 'String',
  13105.                                 'description' => NULL,
  13106.                             ],
  13107.                             'workFrom' => [
  13108.                                 'type' => 'String',
  13109.                                 'description' => NULL,
  13110.                             ],
  13111.                             'workTo' => [
  13112.                                 'type' => 'String',
  13113.                                 'description' => NULL,
  13114.                             ],
  13115.                             'age' => [
  13116.                                 'type' => 'String',
  13117.                                 'description' => NULL,
  13118.                             ],
  13119.                         ],
  13120.                         'interfaces' => [
  13121.                         ],
  13122.                         'name' => 'JobMarketAdditionalInfo',
  13123.                         'builders' => [
  13124.                         ],
  13125.                     ],
  13126.                 ],
  13127.                 'RoundPlayers' => [
  13128.                     'type' => 'object',
  13129.                     'class_name' => 'RoundPlayersType',
  13130.                     'inherits' => [
  13131.                     ],
  13132.                     'decorator' => false,
  13133.                     'config' => [
  13134.                         'description' => NULL,
  13135.                         'fields' => [
  13136.                             'highscore' => [
  13137.                                 'type' => 'Int!',
  13138.                                 'description' => NULL,
  13139.                             ],
  13140.                             'entries' => [
  13141.                                 'type' => '[RoundPlayersEntry!]',
  13142.                                 'description' => NULL,
  13143.                             ],
  13144.                         ],
  13145.                         'interfaces' => [
  13146.                         ],
  13147.                         'name' => 'RoundPlayers',
  13148.                         'builders' => [
  13149.                         ],
  13150.                     ],
  13151.                 ],
  13152.                 'SchoolClassYear' => [
  13153.                     'type' => 'object',
  13154.                     'class_name' => 'SchoolClassYearType',
  13155.                     'inherits' => [
  13156.                     ],
  13157.                     'decorator' => false,
  13158.                     'config' => [
  13159.                         'description' => NULL,
  13160.                         'fields' => [
  13161.                             'id' => [
  13162.                                 'type' => 'ID!',
  13163.                                 'description' => NULL,
  13164.                             ],
  13165.                             'name' => [
  13166.                                 'type' => 'String!',
  13167.                                 'description' => NULL,
  13168.                             ],
  13169.                             'startYear' => [
  13170.                                 'type' => 'String!',
  13171.                                 'description' => NULL,
  13172.                             ],
  13173.                             'endYear' => [
  13174.                                 'type' => 'String!',
  13175.                                 'description' => NULL,
  13176.                             ],
  13177.                         ],
  13178.                         'interfaces' => [
  13179.                         ],
  13180.                         'name' => 'SchoolClassYear',
  13181.                         'builders' => [
  13182.                         ],
  13183.                     ],
  13184.                 ],
  13185.                 'OfferList' => [
  13186.                     'type' => 'object',
  13187.                     'class_name' => 'OfferListType',
  13188.                     'inherits' => [
  13189.                     ],
  13190.                     'decorator' => false,
  13191.                     'config' => [
  13192.                         'description' => NULL,
  13193.                         'fields' => [
  13194.                             'boPartnerTypes' => [
  13195.                                 'type' => '[Offer!]',
  13196.                                 'description' => NULL,
  13197.                             ],
  13198.                             'companyTypes' => [
  13199.                                 'type' => '[Offer!]',
  13200.                                 'description' => NULL,
  13201.                             ],
  13202.                             'schoolTypes' => [
  13203.                                 'type' => '[Offer!]',
  13204.                                 'description' => NULL,
  13205.                             ],
  13206.                         ],
  13207.                         'interfaces' => [
  13208.                         ],
  13209.                         'name' => 'OfferList',
  13210.                         'builders' => [
  13211.                         ],
  13212.                     ],
  13213.                 ],
  13214.                 'SchoolClassGameHistory' => [
  13215.                     'type' => 'object',
  13216.                     'class_name' => 'SchoolClassGameHistoryType',
  13217.                     'inherits' => [
  13218.                     ],
  13219.                     'decorator' => false,
  13220.                     'config' => [
  13221.                         'description' => NULL,
  13222.                         'fields' => [
  13223.                             'status' => [
  13224.                                 'type' => 'Status!',
  13225.                                 'description' => NULL,
  13226.                             ],
  13227.                             'schoolClassID' => [
  13228.                                 'type' => 'Int',
  13229.                                 'description' => NULL,
  13230.                             ],
  13231.                             'points' => [
  13232.                                 'type' => 'Float',
  13233.                                 'description' => NULL,
  13234.                             ],
  13235.                             'playtime' => [
  13236.                                 'type' => 'Int',
  13237.                                 'description' => NULL,
  13238.                             ],
  13239.                             'createdAt' => [
  13240.                                 'type' => 'String',
  13241.                                 'description' => NULL,
  13242.                             ],
  13243.                         ],
  13244.                         'interfaces' => [
  13245.                         ],
  13246.                         'name' => 'SchoolClassGameHistory',
  13247.                         'builders' => [
  13248.                         ],
  13249.                     ],
  13250.                 ],
  13251.                 'Benefit' => [
  13252.                     'type' => 'object',
  13253.                     'class_name' => 'BenefitType',
  13254.                     'inherits' => [
  13255.                     ],
  13256.                     'decorator' => false,
  13257.                     'config' => [
  13258.                         'description' => NULL,
  13259.                         'fields' => [
  13260.                             'id' => [
  13261.                                 'type' => 'ID!',
  13262.                                 'description' => NULL,
  13263.                             ],
  13264.                             'name' => [
  13265.                                 'type' => 'String!',
  13266.                                 'description' => NULL,
  13267.                             ],
  13268.                         ],
  13269.                         'interfaces' => [
  13270.                         ],
  13271.                         'name' => 'Benefit',
  13272.                         'builders' => [
  13273.                         ],
  13274.                     ],
  13275.                 ],
  13276.                 'JobLink' => [
  13277.                     'type' => 'object',
  13278.                     'class_name' => 'JobLinkType',
  13279.                     'inherits' => [
  13280.                     ],
  13281.                     'decorator' => false,
  13282.                     'config' => [
  13283.                         'description' => NULL,
  13284.                         'fields' => [
  13285.                             'id' => [
  13286.                                 'type' => 'ID!',
  13287.                                 'description' => NULL,
  13288.                             ],
  13289.                             'url' => [
  13290.                                 'type' => 'String',
  13291.                                 'description' => NULL,
  13292.                             ],
  13293.                             'title' => [
  13294.                                 'type' => 'String',
  13295.                                 'description' => NULL,
  13296.                             ],
  13297.                             'start' => [
  13298.                                 'type' => 'Int',
  13299.                                 'description' => NULL,
  13300.                             ],
  13301.                             'end' => [
  13302.                                 'type' => 'Int',
  13303.                                 'description' => NULL,
  13304.                             ],
  13305.                             'titleFrontend' => [
  13306.                                 'type' => 'String',
  13307.                                 'description' => NULL,
  13308.                             ],
  13309.                             'titleBackend' => [
  13310.                                 'type' => 'String',
  13311.                                 'description' => NULL,
  13312.                             ],
  13313.                         ],
  13314.                         'interfaces' => [
  13315.                         ],
  13316.                         'name' => 'JobLink',
  13317.                         'builders' => [
  13318.                         ],
  13319.                     ],
  13320.                 ],
  13321.                 'JobRedirectType' => [
  13322.                     'type' => 'enum',
  13323.                     'class_name' => 'JobRedirectTypeType',
  13324.                     'inherits' => [
  13325.                     ],
  13326.                     'decorator' => false,
  13327.                     'config' => [
  13328.                         'description' => NULL,
  13329.                         'values' => [
  13330.                             'ALTERNATIVES' => [
  13331.                                 'description' => NULL,
  13332.                                 'value' => 'ALTERNATIVES',
  13333.                             ],
  13334.                             'CONNECTED' => [
  13335.                                 'description' => NULL,
  13336.                                 'value' => 'CONNECTED',
  13337.                             ],
  13338.                             'DESCRIPTION' => [
  13339.                                 'description' => NULL,
  13340.                                 'value' => 'DESCRIPTION',
  13341.                             ],
  13342.                             'EXPIRED' => [
  13343.                                 'description' => NULL,
  13344.                                 'value' => 'EXPIRED',
  13345.                             ],
  13346.                             'SPECIALIZED' => [
  13347.                                 'description' => NULL,
  13348.                                 'value' => 'SPECIALIZED',
  13349.                             ],
  13350.                             'REDIRECT' => [
  13351.                                 'description' => NULL,
  13352.                                 'value' => 'REDIRECT',
  13353.                             ],
  13354.                         ],
  13355.                         'name' => 'JobRedirectType',
  13356.                     ],
  13357.                 ],
  13358.                 'JobMarketPositionType' => [
  13359.                     'type' => 'enum',
  13360.                     'class_name' => 'JobMarketPositionTypeType',
  13361.                     'inherits' => [
  13362.                     ],
  13363.                     'decorator' => false,
  13364.                     'config' => [
  13365.                         'description' => NULL,
  13366.                         'values' => [
  13367.                             'LEHRSTELLE' => [
  13368.                                 'description' => NULL,
  13369.                                 'value' => 'LEHRSTELLE',
  13370.                             ],
  13371.                             'FERIALJOB' => [
  13372.                                 'description' => NULL,
  13373.                                 'value' => 'FERIALJOB',
  13374.                             ],
  13375.                             'PRAKTIKUM' => [
  13376.                                 'description' => NULL,
  13377.                                 'value' => 'PRAKTIKUM',
  13378.                             ],
  13379.                         ],
  13380.                         'name' => 'JobMarketPositionType',
  13381.                     ],
  13382.                 ],
  13383.                 'Tag' => [
  13384.                     'type' => 'object',
  13385.                     'class_name' => 'TagType',
  13386.                     'inherits' => [
  13387.                     ],
  13388.                     'decorator' => false,
  13389.                     'config' => [
  13390.                         'description' => NULL,
  13391.                         'fields' => [
  13392.                             'tagName' => [
  13393.                                 'type' => 'String!',
  13394.                                 'description' => NULL,
  13395.                             ],
  13396.                         ],
  13397.                         'interfaces' => [
  13398.                         ],
  13399.                         'name' => 'Tag',
  13400.                         'builders' => [
  13401.                         ],
  13402.                     ],
  13403.                 ],
  13404.                 'JobMarketDistricts' => [
  13405.                     'type' => 'object',
  13406.                     'class_name' => 'JobMarketDistrictsType',
  13407.                     'inherits' => [
  13408.                     ],
  13409.                     'decorator' => false,
  13410.                     'config' => [
  13411.                         'description' => NULL,
  13412.                         'fields' => [
  13413.                             'districts' => [
  13414.                                 'type' => '[JobMarketDistrict!]',
  13415.                                 'description' => NULL,
  13416.                             ],
  13417.                             'countDistricts' => [
  13418.                                 'type' => 'Int!',
  13419.                                 'description' => NULL,
  13420.                             ],
  13421.                         ],
  13422.                         'interfaces' => [
  13423.                         ],
  13424.                         'name' => 'JobMarketDistricts',
  13425.                         'builders' => [
  13426.                         ],
  13427.                     ],
  13428.                 ],
  13429.                 'JobMarketState' => [
  13430.                     'type' => 'enum',
  13431.                     'class_name' => 'JobMarketStateType',
  13432.                     'inherits' => [
  13433.                     ],
  13434.                     'decorator' => false,
  13435.                     'config' => [
  13436.                         'description' => NULL,
  13437.                         'values' => [
  13438.                             'ACTIVE' => [
  13439.                                 'description' => NULL,
  13440.                                 'value' => 'ACTIVE',
  13441.                             ],
  13442.                             'INACTIVE' => [
  13443.                                 'description' => NULL,
  13444.                                 'value' => 'INACTIVE',
  13445.                             ],
  13446.                             'DELETED' => [
  13447.                                 'description' => NULL,
  13448.                                 'value' => 'DELETED',
  13449.                             ],
  13450.                             'DRAFT' => [
  13451.                                 'description' => NULL,
  13452.                                 'value' => 'DRAFT',
  13453.                             ],
  13454.                             'NOTSET' => [
  13455.                                 'description' => NULL,
  13456.                                 'value' => 'NOTSET',
  13457.                             ],
  13458.                         ],
  13459.                         'name' => 'JobMarketState',
  13460.                     ],
  13461.                 ],
  13462.                 'JobRequirementType' => [
  13463.                     'type' => 'object',
  13464.                     'class_name' => 'JobRequirementTypeType',
  13465.                     'inherits' => [
  13466.                     ],
  13467.                     'decorator' => false,
  13468.                     'config' => [
  13469.                         'description' => NULL,
  13470.                         'fields' => [
  13471.                             'id' => [
  13472.                                 'type' => 'ID!',
  13473.                                 'description' => NULL,
  13474.                             ],
  13475.                             'bicID' => [
  13476.                                 'type' => 'Int',
  13477.                                 'description' => NULL,
  13478.                             ],
  13479.                             'typeName' => [
  13480.                                 'type' => 'String!',
  13481.                                 'description' => NULL,
  13482.                             ],
  13483.                         ],
  13484.                         'interfaces' => [
  13485.                         ],
  13486.                         'name' => 'JobRequirementType',
  13487.                         'builders' => [
  13488.                         ],
  13489.                     ],
  13490.                 ],
  13491.                 'JobMarketStartType' => [
  13492.                     'type' => 'enum',
  13493.                     'class_name' => 'JobMarketStartTypeType',
  13494.                     'inherits' => [
  13495.                     ],
  13496.                     'decorator' => false,
  13497.                     'config' => [
  13498.                         'description' => NULL,
  13499.                         'values' => [
  13500.                             'ANYTIME' => [
  13501.                                 'description' => NULL,
  13502.                                 'value' => 'ANYTIME',
  13503.                             ],
  13504.                             'CONSENT' => [
  13505.                                 'description' => NULL,
  13506.                                 'value' => 'CONSENT',
  13507.                             ],
  13508.                             'DATE' => [
  13509.                                 'description' => NULL,
  13510.                                 'value' => 'DATE',
  13511.                             ],
  13512.                         ],
  13513.                         'name' => 'JobMarketStartType',
  13514.                     ],
  13515.                 ],
  13516.                 'StatusType' => [
  13517.                     'type' => 'enum',
  13518.                     'class_name' => 'StatusTypeType',
  13519.                     'inherits' => [
  13520.                     ],
  13521.                     'decorator' => false,
  13522.                     'config' => [
  13523.                         'description' => NULL,
  13524.                         'values' => [
  13525.                             'OK' => [
  13526.                                 'description' => NULL,
  13527.                                 'value' => 'OK',
  13528.                             ],
  13529.                             'ERROR' => [
  13530.                                 'description' => NULL,
  13531.                                 'value' => 'ERROR',
  13532.                             ],
  13533.                             'GAMEEND' => [
  13534.                                 'description' => NULL,
  13535.                                 'value' => 'GAMEEND',
  13536.                             ],
  13537.                         ],
  13538.                         'name' => 'StatusType',
  13539.                     ],
  13540.                 ],
  13541.                 'ProfileSimple' => [
  13542.                     'type' => 'object',
  13543.                     'class_name' => 'ProfileSimpleType',
  13544.                     'inherits' => [
  13545.                     ],
  13546.                     'decorator' => false,
  13547.                     'config' => [
  13548.                         'description' => NULL,
  13549.                         'fields' => [
  13550.                             'type' => [
  13551.                                 'type' => 'ProfileType!',
  13552.                                 'description' => NULL,
  13553.                             ],
  13554.                             'id' => [
  13555.                                 'type' => 'Int',
  13556.                                 'description' => NULL,
  13557.                             ],
  13558.                             'uuid' => [
  13559.                                 'type' => 'String',
  13560.                                 'description' => NULL,
  13561.                             ],
  13562.                             'name' => [
  13563.                                 'type' => 'String',
  13564.                                 'description' => NULL,
  13565.                             ],
  13566.                             'profilePicture' => [
  13567.                                 'type' => 'Image',
  13568.                                 'description' => NULL,
  13569.                             ],
  13570.                             'isSelected' => [
  13571.                                 'type' => 'Boolean!',
  13572.                                 'description' => NULL,
  13573.                             ],
  13574.                         ],
  13575.                         'interfaces' => [
  13576.                         ],
  13577.                         'name' => 'ProfileSimple',
  13578.                         'builders' => [
  13579.                         ],
  13580.                     ],
  13581.                 ],
  13582.                 'CompanyBenefit' => [
  13583.                     'type' => 'object',
  13584.                     'class_name' => 'CompanyBenefitType',
  13585.                     'inherits' => [
  13586.                     ],
  13587.                     'decorator' => false,
  13588.                     'config' => [
  13589.                         'description' => NULL,
  13590.                         'fields' => [
  13591.                             'id' => [
  13592.                                 'type' => 'ID!',
  13593.                                 'description' => NULL,
  13594.                             ],
  13595.                             'name' => [
  13596.                                 'type' => 'String!',
  13597.                                 'description' => NULL,
  13598.                             ],
  13599.                         ],
  13600.                         'interfaces' => [
  13601.                         ],
  13602.                         'name' => 'CompanyBenefit',
  13603.                         'builders' => [
  13604.                         ],
  13605.                     ],
  13606.                 ],
  13607.                 'Teacher' => [
  13608.                     'type' => 'object',
  13609.                     'class_name' => 'TeacherType',
  13610.                     'inherits' => [
  13611.                     ],
  13612.                     'decorator' => false,
  13613.                     'config' => [
  13614.                         'description' => NULL,
  13615.                         'fields' => [
  13616.                             'id' => [
  13617.                                 'type' => 'Int',
  13618.                                 'description' => NULL,
  13619.                             ],
  13620.                             'email' => [
  13621.                                 'type' => 'String',
  13622.                                 'description' => NULL,
  13623.                             ],
  13624.                             'firstname' => [
  13625.                                 'type' => 'String',
  13626.                                 'description' => NULL,
  13627.                             ],
  13628.                             'lastname' => [
  13629.                                 'type' => 'String',
  13630.                                 'description' => NULL,
  13631.                             ],
  13632.                         ],
  13633.                         'interfaces' => [
  13634.                         ],
  13635.                         'name' => 'Teacher',
  13636.                         'builders' => [
  13637.                         ],
  13638.                     ],
  13639.                 ],
  13640.                 'SchoolClassRank' => [
  13641.                     'type' => 'object',
  13642.                     'class_name' => 'SchoolClassRankType',
  13643.                     'inherits' => [
  13644.                     ],
  13645.                     'decorator' => false,
  13646.                     'config' => [
  13647.                         'description' => NULL,
  13648.                         'fields' => [
  13649.                             'school' => [
  13650.                                 'type' => 'School!',
  13651.                                 'description' => NULL,
  13652.                             ],
  13653.                             'schoolClass' => [
  13654.                                 'type' => 'SchoolClass!',
  13655.                                 'description' => NULL,
  13656.                             ],
  13657.                             'points' => [
  13658.                                 'type' => 'Int!',
  13659.                                 'description' => NULL,
  13660.                             ],
  13661.                             'playtimeMinutes' => [
  13662.                                 'type' => 'Int!',
  13663.                                 'description' => NULL,
  13664.                             ],
  13665.                         ],
  13666.                         'interfaces' => [
  13667.                         ],
  13668.                         'name' => 'SchoolClassRank',
  13669.                         'builders' => [
  13670.                         ],
  13671.                     ],
  13672.                 ],
  13673.                 'NextStoryCard' => [
  13674.                     'type' => 'object',
  13675.                     'class_name' => 'NextStoryCardType',
  13676.                     'inherits' => [
  13677.                     ],
  13678.                     'decorator' => false,
  13679.                     'config' => [
  13680.                         'description' => NULL,
  13681.                         'fields' => [
  13682.                             'title' => [
  13683.                                 'type' => 'String',
  13684.                                 'description' => NULL,
  13685.                             ],
  13686.                             'description' => [
  13687.                                 'type' => 'String',
  13688.                                 'description' => NULL,
  13689.                             ],
  13690.                             'stories' => [
  13691.                                 'type' => '[NextStoryPreview!]',
  13692.                                 'description' => NULL,
  13693.                             ],
  13694.                         ],
  13695.                         'interfaces' => [
  13696.                         ],
  13697.                         'name' => 'NextStoryCard',
  13698.                         'builders' => [
  13699.                         ],
  13700.                     ],
  13701.                 ],
  13702.                 'ProfileLink' => [
  13703.                     'type' => 'object',
  13704.                     'class_name' => 'ProfileLinkType',
  13705.                     'inherits' => [
  13706.                     ],
  13707.                     'decorator' => false,
  13708.                     'config' => [
  13709.                         'description' => NULL,
  13710.                         'fields' => [
  13711.                             'createdAt' => [
  13712.                                 'type' => 'String!',
  13713.                                 'description' => NULL,
  13714.                             ],
  13715.                             'entries' => [
  13716.                                 'type' => '[ProfileLinkEntry!]',
  13717.                                 'description' => NULL,
  13718.                             ],
  13719.                         ],
  13720.                         'interfaces' => [
  13721.                         ],
  13722.                         'name' => 'ProfileLink',
  13723.                         'builders' => [
  13724.                         ],
  13725.                     ],
  13726.                 ],
  13727.                 'InfoSectionCategory' => [
  13728.                     'type' => 'object',
  13729.                     'class_name' => 'InfoSectionCategoryType',
  13730.                     'inherits' => [
  13731.                     ],
  13732.                     'decorator' => false,
  13733.                     'config' => [
  13734.                         'description' => NULL,
  13735.                         'fields' => [
  13736.                             'id' => [
  13737.                                 'type' => 'ID!',
  13738.                                 'description' => NULL,
  13739.                             ],
  13740.                             'heading' => [
  13741.                                 'type' => 'String!',
  13742.                                 'description' => NULL,
  13743.                             ],
  13744.                             'description' => [
  13745.                                 'type' => 'String',
  13746.                                 'description' => NULL,
  13747.                             ],
  13748.                             'link' => [
  13749.                                 'type' => 'String',
  13750.                                 'description' => NULL,
  13751.                             ],
  13752.                             'type' => [
  13753.                                 'type' => 'InfoSectionType!',
  13754.                                 'description' => NULL,
  13755.                             ],
  13756.                             'image' => [
  13757.                                 'type' => 'Image',
  13758.                                 'description' => NULL,
  13759.                             ],
  13760.                             'position' => [
  13761.                                 'type' => 'Int',
  13762.                                 'description' => NULL,
  13763.                             ],
  13764.                             'urlText' => [
  13765.                                 'type' => 'String',
  13766.                                 'description' => NULL,
  13767.                             ],
  13768.                             'subCategories' => [
  13769.                                 'type' => '[InfoSectionSubCategory!]',
  13770.                                 'description' => NULL,
  13771.                             ],
  13772.                         ],
  13773.                         'interfaces' => [
  13774.                         ],
  13775.                         'name' => 'InfoSectionCategory',
  13776.                         'builders' => [
  13777.                         ],
  13778.                     ],
  13779.                 ],
  13780.                 'JobLinkMappingType' => [
  13781.                     'type' => 'object',
  13782.                     'class_name' => 'JobLinkMappingTypeType',
  13783.                     'inherits' => [
  13784.                     ],
  13785.                     'decorator' => false,
  13786.                     'config' => [
  13787.                         'description' => NULL,
  13788.                         'fields' => [
  13789.                             'id' => [
  13790.                                 'type' => 'ID!',
  13791.                                 'description' => NULL,
  13792.                             ],
  13793.                             'name' => [
  13794.                                 'type' => 'String',
  13795.                                 'description' => NULL,
  13796.                             ],
  13797.                         ],
  13798.                         'interfaces' => [
  13799.                         ],
  13800.                         'name' => 'JobLinkMappingType',
  13801.                         'builders' => [
  13802.                         ],
  13803.                     ],
  13804.                 ],
  13805.                 'JobRequirementCollection' => [
  13806.                     'type' => 'object',
  13807.                     'class_name' => 'JobRequirementCollectionType',
  13808.                     'inherits' => [
  13809.                     ],
  13810.                     'decorator' => false,
  13811.                     'config' => [
  13812.                         'description' => NULL,
  13813.                         'fields' => [
  13814.                             'requirementTypes' => [
  13815.                                 'type' => '[JobRequirementTypeCollection]',
  13816.                                 'description' => NULL,
  13817.                             ],
  13818.                         ],
  13819.                         'interfaces' => [
  13820.                         ],
  13821.                         'name' => 'JobRequirementCollection',
  13822.                         'builders' => [
  13823.                         ],
  13824.                     ],
  13825.                 ],
  13826.                 'InfoSectionType' => [
  13827.                     'type' => 'object',
  13828.                     'class_name' => 'InfoSectionTypeType',
  13829.                     'inherits' => [
  13830.                     ],
  13831.                     'decorator' => false,
  13832.                     'config' => [
  13833.                         'description' => NULL,
  13834.                         'fields' => [
  13835.                             'id' => [
  13836.                                 'type' => 'ID!',
  13837.                                 'description' => NULL,
  13838.                             ],
  13839.                             'name' => [
  13840.                                 'type' => 'String!',
  13841.                                 'description' => NULL,
  13842.                             ],
  13843.                         ],
  13844.                         'interfaces' => [
  13845.                         ],
  13846.                         'name' => 'InfoSectionType',
  13847.                         'builders' => [
  13848.                         ],
  13849.                     ],
  13850.                 ],
  13851.                 'ImageInfo' => [
  13852.                     'type' => 'object',
  13853.                     'class_name' => 'ImageInfoType',
  13854.                     'inherits' => [
  13855.                     ],
  13856.                     'decorator' => false,
  13857.                     'config' => [
  13858.                         'description' => NULL,
  13859.                         'fields' => [
  13860.                             'caption' => [
  13861.                                 'type' => 'String',
  13862.                                 'description' => NULL,
  13863.                             ],
  13864.                             'copyright' => [
  13865.                                 'type' => 'String',
  13866.                                 'description' => NULL,
  13867.                             ],
  13868.                         ],
  13869.                         'interfaces' => [
  13870.                         ],
  13871.                         'name' => 'ImageInfo',
  13872.                         'builders' => [
  13873.                         ],
  13874.                     ],
  13875.                 ],
  13876.                 'StoryCardTheme' => [
  13877.                     'type' => 'enum',
  13878.                     'class_name' => 'StoryCardThemeType',
  13879.                     'inherits' => [
  13880.                     ],
  13881.                     'decorator' => false,
  13882.                     'config' => [
  13883.                         'description' => NULL,
  13884.                         'values' => [
  13885.                             'DEFAULT' => [
  13886.                                 'description' => NULL,
  13887.                                 'value' => 'DEFAULT',
  13888.                             ],
  13889.                             'YELLOW' => [
  13890.                                 'description' => NULL,
  13891.                                 'value' => 'YELLOW',
  13892.                             ],
  13893.                             'RED' => [
  13894.                                 'description' => NULL,
  13895.                                 'value' => 'RED',
  13896.                             ],
  13897.                             'BLUE' => [
  13898.                                 'description' => NULL,
  13899.                                 'value' => 'BLUE',
  13900.                             ],
  13901.                         ],
  13902.                         'name' => 'StoryCardTheme',
  13903.                     ],
  13904.                 ],
  13905.                 'InfoSectionEntry' => [
  13906.                     'type' => 'object',
  13907.                     'class_name' => 'InfoSectionEntryType',
  13908.                     'inherits' => [
  13909.                     ],
  13910.                     'decorator' => false,
  13911.                     'config' => [
  13912.                         'description' => NULL,
  13913.                         'fields' => [
  13914.                             'id' => [
  13915.                                 'type' => 'ID!',
  13916.                                 'description' => NULL,
  13917.                             ],
  13918.                             'heading' => [
  13919.                                 'type' => 'String!',
  13920.                                 'description' => NULL,
  13921.                             ],
  13922.                             'description' => [
  13923.                                 'type' => 'String',
  13924.                                 'description' => NULL,
  13925.                             ],
  13926.                             'url' => [
  13927.                                 'type' => 'String',
  13928.                                 'description' => NULL,
  13929.                             ],
  13930.                             'urlType' => [
  13931.                                 'type' => 'String',
  13932.                                 'description' => NULL,
  13933.                             ],
  13934.                             'image' => [
  13935.                                 'type' => 'Image',
  13936.                                 'description' => NULL,
  13937.                             ],
  13938.                             'position' => [
  13939.                                 'type' => 'Int',
  13940.                                 'description' => NULL,
  13941.                             ],
  13942.                         ],
  13943.                         'interfaces' => [
  13944.                         ],
  13945.                         'name' => 'InfoSectionEntry',
  13946.                         'builders' => [
  13947.                         ],
  13948.                     ],
  13949.                 ],
  13950.                 'LinkTargetType' => [
  13951.                     'type' => 'enum',
  13952.                     'class_name' => 'LinkTargetTypeType',
  13953.                     'inherits' => [
  13954.                     ],
  13955.                     'decorator' => false,
  13956.                     'config' => [
  13957.                         'description' => NULL,
  13958.                         'values' => [
  13959.                             'BLANK' => [
  13960.                                 'description' => NULL,
  13961.                                 'value' => 'BLANK',
  13962.                             ],
  13963.                             'SELF' => [
  13964.                                 'description' => NULL,
  13965.                                 'value' => 'SELF',
  13966.                             ],
  13967.                         ],
  13968.                         'name' => 'LinkTargetType',
  13969.                     ],
  13970.                 ],
  13971.                 'AddressCity' => [
  13972.                     'type' => 'object',
  13973.                     'class_name' => 'AddressCityType',
  13974.                     'inherits' => [
  13975.                     ],
  13976.                     'decorator' => false,
  13977.                     'config' => [
  13978.                         'description' => NULL,
  13979.                         'fields' => [
  13980.                             'id' => [
  13981.                                 'type' => 'ID!',
  13982.                                 'description' => NULL,
  13983.                             ],
  13984.                             'name' => [
  13985.                                 'type' => 'String!',
  13986.                                 'description' => NULL,
  13987.                             ],
  13988.                             'zip' => [
  13989.                                 'type' => 'Int!',
  13990.                                 'description' => NULL,
  13991.                             ],
  13992.                             'addressDistrict' => [
  13993.                                 'type' => 'AddressDistrict',
  13994.                                 'description' => NULL,
  13995.                             ],
  13996.                         ],
  13997.                         'interfaces' => [
  13998.                         ],
  13999.                         'name' => 'AddressCity',
  14000.                         'builders' => [
  14001.                         ],
  14002.                     ],
  14003.                 ],
  14004.                 'JobLinkMappingCategory' => [
  14005.                     'type' => 'object',
  14006.                     'class_name' => 'JobLinkMappingCategoryType',
  14007.                     'inherits' => [
  14008.                     ],
  14009.                     'decorator' => false,
  14010.                     'config' => [
  14011.                         'description' => NULL,
  14012.                         'fields' => [
  14013.                             'id' => [
  14014.                                 'type' => 'ID!',
  14015.                                 'description' => NULL,
  14016.                             ],
  14017.                             'name' => [
  14018.                                 'type' => 'String',
  14019.                                 'description' => NULL,
  14020.                             ],
  14021.                         ],
  14022.                         'interfaces' => [
  14023.                         ],
  14024.                         'name' => 'JobLinkMappingCategory',
  14025.                         'builders' => [
  14026.                         ],
  14027.                     ],
  14028.                 ],
  14029.                 'AddressLatLon' => [
  14030.                     'type' => 'object',
  14031.                     'class_name' => 'AddressLatLonType',
  14032.                     'inherits' => [
  14033.                     ],
  14034.                     'decorator' => false,
  14035.                     'config' => [
  14036.                         'description' => NULL,
  14037.                         'fields' => [
  14038.                             'id' => [
  14039.                                 'type' => 'ID!',
  14040.                                 'description' => NULL,
  14041.                             ],
  14042.                             'lat' => [
  14043.                                 'type' => 'String',
  14044.                                 'description' => NULL,
  14045.                             ],
  14046.                             'lon' => [
  14047.                                 'type' => 'String',
  14048.                                 'description' => NULL,
  14049.                             ],
  14050.                         ],
  14051.                         'interfaces' => [
  14052.                         ],
  14053.                         'name' => 'AddressLatLon',
  14054.                         'builders' => [
  14055.                         ],
  14056.                     ],
  14057.                 ],
  14058.                 'EventTag' => [
  14059.                     'type' => 'object',
  14060.                     'class_name' => 'EventTagType',
  14061.                     'inherits' => [
  14062.                     ],
  14063.                     'decorator' => false,
  14064.                     'config' => [
  14065.                         'description' => NULL,
  14066.                         'fields' => [
  14067.                             'tagName' => [
  14068.                                 'type' => 'String!',
  14069.                                 'description' => NULL,
  14070.                             ],
  14071.                         ],
  14072.                         'interfaces' => [
  14073.                         ],
  14074.                         'name' => 'EventTag',
  14075.                         'builders' => [
  14076.                         ],
  14077.                     ],
  14078.                 ],
  14079.                 'Job' => [
  14080.                     'type' => 'object',
  14081.                     'class_name' => 'JobType',
  14082.                     'inherits' => [
  14083.                     ],
  14084.                     'decorator' => false,
  14085.                     'config' => [
  14086.                         'description' => NULL,
  14087.                         'fields' => [
  14088.                             'id' => [
  14089.                                 'type' => 'ID!',
  14090.                                 'description' => NULL,
  14091.                             ],
  14092.                             'name' => [
  14093.                                 'type' => 'String!',
  14094.                                 'description' => NULL,
  14095.                             ],
  14096.                             'bicID' => [
  14097.                                 'type' => 'Int',
  14098.                                 'description' => NULL,
  14099.                             ],
  14100.                             'image' => [
  14101.                                 'type' => 'Image',
  14102.                                 'description' => NULL,
  14103.                             ],
  14104.                             'description' => [
  14105.                                 'type' => 'String',
  14106.                                 'description' => NULL,
  14107.                             ],
  14108.                             'bicAlternativen' => [
  14109.                                 'type' => 'String',
  14110.                                 'description' => NULL,
  14111.                             ],
  14112.                             'bicAnforderungen' => [
  14113.                                 'type' => 'String',
  14114.                                 'description' => NULL,
  14115.                             ],
  14116.                             'bicAusbildungBerufschule' => [
  14117.                                 'type' => 'String',
  14118.                                 'description' => NULL,
  14119.                             ],
  14120.                             'bicMoeglichkeiten' => [
  14121.                                 'type' => 'String',
  14122.                                 'description' => NULL,
  14123.                             ],
  14124.                             'operationsAndTasks' => [
  14125.                                 'type' => 'String',
  14126.                                 'description' => NULL,
  14127.                             ],
  14128.                             'scholasticDuration' => [
  14129.                                 'type' => 'JobScholasticDuration',
  14130.                                 'description' => NULL,
  14131.                             ],
  14132.                             'showSchoolSubjects' => [
  14133.                                 'type' => 'Boolean',
  14134.                                 'description' => NULL,
  14135.                             ],
  14136.                             'expertTerms' => [
  14137.                                 'type' => '[JobExpertTerm!]',
  14138.                                 'description' => NULL,
  14139.                             ],
  14140.                             'interestFields' => [
  14141.                                 'type' => '[InterestField!]',
  14142.                                 'description' => NULL,
  14143.                             ],
  14144.                             'jobEducationCompanies' => [
  14145.                                 'type' => '[CompanyProfileSimple!]',
  14146.                                 'description' => NULL,
  14147.                             ],
  14148.                             'jobEducationalPaths' => [
  14149.                                 'type' => '[JobEducationalPath!]',
  14150.                                 'description' => NULL,
  14151.                             ],
  14152.                             'insights' => [
  14153.                                 'type' => '[Story!]',
  14154.                                 'description' => NULL,
  14155.                             ],
  14156.                             'jobLinkMappings' => [
  14157.                                 'type' => '[JobLinkMapping]',
  14158.                                 'description' => NULL,
  14159.                             ],
  14160.                             'jobMarketDistricts' => [
  14161.                                 'type' => 'JobMarketDistricts',
  14162.                                 'description' => NULL,
  14163.                             ],
  14164.                             'jobRedirects' => [
  14165.                                 'type' => '[JobRedirect!]',
  14166.                                 'description' => NULL,
  14167.                             ],
  14168.                             'jobSalary' => [
  14169.                                 'type' => 'JobSalary',
  14170.                                 'description' => NULL,
  14171.                             ],
  14172.                             'jobSectors' => [
  14173.                                 'type' => '[JobSector!]',
  14174.                                 'description' => NULL,
  14175.                             ],
  14176.                             'jobSchools' => [
  14177.                                 'type' => '[JobSchool!]',
  14178.                                 'description' => NULL,
  14179.                             ],
  14180.                             'jobWorkFields' => [
  14181.                                 'type' => '[JobWorkField!]',
  14182.                                 'description' => NULL,
  14183.                             ],
  14184.                             'requirementsByType' => [
  14185.                                 'type' => 'JobRequirementCollection',
  14186.                                 'description' => NULL,
  14187.                             ],
  14188.                             'schoolSubjectMappings' => [
  14189.                                 'type' => '[JobSchoolSubjectMapping!]',
  14190.                                 'description' => NULL,
  14191.                             ],
  14192.                             'videoUrl' => [
  14193.                                 'type' => 'String',
  14194.                                 'description' => NULL,
  14195.                             ],
  14196.                             'pdfUrl' => [
  14197.                                 'type' => 'String',
  14198.                                 'description' => NULL,
  14199.                             ],
  14200.                             'searchTags' => [
  14201.                                 'type' => '[String]',
  14202.                                 'description' => NULL,
  14203.                             ],
  14204.                             'visits' => [
  14205.                                 'type' => 'Int',
  14206.                                 'description' => NULL,
  14207.                             ],
  14208.                         ],
  14209.                         'interfaces' => [
  14210.                         ],
  14211.                         'name' => 'Job',
  14212.                         'builders' => [
  14213.                         ],
  14214.                     ],
  14215.                 ],
  14216.                 'PageInfo' => [
  14217.                     'type' => 'object',
  14218.                     'class_name' => 'PageInfoType',
  14219.                     'inherits' => [
  14220.                     ],
  14221.                     'decorator' => false,
  14222.                     'config' => [
  14223.                         'description' => 'Information about pagination in a connection.',
  14224.                         'fields' => [
  14225.                             'hasNextPage' => [
  14226.                                 'type' => 'Boolean!',
  14227.                                 'description' => 'When paginating forwards, are there more items?',
  14228.                             ],
  14229.                             'hasPreviousPage' => [
  14230.                                 'type' => 'Boolean!',
  14231.                                 'description' => 'When paginating backwards, are there more items?',
  14232.                             ],
  14233.                             'startCursor' => [
  14234.                                 'type' => 'String',
  14235.                                 'description' => 'When paginating backwards, the cursor to continue.',
  14236.                             ],
  14237.                             'endCursor' => [
  14238.                                 'type' => 'String',
  14239.                                 'description' => 'When paginating forwards, the cursor to continue.',
  14240.                             ],
  14241.                         ],
  14242.                         'name' => 'PageInfo',
  14243.                         'builders' => [
  14244.                         ],
  14245.                         'interfaces' => [
  14246.                         ],
  14247.                     ],
  14248.                 ],
  14249.             ],
  14250.             'overblog_graphql.batching_method' => 'relay',
  14251.             'overblog_graphql.query_max_depth' => 0,
  14252.             'overblog_graphql.query_max_complexity' => 0,
  14253.             'overblog_graphql.enable_introspection' => true,
  14254.             'overblog_graphql.handle_cors' => false,
  14255.             'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
  14256.             'overblog_graphql.cache_dir' => NULL,
  14257.             'overblog_graphql.cache_dir_permissions' => NULL,
  14258.             'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
  14259.             'overblog_graphql.use_experimental_executor' => false,
  14260.             'overblog_graphql.profiler.query_match' => NULL,
  14261.             'overblog_graphql.use_classloader_listener' => true,
  14262.             'overblog_graphql.resources_dir' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources'),
  14263.             'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
  14264.             'sonata.block.container.types' => [
  14265.                 => 'sonata.block.service.container',
  14266.                 => 'sonata.page.block.container',
  14267.                 => 'sonata.dashboard.block.container',
  14268.                 => 'cmf.block.container',
  14269.                 => 'cmf.block.slideshow',
  14270.             ],
  14271.             'sonata_block.blocks' => [
  14272.                 'block.footer' => [
  14273.                     'contexts' => [
  14274.                     ],
  14275.                     'templates' => [
  14276.                     ],
  14277.                     'cache' => 'sonata.cache.noop',
  14278.                     'settings' => [
  14279.                     ],
  14280.                 ],
  14281.                 'block.frontpage.news' => [
  14282.                     'contexts' => [
  14283.                     ],
  14284.                     'templates' => [
  14285.                     ],
  14286.                     'cache' => 'sonata.cache.noop',
  14287.                     'settings' => [
  14288.                     ],
  14289.                 ],
  14290.                 'block.events.4x1' => [
  14291.                     'contexts' => [
  14292.                     ],
  14293.                     'templates' => [
  14294.                     ],
  14295.                     'cache' => 'sonata.cache.noop',
  14296.                     'settings' => [
  14297.                     ],
  14298.                 ],
  14299.                 'block.random.jobs' => [
  14300.                     'contexts' => [
  14301.                     ],
  14302.                     'templates' => [
  14303.                     ],
  14304.                     'cache' => 'sonata.cache.noop',
  14305.                     'settings' => [
  14306.                     ],
  14307.                 ],
  14308.                 'block.slider' => [
  14309.                     'contexts' => [
  14310.                     ],
  14311.                     'templates' => [
  14312.                     ],
  14313.                     'cache' => 'sonata.cache.noop',
  14314.                     'settings' => [
  14315.                     ],
  14316.                 ],
  14317.                 'block.header.main' => [
  14318.                     'contexts' => [
  14319.                     ],
  14320.                     'templates' => [
  14321.                     ],
  14322.                     'cache' => 'sonata.cache.noop',
  14323.                     'settings' => [
  14324.                     ],
  14325.                 ],
  14326.                 'block.header.child' => [
  14327.                     'contexts' => [
  14328.                     ],
  14329.                     'templates' => [
  14330.                     ],
  14331.                     'cache' => 'sonata.cache.noop',
  14332.                     'settings' => [
  14333.                     ],
  14334.                 ],
  14335.                 'block.heading' => [
  14336.                     'contexts' => [
  14337.                     ],
  14338.                     'templates' => [
  14339.                     ],
  14340.                     'cache' => 'sonata.cache.noop',
  14341.                     'settings' => [
  14342.                     ],
  14343.                 ],
  14344.                 'block.editor' => [
  14345.                     'contexts' => [
  14346.                     ],
  14347.                     'templates' => [
  14348.                     ],
  14349.                     'cache' => 'sonata.cache.noop',
  14350.                     'settings' => [
  14351.                     ],
  14352.                 ],
  14353.                 'sonata.block.service.container' => [
  14354.                     'contexts' => [
  14355.                     ],
  14356.                     'templates' => [
  14357.                     ],
  14358.                     'cache' => 'sonata.cache.noop',
  14359.                     'settings' => [
  14360.                     ],
  14361.                 ],
  14362.                 'sonata.block.service.empty' => [
  14363.                     'contexts' => [
  14364.                     ],
  14365.                     'templates' => [
  14366.                     ],
  14367.                     'cache' => 'sonata.cache.noop',
  14368.                     'settings' => [
  14369.                     ],
  14370.                 ],
  14371.                 'sonata.block.service.text' => [
  14372.                     'contexts' => [
  14373.                     ],
  14374.                     'templates' => [
  14375.                     ],
  14376.                     'cache' => 'sonata.cache.noop',
  14377.                     'settings' => [
  14378.                     ],
  14379.                 ],
  14380.                 'sonata.block.service.rss' => [
  14381.                     'contexts' => [
  14382.                     ],
  14383.                     'templates' => [
  14384.                     ],
  14385.                     'cache' => 'sonata.cache.noop',
  14386.                     'settings' => [
  14387.                     ],
  14388.                 ],
  14389.                 'sonata.block.service.template' => [
  14390.                     'contexts' => [
  14391.                     ],
  14392.                     'templates' => [
  14393.                     ],
  14394.                     'cache' => 'sonata.cache.noop',
  14395.                     'settings' => [
  14396.                     ],
  14397.                 ],
  14398.                 'sonata.block.service.menu' => [
  14399.                     'contexts' => [
  14400.                     ],
  14401.                     'templates' => [
  14402.                     ],
  14403.                     'cache' => 'sonata.cache.noop',
  14404.                     'settings' => [
  14405.                     ],
  14406.                 ],
  14407.                 'sonata.admin.block.admin_list' => [
  14408.                     'contexts' => [
  14409.                     ],
  14410.                     'templates' => [
  14411.                     ],
  14412.                     'cache' => 'sonata.cache.noop',
  14413.                     'settings' => [
  14414.                     ],
  14415.                 ],
  14416.                 'sonata.admin.block.search_result' => [
  14417.                     'contexts' => [
  14418.                     ],
  14419.                     'templates' => [
  14420.                     ],
  14421.                     'cache' => 'sonata.cache.noop',
  14422.                     'settings' => [
  14423.                     ],
  14424.                 ],
  14425.                 'sonata.admin.block.stats' => [
  14426.                     'contexts' => [
  14427.                     ],
  14428.                     'templates' => [
  14429.                     ],
  14430.                     'cache' => 'sonata.cache.noop',
  14431.                     'settings' => [
  14432.                     ],
  14433.                 ],
  14434.                 'sonata.admin.block.admin_preview' => [
  14435.                     'contexts' => [
  14436.                     ],
  14437.                     'templates' => [
  14438.                     ],
  14439.                     'cache' => 'sonata.cache.noop',
  14440.                     'settings' => [
  14441.                     ],
  14442.                 ],
  14443.                 'sonata.seo.block.breadcrumb.homepage' => [
  14444.                     'contexts' => [
  14445.                     ],
  14446.                     'templates' => [
  14447.                     ],
  14448.                     'cache' => 'sonata.cache.noop',
  14449.                     'settings' => [
  14450.                     ],
  14451.                 ],
  14452.             ],
  14453.             'sonata_block.blocks_by_class' => [
  14454.             ],
  14455.             'sonata_blocks.block_types' => [
  14456.                 => 'block.footer',
  14457.                 => 'block.frontpage.news',
  14458.                 => 'block.events.4x1',
  14459.                 => 'block.random.jobs',
  14460.                 => 'block.slider',
  14461.                 => 'block.header.main',
  14462.                 => 'block.header.child',
  14463.                 => 'block.heading',
  14464.                 => 'block.editor',
  14465.                 => 'sonata.block.service.container',
  14466.                 10 => 'sonata.block.service.empty',
  14467.                 11 => 'sonata.block.service.text',
  14468.                 12 => 'sonata.block.service.rss',
  14469.                 13 => 'sonata.block.service.template',
  14470.                 14 => 'sonata.block.service.menu',
  14471.                 15 => 'sonata.admin.block.admin_list',
  14472.                 16 => 'sonata.admin.block.search_result',
  14473.                 17 => 'sonata.admin.block.stats',
  14474.                 18 => 'sonata.admin.block.admin_preview',
  14475.                 19 => 'sonata.seo.block.breadcrumb.homepage',
  14476.             ],
  14477.             'sonata_block.cache_blocks' => [
  14478.                 'by_class' => [
  14479.                 ],
  14480.                 'by_type' => [
  14481.                     'block.footer' => 'sonata.cache.noop',
  14482.                     'block.frontpage.news' => 'sonata.cache.noop',
  14483.                     'block.events.4x1' => 'sonata.cache.noop',
  14484.                     'block.random.jobs' => 'sonata.cache.noop',
  14485.                     'block.slider' => 'sonata.cache.noop',
  14486.                     'block.header.main' => 'sonata.cache.noop',
  14487.                     'block.header.child' => 'sonata.cache.noop',
  14488.                     'block.heading' => 'sonata.cache.noop',
  14489.                     'block.editor' => 'sonata.cache.noop',
  14490.                     'sonata.block.service.container' => 'sonata.cache.noop',
  14491.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  14492.                     'sonata.block.service.text' => 'sonata.cache.noop',
  14493.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  14494.                     'sonata.block.service.template' => 'sonata.cache.noop',
  14495.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  14496.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  14497.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  14498.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  14499.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  14500.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  14501.                 ],
  14502.             ],
  14503.             'sonata_blocks.default_contexts' => [
  14504.             ],
  14505.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  14506.                 'enum' => 'select',
  14507.                 'choice' => 'select',
  14508.                 'boolean' => 'select',
  14509.                 'textarea' => 'textarea',
  14510.                 'html' => 'textarea',
  14511.                 'email' => 'email',
  14512.                 'string' => 'text',
  14513.                 'integer' => 'number',
  14514.                 'float' => 'number',
  14515.                 'currency' => 'number',
  14516.                 'percent' => 'number',
  14517.                 'url' => 'url',
  14518.             ],
  14519.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  14520.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  14521.             'sonata.admin.configuration.templates' => [
  14522.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  14523.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  14524.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  14525.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  14526.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  14527.                 'search' => '@SonataAdmin/Core/search.html.twig',
  14528.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  14529.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  14530.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  14531.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  14532.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  14533.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  14534.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  14535.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  14536.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  14537.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  14538.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  14539.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  14540.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  14541.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  14542.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  14543.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  14544.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  14545.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  14546.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  14547.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  14548.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  14549.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  14550.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  14551.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  14552.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  14553.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  14554.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  14555.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  14556.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  14557.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  14558.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  14559.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  14560.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  14561.                 'form_theme' => [
  14562.                 ],
  14563.                 'filter_theme' => [
  14564.                 ],
  14565.             ],
  14566.             'sonata.admin.configuration.default_admin_services' => [
  14567.                 'model_manager' => NULL,
  14568.                 'data_source' => NULL,
  14569.                 'field_description_factory' => NULL,
  14570.                 'form_contractor' => NULL,
  14571.                 'show_builder' => NULL,
  14572.                 'list_builder' => NULL,
  14573.                 'datagrid_builder' => NULL,
  14574.                 'translator' => NULL,
  14575.                 'configuration_pool' => NULL,
  14576.                 'route_generator' => NULL,
  14577.                 'security_handler' => NULL,
  14578.                 'menu_factory' => NULL,
  14579.                 'route_builder' => NULL,
  14580.                 'label_translator_strategy' => NULL,
  14581.                 'pager_type' => NULL,
  14582.             ],
  14583.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  14584.             'sonata.admin.configuration.dashboard_groups' => [
  14585.             ],
  14586.             'sonata.admin.configuration.dashboard_blocks' => [
  14587.                 => [
  14588.                     'position' => 'left',
  14589.                     'settings' => [
  14590.                     ],
  14591.                     'type' => 'sonata.admin.block.admin_list',
  14592.                     'roles' => [
  14593.                     ],
  14594.                 ],
  14595.             ],
  14596.             'sonata.admin.configuration.sort_admins' => false,
  14597.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  14598.             'sonata.admin.configuration.default_group' => 'default',
  14599.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  14600.             'sonata.admin.configuration.default_translation_domain' => NULL,
  14601.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  14602.             'sonata.admin.configuration.breadcrumbs' => [
  14603.                 'child_admin_route' => 'show',
  14604.             ],
  14605.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  14606.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  14607.             'sonata.admin.configuration.security.information' => [
  14608.             ],
  14609.             'sonata.admin.configuration.security.admin_permissions' => [
  14610.                 => 'CREATE',
  14611.                 => 'LIST',
  14612.                 => 'DELETE',
  14613.                 => 'UNDELETE',
  14614.                 => 'EXPORT',
  14615.                 => 'OPERATOR',
  14616.                 => 'MASTER',
  14617.             ],
  14618.             'sonata.admin.configuration.security.object_permissions' => [
  14619.                 => 'VIEW',
  14620.                 => 'EDIT',
  14621.                 => 'HISTORY',
  14622.                 => 'DELETE',
  14623.                 => 'UNDELETE',
  14624.                 => 'OPERATOR',
  14625.                 => 'MASTER',
  14626.                 => 'OWNER',
  14627.             ],
  14628.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  14629.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  14630.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  14631.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  14632.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  14633.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  14634.             'sonata.admin.extension.map' => [
  14635.             ],
  14636.             'sonata.admin.configuration.filters.persist' => false,
  14637.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  14638.             'sonata.admin.configuration.show.mosaic.button' => true,
  14639.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  14640.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  14641.             'sonata_doctrine_orm_admin.templates' => [
  14642.                 'types' => [
  14643.                     'list' => [
  14644.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  14645.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  14646.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  14647.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  14648.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  14649.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  14650.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  14651.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  14652.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  14653.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  14654.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  14655.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  14656.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  14657.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  14658.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  14659.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  14660.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  14661.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  14662.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  14663.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  14664.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  14665.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  14666.                     ],
  14667.                     'show' => [
  14668.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  14669.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  14670.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  14671.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  14672.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  14673.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  14674.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  14675.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  14676.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14677.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14678.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14679.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  14680.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  14681.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  14682.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  14683.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  14684.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  14685.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  14686.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  14687.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  14688.                     ],
  14689.                 ],
  14690.             ],
  14691.             'sonata.form.form_type' => 'standard',
  14692.             'sonata.seo.config' => [
  14693.                 'title' => 'Berufsreise',
  14694.                 'default' => 'sonata.seo.page.default',
  14695.                 'metas' => [
  14696.                     'name' => [
  14697.                         'keywords' => 'berufsreise, tirol, berufsorientierung, schüler, eltern, lehrer, unternehmen, beruf',
  14698.                         '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.',
  14699.                         'robots' => 'index, follow',
  14700.                         'viewport' => 'width=device-width, initial-scale=1',
  14701.                     ],
  14702.                     'property' => [
  14703.                         'og:site_name' => 'berufsreise.at',
  14704.                         '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!',
  14705.                         'og:title' => 'berufsreise.at',
  14706.                         'og:type' => 'article',
  14707.                         'og:url' => 'https://www.berufsreise.at',
  14708.                         'og:image' => 'https://www.berufsreise.at/static/images/berufsreise-og-image.png',
  14709.                     ],
  14710.                     'http-equiv' => [
  14711.                         'Content-Type' => 'text/html; charset=utf-8',
  14712.                     ],
  14713.                     'charset' => [
  14714.                         'UTF-8' => '',
  14715.                     ],
  14716.                 ],
  14717.                 'head' => [
  14718.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  14719.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  14720.                 ],
  14721.                 'separator' => ' - ',
  14722.                 'title_prefix' => NULL,
  14723.                 'title_suffix' => NULL,
  14724.             ],
  14725.             'event_dispatcher.event_aliases' => [
  14726.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  14727.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  14728.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  14729.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  14730.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  14731.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  14732.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  14733.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  14734.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  14735.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  14736.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  14737.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  14738.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  14739.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  14740.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  14741.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  14742.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  14743.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  14744.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  14745.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  14746.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  14747.             ],
  14748.             'fragment.renderer.hinclude.global_template' => NULL,
  14749.             'fragment.path' => '/_fragment',
  14750.             'kernel.http_method_override' => false,
  14751.             'kernel.trusted_hosts' => [
  14752.             ],
  14753.             'kernel.default_locale' => 'de',
  14754.             'kernel.enabled_locales' => [
  14755.                 => 'de',
  14756.             ],
  14757.             'kernel.error_controller' => 'error_controller',
  14758.             'debug.file_link_format' => NULL,
  14759.             'asset.request_context.base_path' => NULL,
  14760.             'asset.request_context.secure' => NULL,
  14761.             'translator.logging' => false,
  14762.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  14763.             'debug.error_handler.throw_at' => -1,
  14764.             'router.request_context.host' => 'localhost',
  14765.             'router.request_context.scheme' => 'http',
  14766.             'router.request_context.base_url' => '',
  14767.             'router.resource' => 'kernel::loadRoutes',
  14768.             'request_listener.http_port' => 80,
  14769.             'request_listener.https_port' => 443,
  14770.             'session.metadata.storage_key' => '_sf2_meta',
  14771.             'session.storage.options' => [
  14772.                 'cache_limiter' => '0',
  14773.                 'cookie_secure' => 'auto',
  14774.                 'cookie_httponly' => true,
  14775.                 'cookie_samesite' => 'none',
  14776.                 'gc_probability' => 1,
  14777.             ],
  14778.             'session.save_path' => NULL,
  14779.             'session.metadata.update_threshold' => 0,
  14780.             'form.type_extension.csrf.enabled' => true,
  14781.             'form.type_extension.csrf.field_name' => '_token',
  14782.             'validator.translation_domain' => 'validators',
  14783.             'profiler_listener.only_exceptions' => false,
  14784.             'profiler_listener.only_main_requests' => false,
  14785.             'twig.form.resources' => [
  14786.                 => 'form_div_layout.html.twig',
  14787.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  14788.                 => 'bootstrap_3_layout.html.twig',
  14789.                 => '@frontend/form/datepicker.html.twig',
  14790.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  14791.             ],
  14792.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  14793.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  14794.             'web_profiler.debug_toolbar.mode' => 2,
  14795.             'monolog.use_microseconds' => true,
  14796.             'monolog.swift_mailer.handlers' => [
  14797.             ],
  14798.             'monolog.handlers_to_channels' => [
  14799.                 'monolog.handler.console' => [
  14800.                     'type' => 'exclusive',
  14801.                     'elements' => [
  14802.                         => 'event',
  14803.                         => 'doctrine',
  14804.                         => 'console',
  14805.                     ],
  14806.                 ],
  14807.                 'monolog.handler.main' => [
  14808.                     'type' => 'exclusive',
  14809.                     'elements' => [
  14810.                         => 'event',
  14811.                     ],
  14812.                 ],
  14813.             ],
  14814.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  14815.             'security.role_hierarchy.roles' => [
  14816.             ],
  14817.             'security.access.denied_url' => NULL,
  14818.             'security.authentication.manager.erase_credentials' => true,
  14819.             'security.authentication.session_strategy.strategy' => 'migrate',
  14820.             'security.access.always_authenticate_before_granting' => false,
  14821.             'security.authentication.hide_user_not_found' => true,
  14822.             'security.firewalls' => [
  14823.                 => 'dev',
  14824.                 => 'oauth2_api',
  14825.                 => 'admin',
  14826.                 => 'rookie_admin',
  14827.                 => 'shuttle_admin',
  14828.                 => 'rookie_day_admin',
  14829.                 => 'main',
  14830.             ],
  14831.             'overblog_graphql_types.classes_map' => [
  14832.             ],
  14833.             'data_collector.templates' => [
  14834.                 'data_collector.request' => [
  14835.                     => 'request',
  14836.                     => '@WebProfiler/Collector/request.html.twig',
  14837.                 ],
  14838.                 'data_collector.time' => [
  14839.                     => 'time',
  14840.                     => '@WebProfiler/Collector/time.html.twig',
  14841.                 ],
  14842.                 'data_collector.memory' => [
  14843.                     => 'memory',
  14844.                     => '@WebProfiler/Collector/memory.html.twig',
  14845.                 ],
  14846.                 'data_collector.validator' => [
  14847.                     => 'validator',
  14848.                     => '@WebProfiler/Collector/validator.html.twig',
  14849.                 ],
  14850.                 'data_collector.ajax' => [
  14851.                     => 'ajax',
  14852.                     => '@WebProfiler/Collector/ajax.html.twig',
  14853.                 ],
  14854.                 'data_collector.form' => [
  14855.                     => 'form',
  14856.                     => '@WebProfiler/Collector/form.html.twig',
  14857.                 ],
  14858.                 'data_collector.exception' => [
  14859.                     => 'exception',
  14860.                     => '@WebProfiler/Collector/exception.html.twig',
  14861.                 ],
  14862.                 'data_collector.logger' => [
  14863.                     => 'logger',
  14864.                     => '@WebProfiler/Collector/logger.html.twig',
  14865.                 ],
  14866.                 'data_collector.events' => [
  14867.                     => 'events',
  14868.                     => '@WebProfiler/Collector/events.html.twig',
  14869.                 ],
  14870.                 'data_collector.router' => [
  14871.                     => 'router',
  14872.                     => '@WebProfiler/Collector/router.html.twig',
  14873.                 ],
  14874.                 'data_collector.cache' => [
  14875.                     => 'cache',
  14876.                     => '@WebProfiler/Collector/cache.html.twig',
  14877.                 ],
  14878.                 'data_collector.translation' => [
  14879.                     => 'translation',
  14880.                     => '@WebProfiler/Collector/translation.html.twig',
  14881.                 ],
  14882.                 'data_collector.security' => [
  14883.                     => 'security',
  14884.                     => '@Security/Collector/security.html.twig',
  14885.                 ],
  14886.                 'data_collector.twig' => [
  14887.                     => 'twig',
  14888.                     => '@WebProfiler/Collector/twig.html.twig',
  14889.                 ],
  14890.                 'data_collector.doctrine' => [
  14891.                     => 'db',
  14892.                     => '@Doctrine/Collector/db.html.twig',
  14893.                 ],
  14894.                 'data_collector.http_client' => [
  14895.                     => 'http_client',
  14896.                     => '@WebProfiler/Collector/http_client.html.twig',
  14897.                 ],
  14898.                 'doctrine_migrations.migrations_collector' => [
  14899.                     => 'doctrine_migrations',
  14900.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  14901.                 ],
  14902.                 'data_collector.dump' => [
  14903.                     => 'dump',
  14904.                     => '@Debug/Profiler/dump.html.twig',
  14905.                 ],
  14906.                 'fos_elastica.data_collector' => [
  14907.                     => 'elastica',
  14908.                     => '@FOSElastica/Collector/elastica.html.twig',
  14909.                 ],
  14910.                 'data_collector.jms_serializer' => [
  14911.                     => 'jms_serializer',
  14912.                     => '@JMSSerializer/Collector/panel.html.twig',
  14913.                 ],
  14914.                 'Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector' => [
  14915.                     => 'graphql',
  14916.                     => '@OverblogGraphQL/profiler/panel.html.twig',
  14917.                 ],
  14918.                 'sonata.block.data_collector' => [
  14919.                     => 'block',
  14920.                     => '@SonataBlock/Profiler/block.html.twig',
  14921.                 ],
  14922.                 'mailer.data_collector' => [
  14923.                     => 'mailer',
  14924.                     => '@WebProfiler/Collector/mailer.html.twig',
  14925.                 ],
  14926.                 'notifier.data_collector' => [
  14927.                     => 'notifier',
  14928.                     => '@WebProfiler/Collector/notifier.html.twig',
  14929.                 ],
  14930.                 'data_collector.config' => [
  14931.                     => 'config',
  14932.                     => '@WebProfiler/Collector/config.html.twig',
  14933.                 ],
  14934.             ],
  14935.             'console.command.ids' => [
  14936.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand',
  14937.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand',
  14938.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand',
  14939.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand',
  14940.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand',
  14941.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand',
  14942.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand',
  14943.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand',
  14944.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand',
  14945.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand',
  14946.                 10 => 'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand',
  14947.                 11 => 'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand',
  14948.                 12 => 'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand',
  14949.                 13 => 'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand',
  14950.                 14 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand',
  14951.                 15 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand',
  14952.                 16 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand',
  14953.                 17 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand',
  14954.                 18 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand',
  14955.                 19 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand',
  14956.                 20 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand',
  14957.                 21 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand',
  14958.                 22 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand',
  14959.                 23 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand',
  14960.                 24 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand',
  14961.                 25 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand',
  14962.                 26 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand',
  14963.                 27 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand',
  14964.                 28 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand',
  14965.                 29 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand',
  14966.                 30 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand',
  14967.                 31 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand',
  14968.                 32 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand',
  14969.                 33 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand',
  14970.                 34 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand',
  14971.                 35 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand',
  14972.                 36 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizCorrectPointsCommand',
  14973.                 37 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand',
  14974.                 38 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand',
  14975.                 39 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand',
  14976.                 40 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand',
  14977.                 41 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand',
  14978.                 42 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand',
  14979.                 43 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand',
  14980.                 44 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand',
  14981.                 45 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand',
  14982.                 46 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand',
  14983.                 47 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand',
  14984.                 48 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand',
  14985.                 49 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand',
  14986.                 50 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand',
  14987.                 51 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand',
  14988.                 52 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand',
  14989.                 53 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand',
  14990.                 54 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand',
  14991.                 55 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand',
  14992.                 56 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand',
  14993.                 57 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand',
  14994.                 58 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand',
  14995.                 59 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand',
  14996.                 60 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand',
  14997.                 61 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand',
  14998.                 62 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand',
  14999.                 63 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand',
  15000.                 64 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand',
  15001.                 65 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand',
  15002.                 66 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand',
  15003.                 67 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand',
  15004.                 68 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand',
  15005.                 69 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand',
  15006.                 70 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand',
  15007.                 71 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand',
  15008.                 72 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand',
  15009.                 73 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand',
  15010.                 74 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand',
  15011.                 75 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand',
  15012.                 76 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand',
  15013.                 77 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand',
  15014.                 78 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand',
  15015.                 79 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand',
  15016.                 80 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand',
  15017.                 81 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand',
  15018.                 82 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand',
  15019.                 83 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand',
  15020.                 84 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand',
  15021.                 85 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand',
  15022.                 86 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand',
  15023.                 87 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand',
  15024.                 88 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand',
  15025.                 89 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand',
  15026.                 90 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand',
  15027.                 91 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand',
  15028.                 92 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand',
  15029.                 93 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand',
  15030.                 94 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand',
  15031.                 95 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand',
  15032.                 96 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand',
  15033.                 97 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand',
  15034.                 98 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand',
  15035.                 99 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand',
  15036.                 100 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand',
  15037.                 101 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand',
  15038.                 102 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand',
  15039.                 103 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand',
  15040.                 104 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand',
  15041.                 105 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand',
  15042.                 106 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand',
  15043.                 107 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand',
  15044.                 108 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand',
  15045.                 109 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand',
  15046.                 110 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand',
  15047.                 111 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand',
  15048.                 112 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand',
  15049.                 113 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand',
  15050.                 114 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand',
  15051.                 115 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand',
  15052.                 116 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassCodeCommand',
  15053.                 117 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand',
  15054.                 118 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand',
  15055.                 119 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand',
  15056.                 120 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand',
  15057.                 121 => 'console.command.public_alias.sonata.cache.command.flush',
  15058.                 122 => 'console.command.public_alias.sonata.cache.command.flushall',
  15059.                 123 => 'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand',
  15060.                 124 => 'Sonata\\CacheBundle\\Command\\CacheFlushCommand',
  15061.             ],
  15062.         ];
  15063.     }
  15064.     protected function throw($message)
  15065.     {
  15066.         throw new RuntimeException($message);
  15067.     }
  15068. }