var/cache/dev/ContainerX0AqFzh/App_KernelDevDebugContainer.php line 2388

Open in your IDE?
  1. <?php
  2. namespace ContainerX0AqFzh;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'http_kernel' => 'getHttpKernelService',
  48.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  49.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  50.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  51.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  52.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  53.             'markdown.parser' => 'getMarkdown_ParserService',
  54.             'overblog_graphql.cache_compiler' => 'getOverblogGraphql_CacheCompilerService',
  55.             'overblog_graphql.event_listener.classloader_listener' => 'getOverblogGraphql_EventListener_ClassloaderListenerService',
  56.             'request_stack' => 'getRequestStackService',
  57.             'router' => 'getRouterService',
  58.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  59.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  60.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  61.             'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
  62.             'translator' => 'getTranslatorService',
  63.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  64.             'cache_clearer' => 'getCacheClearerService',
  65.             'filesystem' => 'getFilesystemService',
  66.             'serializer' => 'getSerializerService',
  67.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  68.             'form.factory' => 'getForm_FactoryService',
  69.             'form.type.file' => 'getForm_Type_FileService',
  70.             'profiler' => 'getProfilerService',
  71.             'twig' => 'getTwigService',
  72.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  73.             'security.token_storage' => 'getSecurity_TokenStorageService',
  74.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  75.             'session' => 'getSessionService',
  76.             'validator' => 'getValidatorService',
  77.         ];
  78.         $this->fileMap = [
  79.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  80.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  81.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  82.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  83.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  84.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  85.             '.container.private.session' => 'get_Container_Private_SessionService',
  86.             'App\\BackendBundle\\Common\\EventCommonController' => 'getEventCommonControllerService',
  87.             'App\\BackendBundle\\Common\\ProfileCommonController' => 'getProfileCommonControllerService',
  88.             'App\\Controller\\AdminBundle\\AddressCityController' => 'getAddressCityControllerService',
  89.             'App\\Controller\\AdminBundle\\AddressCountryController' => 'getAddressCountryControllerService',
  90.             'App\\Controller\\AdminBundle\\AddressDistrictController' => 'getAddressDistrictControllerService',
  91.             'App\\Controller\\AdminBundle\\AddressStateController' => 'getAddressStateControllerService',
  92.             'App\\Controller\\AdminBundle\\AdminController' => 'getAdminControllerService',
  93.             'App\\Controller\\AdminBundle\\AutoCompleteController' => 'getAutoCompleteControllerService',
  94.             'App\\Controller\\AdminBundle\\BaseBackendController' => 'getBaseBackendControllerService',
  95.             'App\\Controller\\AdminBundle\\BlockController' => 'getBlockControllerService',
  96.             'App\\Controller\\AdminBundle\\BoPartnerProfileController' => 'getBoPartnerProfileControllerService',
  97.             'App\\Controller\\AdminBundle\\BoPartnerProfileNameController' => 'getBoPartnerProfileNameControllerService',
  98.             'App\\Controller\\AdminBundle\\CommonController' => 'getCommonControllerService',
  99.             'App\\Controller\\AdminBundle\\CompanyBenefitController' => 'getCompanyBenefitControllerService',
  100.             'App\\Controller\\AdminBundle\\CompanyCertificateController' => 'getCompanyCertificateControllerService',
  101.             'App\\Controller\\AdminBundle\\CompanyProfileController' => 'getCompanyProfileControllerService',
  102.             'App\\Controller\\AdminBundle\\CompanyProfileNameController' => 'getCompanyProfileNameControllerService',
  103.             'App\\Controller\\AdminBundle\\CompanySizeController' => 'getCompanySizeControllerService',
  104.             'App\\Controller\\AdminBundle\\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\\QuizCategoryController' => 'getQuizCategoryControllerService',
  142.             'App\\Controller\\AdminBundle\\QuizDailyRoutineApprenticeController' => 'getQuizDailyRoutineApprenticeControllerService',
  143.             'App\\Controller\\AdminBundle\\QuizDailyRoutineSchoolPortraitController' => 'getQuizDailyRoutineSchoolPortraitControllerService',
  144.             'App\\Controller\\AdminBundle\\QuizQuestionController' => 'getQuizQuestionControllerService',
  145.             'App\\Controller\\AdminBundle\\RookieDay\\AdminController' => 'getAdminController2Service',
  146.             'App\\Controller\\AdminBundle\\RookieDay\\CSVController' => 'getCSVControllerService',
  147.             'App\\Controller\\AdminBundle\\RookieDay\\CompanyContactController' => 'getCompanyContactControllerService',
  148.             'App\\Controller\\AdminBundle\\RookieDay\\CompanyController' => 'getCompanyControllerService',
  149.             'App\\Controller\\AdminBundle\\RookieDay\\SchoolController' => 'getSchoolControllerService',
  150.             'App\\Controller\\AdminBundle\\RookieDay\\SecurityController' => 'getSecurityControllerService',
  151.             'App\\Controller\\AdminBundle\\RookieDay\\SetupController' => 'getSetupControllerService',
  152.             'App\\Controller\\AdminBundle\\RookieDay\\StudentController' => 'getStudentControllerService',
  153.             'App\\Controller\\AdminBundle\\RookieDay\\VariableController' => 'getVariableControllerService',
  154.             'App\\Controller\\AdminBundle\\Rookie\\AdminController' => 'getAdminController3Service',
  155.             'App\\Controller\\AdminBundle\\Rookie\\AutoCompleteController' => 'getAutoCompleteController2Service',
  156.             'App\\Controller\\AdminBundle\\Rookie\\BookingController' => 'getBookingControllerService',
  157.             'App\\Controller\\AdminBundle\\Rookie\\OfferController' => 'getOfferControllerService',
  158.             'App\\Controller\\AdminBundle\\Rookie\\OfferTsMappingController' => 'getOfferTsMappingControllerService',
  159.             'App\\Controller\\AdminBundle\\Rookie\\ProviderContactController' => 'getProviderContactControllerService',
  160.             'App\\Controller\\AdminBundle\\Rookie\\ProviderController' => 'getProviderController2Service',
  161.             'App\\Controller\\AdminBundle\\Rookie\\ProviderLocationController' => 'getProviderLocationControllerService',
  162.             'App\\Controller\\AdminBundle\\Rookie\\ProviderRegisterTimeController' => 'getProviderRegisterTimeControllerService',
  163.             'App\\Controller\\AdminBundle\\Rookie\\SchoolClassController' => 'getSchoolClassControllerService',
  164.             'App\\Controller\\AdminBundle\\Rookie\\SchoolContactController' => 'getSchoolContactControllerService',
  165.             'App\\Controller\\AdminBundle\\Rookie\\SchoolController' => 'getSchoolController2Service',
  166.             'App\\Controller\\AdminBundle\\Rookie\\SecurityController' => 'getSecurityController2Service',
  167.             'App\\Controller\\AdminBundle\\Rookie\\TimeSlotController' => 'getTimeSlotControllerService',
  168.             'App\\Controller\\AdminBundle\\SchoolAwardsController' => 'getSchoolAwardsControllerService',
  169.             'App\\Controller\\AdminBundle\\SchoolBenefitController' => 'getSchoolBenefitControllerService',
  170.             'App\\Controller\\AdminBundle\\SchoolClassController' => 'getSchoolClassController2Service',
  171.             'App\\Controller\\AdminBundle\\SchoolClassGradeController' => 'getSchoolClassGradeControllerService',
  172.             'App\\Controller\\AdminBundle\\SchoolClassTeachingIdeaController' => 'getSchoolClassTeachingIdeaControllerService',
  173.             'App\\Controller\\AdminBundle\\SchoolClassYearController' => 'getSchoolClassYearControllerService',
  174.             'App\\Controller\\AdminBundle\\SchoolController' => 'getSchoolController3Service',
  175.             'App\\Controller\\AdminBundle\\SchoolDirectorController' => 'getSchoolDirectorControllerService',
  176.             'App\\Controller\\AdminBundle\\SchoolPortraitController' => 'getSchoolPortraitControllerService',
  177.             'App\\Controller\\AdminBundle\\SchoolPortraitEntryController' => 'getSchoolPortraitEntryControllerService',
  178.             'App\\Controller\\AdminBundle\\SchoolProfileController' => 'getSchoolProfileControllerService',
  179.             'App\\Controller\\AdminBundle\\SchoolProfileNameController' => 'getSchoolProfileNameControllerService',
  180.             'App\\Controller\\AdminBundle\\SchoolTeacherController' => 'getSchoolTeacherControllerService',
  181.             'App\\Controller\\AdminBundle\\SchoolTypeController' => 'getSchoolTypeControllerService',
  182.             'App\\Controller\\AdminBundle\\SearchTagController' => 'getSearchTagControllerService',
  183.             'App\\Controller\\AdminBundle\\SectorImageController' => 'getSectorImageControllerService',
  184.             'App\\Controller\\AdminBundle\\SecurityController' => 'getSecurityController3Service',
  185.             'App\\Controller\\AdminBundle\\Shuttle\\AdminController' => 'getAdminController4Service',
  186.             'App\\Controller\\AdminBundle\\Shuttle\\AutoCompleteController' => 'getAutoCompleteController3Service',
  187.             'App\\Controller\\AdminBundle\\Shuttle\\BookingController' => 'getBookingController2Service',
  188.             'App\\Controller\\AdminBundle\\Shuttle\\CSVController' => 'getCSVController2Service',
  189.             'App\\Controller\\AdminBundle\\Shuttle\\CompanyController' => 'getCompanyController2Service',
  190.             'App\\Controller\\AdminBundle\\Shuttle\\CompanyDateMappingsController' => 'getCompanyDateMappingsControllerService',
  191.             'App\\Controller\\AdminBundle\\Shuttle\\DateController' => 'getDateControllerService',
  192.             'App\\Controller\\AdminBundle\\Shuttle\\SecurityController' => 'getSecurityController4Service',
  193.             'App\\Controller\\AdminBundle\\Shuttle\\TourController' => 'getTourControllerService',
  194.             'App\\Controller\\AdminBundle\\Shuttle\\VariableController' => 'getVariableController2Service',
  195.             'App\\Controller\\AdminBundle\\SitesController' => 'getSitesControllerService',
  196.             'App\\Controller\\AdminBundle\\SliderItemController' => 'getSliderItemControllerService',
  197.             'App\\Controller\\AdminBundle\\StatisticsController' => 'getStatisticsControllerService',
  198.             'App\\Controller\\AdminBundle\\SubjectCategoryController' => 'getSubjectCategoryControllerService',
  199.             'App\\Controller\\AdminBundle\\SubjectController' => 'getSubjectControllerService',
  200.             'App\\Controller\\AdminBundle\\SwitchUserController' => 'getSwitchUserControllerService',
  201.             'App\\Controller\\AdminBundle\\TitleController' => 'getTitleControllerService',
  202.             'App\\Controller\\AdminBundle\\VirtualRealityPortraitController' => 'getVirtualRealityPortraitControllerService',
  203.             'App\\Controller\\ApiBundle\\Job\\JobController' => 'getJobController2Service',
  204.             'App\\Controller\\BackendBundle\\ApiController' => 'getApiControllerService',
  205.             'App\\Controller\\BackendBundle\\OAuth2Controller' => 'getOAuth2ControllerService',
  206.             'App\\Controller\\FrontendBundle\\AutoCompleteController' => 'getAutoCompleteController4Service',
  207.             'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileController' => 'getBoPartnerProfileController2Service',
  208.             'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileSelectController' => 'getBoPartnerProfileSelectControllerService',
  209.             'App\\Controller\\FrontendBundle\\BoPartner\\EventController' => 'getEventControllerService',
  210.             'App\\Controller\\FrontendBundle\\CacheController' => 'getCacheControllerService',
  211.             'App\\Controller\\FrontendBundle\\Company\\CompanyProfileController' => 'getCompanyProfileController2Service',
  212.             'App\\Controller\\FrontendBundle\\Company\\CompanyProfileSelectController' => 'getCompanyProfileSelectControllerService',
  213.             'App\\Controller\\FrontendBundle\\Company\\EventController' => 'getEventController2Service',
  214.             'App\\Controller\\FrontendBundle\\DailyRoutinesController' => 'getDailyRoutinesControllerService',
  215.             'App\\Controller\\FrontendBundle\\DirectLinksController' => 'getDirectLinksControllerService',
  216.             'App\\Controller\\FrontendBundle\\Director\\BookingController' => 'getBookingController3Service',
  217.             'App\\Controller\\FrontendBundle\\Director\\SchoolClassController' => 'getSchoolClassController3Service',
  218.             'App\\Controller\\FrontendBundle\\ETerminController' => 'getETerminControllerService',
  219.             'App\\Controller\\FrontendBundle\\Event\\EventController' => 'getEventController3Service',
  220.             'App\\Controller\\FrontendBundle\\Event\\FeedbackController' => 'getFeedbackControllerService',
  221.             'App\\Controller\\FrontendBundle\\FaqController' => 'getFaqControllerService',
  222.             'App\\Controller\\FrontendBundle\\FrontpageController' => 'getFrontpageControllerService',
  223.             'App\\Controller\\FrontendBundle\\Games\\AnschreibenGameController' => 'getAnschreibenGameControllerService',
  224.             'App\\Controller\\FrontendBundle\\Games\\JeopardyGameController' => 'getJeopardyGameControllerService',
  225.             'App\\Controller\\FrontendBundle\\Games\\LebenslaufGameController' => 'getLebenslaufGameControllerService',
  226.             'App\\Controller\\FrontendBundle\\Games\\MemoryGameController' => 'getMemoryGameControllerService',
  227.             'App\\Controller\\FrontendBundle\\Games\\QuizGameController' => 'getQuizGameControllerService',
  228.             'App\\Controller\\FrontendBundle\\Games\\StellenanzeigeGameController' => 'getStellenanzeigeGameControllerService',
  229.             'App\\Controller\\FrontendBundle\\Games\\StellenanzeigeGameOLDController' => 'getStellenanzeigeGameOLDControllerService',
  230.             'App\\Controller\\FrontendBundle\\GeneralController' => 'getGeneralControllerService',
  231.             'App\\Controller\\FrontendBundle\\Ideas\\CompanyIdeasController' => 'getCompanyIdeasControllerService',
  232.             'App\\Controller\\FrontendBundle\\Ideas\\GuidelinesController' => 'getGuidelinesControllerService',
  233.             'App\\Controller\\FrontendBundle\\Ideas\\TeacherIdeasController' => 'getTeacherIdeasControllerService',
  234.             'App\\Controller\\FrontendBundle\\Ideas\\VirtualOffersController' => 'getVirtualOffersControllerService',
  235.             'App\\Controller\\FrontendBundle\\InfoController' => 'getInfoControllerService',
  236.             'App\\Controller\\FrontendBundle\\Job\\JobController' => 'getJobController3Service',
  237.             'App\\Controller\\FrontendBundle\\Job\\JobSectorController' => 'getJobSectorController2Service',
  238.             'App\\Controller\\FrontendBundle\\LowerAustria\\Games\\LowerAustriaMemoryGameController' => 'getLowerAustriaMemoryGameControllerService',
  239.             'App\\Controller\\FrontendBundle\\LowerAustria\\LowerAustriaController' => 'getLowerAustriaControllerService',
  240.             'App\\Controller\\FrontendBundle\\MatomoController' => 'getMatomoControllerService',
  241.             'App\\Controller\\FrontendBundle\\PDFController' => 'getPDFControllerService',
  242.             'App\\Controller\\FrontendBundle\\PasswortForgetController' => 'getPasswortForgetControllerService',
  243.             'App\\Controller\\FrontendBundle\\Registration\\RegisterCodePdfShowController' => 'getRegisterCodePdfShowControllerService',
  244.             'App\\Controller\\FrontendBundle\\Registration\\RegisterGeneralController' => 'getRegisterGeneralControllerService',
  245.             'App\\Controller\\FrontendBundle\\Registration\\RegisterProviderController' => 'getRegisterProviderControllerService',
  246.             'App\\Controller\\FrontendBundle\\Registration\\RegisterTeacherController' => 'getRegisterTeacherControllerService',
  247.             'App\\Controller\\FrontendBundle\\Restricted\\AppointmentsController' => 'getAppointmentsControllerService',
  248.             'App\\Controller\\FrontendBundle\\Restricted\\BookingController' => 'getBookingController4Service',
  249.             'App\\Controller\\FrontendBundle\\Restricted\\BookingEditController' => 'getBookingEditControllerService',
  250.             'App\\Controller\\FrontendBundle\\Restricted\\BookingProposalController' => 'getBookingProposalControllerService',
  251.             'App\\Controller\\FrontendBundle\\Restricted\\BookmarkController' => 'getBookmarkControllerService',
  252.             'App\\Controller\\FrontendBundle\\Restricted\\ContactController' => 'getContactControllerService',
  253.             'App\\Controller\\FrontendBundle\\Restricted\\JobMarketController' => 'getJobMarketControllerService',
  254.             'App\\Controller\\FrontendBundle\\Restricted\\LoginController' => 'getLoginControllerService',
  255.             'App\\Controller\\FrontendBundle\\Restricted\\MediaAndGalleryController' => 'getMediaAndGalleryControllerService',
  256.             'App\\Controller\\FrontendBundle\\Restricted\\NewsController' => 'getNewsController2Service',
  257.             'App\\Controller\\FrontendBundle\\Restricted\\ProviderQuizGameQuestionsController' => 'getProviderQuizGameQuestionsControllerService',
  258.             'App\\Controller\\FrontendBundle\\Restricted\\SettingsController' => 'getSettingsControllerService',
  259.             'App\\Controller\\FrontendBundle\\Restricted\\SwitchRoleController' => 'getSwitchRoleControllerService',
  260.             'App\\Controller\\FrontendBundle\\Restricted\\UserDataController' => 'getUserDataControllerService',
  261.             'App\\Controller\\FrontendBundle\\RookieDay\\CompaniesController' => 'getCompaniesControllerService',
  262.             'App\\Controller\\FrontendBundle\\RookieDay\\FrontpageController' => 'getFrontpageController2Service',
  263.             'App\\Controller\\FrontendBundle\\RookieDay\\RegisterCompanyController' => 'getRegisterCompanyControllerService',
  264.             'App\\Controller\\FrontendBundle\\RookieDay\\RegisterStudentController' => 'getRegisterStudentControllerService',
  265.             'App\\Controller\\FrontendBundle\\Rookie\\FrontpageController' => 'getFrontpageController3Service',
  266.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\FrontpageController' => 'getFrontpageController4Service',
  267.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\OfferController' => 'getOfferController2Service',
  268.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\RegistrationController' => 'getRegistrationControllerService',
  269.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\SearchController' => 'getSearchControllerService',
  270.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\FrontpageController' => 'getFrontpageController5Service',
  271.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\OfferController' => 'getOfferController3Service',
  272.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\RegistrationController' => 'getRegistrationController2Service',
  273.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\SearchController' => 'getSearchController2Service',
  274.             'App\\Controller\\FrontendBundle\\SchoolClass\\BookingController' => 'getBookingController5Service',
  275.             'App\\Controller\\FrontendBundle\\SchoolClass\\DemoSchoolClassController' => 'getDemoSchoolClassControllerService',
  276.             'App\\Controller\\FrontendBundle\\SchoolClass\\FeedbackController' => 'getFeedbackController2Service',
  277.             'App\\Controller\\FrontendBundle\\SchoolClass\\LebenslaufController' => 'getLebenslaufControllerService',
  278.             'App\\Controller\\FrontendBundle\\SchoolClass\\PreparationController' => 'getPreparationControllerService',
  279.             'App\\Controller\\FrontendBundle\\SchoolClass\\TipsController' => 'getTipsControllerService',
  280.             'App\\Controller\\FrontendBundle\\School\\EventController' => 'getEventController4Service',
  281.             'App\\Controller\\FrontendBundle\\School\\InviteTeacherController' => 'getInviteTeacherControllerService',
  282.             'App\\Controller\\FrontendBundle\\School\\SchoolClassController' => 'getSchoolClassController4Service',
  283.             'App\\Controller\\FrontendBundle\\School\\SchoolProfileController' => 'getSchoolProfileController2Service',
  284.             'App\\Controller\\FrontendBundle\\School\\SchoolProfileSelectController' => 'getSchoolProfileSelectControllerService',
  285.             'App\\Controller\\FrontendBundle\\School\\SpecialFieldsController' => 'getSpecialFieldsControllerService',
  286.             'App\\Controller\\FrontendBundle\\SearchController' => 'getSearchController3Service',
  287.             'App\\Controller\\FrontendBundle\\SecurityController' => 'getSecurityController5Service',
  288.             'App\\Controller\\FrontendBundle\\Shuttle\\FrontpageController' => 'getFrontpageController6Service',
  289.             'App\\Controller\\FrontendBundle\\Shuttle\\RegisterController' => 'getRegisterControllerService',
  290.             'App\\Controller\\FrontendBundle\\Shuttle\\TourController' => 'getTourController2Service',
  291.             'App\\Controller\\FrontendBundle\\SiteMapController' => 'getSiteMapControllerService',
  292.             'App\\Controller\\FrontendBundle\\SwitchUserController' => 'getSwitchUserController2Service',
  293.             'App\\Controller\\FrontendBundle\\Teacher\\BookingController' => 'getBookingController6Service',
  294.             'App\\Controller\\FrontendBundle\\Teacher\\OrderFolderController' => 'getOrderFolderControllerService',
  295.             'App\\Controller\\FrontendBundle\\Teacher\\SchoolClassController' => 'getSchoolClassController5Service',
  296.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  297.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  298.             'Overblog\\GraphQLBundle\\Command\\CompileCommand' => 'getCompileCommandService',
  299.             'Overblog\\GraphQLBundle\\Command\\DebugCommand' => 'getDebugCommandService',
  300.             'Overblog\\GraphQLBundle\\Command\\GraphQLDumpSchemaCommand' => 'getGraphQLDumpSchemaCommandService',
  301.             'Overblog\\GraphQLBundle\\Command\\ValidateCommand' => 'getValidateCommandService',
  302.             'Overblog\\GraphQLBundle\\Controller\\GraphController' => 'getGraphControllerService',
  303.             'Overblog\\GraphQLBundle\\Controller\\ProfilerController' => 'getProfilerController2Service',
  304.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Mutation\\MutationFieldQuery' => 'getMutationFieldQueryService',
  305.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\GlobalIdFieldQuery' => 'getGlobalIdFieldQueryService',
  306.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\NodeFieldQuery' => 'getNodeFieldQueryService',
  307.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\PluralIdentifyingRootFieldQuery' => 'getPluralIdentifyingRootFieldQueryService',
  308.             'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand' => 'getCacheFlushAllCommandService',
  309.             'Sonata\\CacheBundle\\Command\\CacheFlushCommand' => 'getCacheFlushCommandService',
  310.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  311.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  312.             'block.editor' => 'getBlock_EditorService',
  313.             'block.events.4x1' => 'getBlock_Events_4x1Service',
  314.             'block.footer' => 'getBlock_FooterService',
  315.             'block.frontpage.news' => 'getBlock_Frontpage_NewsService',
  316.             'block.header.child' => 'getBlock_Header_ChildService',
  317.             'block.header.main' => 'getBlock_Header_MainService',
  318.             'block.heading' => 'getBlock_HeadingService',
  319.             'block.random.jobs' => 'getBlock_Random_JobsService',
  320.             'block.slider' => 'getBlock_SliderService',
  321.             'cache.app_clearer' => 'getCache_AppClearerService',
  322.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  323.             'cache.system_clearer' => 'getCache_SystemClearerService',
  324.             'cache_warmer' => 'getCacheWarmerService',
  325.             'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand' => 'getAddDemoSchoolClassCommandService',
  326.             'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand' => 'getAddressCityLatLonCommandService',
  327.             'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand' => 'getAddressLatLonCommandService',
  328.             'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand' => 'getAppointmentPointsCommandService',
  329.             'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand' => 'getAssignSchoolClassStatusCommandService',
  330.             'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand' => 'getAssignTeachersToSchoolClassesCommandService',
  331.             'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand' => 'getBoMapCommandService',
  332.             'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand' => 'getCreateTeacherInvitationsCommandService',
  333.             'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand' => 'getDeleteMultipleMappingsCommandService',
  334.             'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand' => 'getDeleteNonexistantMediaCommandService',
  335.             'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand' => 'getEventTagsCommandService',
  336.             'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand' => 'getMailTemplateTestCommandService',
  337.             'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand' => 'getNewsReminderCommandService',
  338.             'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand' => 'getShuttleSchoolsCommandService',
  339.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand' => 'getTestImportBoPartnerProfileCommandService',
  340.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand' => 'getTestImportEventsCommandService',
  341.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand' => 'getTestImportSchoolProfileCommandService',
  342.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand' => 'getBicImportCleanupCommandService',
  343.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand' => 'getBicImportJobEduPathCommandService',
  344.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand' => 'getBicImportJobExpertTermsCommandService',
  345.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand' => 'getBicImportJobLinksCommandService',
  346.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand' => 'getBicImportJobRedirectsCommandService',
  347.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand' => 'getBicImportJobRemoveTextCommandService',
  348.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand' => 'getBicImportJobSectorsCommandService',
  349.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand' => 'getBicImportJobWorkFieldsCommandService',
  350.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand' => 'getBicImportJobsCommandService',
  351.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand' => 'getBicImportRequirementMappingCommandService',
  352.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand' => 'getBicImportRequirementTypesCommandService',
  353.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand' => 'getBicImportRequirementsCommandService',
  354.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand' => 'getBicImportSchoolCommandService',
  355.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand' => 'getBicImportSchoolJobsCommandService',
  356.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand' => 'getBicJobDifferencesCommandService',
  357.             'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand' => 'getProfilesWebsiteCommandService',
  358.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand' => 'getCompanyImportCleanCommandService',
  359.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand' => 'getCompanyImportCommandService',
  360.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand' => 'getCompanyProfileInterestFieldCommandService',
  361.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand' => 'getGameQuizQuestionsImportCommandService',
  362.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand' => 'getQuizGameGeneralImportCommandService',
  363.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand' => 'getQuizGameJobImportCommandService',
  364.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand' => 'getQuizGameJobUpdateCommandService',
  365.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand' => 'getSchoolClassGameHistoryCommandService',
  366.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand' => 'getSchoolClassGameTrophyCommandService',
  367.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand' => 'getJobChangeInterestFieldCommandService',
  368.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand' => 'getJobExpiredRedirectsCommandService',
  369.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand' => 'getJobRemoveCommandService',
  370.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand' => 'getJobReplaceRedirectCommandService',
  371.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand' => 'getJobSalaryAmsCommandService',
  372.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand' => 'getJobSalaryImportCommandService',
  373.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand' => 'getJobSalaryUpdateCommandService',
  374.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand' => 'getJobsImportAmsCommandService',
  375.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand' => 'getJobsImportPicturesCommandService',
  376.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand' => 'getJobsInterestFieldCommandService',
  377.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand' => 'getJobsSchoolSubjectCommandService',
  378.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand' => 'getCopyImagesCommandService',
  379.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand' => 'getImportImagesCommandService',
  380.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand' => 'getAppointmentsCommandService',
  381.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand' => 'getBoContactsCommandService',
  382.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand' => 'getBoLocationCommandService',
  383.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand' => 'getBoProfileCommandService',
  384.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand' => 'getBoProfileMappingCommandService',
  385.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand' => 'getBookingCommandService',
  386.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand' => 'getBookingPersonCountCommandService',
  387.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand' => 'getBookingProposalCommandService',
  388.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand' => 'getCompanyLocationCommandService',
  389.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand' => 'getCompanyProfileBenefitCommandService',
  390.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand' => 'getCompanyProfileCertificatesCommandService',
  391.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand' => 'getCompanyProfileCommandService',
  392.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand' => 'getCompanyProfileContactsCommandService',
  393.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand' => 'getCompanyProfileJobMappingCommandService',
  394.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand' => 'getCompanyProfileMappingCommandService',
  395.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand' => 'getCompanyProfileSectorsCommandService',
  396.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand' => 'getCompanyProfileVacancyCommandService',
  397.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand' => 'getEventFeedbackAnswerCommandService',
  398.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand' => 'getEventFeedbackCommandService',
  399.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand' => 'getEventJobMappingCommandService',
  400.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand' => 'getEventsCommandService',
  401.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand' => 'getGalleryOwnerCommandService',
  402.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand' => 'getGameQuizQuestionCommandService',
  403.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand' => 'getJobDailyRoutineCommandService',
  404.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand' => 'getJobDailyRoutineEntryCommandService',
  405.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand' => 'getJobVideoMappingCommandService',
  406.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand' => 'getJobsImagesCommandService',
  407.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand' => 'getMediaCommandService',
  408.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand' => 'getMediaGalleryCommandService',
  409.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand' => 'getMediaGalleryMediaCommandService',
  410.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand' => 'getMediaOwnerCommandService',
  411.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand' => 'getNewsCommandService',
  412.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand' => 'getNewsMessagesCommandService',
  413.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand' => 'getSchoolClassCustomSpecialFieldMappingCommandService',
  414.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand' => 'getSchoolClassTeachersCommandService',
  415.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand' => 'getSchoolClassesCommandService',
  416.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand' => 'getSchoolCommandService',
  417.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand' => 'getSchoolContactsCommandService',
  418.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand' => 'getSchoolCustomSpecialFieldCommandService',
  419.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand' => 'getSchoolCustomSpecialFieldMappingsCommandService',
  420.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand' => 'getSchoolDirectorMappingCommandService',
  421.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand' => 'getSchoolLocationCommandService',
  422.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand' => 'getSchoolProfileBenefitCommandService',
  423.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand' => 'getSchoolProfileCommandService',
  424.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand' => 'getSchoolProfileJobMappingCommandService',
  425.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand' => 'getSchoolTeacherMappingCommandService',
  426.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand' => 'getUserLoginCommandService',
  427.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand' => 'getUserNamesCommandService',
  428.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand' => 'getUserTitlesCommandService',
  429.             'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand' => 'getTransferContactsCommandService',
  430.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand' => 'getDeleteOffersCommandService',
  431.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand' => 'getDeleteOldBookingsCommandService',
  432.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand' => 'getDeleteProvidersCommandService',
  433.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand' => 'getMailConfirmationCommandService',
  434.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand' => 'getMailTemplateTestCommand2Service',
  435.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand' => 'getOfferLimitCommandService',
  436.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand' => 'getProviderAddressImportCommandService',
  437.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand' => 'getProviderImportCommandService',
  438.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand' => 'getSchoolBMFImportCommandService',
  439.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand' => 'getSchoolClassArchiveCommandService',
  440.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand' => 'getSchoolClassPTSArchiveCommandService',
  441.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand' => 'getSchoolClassUpgradeCommandService',
  442.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand' => 'getSchoolImportCommandService',
  443.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand' => 'getSchoolInterestFieldsCommandService',
  444.             'console.command.public_alias.sonata.cache.command.flush' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushService',
  445.             'console.command.public_alias.sonata.cache.command.flushall' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushallService',
  446.             'console.command_loader' => 'getConsole_CommandLoaderService',
  447.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  448.             'error_controller' => 'getErrorControllerService',
  449.             'jms_serializer' => 'getJmsSerializerService',
  450.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  451.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  452.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  453.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  454.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  455.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  456.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  457.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  458.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  459.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  460.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  461.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  462.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  463.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  464.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  465.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  466.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  467.             'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService',
  468.             'overblog_graphql.access_resolver' => 'getOverblogGraphql_AccessResolverService',
  469.             'overblog_graphql.arguments_transformer' => 'getOverblogGraphql_ArgumentsTransformerService',
  470.             'overblog_graphql.mutation_resolver' => 'getOverblogGraphql_MutationResolverService',
  471.             'overblog_graphql.query_resolver' => 'getOverblogGraphql_QueryResolverService',
  472.             'overblog_graphql.react.promise_adapter' => 'getOverblogGraphql_React_PromiseAdapterService',
  473.             'overblog_graphql.request_batch_parser' => 'getOverblogGraphql_RequestBatchParserService',
  474.             'overblog_graphql.request_executor' => 'getOverblogGraphql_RequestExecutorService',
  475.             'overblog_graphql.request_parser' => 'getOverblogGraphql_RequestParserService',
  476.             'overblog_graphql.type_resolver' => 'getOverblogGraphql_TypeResolverService',
  477.             'routing.loader' => 'getRouting_LoaderService',
  478.             'services_resetter' => 'getServicesResetterService',
  479.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  480.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  481.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  482.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  483.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  484.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  485.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  486.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  487.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  488.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  489.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  490.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  491.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  492.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  493.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  494.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  495.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  496.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  497.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  498.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  499.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  500.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  501.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  502.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  503.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  504.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  505.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  506.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  507.             'sonata.cache.orm.event_subscriber.default' => 'getSonata_Cache_Orm_EventSubscriber_DefaultService',
  508.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  509.             'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService',
  510.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  511.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  512.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  513.         ];
  514.         $this->aliases = [
  515.             'App\\Kernel' => 'kernel',
  516.             'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
  517.             'database_connection' => 'doctrine.dbal.default_connection',
  518.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  519.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  520.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  521.             'sonata.seo.page' => 'sonata.seo.page.default',
  522.         ];
  523.         $this->privates['service_container'] = function () {
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  530.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  539.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/AddressHelper.php';
  540.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/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/MediaHelper.php';
  549.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/IdGenerator.php';
  550.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/YoutubeGenerator.php';
  551.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/ReferenceGenerator.php';
  552.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MqttHelper.php';
  553.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/RegisterHelper.php';
  554.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SchoolHelper.php';
  555.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchIndexHelper.php';
  556.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchTagHelper.php';
  557.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SecurityHelper.php';
  558.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/TitleHelper.php';
  559.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/UserHelper.php';
  560.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MenuHelper.php';
  561.             include_once \dirname(__DIR__4).'/src/Services/JobService.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  570.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  581.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  600.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  606.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  617.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerTrait.php';
  618.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/AbstractLogger.php';
  619.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  622.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Client.php';
  623.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  624.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Index.php';
  626.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  627.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  629.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  631.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  634.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  636.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  637.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  638.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  639.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  642.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  643.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  645.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  647.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  648.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  649.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  652.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  654.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  656.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  658.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  659.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  661.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  662.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  663.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  664.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/DataCollector/GraphQLCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/EventListener/ClassLoaderListener.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  672.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  673.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  674.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  677.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  682.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  684.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  687.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  691.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  693.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  694.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  698.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  699.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  700.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  702.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  704.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  705.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  706.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  708.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  709.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  710.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  711.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  712.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  713.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  714.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  715.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  716.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/CanonicalizeRuntime.php';
  717.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  780.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  781.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  782.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  783.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  820.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  824.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  825.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  826.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  827.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  830.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  831.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  832.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  833.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  876.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  886.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  887.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  888.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  889.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  890.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  891.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  892.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGenerator.php';
  893.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeBuilder.php';
  894.             include_once \dirname(__DIR__4).'/vendor/murtukov/php-code-generator/src/ConverterInterface.php';
  895.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/Converter/ExpressionConverter.php';
  896.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionLanguage.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunction.php';
  898.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction.php';
  899.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Call.php';
  900.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Parameter.php';
  901.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Service.php';
  902.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Arguments.php';
  903.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/IsTypeOf.php';
  904.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Mutation.php';
  905.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Query.php';
  906.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/FromGlobalID.php';
  907.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/GlobalID.php';
  908.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/IdFetcherCallback.php';
  909.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/MutateAndGetPayloadCallback.php';
  910.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/ResolveSingleInputCallback.php';
  911.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Resolver.php';
  912.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/NewObject.php';
  913.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php';
  914.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyPermission.php';
  915.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyRole.php';
  916.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasPermission.php';
  917.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasRole.php';
  918.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAnonymous.php';
  919.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAuthenticated.php';
  920.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsFullyAuthenticated.php';
  921.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsGranted.php';
  922.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsRememberMe.php';
  923.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGeneratorOptions.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  929.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  946.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  948.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  949.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  950.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  951.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  952.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  956.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  957.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/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/AbstractExtension.php';
  960.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  962.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  963.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  964.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  965.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  966.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  967.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  968.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  969.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  971.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  998.             include_once \dirname(__DIR__4).'/src/Twig/AssetExistsExtension.php';
  999.             include_once \dirname(__DIR__4).'/src/Twig/DateHelpersExtension.php';
  1000.             include_once \dirname(__DIR__4).'/src/Twig/EventExtension.php';
  1001.             include_once \dirname(__DIR__4).'/src/Twig/FrontendLinkExtensions.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1003.             include_once \dirname(__DIR__4).'/src/Twig/GlobalExtension.php';
  1004.             include_once \dirname(__DIR__4).'/src/Twig/HTMLHelpersExtension.php';
  1005.             include_once \dirname(__DIR__4).'/src/Twig/JsonDecodeExtension.php';
  1006.             include_once \dirname(__DIR__4).'/src/Twig/MathExtension.php';
  1007.             include_once \dirname(__DIR__4).'/src/Twig/MediaExtensions.php';
  1008.             include_once \dirname(__DIR__4).'/src/Twig/VersionExtensions.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1054.         };
  1055.     }
  1056.     public function compile(): void
  1057.     {
  1058.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1059.     }
  1060.     public function isCompiled(): bool
  1061.     {
  1062.         return true;
  1063.     }
  1064.     public function getRemovedIds(): array
  1065.     {
  1066.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1067.     }
  1068.     protected function load($file$lazyLoad true)
  1069.     {
  1070.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1071.             return $class::do($this$lazyLoad);
  1072.         }
  1073.         if ('.' === $file[-4]) {
  1074.             $class substr($class0, -4);
  1075.         } else {
  1076.             $file .= '.php';
  1077.         }
  1078.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1079.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1080.     }
  1081.     protected function createProxy($class\Closure $factory)
  1082.     {
  1083.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1084.         return $factory();
  1085.     }
  1086.     /**
  1087.      * Gets the public '.container.private.filesystem' shared service.
  1088.      *
  1089.      * @return \Symfony\Component\Filesystem\Filesystem
  1090.      */
  1091.     protected function get_Container_Private_FilesystemService()
  1092.     {
  1093.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1094.     }
  1095.     /**
  1096.      * Gets the public '.container.private.profiler' shared service.
  1097.      *
  1098.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1099.      */
  1100.     protected function get_Container_Private_ProfilerService()
  1101.     {
  1102.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1103.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1104.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1105.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1106.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1107.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1108.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1109.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1110.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1111.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1112.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1113.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1114.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1115.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1116.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1117.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1118.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1119.         $d->addInstance('graphql.cache', ($this->privates['.graphql.cache.inner'] ?? $this->get_Graphql_Cache_InnerService()));
  1120.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1121.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1122.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1123.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1124.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1125.         if ($this->has('kernel')) {
  1126.             $f->setKernel($b);
  1127.         }
  1128.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1129.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1130.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1131.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1132.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1133.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1134.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1135.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1136.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1137.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1138.         $instance->add($d);
  1139.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1140.         $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));
  1141.         $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())));
  1142.         $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([])))));
  1143.         $instance->add($e);
  1144.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1145.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1146.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1147.         $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()))));
  1148.         $instance->add(($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector())));
  1149.         $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']));
  1150.         $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()))));
  1151.         $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()))));
  1152.         $instance->add($f);
  1153.         return $instance;
  1154.     }
  1155.     /**
  1156.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1157.      *
  1158.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1159.      */
  1160.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1161.     {
  1162.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1163.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1164.             return $this->services['.container.private.security.authorization_checker'];
  1165.         }
  1166.         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);
  1167.     }
  1168.     /**
  1169.      * Gets the public '.container.private.security.token_storage' shared service.
  1170.      *
  1171.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1172.      */
  1173.     protected function get_Container_Private_Security_TokenStorageService()
  1174.     {
  1175.         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, [
  1176.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1177.         ], [
  1178.             'request_stack' => '?',
  1179.         ]));
  1180.     }
  1181.     /**
  1182.      * Gets the public '.container.private.twig' shared service.
  1183.      *
  1184.      * @return \Twig\Environment
  1185.      */
  1186.     protected function get_Container_Private_TwigService()
  1187.     {
  1188.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1189.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1190.         $a->addPath((\dirname(__DIR__4).'/templates/frontend'), 'frontend');
  1191.         $a->addPath((\dirname(__DIR__4).'/templates/backend'), 'backend');
  1192.         $a->addPath((\dirname(__DIR__4).'/templates/admin'), 'admin');
  1193.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1194.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1195.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1196.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1197.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1198.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1199.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1200.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1201.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1202.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1203.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1204.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1205.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1206.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1207.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), 'OverblogGraphQL');
  1208.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), '!OverblogGraphQL');
  1209.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), 'OverblogGraphiQL');
  1210.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), '!OverblogGraphiQL');
  1211.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1212.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1213.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1214.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1215.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1216.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1217.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), 'SonataForm');
  1218.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), '!SonataForm');
  1219.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  1220.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1221.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1222.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1223.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1224.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1225.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1226.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1227.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1228.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1229.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1230.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1231.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1232.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1233.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1234.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1235.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1236.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1237.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1238.         $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 () {
  1239.             return new \EmptyIterator();
  1240.         }, 0));
  1241.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1242.         $h = ($this->services['router'] ?? $this->getRouterService());
  1243.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1244.         $j = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  1245.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  1246.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  1247.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  1248.         $j->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  1249.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  1250.         $k = new \Knp\Menu\Util\MenuManipulator();
  1251.         $l = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1252.         $m = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1253.         $m->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1254.         $n = new \Symfony\Bridge\Twig\AppVariable();
  1255.         $n->setEnvironment('dev');
  1256.         $n->setDebug(true);
  1257.         if ($this->has('.container.private.security.token_storage')) {
  1258.             $n->setTokenStorage($i);
  1259.         }
  1260.         if ($this->has('request_stack')) {
  1261.             $n->setRequestStack($d);
  1262.         }
  1263.         $o = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1264.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1266.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1267.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1268.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1269.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1270.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1271.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1272.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1273.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1274.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$h)));
  1275.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1276.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1277.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1278.         $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())));
  1279.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1280.         $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)));
  1281.         $instance->addExtension(new \App\Twig\AssetExistsExtension(\dirname(__DIR__4)));
  1282.         $instance->addExtension(new \App\Twig\DateHelpersExtension());
  1283.         $instance->addExtension(new \App\Twig\EventExtension(($this->privates['App\\BackendBundle\\Helper\\EventHelper'] ?? $this->getEventHelperService())));
  1284.         $instance->addExtension(new \App\Twig\FrontendLinkExtensions($this->getEnv('FRONTEND_DOMAIN')));
  1285.         $instance->addExtension(new \App\Twig\GlobalExtension());
  1286.         $instance->addExtension(new \App\Twig\HTMLHelpersExtension());
  1287.         $instance->addExtension(new \App\Twig\JsonDecodeExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1288.         $instance->addExtension(new \App\Twig\MathExtension());
  1289.         $instance->addExtension(new \App\Twig\MediaExtensions(($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService())));
  1290.         $instance->addExtension(new \App\Twig\VersionExtensions());
  1291.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1292.         $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)))));
  1293.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1294.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($j));
  1295.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1296.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1297.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1298.         ], [
  1299.             'list' => '?',
  1300.             'twig' => '?',
  1301.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $k$l), $l$k));
  1302.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  1303.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1304.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1305.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1306.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1307.         $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()))));
  1308.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1309.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1310.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1311.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1312.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1313.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  1314.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1315.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($m));
  1316.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1317.         $instance->addGlobal('app'$n);
  1318.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1319.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1320.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  1321.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1322.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1323.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1324.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1325.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1326.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1327.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1328.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1329.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1330.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1331.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'false],
  1332.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1333.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1334.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1335.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1336.         ], [
  1337.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1338.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  1339.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1340.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1341.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1342.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1343.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1344.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1345.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1346.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1347.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1348.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1349.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  1350.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1351.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1352.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1353.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1354.         ])));
  1355.         $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']));
  1356.         $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]));
  1357.         $instance->registerUndefinedFilterCallback([=> $o=> 'suggestFilter']);
  1358.         $instance->registerUndefinedFunctionCallback([=> $o=> 'suggestFunction']);
  1359.         $instance->registerUndefinedTokenParserCallback([=> $o=> 'suggestTag']);
  1360.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1361.         return $instance;
  1362.     }
  1363.     /**
  1364.      * Gets the public '.container.private.validator' shared service.
  1365.      *
  1366.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1367.      */
  1368.     protected function get_Container_Private_ValidatorService()
  1369.     {
  1370.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1371.         if (isset($this->services['.container.private.validator'])) {
  1372.             return $this->services['.container.private.validator'];
  1373.         }
  1374.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1375.     }
  1376.     /**
  1377.      * Gets the public 'cache.app' shared service.
  1378.      *
  1379.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1380.      */
  1381.     protected function getCache_AppService()
  1382.     {
  1383.         $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))));
  1384.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1385.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1386.     }
  1387.     /**
  1388.      * Gets the public 'cache.system' shared service.
  1389.      *
  1390.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1391.      */
  1392.     protected function getCache_SystemService()
  1393.     {
  1394.         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())));
  1395.     }
  1396.     /**
  1397.      * Gets the public 'cache.validator_expression_language' shared service.
  1398.      *
  1399.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1400.      */
  1401.     protected function getCache_ValidatorExpressionLanguageService()
  1402.     {
  1403.         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())));
  1404.     }
  1405.     /**
  1406.      * Gets the public 'data_collector.dump' shared service.
  1407.      *
  1408.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1409.      */
  1410.     protected function getDataCollector_DumpService()
  1411.     {
  1412.         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()));
  1413.     }
  1414.     /**
  1415.      * Gets the public 'doctrine' shared service.
  1416.      *
  1417.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1418.      */
  1419.     protected function getDoctrineService()
  1420.     {
  1421.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1422.     }
  1423.     /**
  1424.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1425.      *
  1426.      * @return \Doctrine\DBAL\Connection
  1427.      */
  1428.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1429.     {
  1430.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1431.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1432.             return $this->services['doctrine.dbal.default_connection'];
  1433.         }
  1434.         $b = new \Doctrine\DBAL\Configuration();
  1435.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1436.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1437.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1438.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1439.         $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))));
  1440.         $d->setConnectionName('default');
  1441.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1442.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1443.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('DATABASE_URL'), 'charset' => 'utf8mb4''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1444.     }
  1445.     /**
  1446.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1447.      *
  1448.      * @return \Doctrine\ORM\EntityManager
  1449.      */
  1450.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1451.     {
  1452.         if ($lazyLoad) {
  1453.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1454.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1455.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1456.                     $proxy->setProxyInitializer(null);
  1457.                     return true;
  1458.                 });
  1459.             });
  1460.         }
  1461.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1477.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1478.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1479.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1481.         $a = new \Doctrine\ORM\Configuration();
  1482.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1483.         $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)));
  1484.         $b->addDriver(($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService()), 'App\\Entity');
  1485.         $b->addDriver($c'App\\AdminBundle\\Entity');
  1486.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1487.         $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');
  1488.         $a->setEntityNamespaces(['App' => 'App\\Entity''AdminBundle' => 'App\\AdminBundle\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1489.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1490.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1491.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1492.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1493.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1494.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1495.         ], [
  1496.             'doctrine.ulid_generator' => '?',
  1497.             'doctrine.uuid_generator' => '?',
  1498.         ])));
  1499.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1500.         $a->setProxyNamespace('Proxies');
  1501.         $a->setAutoGenerateProxyClasses(false);
  1502.         $a->setSchemaIgnoreClasses([]);
  1503.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1504.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1505.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1506.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1507.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1508.         $a->setLazyGhostObjectEnabled(false);
  1509.         $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, [], [])))));
  1510.         $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()));
  1511.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1512.         return $instance;
  1513.     }
  1514.     /**
  1515.      * Gets the public 'event_dispatcher' shared service.
  1516.      *
  1517.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1518.      */
  1519.     protected function getEventDispatcherService()
  1520.     {
  1521.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1522.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1523.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1524.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1525.         $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())));
  1526.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1527.             return ($this->privates['oauth2.authorization.requst.listener'] ?? $this->load('getOauth2_Authorization_Requst_ListenerService'));
  1528.         }, => 'resolve'], 0);
  1529.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [=> function () {
  1530.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1531.         }, => 'onPostIndexPopulate'], -9999);
  1532.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1533.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1534.         }, => 'onAuthorizationRequest'], 1024);
  1535.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> function () {
  1536.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1537.         }, => '__invoke'], 0);
  1538.         $instance->addListener('graphql.error_formatting', [=> function () {
  1539.             return ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] ?? ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] = new \Overblog\GraphQLBundle\Validator\Formatter()));
  1540.         }, => 'onErrorFormatting'], 0);
  1541.         $instance->addListener('graphql.executor.context', [=> function () {
  1542.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\RequestFilesListener'] ?? $this->load('getRequestFilesListenerService'));
  1543.         }, => 'onExecutorContextEvent'], 0);
  1544.         $instance->addListener('graphql.type_loaded', [=> function () {
  1545.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\TypeDecoratorListener'] ?? $this->load('getTypeDecoratorListenerService'));
  1546.         }, => 'onTypeLoaded'], 0);
  1547.         $instance->addListener('graphql.error_formatting', [=> function () {
  1548.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] ?? ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] = new \Overblog\GraphQLBundle\EventListener\ValidationErrorsListener()));
  1549.         }, => 'onErrorFormatting'], 0);
  1550.         $instance->addListener('graphql.post_executor', [=> function () {
  1551.             return ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector()));
  1552.         }, => 'onPostExecutor'], 0);
  1553.         $instance->addListener('graphql.post_executor', [=> function () {
  1554.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ErrorHandlerListener'] ?? $this->load('getErrorHandlerListenerService'));
  1555.         }, => 'onPostExecutor'], 0);
  1556.         $instance->addListener('kernel.request', [=> function () {
  1557.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1558.         }, => 'load'], 255);
  1559.         $instance->addListener('console.command', [=> function () {
  1560.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1561.         }, => 'load'], 255);
  1562.         $instance->addListener('kernel.response', [=> function () {
  1563.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  1564.         }, => 'onKernelResponse'], 0);
  1565.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  1566.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  1567.         }, => 'onBlock'], 0);
  1568.         $instance->addListener('kernel.controller', [=> function () {
  1569.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1570.         }, => 'onKernelController'], 0);
  1571.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1572.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1573.         }, => 'checkPassport'], 1024);
  1574.         $instance->addListener('kernel.response', [=> function () {
  1575.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1576.         }, => 'onKernelResponse'], 0);
  1577.         $instance->addListener('kernel.response', [=> function () {
  1578.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1579.         }, => 'onKernelResponse'], 0);
  1580.         $instance->addListener('kernel.response', [=> function () {
  1581.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1582.         }, => 'onKernelResponse'], 0);
  1583.         $instance->addListener('kernel.response', [=> function () {
  1584.             return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  1585.         }, => 'onKernelResponse'], 0);
  1586.         $instance->addListener('kernel.response', [=> function () {
  1587.             return ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
  1588.         }, => 'onKernelResponse'], 0);
  1589.         $instance->addListener('knp_pager.items', [=> function () {
  1590.             return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  1591.         }, => 'items'], 1);
  1592.         $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [=> function () {
  1593.             return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  1594.         }, => 'filterObjects'], 0);
  1595.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1596.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1597.         }, => 'checkPassport'], 256);
  1598.         $instance->addListener('kernel.controller', [=> function () {
  1599.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1600.         }, => 'onKernelController'], 0);
  1601.         $instance->addListener('kernel.controller', [=> function () {
  1602.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1603.         }, => 'onKernelController'], 0);
  1604.         $instance->addListener('kernel.controller', [=> function () {
  1605.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1606.         }, => 'onKernelController'], -128);
  1607.         $instance->addListener('kernel.view', [=> function () {
  1608.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1609.         }, => 'onKernelView'], 0);
  1610.         $instance->addListener('kernel.controller', [=> function () {
  1611.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1612.         }, => 'onKernelController'], 0);
  1613.         $instance->addListener('kernel.response', [=> function () {
  1614.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1615.         }, => 'onKernelResponse'], 0);
  1616.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1617.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1618.         }, => 'onKernelControllerArguments'], 0);
  1619.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1620.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1621.         }, => 'onKernelControllerArguments'], 0);
  1622.         $instance->addListener('kernel.controller', [=> function () {
  1623.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1624.         }, => 'onKernelController'], 0);
  1625.         $instance->addListener('kernel.response', [=> function () {
  1626.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1627.         }, => 'onKernelResponse'], 0);
  1628.         $instance->addListener('kernel.response', [=> function () {
  1629.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1630.         }, => 'onKernelResponse'], -1024);
  1631.         $instance->addListener('kernel.request', [=> function () {
  1632.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1633.         }, => 'setDefaultLocale'], 100);
  1634.         $instance->addListener('kernel.request', [=> function () {
  1635.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1636.         }, => 'onKernelRequest'], 16);
  1637.         $instance->addListener('kernel.finish_request', [=> function () {
  1638.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1639.         }, => 'onKernelFinishRequest'], 0);
  1640.         $instance->addListener('kernel.request', [=> function () {
  1641.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1642.         }, => 'onKernelRequest'], 256);
  1643.         $instance->addListener('kernel.response', [=> function () {
  1644.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1645.         }, => 'onResponse'], -255);
  1646.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1647.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1648.         }, => 'onControllerArguments'], 0);
  1649.         $instance->addListener('kernel.exception', [=> function () {
  1650.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1651.         }, => 'logKernelException'], 0);
  1652.         $instance->addListener('kernel.exception', [=> function () {
  1653.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1654.         }, => 'onKernelException'], -128);
  1655.         $instance->addListener('kernel.response', [=> function () {
  1656.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1657.         }, => 'removeCspHeader'], -128);
  1658.         $instance->addListener('kernel.request', [=> function () {
  1659.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1660.         }, => 'onKernelRequest'], 15);
  1661.         $instance->addListener('kernel.finish_request', [=> function () {
  1662.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1663.         }, => 'onKernelFinishRequest'], -15);
  1664.         $instance->addListener('console.error', [=> function () {
  1665.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1666.         }, => 'onConsoleError'], -128);
  1667.         $instance->addListener('console.terminate', [=> function () {
  1668.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1669.         }, => 'onConsoleTerminate'], -128);
  1670.         $instance->addListener('console.error', [=> function () {
  1671.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1672.         }, => 'onConsoleError'], 0);
  1673.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1674.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1675.         }, => 'onMessage'], -255);
  1676.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1677.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1678.         }, => 'onMessage'], -255);
  1679.         $instance->addListener('kernel.request', [=> function () {
  1680.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1681.         }, => 'configure'], 2048);
  1682.         $instance->addListener('console.command', [=> function () {
  1683.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1684.         }, => 'configure'], 2048);
  1685.         $instance->addListener('kernel.request', [=> function () {
  1686.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1687.         }, => 'onKernelRequest'], 32);
  1688.         $instance->addListener('kernel.finish_request', [=> function () {
  1689.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1690.         }, => 'onKernelFinishRequest'], 0);
  1691.         $instance->addListener('kernel.exception', [=> function () {
  1692.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1693.         }, => 'onKernelException'], -64);
  1694.         $instance->addListener('kernel.response', [=> function () {
  1695.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1696.         }, => 'onKernelResponse'], 0);
  1697.         $instance->addListener('kernel.request', [=> function () {
  1698.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1699.         }, => 'onKernelRequest'], 128);
  1700.         $instance->addListener('kernel.response', [=> function () {
  1701.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1702.         }, => 'onKernelResponse'], -1000);
  1703.         $instance->addListener('kernel.finish_request', [=> function () {
  1704.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1705.         }, => 'onFinishRequest'], 0);
  1706.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1707.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1708.         }, => 'onNotification'], -255);
  1709.         $instance->addListener('kernel.response', [=> function () {
  1710.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1711.         }, => 'onKernelResponse'], -100);
  1712.         $instance->addListener('kernel.exception', [=> function () {
  1713.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1714.         }, => 'onKernelException'], 0);
  1715.         $instance->addListener('kernel.terminate', [=> function () {
  1716.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1717.         }, => 'onKernelTerminate'], -1024);
  1718.         $instance->addListener('kernel.controller', [=> function () {
  1719.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1720.         }, => 'onKernelController'], 0);
  1721.         $instance->addListener('kernel.response', [=> function () {
  1722.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1723.         }, => 'onKernelResponse'], 0);
  1724.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1725.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1726.         }, => 'onMessage'], 0);
  1727.         $instance->addListener('kernel.response', [=> function () {
  1728.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1729.         }, => 'onKernelResponse'], -128);
  1730.         $instance->addListener('console.command', [=> function () {
  1731.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1732.         }, => 'onCommand'], 255);
  1733.         $instance->addListener('console.terminate', [=> function () {
  1734.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1735.         }, => 'onTerminate'], -255);
  1736.         $instance->addListener('console.command', [=> function () {
  1737.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1738.         }, => 'configure'], 1024);
  1739.         $instance->addListener('console.error', [=> function () {
  1740.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1741.         }, => 'onConsoleError'], 0);
  1742.         $instance->addListener('console.terminate', [=> function () {
  1743.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1744.         }, => 'onConsoleTerminate'], 0);
  1745.         $instance->addListener('kernel.response', [=> function () {
  1746.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1747.         }, => 'onKernelResponse'], 0);
  1748.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1749.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1750.         }, => 'checkPassport'], 0);
  1751.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1752.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1753.         }, => 'onLoginSuccess'], 0);
  1754.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1755.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1756.         }, => 'onVoterVote'], 0);
  1757.         $instance->addListener('kernel.request', [=> function () {
  1758.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1759.         }, => 'configureLogoutUrlGenerator'], 8);
  1760.         $instance->addListener('kernel.request', [=> function () {
  1761.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1762.         }, => 'onKernelRequest'], 8);
  1763.         $instance->addListener('kernel.finish_request', [=> function () {
  1764.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1765.         }, => 'onKernelFinishRequest'], 0);
  1766.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1767.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1768.         }, => 'checkPassport'], 512);
  1769.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1770.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1771.         }, => 'onLogout'], 0);
  1772.         return $instance;
  1773.     }
  1774.     /**
  1775.      * Gets the public 'http_kernel' shared service.
  1776.      *
  1777.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1778.      */
  1779.     protected function getHttpKernelService()
  1780.     {
  1781.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1782.         if (isset($this->services['http_kernel'])) {
  1783.             return $this->services['http_kernel'];
  1784.         }
  1785.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1786.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1787.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1788.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1789.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1790.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1791.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  1792.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1793.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1794.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1795.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1796.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1797.     }
  1798.     /**
  1799.      * Gets the public 'knp_menu.matcher' shared service.
  1800.      *
  1801.      * @return \Knp\Menu\Matcher\Matcher
  1802.      */
  1803.     protected function getKnpMenu_MatcherService()
  1804.     {
  1805.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1806.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1807.             yield => ($this->privates['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService'));
  1808.             yield => ($this->privates['sonata.admin.menu.matcher.voter.active'] ?? ($this->privates['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1809.         }, 3));
  1810.     }
  1811.     /**
  1812.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1813.      *
  1814.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1815.      */
  1816.     protected function getLiipImagine_Cache_ManagerService()
  1817.     {
  1818.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1819.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1820.             return $this->services['liip_imagine.cache.manager'];
  1821.         }
  1822.         $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);
  1823.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1824.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1825.         return $instance;
  1826.     }
  1827.     /**
  1828.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1829.      *
  1830.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1831.      */
  1832.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1833.     {
  1834.         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');
  1835.     }
  1836.     /**
  1837.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1838.      *
  1839.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1840.      */
  1841.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1842.     {
  1843.         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()));
  1844.     }
  1845.     /**
  1846.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1847.      *
  1848.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1849.      */
  1850.     protected function getLiipImagine_Cache_SignerService()
  1851.     {
  1852.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1853.     }
  1854.     /**
  1855.      * Gets the public 'markdown.parser' shared service.
  1856.      *
  1857.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  1858.      */
  1859.     protected function getMarkdown_ParserService()
  1860.     {
  1861.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  1862.     }
  1863.     /**
  1864.      * Gets the public 'overblog_graphql.cache_compiler' shared service.
  1865.      *
  1866.      * @return \Overblog\GraphQLBundle\Generator\TypeGenerator
  1867.      */
  1868.     protected function getOverblogGraphql_CacheCompilerService()
  1869.     {
  1870.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1871.         if (isset($this->services['overblog_graphql.cache_compiler'])) {
  1872.             return $this->services['overblog_graphql.cache_compiler'];
  1873.         }
  1874.         $b = new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionLanguage(NULL);
  1875.         $b->addGlobalName('services->get(\'typeResolver\')''typeResolver');
  1876.         $b->addGlobalName('services->get(\'queryResolver\')''queryResolver');
  1877.         $b->addGlobalName('services->get(\'mutationResolver\')''mutationResolver');
  1878.         $b->addGlobalName('services->get(\'argumentFactory\')''argumentFactory');
  1879.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Call());
  1880.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter());
  1881.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service());
  1882.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Arguments());
  1883.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\IsTypeOf());
  1884.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation());
  1885.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query());
  1886.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\FromGlobalID());
  1887.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\GlobalID());
  1888.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\IdFetcherCallback());
  1889.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\MutateAndGetPayloadCallback());
  1890.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\ResolveSingleInputCallback());
  1891.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver());
  1892.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\NewObject());
  1893.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\GetUser());
  1894.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyPermission());
  1895.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyRole());
  1896.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasPermission());
  1897.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasRole());
  1898.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAnonymous());
  1899.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAuthenticated());
  1900.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsFullyAuthenticated());
  1901.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsGranted());
  1902.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsRememberMe());
  1903.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter('param'));
  1904.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service('serv'));
  1905.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation('m'));
  1906.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('q'));
  1907.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('res'));
  1908.         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));
  1909.     }
  1910.     /**
  1911.      * Gets the public 'overblog_graphql.event_listener.classloader_listener' shared service.
  1912.      *
  1913.      * @return \Overblog\GraphQLBundle\EventListener\ClassLoaderListener
  1914.      */
  1915.     protected function getOverblogGraphql_EventListener_ClassloaderListenerService()
  1916.     {
  1917.         $a = ($this->services['overblog_graphql.cache_compiler'] ?? $this->getOverblogGraphql_CacheCompilerService());
  1918.         if (isset($this->services['overblog_graphql.event_listener.classloader_listener'])) {
  1919.             return $this->services['overblog_graphql.event_listener.classloader_listener'];
  1920.         }
  1921.         return $this->services['overblog_graphql.event_listener.classloader_listener'] = new \Overblog\GraphQLBundle\EventListener\ClassLoaderListener($a);
  1922.     }
  1923.     /**
  1924.      * Gets the public 'request_stack' shared service.
  1925.      *
  1926.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1927.      */
  1928.     protected function getRequestStackService()
  1929.     {
  1930.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1931.     }
  1932.     /**
  1933.      * Gets the public 'router' shared service.
  1934.      *
  1935.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1936.      */
  1937.     protected function getRouterService()
  1938.     {
  1939.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1940.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1941.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1942.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1943.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1944.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1945.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1946.         ], [
  1947.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1948.         ]))->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');
  1949.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1950.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1951.         return $instance;
  1952.     }
  1953.     /**
  1954.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1955.      *
  1956.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1957.      */
  1958.     protected function getSonata_Block_ContextManager_DefaultService()
  1959.     {
  1960.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1961.         if (isset($this->services['sonata.block.context_manager.default'])) {
  1962.             return $this->services['sonata.block.context_manager.default'];
  1963.         }
  1964.         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()));
  1965.     }
  1966.     /**
  1967.      * Gets the public 'sonata.block.manager' shared service.
  1968.      *
  1969.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1970.      */
  1971.     protected function getSonata_Block_ManagerService()
  1972.     {
  1973.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1974.             'block.editor' => ['services''block.editor''getBlock_EditorService'true],
  1975.             'block.events.4x1' => ['services''block.events.4x1''getBlock_Events_4x1Service'true],
  1976.             'block.footer' => ['services''block.footer''getBlock_FooterService'true],
  1977.             'block.frontpage.news' => ['services''block.frontpage.news''getBlock_Frontpage_NewsService'true],
  1978.             'block.header.child' => ['services''block.header.child''getBlock_Header_ChildService'true],
  1979.             'block.header.main' => ['services''block.header.main''getBlock_Header_MainService'true],
  1980.             'block.heading' => ['services''block.heading''getBlock_HeadingService'true],
  1981.             'block.random.jobs' => ['services''block.random.jobs''getBlock_Random_JobsService'true],
  1982.             'block.slider' => ['services''block.slider''getBlock_SliderService'true],
  1983.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  1984.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  1985.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  1986.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  1987.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  1988.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  1989.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  1990.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  1991.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  1992.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  1993.             'sonata.seo.block.breadcrumb.homepage' => ['services''sonata.seo.block.breadcrumb.homepage''getSonata_Seo_Block_Breadcrumb_HomepageService'true],
  1994.         ], [
  1995.             'block.editor' => '?',
  1996.             'block.events.4x1' => '?',
  1997.             'block.footer' => '?',
  1998.             'block.frontpage.news' => '?',
  1999.             'block.header.child' => '?',
  2000.             'block.header.main' => '?',
  2001.             'block.heading' => '?',
  2002.             'block.random.jobs' => '?',
  2003.             'block.slider' => '?',
  2004.             'sonata.admin.block.admin_list' => '?',
  2005.             'sonata.admin.block.admin_preview' => '?',
  2006.             'sonata.admin.block.search_result' => '?',
  2007.             'sonata.admin.block.stats' => '?',
  2008.             'sonata.block.service.container' => '?',
  2009.             'sonata.block.service.empty' => '?',
  2010.             'sonata.block.service.menu' => '?',
  2011.             'sonata.block.service.rss' => '?',
  2012.             'sonata.block.service.template' => '?',
  2013.             'sonata.block.service.text' => '?',
  2014.             'sonata.seo.block.breadcrumb.homepage' => '?',
  2015.         ]), $this->parameters['sonata.block.container.types']);
  2016.         $instance->add('block.footer''block.footer', []);
  2017.         $instance->add('block.frontpage.news''block.frontpage.news', []);
  2018.         $instance->add('block.events.4x1''block.events.4x1', []);
  2019.         $instance->add('block.random.jobs''block.random.jobs', []);
  2020.         $instance->add('block.slider''block.slider', []);
  2021.         $instance->add('block.header.main''block.header.main', []);
  2022.         $instance->add('block.header.child''block.header.child', []);
  2023.         $instance->add('block.heading''block.heading', []);
  2024.         $instance->add('block.editor''block.editor', []);
  2025.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  2026.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  2027.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  2028.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  2029.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  2030.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  2031.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  2032.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  2033.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  2034.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  2035.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  2036.         return $instance;
  2037.     }
  2038.     /**
  2039.      * Gets the public 'sonata.block.renderer.default' shared service.
  2040.      *
  2041.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  2042.      */
  2043.     protected function getSonata_Block_Renderer_DefaultService()
  2044.     {
  2045.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2046.         if (isset($this->services['sonata.block.renderer.default'])) {
  2047.             return $this->services['sonata.block.renderer.default'];
  2048.         }
  2049.         $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'], [], []);
  2050.         $b->setDefaultFilter('debug_only');
  2051.         $b->setDefaultRenderer('throw');
  2052.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2053.     }
  2054.     /**
  2055.      * Gets the public 'sonata.seo.page.default' shared service.
  2056.      *
  2057.      * @return \Sonata\SeoBundle\Seo\SeoPage
  2058.      */
  2059.     protected function getSonata_Seo_Page_DefaultService()
  2060.     {
  2061.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  2062.         $instance->setTitle('Berufsreise');
  2063.         $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' => '']]);
  2064.         $instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml''xmlns:og' => 'http://opengraphprotocol.org/schema/']);
  2065.         $instance->setSeparator(' - ');
  2066.         return $instance;
  2067.     }
  2068.     /**
  2069.      * Gets the public 'translator' shared service.
  2070.      *
  2071.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2072.      */
  2073.     protected function getTranslatorService()
  2074.     {
  2075.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2076.     }
  2077.     /**
  2078.      * Gets the public 'var_dumper.cloner' shared service.
  2079.      *
  2080.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2081.      */
  2082.     protected function getVarDumper_ClonerService()
  2083.     {
  2084.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2085.         $instance->setMaxItems(2500);
  2086.         $instance->setMinDepth(1);
  2087.         $instance->setMaxString(-1);
  2088.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2089.         return $instance;
  2090.     }
  2091.     /**
  2092.      * Gets the private '.debug.http_client' shared service.
  2093.      *
  2094.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2095.      */
  2096.     protected function get_Debug_HttpClientService()
  2097.     {
  2098.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2099.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2100.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2101.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2102.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2103.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2104.         $a->setLogger($b);
  2105.         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))));
  2106.     }
  2107.     /**
  2108.      * Gets the private '.graphql.cache.inner' shared service.
  2109.      *
  2110.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2111.      */
  2112.     protected function get_Graphql_Cache_InnerService()
  2113.     {
  2114.         $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))));
  2115.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2116.         return $this->privates['.graphql.cache.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2117.     }
  2118.     /**
  2119.      * Gets the private '.service_locator.B5CP1xq' shared service.
  2120.      *
  2121.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2122.      */
  2123.     protected function get_ServiceLocator_B5CP1xqService()
  2124.     {
  2125.         return $this->privates['.service_locator.B5CP1xq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2126.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2127.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2128.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2129.             'security.firewall.map.context.oauth2_api' => ['privates''security.firewall.map.context.oauth2_api''getSecurity_Firewall_Map_Context_Oauth2ApiService'true],
  2130.             'security.firewall.map.context.rookie_admin' => ['privates''security.firewall.map.context.rookie_admin''getSecurity_Firewall_Map_Context_RookieAdminService'true],
  2131.             'security.firewall.map.context.rookie_day_admin' => ['privates''security.firewall.map.context.rookie_day_admin''getSecurity_Firewall_Map_Context_RookieDayAdminService'true],
  2132.             'security.firewall.map.context.shuttle_admin' => ['privates''security.firewall.map.context.shuttle_admin''getSecurity_Firewall_Map_Context_ShuttleAdminService'true],
  2133.         ], [
  2134.             'security.firewall.map.context.admin' => '?',
  2135.             'security.firewall.map.context.dev' => '?',
  2136.             'security.firewall.map.context.main' => '?',
  2137.             'security.firewall.map.context.oauth2_api' => '?',
  2138.             'security.firewall.map.context.rookie_admin' => '?',
  2139.             'security.firewall.map.context.rookie_day_admin' => '?',
  2140.             'security.firewall.map.context.shuttle_admin' => '?',
  2141.         ]);
  2142.     }
  2143.     /**
  2144.      * Gets the private 'App\BackendBundle\Helper\AddressHelper' shared autowired service.
  2145.      *
  2146.      * @return \App\BackendBundle\Helper\AddressHelper
  2147.      */
  2148.     protected function getAddressHelperService()
  2149.     {
  2150.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2151.         if (isset($this->privates['App\\BackendBundle\\Helper\\AddressHelper'])) {
  2152.             return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'];
  2153.         }
  2154.         return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'] = new \App\BackendBundle\Helper\AddressHelper($a);
  2155.     }
  2156.     /**
  2157.      * Gets the private 'App\BackendBundle\Helper\BoPartnerHelper' shared autowired service.
  2158.      *
  2159.      * @return \App\BackendBundle\Helper\BoPartnerHelper
  2160.      */
  2161.     protected function getBoPartnerHelperService()
  2162.     {
  2163.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2164.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2165.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2166.         }
  2167.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2168.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2169.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2170.         }
  2171.         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()));
  2172.     }
  2173.     /**
  2174.      * Gets the private 'App\BackendBundle\Helper\CommunicationHelper' shared autowired service.
  2175.      *
  2176.      * @return \App\BackendBundle\Helper\CommunicationHelper
  2177.      */
  2178.     protected function getCommunicationHelperService()
  2179.     {
  2180.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2181.         if (isset($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'])) {
  2182.             return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'];
  2183.         }
  2184.         return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] = new \App\BackendBundle\Helper\CommunicationHelper($a);
  2185.     }
  2186.     /**
  2187.      * Gets the private 'App\BackendBundle\Helper\CompanyHelper' shared autowired service.
  2188.      *
  2189.      * @return \App\BackendBundle\Helper\CompanyHelper
  2190.      */
  2191.     protected function getCompanyHelperService()
  2192.     {
  2193.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2194.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2195.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2196.         }
  2197.         $b = ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService());
  2198.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2199.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2200.         }
  2201.         $c = ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService());
  2202.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2203.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2204.         }
  2205.         $d = ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService());
  2206.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2207.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2208.         }
  2209.         $e = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2210.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2211.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2212.         }
  2213.         $f = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2214.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2215.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2216.         }
  2217.         $g = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2218.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2219.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2220.         }
  2221.         $h = ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService());
  2222.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2223.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2224.         }
  2225.         $i = ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService());
  2226.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2227.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2228.         }
  2229.         $j = ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService());
  2230.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2231.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2232.         }
  2233.         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);
  2234.     }
  2235.     /**
  2236.      * Gets the private 'App\BackendBundle\Helper\EventHelper' shared autowired service.
  2237.      *
  2238.      * @return \App\BackendBundle\Helper\EventHelper
  2239.      */
  2240.     protected function getEventHelperService()
  2241.     {
  2242.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2243.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2244.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2245.         }
  2246.         $b = ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService());
  2247.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2248.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2249.         }
  2250.         $c = ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService());
  2251.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2252.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2253.         }
  2254.         $d = ($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'] ?? $this->getCompanyHelperService());
  2255.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2256.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2257.         }
  2258.         $e = ($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'] ?? $this->getBoPartnerHelperService());
  2259.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2260.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2261.         }
  2262.         $f = ($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'] ?? $this->getSchoolHelperService());
  2263.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2264.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2265.         }
  2266.         return $this->privates['App\\BackendBundle\\Helper\\EventHelper'] = new \App\BackendBundle\Helper\EventHelper($a$b$c$d$e$f, ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService()), ($this->services['router'] ?? $this->getRouterService()));
  2267.     }
  2268.     /**
  2269.      * Gets the private 'App\BackendBundle\Helper\GameHelper' shared autowired service.
  2270.      *
  2271.      * @return \App\BackendBundle\Helper\GameHelper
  2272.      */
  2273.     protected function getGameHelperService()
  2274.     {
  2275.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2276.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2277.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2278.         }
  2279.         $b = ($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] ?? $this->getGamePointsHelperService());
  2280.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2281.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2282.         }
  2283.         return $this->privates['App\\BackendBundle\\Helper\\GameHelper'] = new \App\BackendBundle\Helper\GameHelper($a$b);
  2284.     }
  2285.     /**
  2286.      * Gets the private 'App\BackendBundle\Helper\GamePointsHelper' shared autowired service.
  2287.      *
  2288.      * @return \App\BackendBundle\Helper\GamePointsHelper
  2289.      */
  2290.     protected function getGamePointsHelperService()
  2291.     {
  2292.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2293.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2294.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2295.         }
  2296.         $b = ($this->privates['App\\BackendBundle\\Helper\\MqttHelper'] ?? $this->getMqttHelperService());
  2297.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2298.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2299.         }
  2300.         return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] = new \App\BackendBundle\Helper\GamePointsHelper($a$b);
  2301.     }
  2302.     /**
  2303.      * Gets the private 'App\BackendBundle\Helper\JobHelper' shared autowired service.
  2304.      *
  2305.      * @return \App\BackendBundle\Helper\JobHelper
  2306.      */
  2307.     protected function getJobHelperService()
  2308.     {
  2309.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2310.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2311.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2312.         }
  2313.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2314.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2315.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2316.         }
  2317.         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())));
  2318.     }
  2319.     /**
  2320.      * Gets the private 'App\BackendBundle\Helper\MediaHelper' shared autowired service.
  2321.      *
  2322.      * @return \App\BackendBundle\Helper\MediaHelper
  2323.      */
  2324.     protected function getMediaHelperService()
  2325.     {
  2326.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2327.         if (isset($this->privates['App\\BackendBundle\\Helper\\MediaHelper'])) {
  2328.             return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'];
  2329.         }
  2330.         return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'] = new \App\BackendBundle\Helper\MediaHelper($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \App\BackendBundle\Media\Generator\IdGenerator(), new \App\BackendBundle\Media\Generator\YoutubeGenerator(), new \App\BackendBundle\Media\Generator\ReferenceGenerator(), \dirname(__DIR__4));
  2331.     }
  2332.     /**
  2333.      * Gets the private 'App\BackendBundle\Helper\MqttHelper' shared autowired service.
  2334.      *
  2335.      * @return \App\BackendBundle\Helper\MqttHelper
  2336.      */
  2337.     protected function getMqttHelperService()
  2338.     {
  2339.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2340.         if (isset($this->privates['App\\BackendBundle\\Helper\\MqttHelper'])) {
  2341.             return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'];
  2342.         }
  2343.         return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'] = new \App\BackendBundle\Helper\MqttHelper($a);
  2344.     }
  2345.     /**
  2346.      * Gets the private 'App\BackendBundle\Helper\RegisterHelper' shared autowired service.
  2347.      *
  2348.      * @return \App\BackendBundle\Helper\RegisterHelper
  2349.      */
  2350.     protected function getRegisterHelperService()
  2351.     {
  2352.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2353.         if (isset($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'])) {
  2354.             return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'];
  2355.         }
  2356.         return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] = new \App\BackendBundle\Helper\RegisterHelper($a, ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\CodeGeneratorHelper'] ?? ($this->privates['App\\BackendBundle\\Helper\\CodeGeneratorHelper'] = new \App\BackendBundle\Helper\CodeGeneratorHelper())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  2357.     }
  2358.     /**
  2359.      * Gets the private 'App\BackendBundle\Helper\SchoolHelper' shared autowired service.
  2360.      *
  2361.      * @return \App\BackendBundle\Helper\SchoolHelper
  2362.      */
  2363.     protected function getSchoolHelperService()
  2364.     {
  2365.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2366.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2367.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2368.         }
  2369.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2370.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2371.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2372.         }
  2373.         $c = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2374.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2375.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2376.         }
  2377.         return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'] = new \App\BackendBundle\Helper\SchoolHelper($a, ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService()), ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService()), ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService()), ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService()), ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService()), ($this->services['router'] ?? $this->getRouterService()), $b, ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService()), $c, ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService()), ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService()));
  2378.     }
  2379.     /**
  2380.      * Gets the private 'App\BackendBundle\Helper\SearchIndexHelper' shared autowired service.
  2381.      *
  2382.      * @return \App\BackendBundle\Helper\SearchIndexHelper
  2383.      */
  2384.     protected function getSearchIndexHelperService()
  2385.     {
  2386.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2387.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2388.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2389.         }
  2390.         $b = ($this->privates['fos_elastica.object_persister.events'] ?? $this->getFosElastica_ObjectPersister_EventsService());
  2391.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2392.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2393.         }
  2394.         return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] = new \App\BackendBundle\Helper\SearchIndexHelper($a$b$b$b$b);
  2395.     }
  2396.     /**
  2397.      * Gets the private 'App\BackendBundle\Helper\SearchTagHelper' shared autowired service.
  2398.      *
  2399.      * @return \App\BackendBundle\Helper\SearchTagHelper
  2400.      */
  2401.     protected function getSearchTagHelperService()
  2402.     {
  2403.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2404.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'])) {
  2405.             return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'];
  2406.         }
  2407.         return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] = new \App\BackendBundle\Helper\SearchTagHelper($a);
  2408.     }
  2409.     /**
  2410.      * Gets the private 'App\BackendBundle\Helper\SecurityHelper' shared autowired service.
  2411.      *
  2412.      * @return \App\BackendBundle\Helper\SecurityHelper
  2413.      */
  2414.     protected function getSecurityHelperService()
  2415.     {
  2416.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2417.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2418.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2419.         }
  2420.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2421.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2422.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2423.         }
  2424.         return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] = new \App\BackendBundle\Helper\SecurityHelper($a$b);
  2425.     }
  2426.     /**
  2427.      * Gets the private 'App\BackendBundle\Helper\TitleHelper' shared autowired service.
  2428.      *
  2429.      * @return \App\BackendBundle\Helper\TitleHelper
  2430.      */
  2431.     protected function getTitleHelperService()
  2432.     {
  2433.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2434.         if (isset($this->privates['App\\BackendBundle\\Helper\\TitleHelper'])) {
  2435.             return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'];
  2436.         }
  2437.         return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'] = new \App\BackendBundle\Helper\TitleHelper($a);
  2438.     }
  2439.     /**
  2440.      * Gets the private 'App\BackendBundle\Helper\UserHelper' shared autowired service.
  2441.      *
  2442.      * @return \App\BackendBundle\Helper\UserHelper
  2443.      */
  2444.     protected function getUserHelperService()
  2445.     {
  2446.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2447.         if (isset($this->privates['App\\BackendBundle\\Helper\\UserHelper'])) {
  2448.             return $this->privates['App\\BackendBundle\\Helper\\UserHelper'];
  2449.         }
  2450.         return $this->privates['App\\BackendBundle\\Helper\\UserHelper'] = new \App\BackendBundle\Helper\UserHelper($a, new \App\BackendBundle\Helper\MenuHelper($a, ($this->services['router'] ?? $this->getRouterService())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['chain.router'] ?? ($this->privates['chain.router'] = new \Symfony\Cmf\Component\Routing\ChainRouter())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2451.     }
  2452.     /**
  2453.      * Gets the private 'annotations.cache_adapter' shared service.
  2454.      *
  2455.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2456.      */
  2457.     protected function getAnnotations_CacheAdapterService()
  2458.     {
  2459.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2460.     }
  2461.     /**
  2462.      * Gets the private 'annotations.cached_reader' shared service.
  2463.      *
  2464.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2465.      */
  2466.     protected function getAnnotations_CachedReaderService()
  2467.     {
  2468.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2469.     }
  2470.     /**
  2471.      * Gets the private 'annotations.reader' shared service.
  2472.      *
  2473.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2474.      */
  2475.     protected function getAnnotations_ReaderService()
  2476.     {
  2477.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2478.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2479.         $a->registerUniqueLoader('class_exists');
  2480.         $instance->addGlobalIgnoredName('required'$a);
  2481.         return $instance;
  2482.     }
  2483.     /**
  2484.      * Gets the private 'cache.annotations' shared service.
  2485.      *
  2486.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2487.      */
  2488.     protected function getCache_AnnotationsService()
  2489.     {
  2490.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('plQQ1WPzJN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2491.     }
  2492.     /**
  2493.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2494.      *
  2495.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2496.      */
  2497.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2498.     {
  2499.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2500.     }
  2501.     /**
  2502.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2503.      *
  2504.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2505.      */
  2506.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2507.     {
  2508.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2509.     }
  2510.     /**
  2511.      * Gets the private 'cache.property_info' shared service.
  2512.      *
  2513.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2514.      */
  2515.     protected function getCache_PropertyInfoService()
  2516.     {
  2517.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VHziYcT5+O'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2518.     }
  2519.     /**
  2520.      * Gets the private 'cache.security_expression_language' shared service.
  2521.      *
  2522.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2523.      */
  2524.     protected function getCache_SecurityExpressionLanguageService()
  2525.     {
  2526.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PwRsZQ3If8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2527.     }
  2528.     /**
  2529.      * Gets the private 'cache.serializer' shared service.
  2530.      *
  2531.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2532.      */
  2533.     protected function getCache_SerializerService()
  2534.     {
  2535.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nCDa-A1QKD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2536.     }
  2537.     /**
  2538.      * Gets the private 'cache.validator' shared service.
  2539.      *
  2540.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2541.      */
  2542.     protected function getCache_ValidatorService()
  2543.     {
  2544.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HLuUouHcK7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2545.     }
  2546.     /**
  2547.      * Gets the private 'config_cache_factory' shared service.
  2548.      *
  2549.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2550.      */
  2551.     protected function getConfigCacheFactoryService()
  2552.     {
  2553.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2554.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2555.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2556.         }, 2));
  2557.     }
  2558.     /**
  2559.      * Gets the private 'data_collector.form' shared service.
  2560.      *
  2561.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2562.      */
  2563.     protected function getDataCollector_FormService()
  2564.     {
  2565.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2566.     }
  2567.     /**
  2568.      * Gets the private 'data_collector.request' shared service.
  2569.      *
  2570.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2571.      */
  2572.     protected function getDataCollector_RequestService()
  2573.     {
  2574.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2575.     }
  2576.     /**
  2577.      * Gets the private 'debug.controller_resolver' shared service.
  2578.      *
  2579.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2580.      */
  2581.     protected function getDebug_ControllerResolverService()
  2582.     {
  2583.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2584.     }
  2585.     /**
  2586.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2587.      *
  2588.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2589.      */
  2590.     protected function getDebug_DebugHandlersListenerService()
  2591.     {
  2592.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2593.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2594.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2595.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2596.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2597.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2598.     }
  2599.     /**
  2600.      * Gets the private 'debug.file_link_formatter' shared service.
  2601.      *
  2602.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2603.      */
  2604.     protected function getDebug_FileLinkFormatterService()
  2605.     {
  2606.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  2607.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2608.         });
  2609.     }
  2610.     /**
  2611.      * Gets the private 'debug.log_processor' shared service.
  2612.      *
  2613.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2614.      */
  2615.     protected function getDebug_LogProcessorService()
  2616.     {
  2617.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2618.     }
  2619.     /**
  2620.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2621.      *
  2622.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2623.      */
  2624.     protected function getDebug_Security_Access_DecisionManagerService()
  2625.     {
  2626.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2627.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2628.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2629.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2630.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2631.     }
  2632.     /**
  2633.      * Gets the private 'debug.security.firewall' shared service.
  2634.      *
  2635.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2636.      */
  2637.     protected function getDebug_Security_FirewallService()
  2638.     {
  2639.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2640.         if (isset($this->privates['debug.security.firewall'])) {
  2641.             return $this->privates['debug.security.firewall'];
  2642.         }
  2643.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2644.         if (isset($this->privates['debug.security.firewall'])) {
  2645.             return $this->privates['debug.security.firewall'];
  2646.         }
  2647.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2648.     }
  2649.     /**
  2650.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2651.      *
  2652.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2653.      */
  2654.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2655.     {
  2656.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2657.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2658.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2659.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2660.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2661.             'fos_elastica.listener.appointments' => ['privates''fos_elastica.listener.appointments''getFosElastica_Listener_AppointmentsService'true],
  2662.             'fos_elastica.listener.events' => ['privates''fos_elastica.listener.events''getFosElastica_Listener_EventsService'true],
  2663.             'fos_elastica.listener.jobDailyRoutines' => ['privates''fos_elastica.listener.jobDailyRoutines''getFosElastica_Listener_JobDailyRoutinesService'true],
  2664.             'fos_elastica.listener.jobOffers' => ['privates''fos_elastica.listener.jobOffers''getFosElastica_Listener_JobOffersService'true],
  2665.             'fos_elastica.listener.jobs' => ['privates''fos_elastica.listener.jobs''getFosElastica_Listener_JobsService'true],
  2666.             'fos_elastica.listener.profiles_bopartner' => ['privates''fos_elastica.listener.profiles_bopartner''getFosElastica_Listener_ProfilesBopartnerService'true],
  2667.             'fos_elastica.listener.profiles_company' => ['privates''fos_elastica.listener.profiles_company''getFosElastica_Listener_ProfilesCompanyService'true],
  2668.             'fos_elastica.listener.profiles_school' => ['privates''fos_elastica.listener.profiles_school''getFosElastica_Listener_ProfilesSchoolService'true],
  2669.             'sonata.cache.orm.event_subscriber' => ['privates''sonata.cache.orm.event_subscriber''getSonata_Cache_Orm_EventSubscriberService'true],
  2670.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  2671.         ], [
  2672.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2673.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2674.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2675.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2676.             'fos_elastica.listener.appointments' => '?',
  2677.             'fos_elastica.listener.events' => '?',
  2678.             'fos_elastica.listener.jobDailyRoutines' => '?',
  2679.             'fos_elastica.listener.jobOffers' => '?',
  2680.             'fos_elastica.listener.jobs' => '?',
  2681.             'fos_elastica.listener.profiles_bopartner' => '?',
  2682.             'fos_elastica.listener.profiles_company' => '?',
  2683.             'fos_elastica.listener.profiles_school' => '?',
  2684.             'sonata.cache.orm.event_subscriber' => '?',
  2685.             'sonata.doctrine.mapper' => '?',
  2686.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'sonata.cache.orm.event_subscriber'=> 'sonata.doctrine.mapper'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'postPersist'], => 'fos_elastica.listener.events'], => [=> [=> 'postUpdate'], => 'fos_elastica.listener.events'], => [=> [=> 'preRemove'], => 'fos_elastica.listener.events'], => [=> [=> 'postFlush'], => 'fos_elastica.listener.events'], 10 => [=> [=> 'postPersist'], => 'fos_elastica.listener.appointments'], 11 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.appointments'], 12 => [=> [=> 'preRemove'], => 'fos_elastica.listener.appointments'], 13 => [=> [=> 'postFlush'], => 'fos_elastica.listener.appointments'], 14 => [=> [=> 'postPersist'], => 'fos_elastica.listener.profiles_company'], 15 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.profiles_company'], 16 => [=> [=> 'preRemove'], => 'fos_elastica.listener.profiles_company'], 17 => [=> [=> 'postFlush'], => 'fos_elastica.listener.profiles_company'], 18 => [=> [=> 'postPersist'], => 'fos_elastica.listener.profiles_bopartner'], 19 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.profiles_bopartner'], 20 => [=> [=> 'preRemove'], => 'fos_elastica.listener.profiles_bopartner'], 21 => [=> [=> 'postFlush'], => 'fos_elastica.listener.profiles_bopartner'], 22 => [=> [=> 'postPersist'], => 'fos_elastica.listener.profiles_school'], 23 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.profiles_school'], 24 => [=> [=> 'preRemove'], => 'fos_elastica.listener.profiles_school'], 25 => [=> [=> 'postFlush'], => 'fos_elastica.listener.profiles_school'], 26 => [=> [=> 'postPersist'], => 'fos_elastica.listener.jobs'], 27 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.jobs'], 28 => [=> [=> 'preRemove'], => 'fos_elastica.listener.jobs'], 29 => [=> [=> 'postFlush'], => 'fos_elastica.listener.jobs'], 30 => [=> [=> 'postPersist'], => 'fos_elastica.listener.jobDailyRoutines'], 31 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.jobDailyRoutines'], 32 => [=> [=> 'preRemove'], => 'fos_elastica.listener.jobDailyRoutines'], 33 => [=> [=> 'postFlush'], => 'fos_elastica.listener.jobDailyRoutines'], 34 => [=> [=> 'postPersist'], => 'fos_elastica.listener.jobOffers'], 35 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.jobOffers'], 36 => [=> [=> 'preRemove'], => 'fos_elastica.listener.jobOffers'], 37 => [=> [=> 'postFlush'], => 'fos_elastica.listener.jobOffers']]);
  2687.     }
  2688.     /**
  2689.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2690.      *
  2691.      * @return \Doctrine\Migrations\DependencyFactory
  2692.      */
  2693.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2694.     {
  2695.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2696.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2697.         $a->setAllOrNothing(false);
  2698.         $a->setCheckDatabasePlatform(true);
  2699.         $a->setTransactional(true);
  2700.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2701.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2702.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2703.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2704.         });
  2705.         return $instance;
  2706.     }
  2707.     /**
  2708.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  2709.      *
  2710.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  2711.      */
  2712.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  2713.     {
  2714.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/config/doctrine') => 'App\\Entity']);
  2715.         $instance->setGlobalBasename('mapping');
  2716.         return $instance;
  2717.     }
  2718.     /**
  2719.      * Gets the private 'exception_listener' shared service.
  2720.      *
  2721.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2722.      */
  2723.     protected function getExceptionListenerService()
  2724.     {
  2725.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2726.     }
  2727.     /**
  2728.      * Gets the private 'fos_elastica.client.default' shared service.
  2729.      *
  2730.      * @return \FOS\ElasticaBundle\Elastica\Client
  2731.      */
  2732.     protected function getFosElastica_Client_DefaultService()
  2733.     {
  2734.         $this->privates['fos_elastica.client.default'] = $instance = new \FOS\ElasticaBundle\Elastica\Client(['connections' => [=> ['host' => 'localhost''port' => 9200'http_error_codes' => [=> 400=> 403=> 404], 'ssl' => false'logger' => 'fos_elastica.logger''compression' => false'headers' => [], 'curl' => [], 'retryOnConflict' => 0'persistent' => true]], 'connectionStrategy' => 'Simple'], NULL);
  2735.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2736.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  2737.         return $instance;
  2738.     }
  2739.     /**
  2740.      * Gets the private 'fos_elastica.index.events' shared service.
  2741.      *
  2742.      * @return \FOS\ElasticaBundle\Elastica\Index
  2743.      */
  2744.     protected function getFosElastica_Index_EventsService()
  2745.     {
  2746.         return $this->privates['fos_elastica.index.events'] = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('events');
  2747.     }
  2748.     /**
  2749.      * Gets the private 'fos_elastica.logger' shared service.
  2750.      *
  2751.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  2752.      */
  2753.     protected function getFosElastica_LoggerService()
  2754.     {
  2755.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  2756.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2757.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2758.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2759.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2760.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  2761.     }
  2762.     /**
  2763.      * Gets the private 'fos_elastica.object_persister.events' shared service.
  2764.      *
  2765.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  2766.      */
  2767.     protected function getFosElastica_ObjectPersister_EventsService()
  2768.     {
  2769.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2770.         if (isset($this->privates['fos_elastica.object_persister.events'])) {
  2771.             return $this->privates['fos_elastica.object_persister.events'];
  2772.         }
  2773.         $b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'events'], $a);
  2774.         $b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(00))));
  2775.         return $this->privates['fos_elastica.object_persister.events'] = new \FOS\ElasticaBundle\Persister\ObjectPersister(($this->privates['fos_elastica.index.events'] ?? $this->getFosElastica_Index_EventsService()), $b'App\\Entity\\Event', ['id' => ['type' => 'integer''store' => true], 'name' => ['type' => 'text''store' => true'fielddata' => true'fields' => ['edge' => ['type' => 'text''analyzer' => 'edge'], 'raw' => ['type' => 'keyword'], 'keyword' => ['type' => 'keyword''normalizer' => 'lowercase_normalizer']]], 'description' => [], 'isVisible' => ['type' => 'boolean''store' => true], 'allTyrol' => ['type' => 'boolean''store' => true], 'countAppointments' => ['type' => 'integer''store' => true], 'eventState' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true]]], 'address' => ['type' => 'nested''properties' => ['cityID' => ['type' => 'integer''store' => true], 'cityName' => ['type' => 'text''store' => true'fielddata' => true], 'districtID' => ['type' => 'integer''store' => true], 'districtName' => ['type' => 'text''store' => true'fielddata' => true]]], 'appointments' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true], 'startDate' => ['type' => 'date''store' => true], 'endDate' => ['type' => 'date''store' => true], 'appointmentType.id' => ['type' => 'integer''store' => true], 'appointmentState.id' => ['type' => 'integer''store' => true]]], 'jobs' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true], 'name' => ['type' => 'text''store' => true'fielddata' => true]]], 'tagMappings' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true], 'eventTagID' => ['type' => 'integer''store' => true]]], 'searchTags' => ['type' => 'nested''properties' => ['name' => ['type' => 'text''store' => true'fielddata' => true]]], 'provider' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true], 'name' => ['type' => 'text''store' => true'fielddata' => true'fields' => ['edge' => ['type' => 'text''analyzer' => 'edge'], 'raw' => ['type' => 'keyword'], 'keyword' => ['type' => 'keyword''normalizer' => 'lowercase_normalizer']]]]]], []);
  2776.     }
  2777.     /**
  2778.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2779.      *
  2780.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2781.      */
  2782.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2783.     {
  2784.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2785.     }
  2786.     /**
  2787.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2788.      *
  2789.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2790.      */
  2791.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2792.     {
  2793.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2794.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2795.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2796.         }
  2797.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2798.     }
  2799.     /**
  2800.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  2801.      *
  2802.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  2803.      */
  2804.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  2805.     {
  2806.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/serializer')]));
  2807.     }
  2808.     /**
  2809.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  2810.      *
  2811.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  2812.      */
  2813.     protected function getJmsSerializer_TraceableEventDispatcherService()
  2814.     {
  2815.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2816.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  2817.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  2818.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  2819.         ], [
  2820.             'jms_serializer.stopwatch_subscriber' => '?',
  2821.             'jms_serializer.traceable_runs_listener' => '?',
  2822.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2823.         ]));
  2824.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  2825.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2826.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2827.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2828.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  2829.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  2830.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  2831.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2832.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2833.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  2834.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2835.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  2836.         return $instance;
  2837.     }
  2838.     /**
  2839.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  2840.      *
  2841.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  2842.      */
  2843.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  2844.     {
  2845.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2846.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  2847.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  2848.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  2849.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'true],
  2850.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  2851.             'jms_serializer.symfony_uid_handler' => ['privates''jms_serializer.symfony_uid_handler''getJmsSerializer_SymfonyUidHandlerService'true],
  2852.         ], [
  2853.             'jms_serializer.array_collection_handler' => '?',
  2854.             'jms_serializer.constraint_violation_handler' => '?',
  2855.             'jms_serializer.datetime_handler' => '?',
  2856.             'jms_serializer.form_error_handler' => '?',
  2857.             'jms_serializer.iterator_handler' => '?',
  2858.             'jms_serializer.symfony_uid_handler' => '?',
  2859.         ])));
  2860.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2861.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2862.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2863.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2864.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2865.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2866.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2867.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2868.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2869.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2870.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  2871.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  2872.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  2873.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  2874.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2875.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2876.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2877.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2878.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2879.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2880.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2881.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2882.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  2883.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  2884.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  2885.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  2886.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  2887.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  2888.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2889.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2890.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2891.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2892.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2893.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2894.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2895.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2896.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2897.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2898.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2899.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2900.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2901.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2902.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2903.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2904.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2905.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2906.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2907.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2908.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2909.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2910.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2911.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2912.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2913.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2914.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2915.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2916.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2917.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2918.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2919.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2920.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2921.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2922.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  2923.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  2924.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  2925.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  2926.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  2927.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  2928.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  2929.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  2930.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2931.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2932.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2933.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2934.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2935.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2936.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2937.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2938.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2939.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2940.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2941.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2942.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2943.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2944.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2945.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2946.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2947.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2948.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2949.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2950.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2951.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2952.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2953.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2954.         return $instance;
  2955.     }
  2956.     /**
  2957.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  2958.      *
  2959.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  2960.      */
  2961.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  2962.     {
  2963.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2964.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  2965.         ], [
  2966.             'metadata_driver' => '?',
  2967.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2968.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  2969.         $a->setIncludeInterfaces(false);
  2970.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  2971.     }
  2972.     /**
  2973.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  2974.      *
  2975.      * @return \JMS\SerializerBundle\Debug\RunsListener
  2976.      */
  2977.     protected function getJmsSerializer_TraceableRunsListenerService()
  2978.     {
  2979.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  2980.     }
  2981.     /**
  2982.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  2983.      *
  2984.      * @return \Knp\Menu\Provider\ChainProvider
  2985.      */
  2986.     protected function getKnpMenu_MenuProvider_ChainService()
  2987.     {
  2988.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2989.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  2990.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  2991.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService'));
  2992.         }, 3));
  2993.     }
  2994.     /**
  2995.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2996.      *
  2997.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2998.      */
  2999.     protected function getLiipImagine_Filter_ConfigurationService()
  3000.     {
  3001.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3002.     }
  3003.     /**
  3004.      * Gets the private 'locale_aware_listener' shared service.
  3005.      *
  3006.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3007.      */
  3008.     protected function getLocaleAwareListenerService()
  3009.     {
  3010.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3011.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  3012.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  3013.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  3014.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3015.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3016.     }
  3017.     /**
  3018.      * Gets the private 'locale_listener' shared service.
  3019.      *
  3020.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3021.      */
  3022.     protected function getLocaleListenerService()
  3023.     {
  3024.         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']);
  3025.     }
  3026.     /**
  3027.      * Gets the private 'monolog.handler.console' shared service.
  3028.      *
  3029.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3030.      */
  3031.     protected function getMonolog_Handler_ConsoleService()
  3032.     {
  3033.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3034.     }
  3035.     /**
  3036.      * Gets the private 'monolog.handler.main' shared service.
  3037.      *
  3038.      * @return \Monolog\Handler\StreamHandler
  3039.      */
  3040.     protected function getMonolog_Handler_MainService()
  3041.     {
  3042.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  3043.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3044.         return $instance;
  3045.     }
  3046.     /**
  3047.      * Gets the private 'monolog.logger' shared service.
  3048.      *
  3049.      * @return \Symfony\Bridge\Monolog\Logger
  3050.      */
  3051.     protected function getMonolog_LoggerService()
  3052.     {
  3053.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3054.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3055.         $instance->useMicrosecondTimestamps(true);
  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.cache' shared service.
  3063.      *
  3064.      * @return \Symfony\Bridge\Monolog\Logger
  3065.      */
  3066.     protected function getMonolog_Logger_CacheService()
  3067.     {
  3068.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  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.request' shared service.
  3077.      *
  3078.      * @return \Symfony\Bridge\Monolog\Logger
  3079.      */
  3080.     protected function getMonolog_Logger_RequestService()
  3081.     {
  3082.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  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 'monolog.logger.security' shared service.
  3091.      *
  3092.      * @return \Symfony\Bridge\Monolog\Logger
  3093.      */
  3094.     protected function getMonolog_Logger_SecurityService()
  3095.     {
  3096.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3097.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3098.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3099.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3100.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3101.         return $instance;
  3102.     }
  3103.     /**
  3104.      * Gets the private 'parameter_bag' shared service.
  3105.      *
  3106.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3107.      */
  3108.     protected function getParameterBagService()
  3109.     {
  3110.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3111.     }
  3112.     /**
  3113.      * Gets the private 'profiler_listener' shared service.
  3114.      *
  3115.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3116.      */
  3117.     protected function getProfilerListenerService()
  3118.     {
  3119.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3120.         if (isset($this->privates['profiler_listener'])) {
  3121.             return $this->privates['profiler_listener'];
  3122.         }
  3123.         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);
  3124.     }
  3125.     /**
  3126.      * Gets the private 'property_accessor' shared service.
  3127.      *
  3128.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3129.      */
  3130.     protected function getPropertyAccessorService()
  3131.     {
  3132.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3133.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3134.     }
  3135.     /**
  3136.      * Gets the private 'property_info' shared service.
  3137.      *
  3138.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3139.      */
  3140.     protected function getPropertyInfoService()
  3141.     {
  3142.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3143.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3144.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3145.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3146.         }, 3), new RewindableGenerator(function () {
  3147.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3148.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3149.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3150.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3151.         }, 4), new RewindableGenerator(function () {
  3152.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3153.         }, 1), new RewindableGenerator(function () {
  3154.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3155.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3156.         }, 2), new RewindableGenerator(function () {
  3157.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3158.         }, 1));
  3159.     }
  3160.     /**
  3161.      * Gets the private 'router.expression_language_provider' shared service.
  3162.      *
  3163.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3164.      */
  3165.     protected function getRouter_ExpressionLanguageProviderService()
  3166.     {
  3167.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3168.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3169.         ], [
  3170.             'env' => 'Closure',
  3171.         ]));
  3172.     }
  3173.     /**
  3174.      * Gets the private 'router.request_context' shared service.
  3175.      *
  3176.      * @return \Symfony\Component\Routing\RequestContext
  3177.      */
  3178.     protected function getRouter_RequestContextService()
  3179.     {
  3180.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3181.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3182.         return $instance;
  3183.     }
  3184.     /**
  3185.      * Gets the private 'router_listener' shared service.
  3186.      *
  3187.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3188.      */
  3189.     protected function getRouterListenerService()
  3190.     {
  3191.         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);
  3192.     }
  3193.     /**
  3194.      * Gets the private 'security.context_listener.0' shared service.
  3195.      *
  3196.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3197.      */
  3198.     protected function getSecurity_ContextListener_0Service()
  3199.     {
  3200.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3201.         if (isset($this->privates['security.context_listener.0'])) {
  3202.             return $this->privates['security.context_listener.0'];
  3203.         }
  3204.         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 () {
  3205.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3206.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3207.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3208.     }
  3209.     /**
  3210.      * Gets the private 'security.context_listener.1' shared service.
  3211.      *
  3212.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3213.      */
  3214.     protected function getSecurity_ContextListener_1Service()
  3215.     {
  3216.         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 () {
  3217.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3218.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3219.         }, 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']);
  3220.     }
  3221.     /**
  3222.      * Gets the private 'security.context_listener.2' shared service.
  3223.      *
  3224.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3225.      */
  3226.     protected function getSecurity_ContextListener_2Service()
  3227.     {
  3228.         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 () {
  3229.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3230.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3231.         }, 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']);
  3232.     }
  3233.     /**
  3234.      * Gets the private 'security.context_listener.3' shared service.
  3235.      *
  3236.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3237.      */
  3238.     protected function getSecurity_ContextListener_3Service()
  3239.     {
  3240.         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 () {
  3241.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3242.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3243.         }, 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']);
  3244.     }
  3245.     /**
  3246.      * Gets the private 'security.context_listener.4' shared service.
  3247.      *
  3248.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3249.      */
  3250.     protected function getSecurity_ContextListener_4Service()
  3251.     {
  3252.         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 () {
  3253.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3254.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3255.         }, 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']);
  3256.     }
  3257.     /**
  3258.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3259.      *
  3260.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3261.      */
  3262.     protected function getSecurity_EventDispatcher_AdminService()
  3263.     {
  3264.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3266.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3267.         }, => 'checkPassport'], 2048);
  3268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3269.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3270.         }, => 'onSuccessfulLogin'], 0);
  3271.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3272.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  3273.         }, => 'onLogout'], 64);
  3274.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3275.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3276.         }, => 'preCheckCredentials'], 256);
  3277.         $instance->addListener('security.authentication.success', [=> function () {
  3278.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3279.         }, => 'postCheckCredentials'], 256);
  3280.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3281.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3282.         }, => 'checkPassport'], 1024);
  3283.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3284.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3285.         }, => 'checkPassport'], 256);
  3286.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3287.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3288.         }, => 'checkPassport'], 0);
  3289.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3290.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3291.         }, => 'onLoginSuccess'], 0);
  3292.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3293.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3294.         }, => 'checkPassport'], 512);
  3295.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3296.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3297.         }, => 'onLogout'], 0);
  3298.         return $instance;
  3299.     }
  3300.     /**
  3301.      * Gets the private 'security.event_dispatcher.main' shared service.
  3302.      *
  3303.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3304.      */
  3305.     protected function getSecurity_EventDispatcher_MainService()
  3306.     {
  3307.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3308.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3309.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3310.         }, => 'checkPassport'], 2048);
  3311.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3312.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3313.         }, => 'onSuccessfulLogin'], 0);
  3314.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3315.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3316.         }, => 'onLogout'], 64);
  3317.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3318.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3319.         }, => 'preCheckCredentials'], 256);
  3320.         $instance->addListener('security.authentication.success', [=> function () {
  3321.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3322.         }, => 'postCheckCredentials'], 256);
  3323.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3324.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3325.         }, => 'checkPassport'], 1024);
  3326.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3327.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3328.         }, => 'checkPassport'], 256);
  3329.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3330.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3331.         }, => 'checkPassport'], 0);
  3332.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3333.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3334.         }, => 'onLoginSuccess'], 0);
  3335.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3336.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3337.         }, => 'checkPassport'], 512);
  3338.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3339.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3340.         }, => 'onLogout'], 0);
  3341.         return $instance;
  3342.     }
  3343.     /**
  3344.      * Gets the private 'security.event_dispatcher.rookie_admin' shared service.
  3345.      *
  3346.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3347.      */
  3348.     protected function getSecurity_EventDispatcher_RookieAdminService()
  3349.     {
  3350.         $this->privates['security.event_dispatcher.rookie_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3351.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3352.             return ($this->privates['security.listener.rookie_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieAdmin_UserProviderService'));
  3353.         }, => 'checkPassport'], 2048);
  3354.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3355.             return ($this->privates['security.listener.session.rookie_admin'] ?? $this->load('getSecurity_Listener_Session_RookieAdminService'));
  3356.         }, => 'onSuccessfulLogin'], 0);
  3357.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3358.             return ($this->privates['security.logout.listener.default.rookie_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieAdminService'));
  3359.         }, => 'onLogout'], 64);
  3360.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3361.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3362.         }, => 'preCheckCredentials'], 256);
  3363.         $instance->addListener('security.authentication.success', [=> function () {
  3364.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3365.         }, => 'postCheckCredentials'], 256);
  3366.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3367.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3368.         }, => 'checkPassport'], 1024);
  3369.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3370.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3371.         }, => 'checkPassport'], 256);
  3372.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3373.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3374.         }, => 'checkPassport'], 0);
  3375.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3376.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3377.         }, => 'onLoginSuccess'], 0);
  3378.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3379.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3380.         }, => 'checkPassport'], 512);
  3381.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3382.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3383.         }, => 'onLogout'], 0);
  3384.         return $instance;
  3385.     }
  3386.     /**
  3387.      * Gets the private 'security.event_dispatcher.rookie_day_admin' shared service.
  3388.      *
  3389.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3390.      */
  3391.     protected function getSecurity_EventDispatcher_RookieDayAdminService()
  3392.     {
  3393.         $this->privates['security.event_dispatcher.rookie_day_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3394.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3395.             return ($this->privates['security.listener.rookie_day_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieDayAdmin_UserProviderService'));
  3396.         }, => 'checkPassport'], 2048);
  3397.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3398.             return ($this->privates['security.listener.session.rookie_day_admin'] ?? $this->load('getSecurity_Listener_Session_RookieDayAdminService'));
  3399.         }, => 'onSuccessfulLogin'], 0);
  3400.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3401.             return ($this->privates['security.logout.listener.default.rookie_day_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieDayAdminService'));
  3402.         }, => 'onLogout'], 64);
  3403.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3404.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3405.         }, => 'preCheckCredentials'], 256);
  3406.         $instance->addListener('security.authentication.success', [=> function () {
  3407.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3408.         }, => 'postCheckCredentials'], 256);
  3409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3410.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3411.         }, => 'checkPassport'], 1024);
  3412.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3413.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3414.         }, => 'checkPassport'], 256);
  3415.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3416.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3417.         }, => 'checkPassport'], 0);
  3418.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3419.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3420.         }, => 'onLoginSuccess'], 0);
  3421.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3422.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3423.         }, => 'checkPassport'], 512);
  3424.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3425.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3426.         }, => 'onLogout'], 0);
  3427.         return $instance;
  3428.     }
  3429.     /**
  3430.      * Gets the private 'security.event_dispatcher.shuttle_admin' shared service.
  3431.      *
  3432.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3433.      */
  3434.     protected function getSecurity_EventDispatcher_ShuttleAdminService()
  3435.     {
  3436.         $this->privates['security.event_dispatcher.shuttle_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3438.             return ($this->privates['security.listener.shuttle_admin.user_provider'] ?? $this->load('getSecurity_Listener_ShuttleAdmin_UserProviderService'));
  3439.         }, => 'checkPassport'], 2048);
  3440.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3441.             return ($this->privates['security.listener.session.shuttle_admin'] ?? $this->load('getSecurity_Listener_Session_ShuttleAdminService'));
  3442.         }, => 'onSuccessfulLogin'], 0);
  3443.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3444.             return ($this->privates['security.logout.listener.default.shuttle_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_ShuttleAdminService'));
  3445.         }, => 'onLogout'], 64);
  3446.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3447.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3448.         }, => 'preCheckCredentials'], 256);
  3449.         $instance->addListener('security.authentication.success', [=> function () {
  3450.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3451.         }, => 'postCheckCredentials'], 256);
  3452.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3453.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3454.         }, => 'checkPassport'], 1024);
  3455.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3456.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3457.         }, => 'checkPassport'], 256);
  3458.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3459.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3460.         }, => 'checkPassport'], 0);
  3461.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3462.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3463.         }, => 'onLoginSuccess'], 0);
  3464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3465.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3466.         }, => 'checkPassport'], 512);
  3467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3468.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3469.         }, => 'onLogout'], 0);
  3470.         return $instance;
  3471.     }
  3472.     /**
  3473.      * Gets the private 'security.firewall.map' shared service.
  3474.      *
  3475.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3476.      */
  3477.     protected function getSecurity_Firewall_MapService()
  3478.     {
  3479.         $a = ($this->privates['.service_locator.B5CP1xq'] ?? $this->get_ServiceLocator_B5CP1xqService());
  3480.         if (isset($this->privates['security.firewall.map'])) {
  3481.             return $this->privates['security.firewall.map'];
  3482.         }
  3483.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3484.             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)/')));
  3485.             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)$')));
  3486.             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')));
  3487.             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')));
  3488.             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')));
  3489.             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')));
  3490.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3491.         }, 7));
  3492.     }
  3493.     /**
  3494.      * Gets the private 'security.helper' shared service.
  3495.      *
  3496.      * @return \Symfony\Component\Security\Core\Security
  3497.      */
  3498.     protected function getSecurity_HelperService()
  3499.     {
  3500.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3501.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3502.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3503.         ], [
  3504.             'security.authorization_checker' => '?',
  3505.             'security.token_storage' => '?',
  3506.         ]));
  3507.     }
  3508.     /**
  3509.      * Gets the private 'security.logout_url_generator' shared service.
  3510.      *
  3511.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3512.      */
  3513.     protected function getSecurity_LogoutUrlGeneratorService()
  3514.     {
  3515.         $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()));
  3516.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3517.         $instance->registerListener('rookie_admin''rookie_admin_logout''logout''_csrf_token'NULLNULL);
  3518.         $instance->registerListener('shuttle_admin''shuttle_admin_logout''logout''_csrf_token'NULLNULL);
  3519.         $instance->registerListener('rookie_day_admin''rookie_day_admin_logout''logout''_csrf_token'NULLNULL);
  3520.         $instance->registerListener('main''security_logout''logout''_csrf_token'NULLNULL);
  3521.         return $instance;
  3522.     }
  3523.     /**
  3524.      * Gets the private 'security.password_hasher_factory' shared service.
  3525.      *
  3526.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3527.      */
  3528.     protected function getSecurity_PasswordHasherFactoryService()
  3529.     {
  3530.         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']]]);
  3531.     }
  3532.     /**
  3533.      * Gets the private 'security.user_password_hasher' shared service.
  3534.      *
  3535.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  3536.      */
  3537.     protected function getSecurity_UserPasswordHasherService()
  3538.     {
  3539.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  3540.     }
  3541.     /**
  3542.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3543.      *
  3544.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3545.      */
  3546.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3547.     {
  3548.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3549.     }
  3550.     /**
  3551.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3552.      *
  3553.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3554.      */
  3555.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3556.     {
  3557.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3558.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3559.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3560.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3561.     }
  3562.     /**
  3563.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3564.      *
  3565.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3566.      */
  3567.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3568.     {
  3569.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3570.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3571.             return $this->privates['sensio_framework_extra.security.listener'];
  3572.         }
  3573.         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()));
  3574.     }
  3575.     /**
  3576.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3577.      *
  3578.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3579.      */
  3580.     protected function getSensioFrameworkExtra_View_ListenerService()
  3581.     {
  3582.         $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))));
  3583.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3584.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3585.         ], [
  3586.             'twig' => '?',
  3587.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3588.         return $instance;
  3589.     }
  3590.     /**
  3591.      * Gets the private 'session_listener' shared service.
  3592.      *
  3593.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3594.      */
  3595.     protected function getSessionListenerService()
  3596.     {
  3597.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3598.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3599.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3600.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3601.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3602.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3603.         ], [
  3604.             'initialized_session' => '?',
  3605.             'logger' => '?',
  3606.             'session' => '?',
  3607.             'session_collector' => '?',
  3608.             'session_factory' => '?',
  3609.         ]), true$this->parameters['session.storage.options']);
  3610.     }
  3611.     /**
  3612.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3613.      *
  3614.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3615.      */
  3616.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3617.     {
  3618.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3619.     }
  3620.     /**
  3621.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  3622.      *
  3623.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3624.      */
  3625.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3626.     {
  3627.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3628.     }
  3629.     /**
  3630.      * Gets the private 'sonata.admin.pool' shared service.
  3631.      *
  3632.      * @return \Sonata\AdminBundle\Admin\Pool
  3633.      */
  3634.     protected function getSonata_Admin_PoolService()
  3635.     {
  3636.         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, [], []))), [], [], []);
  3637.     }
  3638.     /**
  3639.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3640.      *
  3641.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3642.      */
  3643.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3644.     {
  3645.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3646.     }
  3647.     /**
  3648.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3649.      *
  3650.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3651.      */
  3652.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3653.     {
  3654.         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()));
  3655.     }
  3656.     /**
  3657.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3658.      *
  3659.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3660.      */
  3661.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3662.     {
  3663.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3664.     }
  3665.     /**
  3666.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3667.      *
  3668.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3669.      */
  3670.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3671.     {
  3672.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3673.     }
  3674.     /**
  3675.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3676.      *
  3677.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3678.      */
  3679.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3680.     {
  3681.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3682.     }
  3683.     /**
  3684.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3685.      *
  3686.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3687.      */
  3688.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3689.     {
  3690.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3691.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  3692.             return $this->privates['sonata.admin.twig.security_runtime'];
  3693.         }
  3694.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  3695.     }
  3696.     /**
  3697.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3698.      *
  3699.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3700.      */
  3701.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3702.     {
  3703.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3704.     }
  3705.     /**
  3706.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3707.      *
  3708.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3709.      */
  3710.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3711.     {
  3712.         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()));
  3713.     }
  3714.     /**
  3715.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3716.      *
  3717.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3718.      */
  3719.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3720.     {
  3721.         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']);
  3722.     }
  3723.     /**
  3724.      * Gets the private 'sonata.block.templating.helper' shared service.
  3725.      *
  3726.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3727.      */
  3728.     protected function getSonata_Block_Templating_HelperService()
  3729.     {
  3730.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  3731.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3732.             return $this->privates['sonata.block.templating.helper'];
  3733.         }
  3734.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  3735.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3736.             return $this->privates['sonata.block.templating.helper'];
  3737.         }
  3738.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3739.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3740.             return $this->privates['sonata.block.templating.helper'];
  3741.         }
  3742.         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))));
  3743.     }
  3744.     /**
  3745.      * Gets the private 'sonata.form.twig.canonicalize_runtime' shared service.
  3746.      *
  3747.      * @return \Sonata\Form\Twig\CanonicalizeRuntime
  3748.      */
  3749.     protected function getSonata_Form_Twig_CanonicalizeRuntimeService()
  3750.     {
  3751.         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())));
  3752.     }
  3753.     /**
  3754.      * Gets the private 'translator.default' shared service.
  3755.      *
  3756.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3757.      */
  3758.     protected function getTranslator_DefaultService()
  3759.     {
  3760.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3761.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3762.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3763.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3764.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3765.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3766.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3767.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3768.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3769.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3770.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3771.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3772.         ], [
  3773.             'translation.loader.csv' => '?',
  3774.             'translation.loader.dat' => '?',
  3775.             'translation.loader.ini' => '?',
  3776.             'translation.loader.json' => '?',
  3777.             'translation.loader.mo' => '?',
  3778.             'translation.loader.php' => '?',
  3779.             'translation.loader.po' => '?',
  3780.             'translation.loader.qt' => '?',
  3781.             'translation.loader.res' => '?',
  3782.             'translation.loader.xliff' => '?',
  3783.             'translation.loader.yml' => '?',
  3784.         ]), 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']);
  3785.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3786.         $instance->setFallbackLocales($this->parameters['kernel.enabled_locales']);
  3787.         return $instance;
  3788.     }
  3789.     /**
  3790.      * Gets the private 'validator.builder' shared service.
  3791.      *
  3792.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3793.      */
  3794.     protected function getValidator_BuilderService()
  3795.     {
  3796.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3797.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3798.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3799.         if ($this->has('translator')) {
  3800.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3801.         }
  3802.         $instance->setTranslationDomain('validators');
  3803.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3804.         $instance->enableAnnotationMapping(true);
  3805.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3806.         $instance->addMethodMapping('loadValidatorMetadata');
  3807.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3808.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3809.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3810.         return $instance;
  3811.     }
  3812.     /**
  3813.      * Gets the private 'validator.validator_factory' shared service.
  3814.      *
  3815.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3816.      */
  3817.     protected function getValidator_ValidatorFactoryService()
  3818.     {
  3819.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3820.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3821.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3822.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3823.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3824.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3825.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3826.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3827.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3828.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3829.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3830.         ], [
  3831.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3832.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3833.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3834.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3835.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3836.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3837.             'doctrine.orm.validator.unique' => '?',
  3838.             'security.validator.user_password' => '?',
  3839.             'sonata.form.validator.inline' => '?',
  3840.             'validator.expression' => '?',
  3841.         ]));
  3842.     }
  3843.     /**
  3844.      * Gets the private 'var_dumper.html_dumper' shared service.
  3845.      *
  3846.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3847.      */
  3848.     protected function getVarDumper_HtmlDumperService()
  3849.     {
  3850.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3851.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3852.         return $instance;
  3853.     }
  3854.     /**
  3855.      * Gets the private 'var_dumper.server_connection' shared service.
  3856.      *
  3857.      * @return \Symfony\Component\VarDumper\Server\Connection
  3858.      */
  3859.     protected function getVarDumper_ServerConnectionService()
  3860.     {
  3861.         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()]);
  3862.     }
  3863.     /**
  3864.      * Gets the private 'web_profiler.csp.handler' shared service.
  3865.      *
  3866.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3867.      */
  3868.     protected function getWebProfiler_Csp_HandlerService()
  3869.     {
  3870.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3871.     }
  3872.     /**
  3873.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3874.      *
  3875.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3876.      */
  3877.     protected function getWebProfiler_DebugToolbarService()
  3878.     {
  3879.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3880.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3881.             return $this->privates['web_profiler.debug_toolbar'];
  3882.         }
  3883.         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()));
  3884.     }
  3885.     /**
  3886.      * Gets the public 'cache_clearer' alias.
  3887.      *
  3888.      * @return object The ".container.private.cache_clearer" service.
  3889.      */
  3890.     protected function getCacheClearerService()
  3891.     {
  3892.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3893.         return $this->get('.container.private.cache_clearer');
  3894.     }
  3895.     /**
  3896.      * Gets the public 'filesystem' alias.
  3897.      *
  3898.      * @return object The ".container.private.filesystem" service.
  3899.      */
  3900.     protected function getFilesystemService()
  3901.     {
  3902.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3903.         return $this->get('.container.private.filesystem');
  3904.     }
  3905.     /**
  3906.      * Gets the public 'serializer' alias.
  3907.      *
  3908.      * @return object The ".container.private.serializer" service.
  3909.      */
  3910.     protected function getSerializerService()
  3911.     {
  3912.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3913.         return $this->get('.container.private.serializer');
  3914.     }
  3915.     /**
  3916.      * Gets the public 'security.csrf.token_manager' alias.
  3917.      *
  3918.      * @return object The ".container.private.security.csrf.token_manager" service.
  3919.      */
  3920.     protected function getSecurity_Csrf_TokenManagerService()
  3921.     {
  3922.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3923.         return $this->get('.container.private.security.csrf.token_manager');
  3924.     }
  3925.     /**
  3926.      * Gets the public 'form.factory' alias.
  3927.      *
  3928.      * @return object The ".container.private.form.factory" service.
  3929.      */
  3930.     protected function getForm_FactoryService()
  3931.     {
  3932.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3933.         return $this->get('.container.private.form.factory');
  3934.     }
  3935.     /**
  3936.      * Gets the public 'form.type.file' alias.
  3937.      *
  3938.      * @return object The ".container.private.form.type.file" service.
  3939.      */
  3940.     protected function getForm_Type_FileService()
  3941.     {
  3942.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3943.         return $this->get('.container.private.form.type.file');
  3944.     }
  3945.     /**
  3946.      * Gets the public 'profiler' alias.
  3947.      *
  3948.      * @return object The ".container.private.profiler" service.
  3949.      */
  3950.     protected function getProfilerService()
  3951.     {
  3952.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3953.         return $this->get('.container.private.profiler');
  3954.     }
  3955.     /**
  3956.      * Gets the public 'twig' alias.
  3957.      *
  3958.      * @return object The ".container.private.twig" service.
  3959.      */
  3960.     protected function getTwigService()
  3961.     {
  3962.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3963.         return $this->get('.container.private.twig');
  3964.     }
  3965.     /**
  3966.      * Gets the public 'security.authorization_checker' alias.
  3967.      *
  3968.      * @return object The ".container.private.security.authorization_checker" service.
  3969.      */
  3970.     protected function getSecurity_AuthorizationCheckerService()
  3971.     {
  3972.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3973.         return $this->get('.container.private.security.authorization_checker');
  3974.     }
  3975.     /**
  3976.      * Gets the public 'security.token_storage' alias.
  3977.      *
  3978.      * @return object The ".container.private.security.token_storage" service.
  3979.      */
  3980.     protected function getSecurity_TokenStorageService()
  3981.     {
  3982.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3983.         return $this->get('.container.private.security.token_storage');
  3984.     }
  3985.     /**
  3986.      * Gets the public 'security.password_encoder' alias.
  3987.      *
  3988.      * @return object The ".container.private.security.password_encoder" service.
  3989.      */
  3990.     protected function getSecurity_PasswordEncoderService()
  3991.     {
  3992.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3993.         return $this->get('.container.private.security.password_encoder');
  3994.     }
  3995.     /**
  3996.      * Gets the public 'session' alias.
  3997.      *
  3998.      * @return object The ".container.private.session" service.
  3999.      */
  4000.     protected function getSessionService()
  4001.     {
  4002.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4003.         return $this->get('.container.private.session');
  4004.     }
  4005.     /**
  4006.      * Gets the public 'validator' alias.
  4007.      *
  4008.      * @return object The ".container.private.validator" service.
  4009.      */
  4010.     protected function getValidatorService()
  4011.     {
  4012.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4013.         return $this->get('.container.private.validator');
  4014.     }
  4015.     /**
  4016.      * @return array|bool|float|int|string|\UnitEnum|null
  4017.      */
  4018.     public function getParameter(string $name)
  4019.     {
  4020.         if (isset($this->buildParameters[$name])) {
  4021.             return $this->buildParameters[$name];
  4022.         }
  4023.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4024.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4025.         }
  4026.         if (isset($this->loadedDynamicParameters[$name])) {
  4027.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4028.         }
  4029.         return $this->parameters[$name];
  4030.     }
  4031.     public function hasParameter(string $name): bool
  4032.     {
  4033.         if (isset($this->buildParameters[$name])) {
  4034.             return true;
  4035.         }
  4036.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4037.     }
  4038.     public function setParameter(string $name$value): void
  4039.     {
  4040.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4041.     }
  4042.     public function getParameterBag(): ParameterBagInterface
  4043.     {
  4044.         if (null === $this->parameterBag) {
  4045.             $parameters $this->parameters;
  4046.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4047.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4048.             }
  4049.             foreach ($this->buildParameters as $name => $value) {
  4050.                 $parameters[$name] = $value;
  4051.             }
  4052.             $this->parameterBag = new FrozenParameterBag($parameters);
  4053.         }
  4054.         return $this->parameterBag;
  4055.     }
  4056.     private $loadedDynamicParameters = [
  4057.         'kernel.runtime_environment' => false,
  4058.         'kernel.build_dir' => false,
  4059.         'kernel.cache_dir' => false,
  4060.         'frontend_domain' => false,
  4061.         'backend_domain' => false,
  4062.         'image_domain' => false,
  4063.         'etermin_public_key' => false,
  4064.         'etermin_private_key' => false,
  4065.         'matomo_api_key' => false,
  4066.         'doctrine.orm.proxy_dir' => false,
  4067.         'kernel.secret' => false,
  4068.         'debug.container.dump' => false,
  4069.         'serializer.mapping.cache.file' => false,
  4070.         'validator.mapping.cache.file' => false,
  4071.         'profiler.storage.dsn' => false,
  4072.     ];
  4073.     private $dynamicParameters = [];
  4074.     private function getDynamicParameter(string $name)
  4075.     {
  4076.         switch ($name) {
  4077.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4078.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4079.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4080.             case 'frontend_domain'$value $this->getEnv('FRONTEND_DOMAIN'); break;
  4081.             case 'backend_domain'$value $this->getEnv('BACKEND_DOMAIN'); break;
  4082.             case 'image_domain'$value $this->getEnv('IMAGE_DOMAIN'); break;
  4083.             case 'etermin_public_key'$value $this->getEnv('ETERMIN_PUBLIC_KEY'); break;
  4084.             case 'etermin_private_key'$value $this->getEnv('ETERMIN_PRIVATE_KEY'); break;
  4085.             case 'matomo_api_key'$value $this->getEnv('MATOMO_API_KEY'); break;
  4086.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4087.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4088.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4089.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4090.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4091.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4092.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4093.         }
  4094.         $this->loadedDynamicParameters[$name] = true;
  4095.         return $this->dynamicParameters[$name] = $value;
  4096.     }
  4097.     protected function getDefaultParameters(): array
  4098.     {
  4099.         return [
  4100.             'kernel.project_dir' => \dirname(__DIR__4),
  4101.             'kernel.environment' => 'dev',
  4102.             'kernel.debug' => true,
  4103.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4104.             'kernel.bundles' => [
  4105.                 'AdminBundle' => 'App\\AdminBundle\\AdminBundle',
  4106.                 'ApiBundle' => 'App\\ApiBundle\\ApiBundle',
  4107.                 'BackendBundle' => 'App\\BackendBundle\\BackendBundle',
  4108.                 'FrontendBundle' => 'App\\FrontendBundle\\FrontendBundle',
  4109.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4110.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4111.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  4112.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  4113.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4114.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  4115.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4116.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4117.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4118.                 'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
  4119.                 'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
  4120.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4121.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  4122.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  4123.                 'SonataCacheBundle' => 'Sonata\\CacheBundle\\SonataCacheBundle',
  4124.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  4125.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  4126.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle\\SonataFormBundle',
  4127.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  4128.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4129.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4130.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4131.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4132.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4133.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4134.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4135.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4136.             ],
  4137.             'kernel.bundles_metadata' => [
  4138.                 'AdminBundle' => [
  4139.                     'path' => (\dirname(__DIR__4).'/src/AdminBundle'),
  4140.                     'namespace' => 'App\\AdminBundle',
  4141.                 ],
  4142.                 'ApiBundle' => [
  4143.                     'path' => (\dirname(__DIR__4).'/src/ApiBundle'),
  4144.                     'namespace' => 'App\\ApiBundle',
  4145.                 ],
  4146.                 'BackendBundle' => [
  4147.                     'path' => (\dirname(__DIR__4).'/src/BackendBundle'),
  4148.                     'namespace' => 'App\\BackendBundle',
  4149.                 ],
  4150.                 'FrontendBundle' => [
  4151.                     'path' => (\dirname(__DIR__4).'/src/FrontendBundle'),
  4152.                     'namespace' => 'App\\FrontendBundle',
  4153.                 ],
  4154.                 'DoctrineBundle' => [
  4155.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4156.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4157.                 ],
  4158.                 'DoctrineMigrationsBundle' => [
  4159.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4160.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4161.                 ],
  4162.                 'FOSCKEditorBundle' => [
  4163.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  4164.                     'namespace' => 'FOS\\CKEditorBundle',
  4165.                 ],
  4166.                 'FOSElasticaBundle' => [
  4167.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  4168.                     'namespace' => 'FOS\\ElasticaBundle',
  4169.                 ],
  4170.                 'JMSSerializerBundle' => [
  4171.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4172.                     'namespace' => 'JMS\\SerializerBundle',
  4173.                 ],
  4174.                 'KnpMarkdownBundle' => [
  4175.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  4176.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  4177.                 ],
  4178.                 'KnpMenuBundle' => [
  4179.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  4180.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4181.                 ],
  4182.                 'LeagueOAuth2ServerBundle' => [
  4183.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4184.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4185.                 ],
  4186.                 'LiipImagineBundle' => [
  4187.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4188.                     'namespace' => 'Liip\\ImagineBundle',
  4189.                 ],
  4190.                 'OverblogGraphQLBundle' => [
  4191.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src'),
  4192.                     'namespace' => 'Overblog\\GraphQLBundle',
  4193.                 ],
  4194.                 'OverblogGraphiQLBundle' => [
  4195.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle'),
  4196.                     'namespace' => 'Overblog\\GraphiQLBundle',
  4197.                 ],
  4198.                 'SensioFrameworkExtraBundle' => [
  4199.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4200.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4201.                 ],
  4202.                 'SonataBlockBundle' => [
  4203.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  4204.                     'namespace' => 'Sonata\\BlockBundle',
  4205.                 ],
  4206.                 'SonataAdminBundle' => [
  4207.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  4208.                     'namespace' => 'Sonata\\AdminBundle',
  4209.                 ],
  4210.                 'SonataCacheBundle' => [
  4211.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/cache-bundle/src'),
  4212.                     'namespace' => 'Sonata\\CacheBundle',
  4213.                 ],
  4214.                 'SonataDoctrineBundle' => [
  4215.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  4216.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  4217.                 ],
  4218.                 'SonataDoctrineORMAdminBundle' => [
  4219.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  4220.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  4221.                 ],
  4222.                 'SonataFormBundle' => [
  4223.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/..'),
  4224.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle',
  4225.                 ],
  4226.                 'SonataSeoBundle' => [
  4227.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  4228.                     'namespace' => 'Sonata\\SeoBundle',
  4229.                 ],
  4230.                 'FrameworkBundle' => [
  4231.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4232.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4233.                 ],
  4234.                 'TwigBundle' => [
  4235.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4236.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4237.                 ],
  4238.                 'WebProfilerBundle' => [
  4239.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4240.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4241.                 ],
  4242.                 'MonologBundle' => [
  4243.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4244.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4245.                 ],
  4246.                 'DebugBundle' => [
  4247.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4248.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4249.                 ],
  4250.                 'MakerBundle' => [
  4251.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4252.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4253.                 ],
  4254.                 'SecurityBundle' => [
  4255.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4256.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4257.                 ],
  4258.                 'TwigExtraBundle' => [
  4259.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4260.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4261.                 ],
  4262.             ],
  4263.             'kernel.charset' => 'UTF-8',
  4264.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4265.             'admin.authentication.handler.login_success_handler.class' => 'AdminBundle\\Authentication\\Handler\\LoginSuccessHandler',
  4266.             'admin.lastroute.class' => 'AdminBundle\\EventListener\\LastRouteListener',
  4267.             'sonata.media.admin.media.class' => 'AdminBundle\\Admin\\MediaAdmin',
  4268.             'sonata.media.admin.gallery.class' => 'AdminBundle\\Admin\\GalleryAdmin',
  4269.             'sonata.media.admin.gallery_has_media.class' => 'AdminBundle\\Admin\\GalleryHasMediaAdmin',
  4270.             'twig.asset_exists_extension.class' => 'App\\Twig\\AssetExistsExtension',
  4271.             'twig.date_helpers_extension.class' => 'App\\Twig\\DateHelpersExtension',
  4272.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4273.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4274.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4275.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4276.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4277.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4278.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4279.             'doctrine.entity_managers' => [
  4280.                 'default' => 'doctrine.orm.default_entity_manager',
  4281.             ],
  4282.             'doctrine.default_entity_manager' => 'default',
  4283.             'doctrine.dbal.connection_factory.types' => [
  4284.                 'oauth2_grant' => [
  4285.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  4286.                 ],
  4287.                 'oauth2_redirect_uri' => [
  4288.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  4289.                 ],
  4290.                 'oauth2_scope' => [
  4291.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  4292.                 ],
  4293.                 'uuid' => [
  4294.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  4295.                 ],
  4296.                 'json' => [
  4297.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  4298.                 ],
  4299.                 'ulid' => [
  4300.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4301.                 ],
  4302.             ],
  4303.             'doctrine.connections' => [
  4304.                 'default' => 'doctrine.dbal.default_connection',
  4305.             ],
  4306.             'doctrine.default_connection' => 'default',
  4307.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4308.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4309.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4310.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4311.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4312.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4313.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4314.             'doctrine.orm.cache.memcache_port' => 11211,
  4315.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4316.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4317.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4318.             'doctrine.orm.cache.memcached_port' => 11211,
  4319.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4320.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4321.             'doctrine.orm.cache.redis_host' => 'localhost',
  4322.             'doctrine.orm.cache.redis_port' => 6379,
  4323.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4324.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4325.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4326.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4327.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4328.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4329.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4330.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4331.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4332.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4333.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4334.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4335.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4336.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4337.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4338.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4339.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4340.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4341.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4342.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4343.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4344.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4345.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4346.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4347.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4348.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4349.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4350.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4351.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4352.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4353.             'doctrine.orm.auto_generate_proxy_classes' => false,
  4354.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4355.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4356.             'doctrine.migrations.preferred_em' => NULL,
  4357.             'doctrine.migrations.preferred_connection' => NULL,
  4358.             'fos_elastica.property_accessor.magicCall' => 0,
  4359.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  4360.             'fos_elastica.default_index' => 'events',
  4361.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  4362.             'knp_menu.renderer.list.options' => [
  4363.             ],
  4364.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  4365.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  4366.             'knp_menu.renderer.twig.options' => [
  4367.             ],
  4368.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4369.             'knp_menu.default_renderer' => 'twig',
  4370.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  4371.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  4372.             'league.oauth2_server.encryption_key' => '5jsptBuOQnuwC4SECyXd8FVa0BA1/Uxut/H3Yq5vHAk=',
  4373.             'league.oauth2_server.encryption_key.type' => 'plain',
  4374.             'league.oauth2_server.scopes.default' => [
  4375.                 => 'defaultscope',
  4376.             ],
  4377.             'liip_imagine.resolvers' => [
  4378.                 'default' => [
  4379.                     'web_path' => [
  4380.                         'web_root' => (\dirname(__DIR__4).'/public'),
  4381.                         'cache_prefix' => 'media/cache',
  4382.                     ],
  4383.                 ],
  4384.             ],
  4385.             'liip_imagine.loaders' => [
  4386.                 'default' => [
  4387.                     'filesystem' => [
  4388.                         'data_root' => [
  4389.                             => (\dirname(__DIR__4).'/public'),
  4390.                         ],
  4391.                         'locator' => 'filesystem',
  4392.                         'allow_unresolvable_data_roots' => false,
  4393.                         'bundle_resources' => [
  4394.                             'enabled' => false,
  4395.                             'access_control_type' => 'blacklist',
  4396.                             'access_control_list' => [
  4397.                             ],
  4398.                         ],
  4399.                     ],
  4400.                 ],
  4401.             ],
  4402.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4403.             'liip_imagine.jpegoptim.stripAll' => true,
  4404.             'liip_imagine.jpegoptim.max' => NULL,
  4405.             'liip_imagine.jpegoptim.progressive' => true,
  4406.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4407.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4408.             'liip_imagine.optipng.level' => 7,
  4409.             'liip_imagine.optipng.stripAll' => true,
  4410.             'liip_imagine.optipng.tempDir' => NULL,
  4411.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4412.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4413.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4414.             'liip_imagine.cwebp.tempDir' => NULL,
  4415.             'liip_imagine.cwebp.q' => 75,
  4416.             'liip_imagine.cwebp.alphaQ' => 100,
  4417.             'liip_imagine.cwebp.m' => 4,
  4418.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4419.             'liip_imagine.cwebp.alphaMethod' => 1,
  4420.             'liip_imagine.cwebp.exact' => false,
  4421.             'liip_imagine.cwebp.metadata' => [
  4422.                 => 'none',
  4423.             ],
  4424.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  4425.             'liip_imagine.cache.resolver.default' => 'default',
  4426.             'liip_imagine.default_image' => NULL,
  4427.             'liip_imagine.filter_sets' => [
  4428.                 'cache' => [
  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.                     ],
  4440.                     'post_processors' => [
  4441.                     ],
  4442.                 ],
  4443.                 'tn_medium' => [
  4444.                     'format' => 'webp',
  4445.                     'quality' => 100,
  4446.                     'jpeg_quality' => NULL,
  4447.                     'png_compression_level' => NULL,
  4448.                     'png_compression_filter' => NULL,
  4449.                     'animated' => false,
  4450.                     'cache' => NULL,
  4451.                     'data_loader' => NULL,
  4452.                     'default_image' => NULL,
  4453.                     'filters' => [
  4454.                         'relative_resize' => [
  4455.                             'widen' => 527,
  4456.                         ],
  4457.                     ],
  4458.                     'post_processors' => [
  4459.                     ],
  4460.                 ],
  4461.                 'tn_portrait' => [
  4462.                     'format' => 'webp',
  4463.                     'quality' => 100,
  4464.                     'jpeg_quality' => NULL,
  4465.                     'png_compression_level' => NULL,
  4466.                     'png_compression_filter' => NULL,
  4467.                     'animated' => false,
  4468.                     'cache' => NULL,
  4469.                     'data_loader' => NULL,
  4470.                     'default_image' => NULL,
  4471.                     'filters' => [
  4472.                         'relative_resize' => [
  4473.                             'widen' => 1000,
  4474.                         ],
  4475.                     ],
  4476.                     'post_processors' => [
  4477.                     ],
  4478.                 ],
  4479.                 'tn_landscape' => [
  4480.                     'format' => 'webp',
  4481.                     'quality' => 100,
  4482.                     'jpeg_quality' => NULL,
  4483.                     'png_compression_level' => NULL,
  4484.                     'png_compression_filter' => NULL,
  4485.                     'animated' => false,
  4486.                     'cache' => NULL,
  4487.                     'data_loader' => NULL,
  4488.                     'default_image' => NULL,
  4489.                     'filters' => [
  4490.                         'relative_resize' => [
  4491.                             'widen' => 1240,
  4492.                         ],
  4493.                     ],
  4494.                     'post_processors' => [
  4495.                     ],
  4496.                 ],
  4497.                 'tn_large' => [
  4498.                     'format' => 'webp',
  4499.                     'quality' => 100,
  4500.                     'jpeg_quality' => NULL,
  4501.                     'png_compression_level' => NULL,
  4502.                     'png_compression_filter' => NULL,
  4503.                     'animated' => false,
  4504.                     'cache' => NULL,
  4505.                     'data_loader' => NULL,
  4506.                     'default_image' => NULL,
  4507.                     'filters' => [
  4508.                         'relative_resize' => [
  4509.                             'widen' => 1560,
  4510.                         ],
  4511.                     ],
  4512.                     'post_processors' => [
  4513.                     ],
  4514.                 ],
  4515.                 'tn_xlarge' => [
  4516.                     'format' => 'webp',
  4517.                     'quality' => 100,
  4518.                     'jpeg_quality' => NULL,
  4519.                     'png_compression_level' => NULL,
  4520.                     'png_compression_filter' => NULL,
  4521.                     'animated' => false,
  4522.                     'cache' => NULL,
  4523.                     'data_loader' => NULL,
  4524.                     'default_image' => NULL,
  4525.                     'filters' => [
  4526.                         'relative_resize' => [
  4527.                             'widen' => 1900,
  4528.                         ],
  4529.                     ],
  4530.                     'post_processors' => [
  4531.                     ],
  4532.                 ],
  4533.                 'tn_huge' => [
  4534.                     'format' => 'webp',
  4535.                     'quality' => 100,
  4536.                     'jpeg_quality' => NULL,
  4537.                     'png_compression_level' => NULL,
  4538.                     'png_compression_filter' => NULL,
  4539.                     'animated' => false,
  4540.                     'cache' => NULL,
  4541.                     'data_loader' => NULL,
  4542.                     'default_image' => NULL,
  4543.                     'filters' => [
  4544.                         'relative_resize' => [
  4545.                             'widen' => 2800,
  4546.                         ],
  4547.                     ],
  4548.                     'post_processors' => [
  4549.                     ],
  4550.                 ],
  4551.             ],
  4552.             'liip_imagine.binary.loader.default' => 'default',
  4553.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4554.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4555.             'liip_imagine.webp.generate' => false,
  4556.             'liip_imagine.webp.options' => [
  4557.                 'quality' => 100,
  4558.                 'cache' => NULL,
  4559.                 'data_loader' => NULL,
  4560.                 'post_processors' => [
  4561.                 ],
  4562.             ],
  4563.             'overblog_graphql_types.config' => [
  4564.                 'InternalMutation' => [
  4565.                     'type' => 'object',
  4566.                     'inherits' => [
  4567.                         => 'InternalMutationBoPartnerProfile',
  4568.                         => 'InternalMutationCompanyProfile',
  4569.                         => 'InternalMutationJobMarket',
  4570.                         => 'InternalMutationSchool',
  4571.                         => 'InternalMutationSchoolClass',
  4572.                         => 'InternalMutationSchoolProfile',
  4573.                         => 'InternalMutationTeacher',
  4574.                         => 'InternalMutationUser',
  4575.                     ],
  4576.                     'class_name' => 'InternalMutationType',
  4577.                     'decorator' => false,
  4578.                     'config' => [
  4579.                         'description' => 'Internal Mutation',
  4580.                         'fields' => [
  4581.                             'addBoPartnerProfileContact' => [
  4582.                                 'type' => 'ProfileUpdateResponse!',
  4583.                                 'args' => [
  4584.                                     'profileID' => [
  4585.                                         'description' => 'The profile id',
  4586.                                         'type' => 'Int!',
  4587.                                     ],
  4588.                                     'contact' => [
  4589.                                         'description' => 'The contact data',
  4590.                                         'type' => 'InContactPerson!',
  4591.                                     ],
  4592.                                 ],
  4593.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addContact", args["profileID"], args["contact"])',
  4594.                             ],
  4595.                             'removeBoPartnerProfileContact' => [
  4596.                                 'type' => 'ProfileUpdateResponse!',
  4597.                                 'args' => [
  4598.                                     'profileID' => [
  4599.                                         'description' => 'The profile id',
  4600.                                         'type' => 'Int!',
  4601.                                     ],
  4602.                                     'contactID' => [
  4603.                                         'description' => 'The contact id',
  4604.                                         'type' => 'Int!',
  4605.                                     ],
  4606.                                 ],
  4607.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeContact", args["profileID"], args["contactID"])',
  4608.                             ],
  4609.                             'updateBoPartnerProfileContact' => [
  4610.                                 'type' => 'ProfileUpdateResponse!',
  4611.                                 'args' => [
  4612.                                     'profileID' => [
  4613.                                         'description' => 'The profile id',
  4614.                                         'type' => 'Int!',
  4615.                                     ],
  4616.                                     'contactID' => [
  4617.                                         'description' => 'The contact id',
  4618.                                         'type' => 'Int!',
  4619.                                     ],
  4620.                                     'contact' => [
  4621.                                         'description' => 'The contact data',
  4622.                                         'type' => 'InContactPerson!',
  4623.                                     ],
  4624.                                 ],
  4625.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  4626.                             ],
  4627.                             'updateBoPartnerProfileContactPosition' => [
  4628.                                 'type' => 'ProfileUpdateResponse!',
  4629.                                 'args' => [
  4630.                                     'profileID' => [
  4631.                                         'description' => 'The profile id',
  4632.                                         'type' => 'Int!',
  4633.                                     ],
  4634.                                     'contactIDs' => [
  4635.                                         'description' => 'The contact ids',
  4636.                                         'type' => '[Int!]',
  4637.                                     ],
  4638.                                 ],
  4639.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContactPositions", args["profileID"], args["contactIDs"])',
  4640.                             ],
  4641.                             'removeBoPartnerProfileGallery' => [
  4642.                                 'type' => 'ProfileUpdateResponse!',
  4643.                                 'args' => [
  4644.                                     'profileID' => [
  4645.                                         'description' => 'The profile id',
  4646.                                         'type' => 'Int!',
  4647.                                     ],
  4648.                                     'galleryID' => [
  4649.                                         'description' => 'The gallery id',
  4650.                                         'type' => 'Int!',
  4651.                                     ],
  4652.                                 ],
  4653.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGallery", args["profileID"], args["galleryID"])',
  4654.                             ],
  4655.                             'addBoPartnerProfileGalleryPicture' => [
  4656.                                 'type' => 'ProfileUpdateResponse!',
  4657.                                 'args' => [
  4658.                                     'profileID' => [
  4659.                                         'description' => 'The profile id',
  4660.                                         'type' => 'Int!',
  4661.                                     ],
  4662.                                     'picture' => [
  4663.                                         'description' => 'The picture to add',
  4664.                                         'type' => 'UploadFile!',
  4665.                                     ],
  4666.                                 ],
  4667.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  4668.                             ],
  4669.                             'removeBoPartnerProfileGalleryPicture' => [
  4670.                                 'type' => 'ProfileUpdateResponse!',
  4671.                                 'args' => [
  4672.                                     'profileID' => [
  4673.                                         'description' => 'The profile id',
  4674.                                         'type' => 'Int!',
  4675.                                     ],
  4676.                                     'galleryEntryID' => [
  4677.                                         'description' => 'The gallery entry id',
  4678.                                         'type' => 'Int!',
  4679.                                     ],
  4680.                                 ],
  4681.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  4682.                             ],
  4683.                             'addBoPartnerProfileGalleryDocument' => [
  4684.                                 'type' => 'ProfileUpdateResponse!',
  4685.                                 'args' => [
  4686.                                     'profileID' => [
  4687.                                         'description' => 'The profile id',
  4688.                                         'type' => 'Int!',
  4689.                                     ],
  4690.                                     'document' => [
  4691.                                         'description' => 'The document to add',
  4692.                                         'type' => 'UploadFile!',
  4693.                                     ],
  4694.                                     'documentName' => [
  4695.                                         'description' => 'The document name',
  4696.                                         'type' => 'String!',
  4697.                                     ],
  4698.                                 ],
  4699.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryPicture", args["profileID"], args["document"], args["documentName"])',
  4700.                             ],
  4701.                             'removeBoPartnerProfileGalleryDocument' => [
  4702.                                 'type' => 'ProfileUpdateResponse!',
  4703.                                 'args' => [
  4704.                                     'profileID' => [
  4705.                                         'description' => 'The profile id',
  4706.                                         'type' => 'Int!',
  4707.                                     ],
  4708.                                     'galleryEntryID' => [
  4709.                                         'description' => 'The gallery entry id',
  4710.                                         'type' => 'Int!',
  4711.                                     ],
  4712.                                 ],
  4713.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  4714.                             ],
  4715.                             'addBoPartnerProfileGalleryVideo' => [
  4716.                                 'type' => 'ProfileUpdateResponse!',
  4717.                                 'args' => [
  4718.                                     'profileID' => [
  4719.                                         'description' => 'The profile id',
  4720.                                         'type' => 'Int!',
  4721.                                     ],
  4722.                                     'youtubeURL' => [
  4723.                                         'description' => 'The youtube url',
  4724.                                         'type' => 'UploadFile!',
  4725.                                     ],
  4726.                                     'videoName' => [
  4727.                                         'description' => 'The video name',
  4728.                                         'type' => 'String!',
  4729.                                     ],
  4730.                                 ],
  4731.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  4732.                             ],
  4733.                             'removeBoPartnerProfileGalleryVideo' => [
  4734.                                 'type' => 'ProfileUpdateResponse!',
  4735.                                 'args' => [
  4736.                                     'profileID' => [
  4737.                                         'description' => 'The profile id',
  4738.                                         'type' => 'Int!',
  4739.                                     ],
  4740.                                     'galleryEntryID' => [
  4741.                                         'description' => 'The gallery entry id',
  4742.                                         'type' => 'Int!',
  4743.                                     ],
  4744.                                 ],
  4745.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  4746.                             ],
  4747.                             'updateBoPartnerProfileLinks' => [
  4748.                                 'type' => 'ProfileUpdateResponse!',
  4749.                                 'args' => [
  4750.                                     'profileID' => [
  4751.                                         'description' => 'The profile id',
  4752.                                         'type' => 'Int!',
  4753.                                     ],
  4754.                                     'links' => [
  4755.                                         'description' => 'The link urls',
  4756.                                         'type' => 'InLinks!',
  4757.                                     ],
  4758.                                 ],
  4759.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  4760.                             ],
  4761.                             'removeBoPartnerProfileLink' => [
  4762.                                 'type' => 'ProfileUpdateResponse!',
  4763.                                 'args' => [
  4764.                                     'profileID' => [
  4765.                                         'description' => 'The profile id',
  4766.                                         'type' => 'Int!',
  4767.                                     ],
  4768.                                     'linkEntryID' => [
  4769.                                         'description' => 'The link entry id',
  4770.                                         'type' => 'Int!',
  4771.                                     ],
  4772.                                 ],
  4773.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeProfileLinkEntry", args["profileID"], args["linkEntryID"])',
  4774.                             ],
  4775.                             'addBoPartnerProfileLocation' => [
  4776.                                 'type' => 'ProfileUpdateResponse!',
  4777.                                 'args' => [
  4778.                                     'profileID' => [
  4779.                                         'description' => 'The profile id',
  4780.                                         'type' => 'Int!',
  4781.                                     ],
  4782.                                     'location' => [
  4783.                                         'description' => 'The location data',
  4784.                                         'type' => 'InLocation!',
  4785.                                     ],
  4786.                                 ],
  4787.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addLocation", args["profileID"], args["location"])',
  4788.                             ],
  4789.                             'removeBoPartnerProfileLocation' => [
  4790.                                 'type' => 'ProfileUpdateResponse!',
  4791.                                 'args' => [
  4792.                                     'profileID' => [
  4793.                                         'description' => 'The profile id',
  4794.                                         'type' => 'Int!',
  4795.                                     ],
  4796.                                     'locationID' => [
  4797.                                         'description' => 'The location ID',
  4798.                                         'type' => 'Int!',
  4799.                                     ],
  4800.                                 ],
  4801.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  4802.                             ],
  4803.                             'updateBoPartnerProfileLocation' => [
  4804.                                 'type' => 'ProfileUpdateResponse!',
  4805.                                 'args' => [
  4806.                                     'profileID' => [
  4807.                                         'description' => 'The profile id',
  4808.                                         'type' => 'Int!',
  4809.                                     ],
  4810.                                     'locationID' => [
  4811.                                         'description' => 'The location ID',
  4812.                                         'type' => 'Int!',
  4813.                                     ],
  4814.                                     'location' => [
  4815.                                         'description' => 'The location data',
  4816.                                         'type' => 'InLocation!',
  4817.                                     ],
  4818.                                 ],
  4819.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  4820.                             ],
  4821.                             'toggleBoPartnerProfileOffer' => [
  4822.                                 'type' => 'ProfileUpdateResponse!',
  4823.                                 'args' => [
  4824.                                     'profileID' => [
  4825.                                         'description' => 'The profile id',
  4826.                                         'type' => 'Int!',
  4827.                                     ],
  4828.                                     'offerID' => [
  4829.                                         'description' => 'The offer id',
  4830.                                         'type' => 'Int!',
  4831.                                     ],
  4832.                                     'enable' => [
  4833.                                         'description' => 'enable or disable',
  4834.                                         'type' => 'Boolean!',
  4835.                                     ],
  4836.                                 ],
  4837.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  4838.                             ],
  4839.                             'updateBoPartnerProfileDescription' => [
  4840.                                 'type' => 'ProfileUpdateResponse!',
  4841.                                 'args' => [
  4842.                                     'profileID' => [
  4843.                                         'description' => 'The profile id',
  4844.                                         'type' => 'Int!',
  4845.                                     ],
  4846.                                     'description' => [
  4847.                                         'description' => 'The company profile description',
  4848.                                         'type' => 'String!',
  4849.                                     ],
  4850.                                 ],
  4851.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateDescription", args["profileID"], args["description"])',
  4852.                             ],
  4853.                             'updateBoPartnerProfileEducationInformation' => [
  4854.                                 'type' => 'ProfileUpdateResponse!',
  4855.                                 'args' => [
  4856.                                     'profileID' => [
  4857.                                         'description' => 'The profile id',
  4858.                                         'type' => 'Int!',
  4859.                                     ],
  4860.                                     'educationInformation' => [
  4861.                                         'description' => 'The education information',
  4862.                                         'type' => 'String!',
  4863.                                     ],
  4864.                                 ],
  4865.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  4866.                             ],
  4867.                             'updateBoPartnerProfileHeader' => [
  4868.                                 'type' => 'ProfileUpdateResponse!',
  4869.                                 'args' => [
  4870.                                     'profileID' => [
  4871.                                         'description' => 'The profile id',
  4872.                                         'type' => 'Int!',
  4873.                                     ],
  4874.                                     'headerPicture' => [
  4875.                                         'description' => 'The picture of the header',
  4876.                                         'type' => 'UploadFile!',
  4877.                                     ],
  4878.                                     'copyright' => [
  4879.                                         'description' => 'The copyright of the picture',
  4880.                                         'type' => 'String',
  4881.                                     ],
  4882.                                 ],
  4883.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateHeaderPicture", args["profileID"], args["headerPicture"], args["copyright"])',
  4884.                             ],
  4885.                             'updateBoPartnerProfileLogo' => [
  4886.                                 'type' => 'ProfileUpdateResponse!',
  4887.                                 'args' => [
  4888.                                     'profileID' => [
  4889.                                         'description' => 'The profile id',
  4890.                                         'type' => 'Int!',
  4891.                                     ],
  4892.                                     'logo' => [
  4893.                                         'description' => 'The picture of the logo',
  4894.                                         'type' => 'UploadFile!',
  4895.                                     ],
  4896.                                     'copyright' => [
  4897.                                         'description' => 'The copyright of the picture',
  4898.                                         'type' => 'String',
  4899.                                     ],
  4900.                                 ],
  4901.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  4902.                             ],
  4903.                             'updateBoPartnerProfileName' => [
  4904.                                 'type' => 'ProfileUpdateResponse!',
  4905.                                 'args' => [
  4906.                                     'profileID' => [
  4907.                                         'description' => 'The profile id',
  4908.                                         'type' => 'Int!',
  4909.                                     ],
  4910.                                     'name' => [
  4911.                                         'description' => 'The new profile name',
  4912.                                         'type' => 'String!',
  4913.                                     ],
  4914.                                 ],
  4915.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateName", args["profileID"], args["name"])',
  4916.                             ],
  4917.                             'addCompanyProfileContact' => [
  4918.                                 'type' => 'ProfileUpdateResponse!',
  4919.                                 'args' => [
  4920.                                     'profileID' => [
  4921.                                         'description' => 'The profile id',
  4922.                                         'type' => 'Int!',
  4923.                                     ],
  4924.                                     'contact' => [
  4925.                                         'description' => 'The contact data',
  4926.                                         'type' => 'InContactPerson!',
  4927.                                     ],
  4928.                                 ],
  4929.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addContact", args["profileID"], args["contact"])',
  4930.                             ],
  4931.                             'removeCompanyProfileContact' => [
  4932.                                 'type' => 'ProfileUpdateResponse!',
  4933.                                 'args' => [
  4934.                                     'profileID' => [
  4935.                                         'description' => 'The profile id',
  4936.                                         'type' => 'Int!',
  4937.                                     ],
  4938.                                     'galleryEntryID' => [
  4939.                                         'description' => 'The gallery entry id',
  4940.                                         'type' => 'Int!',
  4941.                                     ],
  4942.                                 ],
  4943.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  4944.                             ],
  4945.                             'updateCompanyProfileContact' => [
  4946.                                 'type' => 'ProfileUpdateResponse!',
  4947.                                 'args' => [
  4948.                                     'profileID' => [
  4949.                                         'description' => 'The profile id',
  4950.                                         'type' => 'Int!',
  4951.                                     ],
  4952.                                     'contactID' => [
  4953.                                         'description' => 'The contact id',
  4954.                                         'type' => 'Int!',
  4955.                                     ],
  4956.                                     'contact' => [
  4957.                                         'description' => 'The contact data',
  4958.                                         'type' => 'InContactPerson!',
  4959.                                     ],
  4960.                                 ],
  4961.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  4962.                             ],
  4963.                             'updateCompanyProfileContactPosition' => [
  4964.                                 'type' => 'ProfileUpdateResponse!',
  4965.                                 'args' => [
  4966.                                     'profileID' => [
  4967.                                         'description' => 'The profile id',
  4968.                                         'type' => 'Int!',
  4969.                                     ],
  4970.                                     'contactIDs' => [
  4971.                                         'description' => 'The contact ids',
  4972.                                         'type' => '[Int!]',
  4973.                                     ],
  4974.                                 ],
  4975.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContactPositions", args["profileID"], args["contactIDs"])',
  4976.                             ],
  4977.                             'removeCompanyProfileGallery' => [
  4978.                                 'type' => 'ProfileUpdateResponse!',
  4979.                                 'args' => [
  4980.                                     'profileID' => [
  4981.                                         'description' => 'The profile id',
  4982.                                         'type' => 'Int!',
  4983.                                     ],
  4984.                                     'galleryID' => [
  4985.                                         'description' => 'The gallery id',
  4986.                                         'type' => 'Int!',
  4987.                                     ],
  4988.                                 ],
  4989.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGallery", args["profileID"], args["galleryID"])',
  4990.                             ],
  4991.                             'addCompanyProfileGalleryPicture' => [
  4992.                                 'type' => 'ProfileUpdateResponse!',
  4993.                                 'args' => [
  4994.                                     'profileID' => [
  4995.                                         'description' => 'The profile id',
  4996.                                         'type' => 'Int!',
  4997.                                     ],
  4998.                                     'picture' => [
  4999.                                         'description' => 'The picture to add',
  5000.                                         'type' => 'UploadFile!',
  5001.                                     ],
  5002.                                 ],
  5003.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  5004.                             ],
  5005.                             'removeCompanyProfileGalleryPicture' => [
  5006.                                 'type' => 'ProfileUpdateResponse!',
  5007.                                 'args' => [
  5008.                                     'profileID' => [
  5009.                                         'description' => 'The profile id',
  5010.                                         'type' => 'Int!',
  5011.                                     ],
  5012.                                     'galleryEntryID' => [
  5013.                                         'description' => 'The gallery entry id',
  5014.                                         'type' => 'Int!',
  5015.                                     ],
  5016.                                 ],
  5017.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  5018.                             ],
  5019.                             'addCompanyProfileGalleryDocument' => [
  5020.                                 'type' => 'ProfileUpdateResponse!',
  5021.                                 'args' => [
  5022.                                     'profileID' => [
  5023.                                         'description' => 'The profile id',
  5024.                                         'type' => 'Int!',
  5025.                                     ],
  5026.                                     'document' => [
  5027.                                         'description' => 'The document to add',
  5028.                                         'type' => 'UploadFile!',
  5029.                                     ],
  5030.                                     'documentName' => [
  5031.                                         'description' => 'The document name',
  5032.                                         'type' => 'String!',
  5033.                                     ],
  5034.                                 ],
  5035.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  5036.                             ],
  5037.                             'removeCompanyProfileGalleryDocument' => [
  5038.                                 'type' => 'ProfileUpdateResponse!',
  5039.                                 'args' => [
  5040.                                     'profileID' => [
  5041.                                         'description' => 'The profile id',
  5042.                                         'type' => 'Int!',
  5043.                                     ],
  5044.                                     'galleryEntryID' => [
  5045.                                         'description' => 'The gallery entry id',
  5046.                                         'type' => 'Int!',
  5047.                                     ],
  5048.                                 ],
  5049.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  5050.                             ],
  5051.                             'addCompanyProfileGalleryVideo' => [
  5052.                                 'type' => 'ProfileUpdateResponse!',
  5053.                                 'args' => [
  5054.                                     'profileID' => [
  5055.                                         'description' => 'The profile id',
  5056.                                         'type' => 'Int!',
  5057.                                     ],
  5058.                                     'youtubeURL' => [
  5059.                                         'description' => 'The youtube url',
  5060.                                         'type' => 'UploadFile!',
  5061.                                     ],
  5062.                                     'videoName' => [
  5063.                                         'description' => 'The video name',
  5064.                                         'type' => 'String!',
  5065.                                     ],
  5066.                                 ],
  5067.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  5068.                             ],
  5069.                             'removeCompanyProfileGalleryVideo' => [
  5070.                                 'type' => 'ProfileUpdateResponse!',
  5071.                                 'args' => [
  5072.                                     'profileID' => [
  5073.                                         'description' => 'The profile id',
  5074.                                         'type' => 'Int!',
  5075.                                     ],
  5076.                                     'galleryEntryID' => [
  5077.                                         'description' => 'The gallery entry id',
  5078.                                         'type' => 'Int!',
  5079.                                     ],
  5080.                                 ],
  5081.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  5082.                             ],
  5083.                             'updateCompanyProfileLinks' => [
  5084.                                 'type' => 'ProfileUpdateResponse!',
  5085.                                 'args' => [
  5086.                                     'profileID' => [
  5087.                                         'description' => 'The profile id',
  5088.                                         'type' => 'Int!',
  5089.                                     ],
  5090.                                     'links' => [
  5091.                                         'description' => 'The link urls',
  5092.                                         'type' => 'InLinks!',
  5093.                                     ],
  5094.                                 ],
  5095.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  5096.                             ],
  5097.                             'removeCompanyProfileLink' => [
  5098.                                 'type' => 'ProfileUpdateResponse!',
  5099.                                 'args' => [
  5100.                                     'profileID' => [
  5101.                                         'description' => 'The profile id',
  5102.                                         'type' => 'Int!',
  5103.                                     ],
  5104.                                     'linkEntryID' => [
  5105.                                         'description' => 'The link entry id',
  5106.                                         'type' => 'Int!',
  5107.                                     ],
  5108.                                 ],
  5109.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeProfileLinkEntry", args["profileID"], args["linkEntryID"])',
  5110.                             ],
  5111.                             'addCompanyProfileLocation' => [
  5112.                                 'type' => 'ProfileUpdateResponse!',
  5113.                                 'args' => [
  5114.                                     'profileID' => [
  5115.                                         'description' => 'The profile id',
  5116.                                         'type' => 'Int!',
  5117.                                     ],
  5118.                                     'location' => [
  5119.                                         'description' => 'The location data',
  5120.                                         'type' => 'InLocation!',
  5121.                                     ],
  5122.                                 ],
  5123.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addLocation", args["profileID"], args["location"])',
  5124.                             ],
  5125.                             'removeCompanyProfileLocation' => [
  5126.                                 'type' => 'ProfileUpdateResponse!',
  5127.                                 'args' => [
  5128.                                     'profileID' => [
  5129.                                         'description' => 'The profile id',
  5130.                                         'type' => 'Int!',
  5131.                                     ],
  5132.                                     'locationID' => [
  5133.                                         'description' => 'The location ID',
  5134.                                         'type' => 'Int!',
  5135.                                     ],
  5136.                                 ],
  5137.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  5138.                             ],
  5139.                             'updateCompanyProfileLocation' => [
  5140.                                 'type' => 'ProfileUpdateResponse!',
  5141.                                 'args' => [
  5142.                                     'profileID' => [
  5143.                                         'description' => 'The profile id',
  5144.                                         'type' => 'Int!',
  5145.                                     ],
  5146.                                     'locationID' => [
  5147.                                         'description' => 'The location ID',
  5148.                                         'type' => 'Int!',
  5149.                                     ],
  5150.                                     'location' => [
  5151.                                         'description' => 'The location data',
  5152.                                         'type' => 'InLocation!',
  5153.                                     ],
  5154.                                 ],
  5155.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  5156.                             ],
  5157.                             'toggleCompanyProfileBenefit' => [
  5158.                                 'type' => 'ProfileUpdateResponse!',
  5159.                                 'args' => [
  5160.                                     'profileID' => [
  5161.                                         'description' => 'The profile id',
  5162.                                         'type' => 'Int!',
  5163.                                     ],
  5164.                                     'benefitID' => [
  5165.                                         'description' => 'The benefit id',
  5166.                                         'type' => 'Int!',
  5167.                                     ],
  5168.                                     'enable' => [
  5169.                                         'description' => 'enable or disable',
  5170.                                         'type' => 'Boolean!',
  5171.                                     ],
  5172.                                 ],
  5173.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleBenefit", args["profileID"], args["benefitID"], args["enable"])',
  5174.                             ],
  5175.                             'setCompanyProfileBenefits' => [
  5176.                                 'type' => 'ProfileUpdateResponse!',
  5177.                                 'args' => [
  5178.                                     'profileID' => [
  5179.                                         'description' => 'The profile id',
  5180.                                         'type' => 'Int!',
  5181.                                     ],
  5182.                                     'benefitIDs' => [
  5183.                                         'description' => 'The benefit ids',
  5184.                                         'type' => '[Int!]',
  5185.                                     ],
  5186.                                 ],
  5187.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setBenefits", args["profileID"], args["benefitIDs"])',
  5188.                             ],
  5189.                             'toggleCompanyProfileCertificate' => [
  5190.                                 'type' => 'ProfileUpdateResponse!',
  5191.                                 'args' => [
  5192.                                     'profileID' => [
  5193.                                         'description' => 'The profile id',
  5194.                                         'type' => 'Int!',
  5195.                                     ],
  5196.                                     'certificateID' => [
  5197.                                         'description' => 'The certificate id',
  5198.                                         'type' => 'Int!',
  5199.                                     ],
  5200.                                     'enable' => [
  5201.                                         'description' => 'enable or disable',
  5202.                                         'type' => 'Boolean!',
  5203.                                     ],
  5204.                                 ],
  5205.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleCertificate", args["profileID"], args["certificateID"], args["enable"])',
  5206.                             ],
  5207.                             'toggleCompanyProfileJob' => [
  5208.                                 'type' => 'ProfileUpdateResponse!',
  5209.                                 'args' => [
  5210.                                     'profileID' => [
  5211.                                         'description' => 'The profile id',
  5212.                                         'type' => 'Int!',
  5213.                                     ],
  5214.                                     'jobID' => [
  5215.                                         'description' => 'The job id',
  5216.                                         'type' => 'Int!',
  5217.                                     ],
  5218.                                     'enable' => [
  5219.                                         'description' => 'enable or disable',
  5220.                                         'type' => 'Boolean!',
  5221.                                     ],
  5222.                                 ],
  5223.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  5224.                             ],
  5225.                             'setCompanyProfileOffers' => [
  5226.                                 'type' => 'ProfileUpdateResponse!',
  5227.                                 'args' => [
  5228.                                     'profileID' => [
  5229.                                         'description' => 'The profile id',
  5230.                                         'type' => 'Int!',
  5231.                                     ],
  5232.                                     'offerIDs' => [
  5233.                                         'description' => 'The offer ids',
  5234.                                         'type' => '[Int!]',
  5235.                                     ],
  5236.                                 ],
  5237.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  5238.                             ],
  5239.                             'toggleCompanyProfileOffer' => [
  5240.                                 'type' => 'ProfileUpdateResponse!',
  5241.                                 'args' => [
  5242.                                     'profileID' => [
  5243.                                         'description' => 'The profile id',
  5244.                                         'type' => 'Int!',
  5245.                                     ],
  5246.                                     'offerID' => [
  5247.                                         'description' => 'The offer id',
  5248.                                         'type' => 'Int!',
  5249.                                     ],
  5250.                                     'enable' => [
  5251.                                         'description' => 'enable or disable',
  5252.                                         'type' => 'Boolean!',
  5253.                                     ],
  5254.                                 ],
  5255.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  5256.                             ],
  5257.                             'updateCompanyProfileDescription' => [
  5258.                                 'type' => 'ProfileUpdateResponse!',
  5259.                                 'args' => [
  5260.                                     'profileID' => [
  5261.                                         'description' => 'The profile id',
  5262.                                         'type' => 'Int!',
  5263.                                     ],
  5264.                                     'description' => [
  5265.                                         'description' => 'The company profile description',
  5266.                                         'type' => 'String!',
  5267.                                     ],
  5268.                                 ],
  5269.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateDescription", args["profileID"], args["description"])',
  5270.                             ],
  5271.                             'updateCompanyProfileEducationInformation' => [
  5272.                                 'type' => 'ProfileUpdateResponse!',
  5273.                                 'args' => [
  5274.                                     'profileID' => [
  5275.                                         'description' => 'The profile id',
  5276.                                         'type' => 'Int!',
  5277.                                     ],
  5278.                                     'educationInformation' => [
  5279.                                         'description' => 'The education information',
  5280.                                         'type' => 'String!',
  5281.                                     ],
  5282.                                 ],
  5283.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  5284.                             ],
  5285.                             'setCompanyProfileHeader' => [
  5286.                                 'type' => 'ProfileUpdateResponse!',
  5287.                                 'args' => [
  5288.                                     'profileID' => [
  5289.                                         'description' => 'The profile id',
  5290.                                         'type' => 'Int!',
  5291.                                     ],
  5292.                                     'galleryEntryID' => [
  5293.                                         'description' => 'The gallery entry id',
  5294.                                         'type' => 'Int!',
  5295.                                     ],
  5296.                                 ],
  5297.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  5298.                             ],
  5299.                             'removeCompanyProfileHeader' => [
  5300.                                 'type' => 'ProfileUpdateResponse!',
  5301.                                 'args' => [
  5302.                                     'profileID' => [
  5303.                                         'description' => 'The profile id',
  5304.                                         'type' => 'Int!',
  5305.                                     ],
  5306.                                 ],
  5307.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeHeaderPicture", args["profileID"])',
  5308.                             ],
  5309.                             'updateCompanyProfileLogo' => [
  5310.                                 'type' => 'ProfileUpdateResponse!',
  5311.                                 'args' => [
  5312.                                     'profileID' => [
  5313.                                         'description' => 'The profile id',
  5314.                                         'type' => 'Int!',
  5315.                                     ],
  5316.                                     'logo' => [
  5317.                                         'description' => 'The picture of the logo',
  5318.                                         'type' => 'UploadFile!',
  5319.                                     ],
  5320.                                     'copyright' => [
  5321.                                         'description' => 'The copyright of the picture',
  5322.                                         'type' => 'String',
  5323.                                     ],
  5324.                                 ],
  5325.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  5326.                             ],
  5327.                             'removeCompanyProfileLogo' => [
  5328.                                 'type' => 'ProfileUpdateResponse!',
  5329.                                 'args' => [
  5330.                                     'profileID' => [
  5331.                                         'description' => 'The profile id',
  5332.                                         'type' => 'Int!',
  5333.                                     ],
  5334.                                 ],
  5335.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLogo", args["profileID"])',
  5336.                             ],
  5337.                             'updateCompanyProfileName' => [
  5338.                                 'type' => 'ProfileUpdateResponse!',
  5339.                                 'args' => [
  5340.                                     'profileID' => [
  5341.                                         'description' => 'The profile id',
  5342.                                         'type' => 'Int!',
  5343.                                     ],
  5344.                                     'name' => [
  5345.                                         'description' => 'The new profile name',
  5346.                                         'type' => 'String!',
  5347.                                     ],
  5348.                                 ],
  5349.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateName", args["profileID"], args["name"])',
  5350.                             ],
  5351.                             'updateCompanyProfileSize' => [
  5352.                                 'type' => 'ProfileUpdateResponse!',
  5353.                                 'args' => [
  5354.                                     'profileID' => [
  5355.                                         'description' => 'The profile id',
  5356.                                         'type' => 'Int!',
  5357.                                     ],
  5358.                                     'companySizeID' => [
  5359.                                         'description' => 'The company size id',
  5360.                                         'type' => 'Int!',
  5361.                                     ],
  5362.                                 ],
  5363.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanySize", args["profileID"], args["companySizeID"])',
  5364.                             ],
  5365.                             'updateCompanyProfileYearOfFoundation' => [
  5366.                                 'type' => 'ProfileUpdateResponse!',
  5367.                                 'args' => [
  5368.                                     'profileID' => [
  5369.                                         'description' => 'The profile id',
  5370.                                         'type' => 'Int!',
  5371.                                     ],
  5372.                                     'year' => [
  5373.                                         'description' => 'The year of foundation',
  5374.                                         'type' => 'Int!',
  5375.                                     ],
  5376.                                 ],
  5377.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateYearFoundation", args["profileID"], args["year"])',
  5378.                             ],
  5379.                             'setCompanyProfileSelected' => [
  5380.                                 'type' => 'Status!',
  5381.                                 'args' => [
  5382.                                     'profileID' => [
  5383.                                         'description' => 'The company profile id',
  5384.                                         'type' => 'Int!',
  5385.                                     ],
  5386.                                 ],
  5387.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setCompanyProfileSelected", args["profileID"])',
  5388.                             ],
  5389.                             'addCompanyProfileQuizQuestions' => [
  5390.                                 'type' => 'Status!',
  5391.                                 'args' => [
  5392.                                     'profileID' => [
  5393.                                         'description' => 'The profile id',
  5394.                                         'type' => 'Int!',
  5395.                                     ],
  5396.                                     'questions' => [
  5397.                                         'description' => 'The questions',
  5398.                                         'type' => '[InQuizQuestion!]',
  5399.                                     ],
  5400.                                 ],
  5401.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addCompanyProfileQuizQuestions", args["profileID"], args["questions"])',
  5402.                             ],
  5403.                             'addJobMarket' => [
  5404.                                 'type' => 'JobMarket!',
  5405.                                 'args' => [
  5406.                                     'data' => [
  5407.                                         'description' => 'The minimum job market data',
  5408.                                         'type' => 'InJobMarket!',
  5409.                                     ],
  5410.                                 ],
  5411.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::addJobMarket", args["data"])',
  5412.                             ],
  5413.                             'toggleJobMarketJob' => [
  5414.                                 'type' => 'Status!',
  5415.                                 'args' => [
  5416.                                     'jobMarketID' => [
  5417.                                         'description' => 'The job market id',
  5418.                                         'type' => 'Int!',
  5419.                                     ],
  5420.                                     'jobID' => [
  5421.                                         'description' => 'The job id',
  5422.                                         'type' => 'Int!',
  5423.                                     ],
  5424.                                     'enable' => [
  5425.                                         'description' => 'enable or disable',
  5426.                                         'type' => 'Boolean!',
  5427.                                     ],
  5428.                                 ],
  5429.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::toggleJob", args["jobMarketID"], args["jobID"], args["enable"])',
  5430.                             ],
  5431.                             'updateJobMarketName' => [
  5432.                                 'type' => 'Status!',
  5433.                                 'args' => [
  5434.                                     'jobMarketID' => [
  5435.                                         'description' => 'The job market id',
  5436.                                         'type' => 'Int!',
  5437.                                     ],
  5438.                                     'name' => [
  5439.                                         'description' => 'The new name',
  5440.                                         'type' => 'String!',
  5441.                                     ],
  5442.                                 ],
  5443.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateName", args["jobMarketID"], args["name"])',
  5444.                             ],
  5445.                             'updateJobMarketOpenClose' => [
  5446.                                 'type' => 'Status!',
  5447.                                 'args' => [
  5448.                                     'jobMarketID' => [
  5449.                                         'description' => 'The job market id',
  5450.                                         'type' => 'Int!',
  5451.                                     ],
  5452.                                     'openDate' => [
  5453.                                         'description' => 'The open date',
  5454.                                         'type' => 'String!',
  5455.                                     ],
  5456.                                     'closeDate' => [
  5457.                                         'description' => 'The close date',
  5458.                                         'type' => 'String!',
  5459.                                     ],
  5460.                                 ],
  5461.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateOpenClose", args["jobMarketID"], args["openDate"], args["closeDate"])',
  5462.                             ],
  5463.                             'updateJobMarketPositionType' => [
  5464.                                 'type' => 'Status!',
  5465.                                 'args' => [
  5466.                                     'jobMarketID' => [
  5467.                                         'description' => 'The job market id',
  5468.                                         'type' => 'Int!',
  5469.                                     ],
  5470.                                     'positionType' => [
  5471.                                         'description' => 'The position type',
  5472.                                         'type' => 'JobMarketPositionType!',
  5473.                                     ],
  5474.                                 ],
  5475.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updatePositionType", args["jobMarketID"], args["positionType"])',
  5476.                             ],
  5477.                             'updateJobMarketApplyType' => [
  5478.                                 'type' => 'Status!',
  5479.                                 'args' => [
  5480.                                     'jobMarketID' => [
  5481.                                         'description' => 'The job market id',
  5482.                                         'type' => 'Int!',
  5483.                                     ],
  5484.                                     'positionType' => [
  5485.                                         'description' => 'The apply type',
  5486.                                         'type' => 'JobMarketApplyType!',
  5487.                                     ],
  5488.                                 ],
  5489.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyType", args["jobMarketID"], args["applyType"])',
  5490.                             ],
  5491.                             'updateJobMarketDescription' => [
  5492.                                 'type' => 'Status!',
  5493.                                 'args' => [
  5494.                                     'jobMarketID' => [
  5495.                                         'description' => 'The job market id',
  5496.                                         'type' => 'Int!',
  5497.                                     ],
  5498.                                     'description' => [
  5499.                                         'description' => 'The description text',
  5500.                                         'type' => 'String!',
  5501.                                     ],
  5502.                                 ],
  5503.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDescription", args["jobMarketID"], args["description"])',
  5504.                             ],
  5505.                             'updateJobMarketRequirements' => [
  5506.                                 'type' => 'Status!',
  5507.                                 'args' => [
  5508.                                     'jobMarketID' => [
  5509.                                         'description' => 'The job market id',
  5510.                                         'type' => 'Int!',
  5511.                                     ],
  5512.                                     'requirements' => [
  5513.                                         'description' => 'The requirements text',
  5514.                                         'type' => 'String!',
  5515.                                     ],
  5516.                                 ],
  5517.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateRequirements", args["jobMarketID"], args["requirements"])',
  5518.                             ],
  5519.                             'updateJobMarketSalary' => [
  5520.                                 'type' => 'Status!',
  5521.                                 'args' => [
  5522.                                     'jobMarketID' => [
  5523.                                         'description' => 'The job market id',
  5524.                                         'type' => 'Int!',
  5525.                                     ],
  5526.                                     'salary' => [
  5527.                                         'description' => 'The salary text',
  5528.                                         'type' => 'String!',
  5529.                                     ],
  5530.                                 ],
  5531.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateSalary", args["jobMarketID"], args["salary"])',
  5532.                             ],
  5533.                             'updateJobMarketStartDate' => [
  5534.                                 'type' => 'Status!',
  5535.                                 'args' => [
  5536.                                     'jobMarketID' => [
  5537.                                         'description' => 'The job market id',
  5538.                                         'type' => 'Int!',
  5539.                                     ],
  5540.                                     'startDate' => [
  5541.                                         'description' => 'The start date',
  5542.                                         'type' => 'String!',
  5543.                                     ],
  5544.                                 ],
  5545.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartDate", args["jobMarketID"], args["startDate"])',
  5546.                             ],
  5547.                             'updateJobMarketContact' => [
  5548.                                 'type' => 'Status!',
  5549.                                 'args' => [
  5550.                                     'jobMarketID' => [
  5551.                                         'description' => 'The job market id',
  5552.                                         'type' => 'Int!',
  5553.                                     ],
  5554.                                     'contactID' => [
  5555.                                         'description' => 'The contactID',
  5556.                                         'type' => 'Int!',
  5557.                                     ],
  5558.                                 ],
  5559.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateContact", args["jobMarketID"], args["contactID"])',
  5560.                             ],
  5561.                             'addSchoolTeacher' => [
  5562.                                 'type' => 'Status!',
  5563.                                 'args' => [
  5564.                                     'email' => [
  5565.                                         'description' => 'The Teacher email',
  5566.                                         'type' => 'String!',
  5567.                                     ],
  5568.                                 ],
  5569.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::addSchoolTeacher", args["email"])',
  5570.                             ],
  5571.                             'removeSchoolTeacher' => [
  5572.                                 'type' => 'Status!',
  5573.                                 'args' => [
  5574.                                     'teacherID' => [
  5575.                                         'description' => 'The TeacherID',
  5576.                                         'type' => 'Int!',
  5577.                                     ],
  5578.                                 ],
  5579.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::removeSchoolTeacher", args["teacherID"])',
  5580.                             ],
  5581.                             'addSchoolClass' => [
  5582.                                 'type' => 'Status!',
  5583.                                 'args' => [
  5584.                                     'data' => [
  5585.                                         'description' => 'The school class data',
  5586.                                         'type' => 'InSchoolClass!',
  5587.                                     ],
  5588.                                 ],
  5589.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClass", args["data"])',
  5590.                             ],
  5591.                             'updateSchoolClass' => [
  5592.                                 'type' => 'Status!',
  5593.                                 'args' => [
  5594.                                     'schoolClassID' => [
  5595.                                         'description' => 'The SchoolClassID',
  5596.                                         'type' => 'Int!',
  5597.                                     ],
  5598.                                     'data' => [
  5599.                                         'description' => 'The school class data',
  5600.                                         'type' => 'InSchoolClass!',
  5601.                                     ],
  5602.                                 ],
  5603.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::updateSchoolClass", args["schoolClassID"], args["data"])',
  5604.                             ],
  5605.                             'removeSchoolClass' => [
  5606.                                 'type' => 'Status!',
  5607.                                 'args' => [
  5608.                                     'schoolClassID' => [
  5609.                                         'description' => 'The SchoolClassID',
  5610.                                         'type' => 'Int!',
  5611.                                     ],
  5612.                                 ],
  5613.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClass", args["schoolClassID"])',
  5614.                             ],
  5615.                             'addSchoolClassTeacher' => [
  5616.                                 'type' => 'Status!',
  5617.                                 'args' => [
  5618.                                     'schoolClassID' => [
  5619.                                         'description' => 'The SchoolClassID',
  5620.                                         'type' => 'Int!',
  5621.                                     ],
  5622.                                     'email' => [
  5623.                                         'description' => 'The Teacher email',
  5624.                                         'type' => 'String!',
  5625.                                     ],
  5626.                                 ],
  5627.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClassTeacher", args["schoolClassID"], args["email"])',
  5628.                             ],
  5629.                             'removeSchoolClassTeacher' => [
  5630.                                 'type' => 'Status!',
  5631.                                 'args' => [
  5632.                                     'schoolClassID' => [
  5633.                                         'description' => 'The SchoolClassID',
  5634.                                         'type' => 'Int!',
  5635.                                     ],
  5636.                                     'teacherID' => [
  5637.                                         'description' => 'The TeacherID',
  5638.                                         'type' => 'Int!',
  5639.                                     ],
  5640.                                 ],
  5641.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClassTeacher", args["schoolClassID"], args["teacherID"])',
  5642.                             ],
  5643.                             'sendTeachingIdea' => [
  5644.                                 'type' => 'Status!',
  5645.                                 'args' => [
  5646.                                     'schoolClassID' => [
  5647.                                         'description' => 'The SchoolClassID',
  5648.                                         'type' => 'Int!',
  5649.                                     ],
  5650.                                     'data' => [
  5651.                                         'description' => 'The teaching idea data',
  5652.                                         'type' => 'InTeachingIdea!',
  5653.                                     ],
  5654.                                 ],
  5655.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::sendTeachingIdea", args["schoolClassID"], args["data"])',
  5656.                             ],
  5657.                             'addSchoolProfileContact' => [
  5658.                                 'type' => 'ProfileUpdateResponse!',
  5659.                                 'args' => [
  5660.                                     'profileID' => [
  5661.                                         'description' => 'The profile id',
  5662.                                         'type' => 'Int!',
  5663.                                     ],
  5664.                                     'contact' => [
  5665.                                         'description' => 'The contact data',
  5666.                                         'type' => 'InContactPerson!',
  5667.                                     ],
  5668.                                 ],
  5669.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addContact", args["profileID"], args["contact"])',
  5670.                             ],
  5671.                             'removeSchoolProfileContact' => [
  5672.                                 'type' => 'ProfileUpdateResponse!',
  5673.                                 'args' => [
  5674.                                     'profileID' => [
  5675.                                         'description' => 'The profile id',
  5676.                                         'type' => 'Int!',
  5677.                                     ],
  5678.                                     'contactID' => [
  5679.                                         'description' => 'The contact id',
  5680.                                         'type' => 'Int!',
  5681.                                     ],
  5682.                                 ],
  5683.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeContact", args["profileID"], args["contactID"])',
  5684.                             ],
  5685.                             'updateSchoolProfileContact' => [
  5686.                                 'type' => 'ProfileUpdateResponse!',
  5687.                                 'args' => [
  5688.                                     'profileID' => [
  5689.                                         'description' => 'The profile id',
  5690.                                         'type' => 'Int!',
  5691.                                     ],
  5692.                                     'contactID' => [
  5693.                                         'description' => 'The contact id',
  5694.                                         'type' => 'Int!',
  5695.                                     ],
  5696.                                     'contact' => [
  5697.                                         'description' => 'The contact data',
  5698.                                         'type' => 'InContactPerson!',
  5699.                                     ],
  5700.                                 ],
  5701.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  5702.                             ],
  5703.                             'updateSchoolProfileContactPosition' => [
  5704.                                 'type' => 'ProfileUpdateResponse!',
  5705.                                 'args' => [
  5706.                                     'profileID' => [
  5707.                                         'description' => 'The profile id',
  5708.                                         'type' => 'Int!',
  5709.                                     ],
  5710.                                     'contactIDs' => [
  5711.                                         'description' => 'The contact ids',
  5712.                                         'type' => '[Int!]',
  5713.                                     ],
  5714.                                 ],
  5715.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContactPositions", args["profileID"], args["contactIDs"])',
  5716.                             ],
  5717.                             'removeSchoolProfileGallery' => [
  5718.                                 'type' => 'ProfileUpdateResponse!',
  5719.                                 'args' => [
  5720.                                     'profileID' => [
  5721.                                         'description' => 'The profile id',
  5722.                                         'type' => 'Int!',
  5723.                                     ],
  5724.                                     'galleryID' => [
  5725.                                         'description' => 'The gallery id',
  5726.                                         'type' => 'Int!',
  5727.                                     ],
  5728.                                 ],
  5729.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGallery", args["profileID"], args["galleryID"])',
  5730.                             ],
  5731.                             'addSchoolProfileGalleryPicture' => [
  5732.                                 'type' => 'ProfileUpdateResponse!',
  5733.                                 'args' => [
  5734.                                     'profileID' => [
  5735.                                         'description' => 'The profile id',
  5736.                                         'type' => 'Int!',
  5737.                                     ],
  5738.                                     'picture' => [
  5739.                                         'description' => 'The picture to add',
  5740.                                         'type' => 'UploadFile!',
  5741.                                     ],
  5742.                                 ],
  5743.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  5744.                             ],
  5745.                             'removeSchoolProfileGalleryPicture' => [
  5746.                                 'type' => 'ProfileUpdateResponse!',
  5747.                                 'args' => [
  5748.                                     'profileID' => [
  5749.                                         'description' => 'The profile id',
  5750.                                         'type' => 'Int!',
  5751.                                     ],
  5752.                                     'galleryEntryID' => [
  5753.                                         'description' => 'The gallery entry id',
  5754.                                         'type' => 'Int!',
  5755.                                     ],
  5756.                                 ],
  5757.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  5758.                             ],
  5759.                             'addSchoolProfileGalleryDocument' => [
  5760.                                 'type' => 'ProfileUpdateResponse!',
  5761.                                 'args' => [
  5762.                                     'profileID' => [
  5763.                                         'description' => 'The profile id',
  5764.                                         'type' => 'Int!',
  5765.                                     ],
  5766.                                     'document' => [
  5767.                                         'description' => 'The document to add',
  5768.                                         'type' => 'UploadFile!',
  5769.                                     ],
  5770.                                     'documentName' => [
  5771.                                         'description' => 'The document name',
  5772.                                         'type' => 'String!',
  5773.                                     ],
  5774.                                 ],
  5775.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryPicture", args["profileID"], args["document"], args["documentName"])',
  5776.                             ],
  5777.                             'removeSchoolProfileGalleryDocument' => [
  5778.                                 'type' => 'ProfileUpdateResponse!',
  5779.                                 'args' => [
  5780.                                     'profileID' => [
  5781.                                         'description' => 'The profile id',
  5782.                                         'type' => 'Int!',
  5783.                                     ],
  5784.                                     'galleryEntryID' => [
  5785.                                         'description' => 'The gallery entry id',
  5786.                                         'type' => 'Int!',
  5787.                                     ],
  5788.                                 ],
  5789.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  5790.                             ],
  5791.                             'addSchoolProfileGalleryVideo' => [
  5792.                                 'type' => 'ProfileUpdateResponse!',
  5793.                                 'args' => [
  5794.                                     'profileID' => [
  5795.                                         'description' => 'The profile id',
  5796.                                         'type' => 'Int!',
  5797.                                     ],
  5798.                                     'youtubeURL' => [
  5799.                                         'description' => 'The youtube url',
  5800.                                         'type' => 'UploadFile!',
  5801.                                     ],
  5802.                                     'videoName' => [
  5803.                                         'description' => 'The video name',
  5804.                                         'type' => 'String!',
  5805.                                     ],
  5806.                                 ],
  5807.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  5808.                             ],
  5809.                             'removeSchoolProfileGalleryVideo' => [
  5810.                                 'type' => 'ProfileUpdateResponse!',
  5811.                                 'args' => [
  5812.                                     'profileID' => [
  5813.                                         'description' => 'The profile id',
  5814.                                         'type' => 'Int!',
  5815.                                     ],
  5816.                                     'galleryEntryID' => [
  5817.                                         'description' => 'The gallery entry id',
  5818.                                         'type' => 'Int!',
  5819.                                     ],
  5820.                                 ],
  5821.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  5822.                             ],
  5823.                             'updateSchoolProfileLinks' => [
  5824.                                 'type' => 'ProfileUpdateResponse!',
  5825.                                 'args' => [
  5826.                                     'profileID' => [
  5827.                                         'description' => 'The profile id',
  5828.                                         'type' => 'Int!',
  5829.                                     ],
  5830.                                     'links' => [
  5831.                                         'description' => 'The link urls',
  5832.                                         'type' => 'InLinks!',
  5833.                                     ],
  5834.                                 ],
  5835.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLinks", args["profileID"], args["links"])',
  5836.                             ],
  5837.                             'removeSchoolProfileLink' => [
  5838.                                 'type' => 'ProfileUpdateResponse!',
  5839.                                 'args' => [
  5840.                                     'profileID' => [
  5841.                                         'description' => 'The profile id',
  5842.                                         'type' => 'Int!',
  5843.                                     ],
  5844.                                     'linkEntryID' => [
  5845.                                         'description' => 'The link entry id',
  5846.                                         'type' => 'Int!',
  5847.                                     ],
  5848.                                 ],
  5849.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeProfileLinkEntry", args["profileID"], args["linkEntryID"])',
  5850.                             ],
  5851.                             'addSchoolProfileLocation' => [
  5852.                                 'type' => 'ProfileUpdateResponse!',
  5853.                                 'args' => [
  5854.                                     'profileID' => [
  5855.                                         'description' => 'The profile id',
  5856.                                         'type' => 'Int!',
  5857.                                     ],
  5858.                                     'location' => [
  5859.                                         'description' => 'The location data',
  5860.                                         'type' => 'InLocation!',
  5861.                                     ],
  5862.                                 ],
  5863.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addLocation", args["profileID"], args["location"])',
  5864.                             ],
  5865.                             'removeSchoolProfileLocation' => [
  5866.                                 'type' => 'ProfileUpdateResponse!',
  5867.                                 'args' => [
  5868.                                     'profileID' => [
  5869.                                         'description' => 'The profile id',
  5870.                                         'type' => 'Int!',
  5871.                                     ],
  5872.                                     'locationID' => [
  5873.                                         'description' => 'The location ID',
  5874.                                         'type' => 'Int!',
  5875.                                     ],
  5876.                                 ],
  5877.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  5878.                             ],
  5879.                             'updateSchoolProfileLocation' => [
  5880.                                 'type' => 'ProfileUpdateResponse!',
  5881.                                 'args' => [
  5882.                                     'profileID' => [
  5883.                                         'description' => 'The profile id',
  5884.                                         'type' => 'Int!',
  5885.                                     ],
  5886.                                     'locationID' => [
  5887.                                         'description' => 'The location ID',
  5888.                                         'type' => 'Int!',
  5889.                                     ],
  5890.                                     'location' => [
  5891.                                         'description' => 'The location data',
  5892.                                         'type' => 'InLocation!',
  5893.                                     ],
  5894.                                 ],
  5895.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  5896.                             ],
  5897.                             'toggleSchoolProfileOffer' => [
  5898.                                 'type' => 'ProfileUpdateResponse!',
  5899.                                 'args' => [
  5900.                                     'profileID' => [
  5901.                                         'description' => 'The profile id',
  5902.                                         'type' => 'Int!',
  5903.                                     ],
  5904.                                     'offerID' => [
  5905.                                         'description' => 'The offer id',
  5906.                                         'type' => 'Int!',
  5907.                                     ],
  5908.                                     'enable' => [
  5909.                                         'description' => 'enable or disable',
  5910.                                         'type' => 'Boolean!',
  5911.                                     ],
  5912.                                 ],
  5913.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  5914.                             ],
  5915.                             'updateSchoolProfileDescription' => [
  5916.                                 'type' => 'ProfileUpdateResponse!',
  5917.                                 'args' => [
  5918.                                     'profileID' => [
  5919.                                         'description' => 'The profile id',
  5920.                                         'type' => 'Int!',
  5921.                                     ],
  5922.                                     'description' => [
  5923.                                         'description' => 'The company profile description',
  5924.                                         'type' => 'String!',
  5925.                                     ],
  5926.                                 ],
  5927.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateDescription", args["profileID"], args["description"])',
  5928.                             ],
  5929.                             'updateSchoolProfileEducationInformation' => [
  5930.                                 'type' => 'ProfileUpdateResponse!',
  5931.                                 'args' => [
  5932.                                     'profileID' => [
  5933.                                         'description' => 'The profile id',
  5934.                                         'type' => 'Int!',
  5935.                                     ],
  5936.                                     'educationInformation' => [
  5937.                                         'description' => 'The education information',
  5938.                                         'type' => 'String!',
  5939.                                     ],
  5940.                                 ],
  5941.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  5942.                             ],
  5943.                             'updateSchoolProfileHeader' => [
  5944.                                 'type' => 'ProfileUpdateResponse!',
  5945.                                 'args' => [
  5946.                                     'profileID' => [
  5947.                                         'description' => 'The profile id',
  5948.                                         'type' => 'Int!',
  5949.                                     ],
  5950.                                     'headerPicture' => [
  5951.                                         'description' => 'The picture of the header',
  5952.                                         'type' => 'UploadFile!',
  5953.                                     ],
  5954.                                     'copyright' => [
  5955.                                         'description' => 'The copyright of the picture',
  5956.                                         'type' => 'String',
  5957.                                     ],
  5958.                                 ],
  5959.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateHeaderPicture", args["profileID"], args["headerPicture"], args["copyright"])',
  5960.                             ],
  5961.                             'updateSchoolProfileLogo' => [
  5962.                                 'type' => 'ProfileUpdateResponse!',
  5963.                                 'args' => [
  5964.                                     'profileID' => [
  5965.                                         'description' => 'The profile id',
  5966.                                         'type' => 'Int!',
  5967.                                     ],
  5968.                                     'logo' => [
  5969.                                         'description' => 'The picture of the logo',
  5970.                                         'type' => 'UploadFile!',
  5971.                                     ],
  5972.                                     'copyright' => [
  5973.                                         'description' => 'The copyright of the picture',
  5974.                                         'type' => 'String',
  5975.                                     ],
  5976.                                 ],
  5977.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  5978.                             ],
  5979.                             'updateSchoolProfileName' => [
  5980.                                 'type' => 'ProfileUpdateResponse!',
  5981.                                 'args' => [
  5982.                                     'profileID' => [
  5983.                                         'description' => 'The profile id',
  5984.                                         'type' => 'Int!',
  5985.                                     ],
  5986.                                     'name' => [
  5987.                                         'description' => 'The new profile name',
  5988.                                         'type' => 'String!',
  5989.                                     ],
  5990.                                 ],
  5991.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateName", args["profileID"], args["name"])',
  5992.                             ],
  5993.                             'updateTeacher' => [
  5994.                                 'type' => 'Status!',
  5995.                                 'args' => [
  5996.                                     'data' => [
  5997.                                         'description' => 'The teacher data',
  5998.                                         'type' => 'InTeacherUser!',
  5999.                                     ],
  6000.                                 ],
  6001.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\TeacherResolver::updateTeacher", args["data"])',
  6002.                             ],
  6003.                             'setUserRoleSelected' => [
  6004.                                 'type' => 'Status!',
  6005.                                 'args' => [
  6006.                                     'role' => [
  6007.                                         'description' => 'The user role string',
  6008.                                         'type' => 'String!',
  6009.                                     ],
  6010.                                 ],
  6011.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\UserResolver::setUserRoleSelected", args["role"])',
  6012.                             ],
  6013.                         ],
  6014.                         'name' => 'InternalMutation',
  6015.                         'builders' => [
  6016.                         ],
  6017.                         'interfaces' => [
  6018.                         ],
  6019.                     ],
  6020.                 ],
  6021.                 'InternalQuery' => [
  6022.                     'type' => 'object',
  6023.                     'inherits' => [
  6024.                         => 'InternalQueryCompanyProfile',
  6025.                         => 'InternalQueryEvent',
  6026.                         => 'InternalQueryGame',
  6027.                         => 'InternalQuerySchool',
  6028.                         => 'InternalQuerySchoolClass',
  6029.                         => 'InternalQueryUser',
  6030.                     ],
  6031.                     'class_name' => 'InternalQueryType',
  6032.                     'decorator' => false,
  6033.                     'config' => [
  6034.                         'description' => 'Internal Query',
  6035.                         'fields' => [
  6036.                             'getSelectedCompanyProfile' => [
  6037.                                 'type' => 'CompanyProfile',
  6038.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getSelectedCompanyProfile")',
  6039.                             ],
  6040.                             'getCompanyProfiles' => [
  6041.                                 'type' => '[CompanyProfileSimple!]',
  6042.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfilesByUser")',
  6043.                             ],
  6044.                             'getProviderEventsByDistrict' => [
  6045.                                 'type' => '[CompanyProfile!]',
  6046.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getProviderEventsByDistrict")',
  6047.                             ],
  6048.                             'getEventsBcByDistrict' => [
  6049.                                 'type' => '[Event!]',
  6050.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getEventsBcByDistrict")',
  6051.                             ],
  6052.                             'startGameTimer' => [
  6053.                                 'type' => 'GameTimer',
  6054.                                 'args' => [
  6055.                                     'schoolClassID' => [
  6056.                                         'description' => 'The school class id',
  6057.                                         'type' => 'Int!',
  6058.                                     ],
  6059.                                     'duration' => [
  6060.                                         'description' => 'The duration for the game timer in seconds',
  6061.                                         'type' => 'Int!',
  6062.                                     ],
  6063.                                 ],
  6064.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::startGameTimer", args["schoolClassID"], args["duration"])',
  6065.                             ],
  6066.                             'modifyGameTimer' => [
  6067.                                 'type' => 'GameTimer',
  6068.                                 'args' => [
  6069.                                     'timerID' => [
  6070.                                         'description' => 'The timer id',
  6071.                                         'type' => 'Int!',
  6072.                                     ],
  6073.                                     'modifyType' => [
  6074.                                         'description' => 'The modify type',
  6075.                                         'type' => 'GameTimerModifyType!',
  6076.                                     ],
  6077.                                     'duration' => [
  6078.                                         'description' => 'The duration the timer is modified in seconds',
  6079.                                         'type' => 'Int!',
  6080.                                     ],
  6081.                                 ],
  6082.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::modifyGameTimer", args["timerID"], args["modifyType"], args["duration"])',
  6083.                             ],
  6084.                             'getGameTimeLeft' => [
  6085.                                 'type' => 'CommonResult!',
  6086.                                 'args' => [
  6087.                                     'schoolClassID' => [
  6088.                                         'description' => 'The school class id',
  6089.                                         'type' => 'Int!',
  6090.                                     ],
  6091.                                 ],
  6092.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::getGameTimeLeft", args["schoolClassID"])',
  6093.                             ],
  6094.                             'getSchoolByTeacher' => [
  6095.                                 'type' => 'School',
  6096.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolByTeacher")',
  6097.                             ],
  6098.                             'getSchoolClassesBySchool' => [
  6099.                                 'type' => '[SchoolClass!]',
  6100.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolClassesBySchool")',
  6101.                             ],
  6102.                             'getSchoolTeachers' => [
  6103.                                 'type' => '[Teacher!]',
  6104.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolTeachers")',
  6105.                             ],
  6106.                             'getViewedInterestFieldsBySchool' => [
  6107.                                 'type' => '[InterestFieldStats!]',
  6108.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getViewedInterestFields")',
  6109.                             ],
  6110.                             'getSchoolClassByID' => [
  6111.                                 'type' => 'SchoolClass',
  6112.                                 'args' => [
  6113.                                     'schoolClassID' => [
  6114.                                         'description' => 'The school class ID',
  6115.                                         'type' => 'Int!',
  6116.                                     ],
  6117.                                 ],
  6118.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClass", args["schoolClassID"])',
  6119.                             ],
  6120.                             'getSchoolClassesByUser' => [
  6121.                                 'type' => '[SchoolClass!]',
  6122.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassesByUser")',
  6123.                             ],
  6124.                             'getSchoolClassTeachers' => [
  6125.                                 'type' => '[Teacher!]',
  6126.                                 'args' => [
  6127.                                     'schoolClassID' => [
  6128.                                         'description' => 'The school class ID',
  6129.                                         'type' => 'Int!',
  6130.                                     ],
  6131.                                 ],
  6132.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassTeachers", args["schoolClassID"])',
  6133.                             ],
  6134.                             'getViewedBoPartnerProfiles' => [
  6135.                                 'type' => '[BoPartnerProfile!]',
  6136.                                 'args' => [
  6137.                                     'schoolClassID' => [
  6138.                                         'description' => 'The school class ID',
  6139.                                         'type' => 'Int!',
  6140.                                     ],
  6141.                                 ],
  6142.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedBoPartnerProfiles", args["schoolClassID"])',
  6143.                             ],
  6144.                             'getViewedCompanyProfiles' => [
  6145.                                 'type' => '[CompanyProfile!]',
  6146.                                 'args' => [
  6147.                                     'schoolClassID' => [
  6148.                                         'description' => 'The school class ID',
  6149.                                         'type' => 'Int!',
  6150.                                     ],
  6151.                                 ],
  6152.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedCompanyProfiles", args["schoolClassID"])',
  6153.                             ],
  6154.                             'getViewedSchoolProfiles' => [
  6155.                                 'type' => '[SchoolProfile!]',
  6156.                                 'args' => [
  6157.                                     'schoolClassID' => [
  6158.                                         'description' => 'The school class ID',
  6159.                                         'type' => 'Int!',
  6160.                                     ],
  6161.                                 ],
  6162.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolProfiles", args["schoolClassID"])',
  6163.                             ],
  6164.                             'getViewedJobs' => [
  6165.                                 'type' => '[Job!]',
  6166.                                 'args' => [
  6167.                                     'schoolClassID' => [
  6168.                                         'description' => 'The school class ID',
  6169.                                         'type' => 'Int!',
  6170.                                     ],
  6171.                                 ],
  6172.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobs", args["schoolClassID"])',
  6173.                             ],
  6174.                             'getViewedJobPortaits' => [
  6175.                                 'type' => '[Story!]',
  6176.                                 'args' => [
  6177.                                     'schoolClassID' => [
  6178.                                         'description' => 'The school class ID',
  6179.                                         'type' => 'Int!',
  6180.                                     ],
  6181.                                 ],
  6182.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobPortraits", args["schoolClassID"])',
  6183.                             ],
  6184.                             'getViewedSchoolPortaits' => [
  6185.                                 'type' => '[Story!]',
  6186.                                 'args' => [
  6187.                                     'schoolClassID' => [
  6188.                                         'description' => 'The school class ID',
  6189.                                         'type' => 'Int!',
  6190.                                     ],
  6191.                                 ],
  6192.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolPortraits", args["schoolClassID"])',
  6193.                             ],
  6194.                             'getViewedInterestFields' => [
  6195.                                 'type' => '[InterestFieldStats!]',
  6196.                                 'args' => [
  6197.                                     'schoolClassID' => [
  6198.                                         'description' => 'The school class ID',
  6199.                                         'type' => 'Int!',
  6200.                                     ],
  6201.                                 ],
  6202.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedInterestFields", args["schoolClassID"])',
  6203.                             ],
  6204.                             'getViewedRequirements' => [
  6205.                                 'type' => '[JobRequirementStats!]',
  6206.                                 'args' => [
  6207.                                     'schoolClassID' => [
  6208.                                         'description' => 'The school class ID',
  6209.                                         'type' => 'Int!',
  6210.                                     ],
  6211.                                 ],
  6212.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedRequirements", args["schoolClassID"])',
  6213.                             ],
  6214.                             'setGameCategoriesTeacher' => [
  6215.                                 'type' => 'Status!',
  6216.                                 'args' => [
  6217.                                     'schoolClassID' => [
  6218.                                         'description' => 'The school class ID',
  6219.                                         'type' => 'Int!',
  6220.                                     ],
  6221.                                     'categoryIDs' => [
  6222.                                         'description' => 'The category IDs',
  6223.                                         'type' => '[Int!]!',
  6224.                                     ],
  6225.                                 ],
  6226.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::setGameCategories", args["schoolClassID"], args["categoryIDs"])',
  6227.                             ],
  6228.                             'getTeachingIdeas' => [
  6229.                                 'type' => '[TeachingIdea!]',
  6230.                                 'args' => [
  6231.                                     'schoolClassID' => [
  6232.                                         'description' => 'The school class ID',
  6233.                                         'type' => 'Int!',
  6234.                                     ],
  6235.                                 ],
  6236.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getTeachingIdeas", args["schoolClassID"])',
  6237.                             ],
  6238.                             'getUserSetting' => [
  6239.                                 'type' => 'UserSetting',
  6240.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::getUserSetting")',
  6241.                             ],
  6242.                             'userinfo' => [
  6243.                                 'type' => 'UserInfo',
  6244.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::userInfo")',
  6245.                             ],
  6246.                             'job' => [
  6247.                                 'type' => 'Job',
  6248.                                 'args' => [
  6249.                                     'bicid' => [
  6250.                                         'description' => 'BicID of the job to be retrieved',
  6251.                                         'type' => 'ID!',
  6252.                                     ],
  6253.                                 ],
  6254.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  6255.                             ],
  6256.                         ],
  6257.                         'name' => 'InternalQuery',
  6258.                         'builders' => [
  6259.                         ],
  6260.                         'interfaces' => [
  6261.                         ],
  6262.                     ],
  6263.                 ],
  6264.                 'DefaultQuery' => [
  6265.                     'type' => 'object',
  6266.                     'inherits' => [
  6267.                         => 'DefaultQueryAddress',
  6268.                         => 'DefaultQueryBookmark',
  6269.                         => 'DefaultQueryCommon',
  6270.                         => 'DefaultQueryEvent',
  6271.                         => 'DefaultQueryGame',
  6272.                         => 'DefaultQueryGameOpen',
  6273.                         => 'DefaultQueryJob',
  6274.                         => 'DefaultQueryProfiles',
  6275.                         => 'DefaultQuerySchool',
  6276.                         => 'DefaultQueryStory',
  6277.                     ],
  6278.                     'class_name' => 'DefaultQueryType',
  6279.                     'decorator' => false,
  6280.                     'config' => [
  6281.                         'description' => 'Default Query',
  6282.                         'fields' => [
  6283.                             'addressCities' => [
  6284.                                 'type' => '[AddressCity!]',
  6285.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getCities")',
  6286.                             ],
  6287.                             'addressDistricts' => [
  6288.                                 'type' => '[AddressDistrict!]',
  6289.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getDistricts")',
  6290.                             ],
  6291.                             'bookmarkCreate' => [
  6292.                                 'type' => 'Bookmark',
  6293.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::create")',
  6294.                             ],
  6295.                             'bookmarkDelete' => [
  6296.                                 'type' => 'String!',
  6297.                                 'args' => [
  6298.                                     'code' => [
  6299.                                         'description' => 'The code of the bookmark to delete',
  6300.                                         'type' => 'String!',
  6301.                                     ],
  6302.                                 ],
  6303.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::delete", args["code"])',
  6304.                             ],
  6305.                             'bookmarkGet' => [
  6306.                                 'type' => 'Bookmark',
  6307.                                 'args' => [
  6308.                                     'code' => [
  6309.                                         'description' => 'The code to access the bookmark',
  6310.                                         'type' => 'String!',
  6311.                                     ],
  6312.                                 ],
  6313.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::get", args["code"])',
  6314.                             ],
  6315.                             'bookmarkUpdate' => [
  6316.                                 'type' => 'Bookmark',
  6317.                                 'args' => [
  6318.                                     'code' => [
  6319.                                         'description' => 'The code to access the bookmark',
  6320.                                         'type' => 'String!',
  6321.                                     ],
  6322.                                     'storedValue' => [
  6323.                                         'description' => 'The value to store in bookmark',
  6324.                                         'type' => 'String!',
  6325.                                     ],
  6326.                                 ],
  6327.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::update", args["code"], args["storedValue"])',
  6328.                             ],
  6329.                             'titles' => [
  6330.                                 'type' => '[Title]',
  6331.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::titles")',
  6332.                             ],
  6333.                             'teachingIdeaTypes' => [
  6334.                                 'type' => '[TeachingIdeaType!]',
  6335.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getTeachingIdeaTypes")',
  6336.                             ],
  6337.                             'informationLinks' => [
  6338.                                 'type' => '[InformationLink!]',
  6339.                                 'args' => [
  6340.                                     'typeID' => [
  6341.                                         'description' => 'The type id of the information links',
  6342.                                         'type' => 'Int!',
  6343.                                     ],
  6344.                                 ],
  6345.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getInformationLinks", args["typeID"])',
  6346.                             ],
  6347.                             'searchSchools' => [
  6348.                                 'type' => '[School!]',
  6349.                                 'args' => [
  6350.                                     'searchText' => [
  6351.                                         'description' => 'The search text for the school',
  6352.                                         'type' => 'String!',
  6353.                                     ],
  6354.                                 ],
  6355.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::searchSchools", args["searchText"])',
  6356.                             ],
  6357.                             'event' => [
  6358.                                 'type' => 'Event',
  6359.                                 'args' => [
  6360.                                     'id' => [
  6361.                                         'description' => 'ID of the Event',
  6362.                                         'type' => 'ID!',
  6363.                                     ],
  6364.                                 ],
  6365.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEventByID", args["id"])',
  6366.                             ],
  6367.                             'events' => [
  6368.                                 'type' => '[Event!]',
  6369.                                 'args' => [
  6370.                                     'limit' => [
  6371.                                         'description' => 'Limit',
  6372.                                         'type' => 'Int!',
  6373.                                     ],
  6374.                                     'offset' => [
  6375.                                         'description' => 'Offset',
  6376.                                         'type' => 'Int!',
  6377.                                     ],
  6378.                                 ],
  6379.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEvents", args["limit"], args["offset"])',
  6380.                             ],
  6381.                             'getOffersBoPartner' => [
  6382.                                 'type' => '[Offer!]',
  6383.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersBoPartner")',
  6384.                             ],
  6385.                             'getOffersCompany' => [
  6386.                                 'type' => '[Offer!]',
  6387.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersCompany")',
  6388.                             ],
  6389.                             'getOffersSchool' => [
  6390.                                 'type' => '[Offer!]',
  6391.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersSchool")',
  6392.                             ],
  6393.                             'offerList' => [
  6394.                                 'type' => 'OfferList!',
  6395.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOfferList")',
  6396.                             ],
  6397.                             'getChampionship' => [
  6398.                                 'type' => 'Championship',
  6399.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getChampionship")',
  6400.                             ],
  6401.                             'getGameCategoriesPerGame' => [
  6402.                                 'type' => 'GameCategoriesPerGame!',
  6403.                                 'args' => [
  6404.                                     'clientID' => [
  6405.                                         'description' => 'The client ID',
  6406.                                         'type' => 'String!',
  6407.                                     ],
  6408.                                 ],
  6409.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesPerGame", args["clientID"])',
  6410.                             ],
  6411.                             'getGameCategoriesTeacher' => [
  6412.                                 'type' => '[GameCategory!]',
  6413.                                 'args' => [
  6414.                                     'schoolClassID' => [
  6415.                                         'description' => 'The school class id',
  6416.                                         'type' => 'Int!',
  6417.                                     ],
  6418.                                 ],
  6419.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesTeacher", args["schoolClassID"])',
  6420.                             ],
  6421.                             'getGameCategoriesStudent' => [
  6422.                                 'type' => '[GameCategory!]',
  6423.                                 'args' => [
  6424.                                     'clientID' => [
  6425.                                         'description' => 'The client ID',
  6426.                                         'type' => 'String!',
  6427.                                     ],
  6428.                                 ],
  6429.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesStudent", args["clientID"])',
  6430.                             ],
  6431.                             'getGame' => [
  6432.                                 'type' => 'Game!',
  6433.                                 'args' => [
  6434.                                     'gameType' => [
  6435.                                         'description' => 'The game type',
  6436.                                         'type' => 'GameType',
  6437.                                     ],
  6438.                                     'clientID' => [
  6439.                                         'description' => 'The client ID',
  6440.                                         'type' => 'String!',
  6441.                                     ],
  6442.                                     'categoryIDs' => [
  6443.                                         'description' => 'The category IDs',
  6444.                                         'type' => '[Int!]!',
  6445.                                     ],
  6446.                                 ],
  6447.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGame", args["gameType"], args["clientID"], args["categoryIDs"])',
  6448.                             ],
  6449.                             'setGameEnd' => [
  6450.                                 'type' => 'Status!',
  6451.                                 'args' => [
  6452.                                     'gameID' => [
  6453.                                         'description' => 'The game id',
  6454.                                         'type' => 'Int!',
  6455.                                     ],
  6456.                                     'gameEnd' => [
  6457.                                         'description' => 'The end type',
  6458.                                         'type' => 'GameEndType!',
  6459.                                     ],
  6460.                                     'points' => [
  6461.                                         'description' => 'Points',
  6462.                                         'type' => 'Int!',
  6463.                                     ],
  6464.                                 ],
  6465.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::setGameEnd", args["gameID"], args["gameEnd"], args["points"])',
  6466.                             ],
  6467.                             'getGameActiveUsers' => [
  6468.                                 'type' => 'Int!',
  6469.                                 'args' => [
  6470.                                     'gameType' => [
  6471.                                         'description' => 'The game type',
  6472.                                         'type' => 'GameType!',
  6473.                                     ],
  6474.                                 ],
  6475.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameActiveUsers", args["gameType"])',
  6476.                             ],
  6477.                             'getGameRoundPlayers' => [
  6478.                                 'type' => 'RoundPlayers!',
  6479.                                 'args' => [
  6480.                                     'gameID' => [
  6481.                                         'description' => 'The game id',
  6482.                                         'type' => 'Int!',
  6483.                                     ],
  6484.                                 ],
  6485.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameRoundPlayers", args["gameID"])',
  6486.                             ],
  6487.                             'getGameTrophies' => [
  6488.                                 'type' => '[GameTrophy]',
  6489.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophies")',
  6490.                             ],
  6491.                             'getGameTrophyProgress' => [
  6492.                                 'type' => 'GameTrophyProgress!',
  6493.                                 'args' => [
  6494.                                     'schoolClassID' => [
  6495.                                         'description' => 'The school class id',
  6496.                                         'type' => 'Int!',
  6497.                                     ],
  6498.                                 ],
  6499.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophyProgress", args["schoolClassID"])',
  6500.                             ],
  6501.                             'getGameTimer' => [
  6502.                                 'type' => 'GameTimer',
  6503.                                 'args' => [
  6504.                                     'schoolClassID' => [
  6505.                                         'description' => 'The school class id',
  6506.                                         'type' => 'Int!',
  6507.                                     ],
  6508.                                 ],
  6509.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimer", args["schoolClassID"])',
  6510.                             ],
  6511.                             'getQuizQuestion' => [
  6512.                                 'type' => 'Question!',
  6513.                                 'args' => [
  6514.                                     'gameID' => [
  6515.                                         'description' => 'The game id',
  6516.                                         'type' => 'Int!',
  6517.                                     ],
  6518.                                     'round' => [
  6519.                                         'description' => 'The round of the game',
  6520.                                         'type' => 'Int!',
  6521.                                     ],
  6522.                                 ],
  6523.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuestion", args["gameID"], args["round"])',
  6524.                             ],
  6525.                             'getQuizAnswerWrong' => [
  6526.                                 'type' => 'AnswerWrong!',
  6527.                                 'args' => [
  6528.                                     'gameID' => [
  6529.                                         'description' => 'The game id',
  6530.                                         'type' => 'Int!',
  6531.                                     ],
  6532.                                     'questionID' => [
  6533.                                         'description' => 'The question ID',
  6534.                                         'type' => 'Int!',
  6535.                                     ],
  6536.                                 ],
  6537.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  6538.                             ],
  6539.                             'sendQuizAnswer' => [
  6540.                                 'type' => 'AnswerResponse!',
  6541.                                 'args' => [
  6542.                                     'gameID' => [
  6543.                                         'description' => 'The game id',
  6544.                                         'type' => 'Int!',
  6545.                                     ],
  6546.                                     'questionID' => [
  6547.                                         'description' => 'The question ID',
  6548.                                         'type' => 'Int!',
  6549.                                     ],
  6550.                                     'answerID' => [
  6551.                                         'description' => 'The answer ID',
  6552.                                         'type' => 'Int!',
  6553.                                     ],
  6554.                                 ],
  6555.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  6556.                             ],
  6557.                             'getClickThePicQuestion' => [
  6558.                                 'type' => 'Question!',
  6559.                                 'args' => [
  6560.                                     'gameID' => [
  6561.                                         'description' => 'The game id',
  6562.                                         'type' => 'Int!',
  6563.                                     ],
  6564.                                     'round' => [
  6565.                                         'description' => 'The round of the game',
  6566.                                         'type' => 'Int!',
  6567.                                     ],
  6568.                                 ],
  6569.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getQuestion", args["gameID"], args["round"])',
  6570.                             ],
  6571.                             'sendClickThePicAnswer' => [
  6572.                                 'type' => 'AnswerResponse!',
  6573.                                 'args' => [
  6574.                                     'gameID' => [
  6575.                                         'description' => 'The game id',
  6576.                                         'type' => 'Int!',
  6577.                                     ],
  6578.                                     'questionID' => [
  6579.                                         'description' => 'The question ID',
  6580.                                         'type' => 'Int!',
  6581.                                     ],
  6582.                                     'answerID' => [
  6583.                                         'description' => 'The answer ID',
  6584.                                         'type' => 'Int!',
  6585.                                     ],
  6586.                                     'points' => [
  6587.                                         'description' => 'Points for the round',
  6588.                                         'type' => 'Int!',
  6589.                                     ],
  6590.                                 ],
  6591.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"], args["points"])',
  6592.                             ],
  6593.                             'getQuizQuestionsOpen' => [
  6594.                                 'type' => '[QuestionOpen!]',
  6595.                                 'args' => [
  6596.                                     'companyProfileID' => [
  6597.                                         'description' => 'The company profile id',
  6598.                                         'type' => 'Int!',
  6599.                                     ],
  6600.                                 ],
  6601.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizOpenResolver::getQuestions", args["companyProfileID"])',
  6602.                             ],
  6603.                             'interestFields' => [
  6604.                                 'type' => '[InterestField!]',
  6605.                                 'resolve' => '@=query("App\\\\Resolver\\\\InterestFieldResolver::getFields")',
  6606.                             ],
  6607.                             'job' => [
  6608.                                 'type' => 'Job',
  6609.                                 'args' => [
  6610.                                     'bicid' => [
  6611.                                         'description' => 'BicID of the job to be retrieved',
  6612.                                         'type' => 'ID!',
  6613.                                     ],
  6614.                                 ],
  6615.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  6616.                             ],
  6617.                             'job_id' => [
  6618.                                 'type' => 'Job',
  6619.                                 'args' => [
  6620.                                     'id' => [
  6621.                                         'description' => 'ID of the job to retrieve',
  6622.                                         'type' => 'ID!',
  6623.                                     ],
  6624.                                 ],
  6625.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobID", args["id"])',
  6626.                             ],
  6627.                             'jobs' => [
  6628.                                 'type' => '[Job!]',
  6629.                                 'args' => [
  6630.                                     'limit' => [
  6631.                                         'description' => 'Limit',
  6632.                                         'type' => 'Int!',
  6633.                                     ],
  6634.                                     'offset' => [
  6635.                                         'description' => 'Offset',
  6636.                                         'type' => 'Int!',
  6637.                                     ],
  6638.                                 ],
  6639.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobs", args["limit"], args["offset"])',
  6640.                             ],
  6641.                             'jobExpertTerm' => [
  6642.                                 'type' => 'JobExpertTerm',
  6643.                                 'args' => [
  6644.                                     'bicid' => [
  6645.                                         'description' => 'BicID of the job expert term to retrieve',
  6646.                                         'type' => 'ID!',
  6647.                                     ],
  6648.                                 ],
  6649.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerm", args["bicid"])',
  6650.                             ],
  6651.                             'jobExpertTerms' => [
  6652.                                 'type' => '[JobExpertTerm!]',
  6653.                                 'args' => [
  6654.                                     'limit' => [
  6655.                                         'description' => 'Limit',
  6656.                                         'type' => 'Int!',
  6657.                                     ],
  6658.                                     'offset' => [
  6659.                                         'description' => 'Offset',
  6660.                                         'type' => 'Int!',
  6661.                                     ],
  6662.                                 ],
  6663.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerms", args["limit"], args["offset"])',
  6664.                             ],
  6665.                             'jobMarket' => [
  6666.                                 'type' => 'JobMarket',
  6667.                                 'args' => [
  6668.                                     'id' => [
  6669.                                         'description' => 'ID of the job market to be retrieved',
  6670.                                         'type' => 'ID!',
  6671.                                     ],
  6672.                                 ],
  6673.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  6674.                             ],
  6675.                             'jobMarkets' => [
  6676.                                 'type' => 'JobMarketResults',
  6677.                                 'args' => [
  6678.                                     'search' => [
  6679.                                         'description' => 'Search parameters',
  6680.                                         'type' => 'String!',
  6681.                                     ],
  6682.                                 ],
  6683.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarkets", args["search"])',
  6684.                             ],
  6685.                             'jobRequirements' => [
  6686.                                 'type' => '[JobRequirement!]',
  6687.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirements")',
  6688.                             ],
  6689.                             'jobRequirementTypes' => [
  6690.                                 'type' => 'JobRequirementCollection!',
  6691.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirementTypes")',
  6692.                             ],
  6693.                             'bopartnerProfile' => [
  6694.                                 'type' => 'BoPartnerProfile',
  6695.                                 'args' => [
  6696.                                     'id' => [
  6697.                                         'description' => 'ID of the BO Partner Profile',
  6698.                                         'type' => 'Int',
  6699.                                     ],
  6700.                                     'uuid' => [
  6701.                                         'description' => 'UUID of the BO Partner Profile',
  6702.                                         'type' => 'String',
  6703.                                     ],
  6704.                                 ],
  6705.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfile", args["id"], args["uuid"])',
  6706.                             ],
  6707.                             'bopartnerProfiles' => [
  6708.                                 'type' => '[BoPartnerProfile!]',
  6709.                                 'args' => [
  6710.                                     'limit' => [
  6711.                                         'description' => 'Limit',
  6712.                                         'type' => 'Int!',
  6713.                                     ],
  6714.                                     'offset' => [
  6715.                                         'description' => 'Offset',
  6716.                                         'type' => 'Int!',
  6717.                                     ],
  6718.                                 ],
  6719.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfiles", args["limit"], args["offset"])',
  6720.                             ],
  6721.                             'getCompanyBenefits' => [
  6722.                                 'type' => '[CompanyBenefit!]',
  6723.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyBenefits")',
  6724.                             ],
  6725.                             'getCompanyCertificates' => [
  6726.                                 'type' => '[CompanyCertificate!]',
  6727.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyCertificates")',
  6728.                             ],
  6729.                             'getCompanySizes' => [
  6730.                                 'type' => '[CompanySize!]',
  6731.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanySizes")',
  6732.                             ],
  6733.                             'companyProfile' => [
  6734.                                 'type' => 'CompanyProfile',
  6735.                                 'args' => [
  6736.                                     'id' => [
  6737.                                         'description' => 'ID of the Company Profile',
  6738.                                         'type' => 'Int',
  6739.                                     ],
  6740.                                     'uuid' => [
  6741.                                         'description' => 'UUID of the Company Profile',
  6742.                                         'type' => 'String',
  6743.                                     ],
  6744.                                 ],
  6745.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfile", args["id"], args["uuid"])',
  6746.                             ],
  6747.                             'companyProfiles' => [
  6748.                                 'type' => '[CompanyProfile!]',
  6749.                                 'args' => [
  6750.                                     'limit' => [
  6751.                                         'description' => 'Limit',
  6752.                                         'type' => 'Int!',
  6753.                                     ],
  6754.                                     'offset' => [
  6755.                                         'description' => 'Offset',
  6756.                                         'type' => 'Int!',
  6757.                                     ],
  6758.                                 ],
  6759.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfiles", args["limit"], args["offset"])',
  6760.                             ],
  6761.                             'profiles' => [
  6762.                                 'type' => 'ProfileResults!',
  6763.                                 'args' => [
  6764.                                     'search' => [
  6765.                                         'description' => 'Search parameters',
  6766.                                         'type' => 'String!',
  6767.                                     ],
  6768.                                 ],
  6769.                                 'resolve' => '@=query("App\\\\Resolver\\\\ProfileResolver::getProfilesSearch", args["search"])',
  6770.                             ],
  6771.                             'schoolProfile' => [
  6772.                                 'type' => 'SchoolProfile',
  6773.                                 'args' => [
  6774.                                     'id' => [
  6775.                                         'description' => 'ID of the School Profile',
  6776.                                         'type' => 'Int',
  6777.                                     ],
  6778.                                     'uuid' => [
  6779.                                         'description' => 'UUID of the School Profile',
  6780.                                         'type' => 'String',
  6781.                                     ],
  6782.                                 ],
  6783.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfile", args["id"], args["uuid"])',
  6784.                             ],
  6785.                             'schoolProfiles' => [
  6786.                                 'type' => '[SchoolProfile!]',
  6787.                                 'args' => [
  6788.                                     'limit' => [
  6789.                                         'description' => 'Limit',
  6790.                                         'type' => 'Int!',
  6791.                                     ],
  6792.                                     'offset' => [
  6793.                                         'description' => 'Offset',
  6794.                                         'type' => 'Int!',
  6795.                                     ],
  6796.                                 ],
  6797.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfiles", args["limit"], args["offset"])',
  6798.                             ],
  6799.                             'schoolSubjects' => [
  6800.                                 'type' => '[SchoolSubject!]',
  6801.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getAllJobSchoolSubjects")',
  6802.                             ],
  6803.                             'schoolSubject' => [
  6804.                                 'type' => 'SchoolSubject!',
  6805.                                 'args' => [
  6806.                                     'id' => [
  6807.                                         'description' => 'ID of the school subject to be retrieved',
  6808.                                         'type' => 'ID!',
  6809.                                     ],
  6810.                                 ],
  6811.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getJobSchoolSubjectByID", args["id"])',
  6812.                             ],
  6813.                             'stories' => [
  6814.                                 'type' => 'Stories!',
  6815.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStories")',
  6816.                             ],
  6817.                             'storyByID' => [
  6818.                                 'type' => 'Story',
  6819.                                 'args' => [
  6820.                                     'id' => [
  6821.                                         'description' => 'ID of the story to retrieve',
  6822.                                         'type' => 'ID!',
  6823.                                     ],
  6824.                                 ],
  6825.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByID", args["id"])',
  6826.                             ],
  6827.                             'storyByBicID' => [
  6828.                                 'type' => 'Story',
  6829.                                 'args' => [
  6830.                                     'bicid' => [
  6831.                                         'description' => 'BicID of the story to retrieve',
  6832.                                         'type' => 'ID!',
  6833.                                     ],
  6834.                                 ],
  6835.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByBicID", args["bicid"])',
  6836.                             ],
  6837.                             'schoolClassLogin' => [
  6838.                                 'type' => 'SchoolClassLogin',
  6839.                                 'args' => [
  6840.                                     'classCode' => [
  6841.                                         'description' => 'Class Code',
  6842.                                         'type' => 'String!',
  6843.                                     ],
  6844.                                 ],
  6845.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::login", args["classCode"])',
  6846.                             ],
  6847.                             'schoolClassGameHistory' => [
  6848.                                 'type' => '[SchoolClassGameHistory!]',
  6849.                                 'args' => [
  6850.                                     'classCode' => [
  6851.                                         'description' => 'Class Code',
  6852.                                         'type' => 'String!',
  6853.                                     ],
  6854.                                 ],
  6855.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getGameHistories", args["classCode"])',
  6856.                             ],
  6857.                             'schoolClassPoints' => [
  6858.                                 'type' => 'Int',
  6859.                                 'args' => [
  6860.                                     'classCode' => [
  6861.                                         'description' => 'Class Code',
  6862.                                         'type' => 'String!',
  6863.                                     ],
  6864.                                 ],
  6865.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getPoints", args["classCode"])',
  6866.                             ],
  6867.                             'schoolClassTimePlayed' => [
  6868.                                 'type' => 'Int',
  6869.                                 'args' => [
  6870.                                     'classCode' => [
  6871.                                         'description' => 'Class Code',
  6872.                                         'type' => 'String!',
  6873.                                     ],
  6874.                                 ],
  6875.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getTimePlayed", args["classCode"])',
  6876.                             ],
  6877.                             'schoolClassGameState' => [
  6878.                                 'type' => 'SchoolClassGameState',
  6879.                                 'args' => [
  6880.                                     'classCode' => [
  6881.                                         'description' => 'Class Code',
  6882.                                         'type' => 'String!',
  6883.                                     ],
  6884.                                 ],
  6885.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::gameState", args["classCode"])',
  6886.                             ],
  6887.                             'schoolClassGrades' => [
  6888.                                 'type' => '[SchoolClassGrade!]',
  6889.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassGrades")',
  6890.                             ],
  6891.                             'schoolClassRankings' => [
  6892.                                 'type' => '[SchoolClassRank!]',
  6893.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassRankings")',
  6894.                             ],
  6895.                             'schoolClassYears' => [
  6896.                                 'type' => '[SchoolClassYear!]',
  6897.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassYears")',
  6898.                             ],
  6899.                             'faqCategories' => [
  6900.                                 'type' => '[FaqCategory!]',
  6901.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategories")',
  6902.                             ],
  6903.                             'faqGewinnspiel' => [
  6904.                                 'type' => 'FaqCategory',
  6905.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategoryGewinnspiel")',
  6906.                             ],
  6907.                             'globalSearch' => [
  6908.                                 'type' => 'GlobalSearch',
  6909.                                 'args' => [
  6910.                                     'search' => [
  6911.                                         'description' => 'Search parameters',
  6912.                                         'type' => 'String!',
  6913.                                     ],
  6914.                                 ],
  6915.                                 'resolve' => '@=query("App\\\\Resolver\\\\GlobalSearchResolver::search", args["search"])',
  6916.                             ],
  6917.                             'homeContent' => [
  6918.                                 'type' => 'HomeContent!',
  6919.                                 'resolve' => '@=query("App\\\\Resolver\\\\HomeContentResolver::getContent")',
  6920.                             ],
  6921.                             'image' => [
  6922.                                 'type' => 'Image',
  6923.                                 'args' => [
  6924.                                     'id' => [
  6925.                                         'description' => 'ID of the Image',
  6926.                                         'type' => 'ID!',
  6927.                                     ],
  6928.                                 ],
  6929.                                 'resolve' => '@=query("App\\\\Resolver\\\\ImageResolver::getImageByID", args["id"])',
  6930.                             ],
  6931.                             'mqttTest' => [
  6932.                                 'type' => 'Status!',
  6933.                                 'args' => [
  6934.                                     'topic' => [
  6935.                                         'description' => 'Topic',
  6936.                                         'type' => 'String!',
  6937.                                     ],
  6938.                                     'strValue' => [
  6939.                                         'description' => 'TestString',
  6940.                                         'type' => 'String!',
  6941.                                     ],
  6942.                                 ],
  6943.                                 'resolve' => '@=query("App\\\\Resolver\\\\TestResolver::mqttTest", args["topic"], args["strValue"])',
  6944.                             ],
  6945.                             'trophyCount' => [
  6946.                                 'type' => 'Status!',
  6947.                                 'args' => [
  6948.                                     'clientId' => [
  6949.                                         'description' => 'ClientID',
  6950.                                         'type' => 'String!',
  6951.                                     ],
  6952.                                     'classCode' => [
  6953.                                         'description' => 'Class Code',
  6954.                                         'type' => 'String!',
  6955.                                     ],
  6956.                                     'itemId' => [
  6957.                                         'description' => 'ItemID',
  6958.                                         'type' => 'String!',
  6959.                                     ],
  6960.                                     'itemType' => [
  6961.                                         'description' => 'TrophyItemType',
  6962.                                         'type' => 'TrophyItemType',
  6963.                                     ],
  6964.                                 ],
  6965.                                 'resolve' => '@=query("App\\\\Resolver\\\\TrophyCountResolver::trophyCount", args["clientId"], args["classCode"], args["itemId"], args["itemType"])',
  6966.                             ],
  6967.                         ],
  6968.                         'name' => 'DefaultQuery',
  6969.                         'builders' => [
  6970.                         ],
  6971.                         'interfaces' => [
  6972.                         ],
  6973.                     ],
  6974.                 ],
  6975.                 'DefaultMutation' => [
  6976.                     'type' => 'object',
  6977.                     'inherits' => [
  6978.                         => 'DefaultMutationRegister',
  6979.                     ],
  6980.                     'class_name' => 'DefaultMutationType',
  6981.                     'decorator' => false,
  6982.                     'config' => [
  6983.                         'description' => 'Default Mutation',
  6984.                         'fields' => [
  6985.                             'registerBoPartner' => [
  6986.                                 'type' => 'Status!',
  6987.                                 'args' => [
  6988.                                     'login' => [
  6989.                                         'description' => 'The login data',
  6990.                                         'type' => 'InRegisterLogin!',
  6991.                                     ],
  6992.                                     'person' => [
  6993.                                         'description' => 'The person data',
  6994.                                         'type' => 'InRegisterPerson!',
  6995.                                     ],
  6996.                                     'organisation' => [
  6997.                                         'description' => 'The bo partner data',
  6998.                                         'type' => 'InRegisterOrganisation!',
  6999.                                     ],
  7000.                                 ],
  7001.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerBoPartner", args["login"], args["person"], args["organisation"])',
  7002.                             ],
  7003.                             'registerCompany' => [
  7004.                                 'type' => 'Status!',
  7005.                                 'args' => [
  7006.                                     'login' => [
  7007.                                         'description' => 'The login data',
  7008.                                         'type' => 'InRegisterLogin!',
  7009.                                     ],
  7010.                                     'person' => [
  7011.                                         'description' => 'The person data',
  7012.                                         'type' => 'InRegisterPerson!',
  7013.                                     ],
  7014.                                     'organisation' => [
  7015.                                         'description' => 'The company data',
  7016.                                         'type' => 'InRegisterOrganisation!',
  7017.                                     ],
  7018.                                 ],
  7019.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerCompany", args["login"], args["person"], args["organisation"])',
  7020.                             ],
  7021.                             'registerSchool' => [
  7022.                                 'type' => 'Status!',
  7023.                                 'args' => [
  7024.                                     'login' => [
  7025.                                         'description' => 'The login data',
  7026.                                         'type' => 'InRegisterLogin!',
  7027.                                     ],
  7028.                                     'person' => [
  7029.                                         'description' => 'The person data',
  7030.                                         'type' => 'InRegisterPerson!',
  7031.                                     ],
  7032.                                     'organisation' => [
  7033.                                         'description' => 'The school data',
  7034.                                         'type' => 'InRegisterOrganisation!',
  7035.                                     ],
  7036.                                 ],
  7037.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerSchool", args["login"], args["person"], args["organisation"])',
  7038.                             ],
  7039.                             'registerDirector' => [
  7040.                                 'type' => 'Status!',
  7041.                                 'args' => [
  7042.                                     'login' => [
  7043.                                         'description' => 'The login data',
  7044.                                         'type' => 'InRegisterLogin!',
  7045.                                     ],
  7046.                                     'person' => [
  7047.                                         'description' => 'The person data',
  7048.                                         'type' => 'InRegisterPerson!',
  7049.                                     ],
  7050.                                     'schoolID' => [
  7051.                                         'description' => 'The school id',
  7052.                                         'type' => 'Int!',
  7053.                                     ],
  7054.                                 ],
  7055.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerDirector", args["login"], args["person"], args["schoolID"])',
  7056.                             ],
  7057.                             'registerTeacher' => [
  7058.                                 'type' => 'Status!',
  7059.                                 'args' => [
  7060.                                     'login' => [
  7061.                                         'description' => 'The login data',
  7062.                                         'type' => 'InRegisterLogin!',
  7063.                                     ],
  7064.                                     'person' => [
  7065.                                         'description' => 'The person data',
  7066.                                         'type' => 'InRegisterPerson!',
  7067.                                     ],
  7068.                                 ],
  7069.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerTeacher", args["login"], args["person"])',
  7070.                             ],
  7071.                         ],
  7072.                         'name' => 'DefaultMutation',
  7073.                         'builders' => [
  7074.                         ],
  7075.                         'interfaces' => [
  7076.                         ],
  7077.                     ],
  7078.                 ],
  7079.                 'UploadFile' => [
  7080.                     'type' => 'custom-scalar',
  7081.                     'class_name' => 'UploadFileType',
  7082.                     'inherits' => [
  7083.                     ],
  7084.                     'decorator' => false,
  7085.                     'config' => [
  7086.                         'scalarType' => '@=newObject("Overblog\\\\GraphQLBundle\\\\Upload\\\\Type\\\\GraphQLUploadType")',
  7087.                         'name' => 'UploadFile',
  7088.                     ],
  7089.                 ],
  7090.                 'RoundPlayersEntry' => [
  7091.                     'type' => 'object',
  7092.                     'class_name' => 'RoundPlayersEntryType',
  7093.                     'inherits' => [
  7094.                     ],
  7095.                     'decorator' => false,
  7096.                     'config' => [
  7097.                         'description' => NULL,
  7098.                         'fields' => [
  7099.                             'round' => [
  7100.                                 'type' => 'Int!',
  7101.                                 'description' => NULL,
  7102.                             ],
  7103.                             'players' => [
  7104.                                 'type' => 'Int!',
  7105.                                 'description' => NULL,
  7106.                             ],
  7107.                         ],
  7108.                         'interfaces' => [
  7109.                         ],
  7110.                         'name' => 'RoundPlayersEntry',
  7111.                         'builders' => [
  7112.                         ],
  7113.                     ],
  7114.                 ],
  7115.                 'StoryCard' => [
  7116.                     'type' => 'object',
  7117.                     'class_name' => 'StoryCardType',
  7118.                     'inherits' => [
  7119.                     ],
  7120.                     'decorator' => false,
  7121.                     'config' => [
  7122.                         'description' => NULL,
  7123.                         'fields' => [
  7124.                             'title' => [
  7125.                                 'type' => 'String',
  7126.                                 'description' => NULL,
  7127.                             ],
  7128.                             'time' => [
  7129.                                 'type' => 'String!',
  7130.                                 'description' => NULL,
  7131.                             ],
  7132.                             'backgroundImage' => [
  7133.                                 'type' => 'Image',
  7134.                                 'description' => NULL,
  7135.                             ],
  7136.                             'backgroundVideo' => [
  7137.                                 'type' => 'Video',
  7138.                                 'description' => NULL,
  7139.                             ],
  7140.                             'embedVideo' => [
  7141.                                 'type' => 'Video',
  7142.                                 'description' => NULL,
  7143.                             ],
  7144.                             'lottieAnimation' => [
  7145.                                 'type' => 'String',
  7146.                                 'description' => NULL,
  7147.                             ],
  7148.                             'textHeading' => [
  7149.                                 'type' => 'String',
  7150.                                 'description' => NULL,
  7151.                             ],
  7152.                             'text' => [
  7153.                                 'type' => 'String',
  7154.                                 'description' => NULL,
  7155.                             ],
  7156.                             'image' => [
  7157.                                 'type' => 'Image',
  7158.                                 'description' => NULL,
  7159.                             ],
  7160.                             'imagePosition' => [
  7161.                                 'type' => 'StoryCardImagePosition',
  7162.                                 'description' => NULL,
  7163.                             ],
  7164.                             'highlightPosition' => [
  7165.                                 'type' => 'StoryCardHighlightPosition',
  7166.                                 'description' => NULL,
  7167.                             ],
  7168.                             'layout' => [
  7169.                                 'type' => 'StoryCardLayout!',
  7170.                                 'description' => NULL,
  7171.                             ],
  7172.                             'theme' => [
  7173.                                 'type' => 'StoryCardTheme!',
  7174.                                 'description' => NULL,
  7175.                             ],
  7176.                         ],
  7177.                         'interfaces' => [
  7178.                         ],
  7179.                         'name' => 'StoryCard',
  7180.                         'builders' => [
  7181.                         ],
  7182.                     ],
  7183.                 ],
  7184.                 'TrophyStats' => [
  7185.                     'type' => 'object',
  7186.                     'class_name' => 'TrophyStatsType',
  7187.                     'inherits' => [
  7188.                     ],
  7189.                     'decorator' => false,
  7190.                     'config' => [
  7191.                         'description' => NULL,
  7192.                         'fields' => [
  7193.                             'scoredCount' => [
  7194.                                 'type' => 'Int!',
  7195.                                 'description' => NULL,
  7196.                             ],
  7197.                             'totalCount' => [
  7198.                                 'type' => 'Int!',
  7199.                                 'description' => NULL,
  7200.                             ],
  7201.                         ],
  7202.                         'interfaces' => [
  7203.                         ],
  7204.                         'name' => 'TrophyStats',
  7205.                         'builders' => [
  7206.                         ],
  7207.                     ],
  7208.                 ],
  7209.                 'GameCategoriesPerGame' => [
  7210.                     'type' => 'object',
  7211.                     'class_name' => 'GameCategoriesPerGameType',
  7212.                     'inherits' => [
  7213.                     ],
  7214.                     'decorator' => false,
  7215.                     'config' => [
  7216.                         'description' => NULL,
  7217.                         'fields' => [
  7218.                             'status' => [
  7219.                                 'type' => 'Status!',
  7220.                                 'description' => NULL,
  7221.                             ],
  7222.                             'guessTheJob' => [
  7223.                                 'type' => 'Int!',
  7224.                                 'description' => NULL,
  7225.                             ],
  7226.                             'quiz' => [
  7227.                                 'type' => 'Int!',
  7228.                                 'description' => NULL,
  7229.                             ],
  7230.                         ],
  7231.                         'interfaces' => [
  7232.                         ],
  7233.                         'name' => 'GameCategoriesPerGame',
  7234.                         'builders' => [
  7235.                         ],
  7236.                     ],
  7237.                 ],
  7238.                 'Person' => [
  7239.                     'type' => 'object',
  7240.                     'class_name' => 'PersonType',
  7241.                     'inherits' => [
  7242.                     ],
  7243.                     'decorator' => false,
  7244.                     'config' => [
  7245.                         'description' => NULL,
  7246.                         'fields' => [
  7247.                             'id' => [
  7248.                                 'type' => 'ID!',
  7249.                                 'description' => NULL,
  7250.                             ],
  7251.                             'firstname' => [
  7252.                                 'type' => 'String!',
  7253.                                 'description' => NULL,
  7254.                             ],
  7255.                             'lastname' => [
  7256.                                 'type' => 'String!',
  7257.                                 'description' => NULL,
  7258.                             ],
  7259.                             'sex' => [
  7260.                                 'type' => 'Int',
  7261.                                 'description' => NULL,
  7262.                             ],
  7263.                             'titles' => [
  7264.                                 'type' => '[Title!]',
  7265.                                 'description' => NULL,
  7266.                             ],
  7267.                         ],
  7268.                         'interfaces' => [
  7269.                         ],
  7270.                         'name' => 'Person',
  7271.                         'builders' => [
  7272.                         ],
  7273.                     ],
  7274.                 ],
  7275.                 'Bookmark' => [
  7276.                     'type' => 'object',
  7277.                     'class_name' => 'BookmarkType',
  7278.                     'inherits' => [
  7279.                     ],
  7280.                     'decorator' => false,
  7281.                     'config' => [
  7282.                         'description' => NULL,
  7283.                         'fields' => [
  7284.                             'id' => [
  7285.                                 'type' => 'ID!',
  7286.                                 'description' => NULL,
  7287.                             ],
  7288.                             'accessToken' => [
  7289.                                 'type' => 'String!',
  7290.                                 'description' => NULL,
  7291.                             ],
  7292.                             'storedValue' => [
  7293.                                 'type' => 'String',
  7294.                                 'description' => NULL,
  7295.                             ],
  7296.                             'createdAt' => [
  7297.                                 'type' => 'String!',
  7298.                                 'description' => NULL,
  7299.                             ],
  7300.                         ],
  7301.                         'interfaces' => [
  7302.                         ],
  7303.                         'name' => 'Bookmark',
  7304.                         'builders' => [
  7305.                         ],
  7306.                     ],
  7307.                 ],
  7308.                 'Contact' => [
  7309.                     'type' => 'object',
  7310.                     'class_name' => 'ContactType',
  7311.                     'inherits' => [
  7312.                     ],
  7313.                     'decorator' => false,
  7314.                     'config' => [
  7315.                         'description' => NULL,
  7316.                         'fields' => [
  7317.                             'id' => [
  7318.                                 'type' => 'ID!',
  7319.                                 'description' => NULL,
  7320.                             ],
  7321.                             'employeePosition' => [
  7322.                                 'type' => 'String',
  7323.                                 'description' => NULL,
  7324.                             ],
  7325.                             'communication' => [
  7326.                                 'type' => 'Communication!',
  7327.                                 'description' => NULL,
  7328.                             ],
  7329.                             'person' => [
  7330.                                 'type' => 'Person!',
  7331.                                 'description' => NULL,
  7332.                             ],
  7333.                             'picture' => [
  7334.                                 'type' => 'Image',
  7335.                                 'description' => NULL,
  7336.                             ],
  7337.                         ],
  7338.                         'interfaces' => [
  7339.                         ],
  7340.                         'name' => 'Contact',
  7341.                         'builders' => [
  7342.                         ],
  7343.                     ],
  7344.                 ],
  7345.                 'Gallery' => [
  7346.                     'type' => 'object',
  7347.                     'class_name' => 'GalleryType',
  7348.                     'inherits' => [
  7349.                     ],
  7350.                     'decorator' => false,
  7351.                     'config' => [
  7352.                         'description' => NULL,
  7353.                         'fields' => [
  7354.                             'id' => [
  7355.                                 'type' => 'ID!',
  7356.                                 'description' => NULL,
  7357.                             ],
  7358.                             'name' => [
  7359.                                 'type' => 'String',
  7360.                                 'description' => NULL,
  7361.                             ],
  7362.                             'galleryItems' => [
  7363.                                 'type' => '[Media]',
  7364.                                 'description' => NULL,
  7365.                             ],
  7366.                         ],
  7367.                         'interfaces' => [
  7368.                         ],
  7369.                         'name' => 'Gallery',
  7370.                         'builders' => [
  7371.                         ],
  7372.                     ],
  7373.                 ],
  7374.                 'JobSchoolSubject' => [
  7375.                     'type' => 'object',
  7376.                     'class_name' => 'JobSchoolSubjectType',
  7377.                     'inherits' => [
  7378.                     ],
  7379.                     'decorator' => false,
  7380.                     'config' => [
  7381.                         'description' => NULL,
  7382.                         'fields' => [
  7383.                             'id' => [
  7384.                                 'type' => 'ID!',
  7385.                                 'description' => NULL,
  7386.                             ],
  7387.                             'subjectName' => [
  7388.                                 'type' => 'String!',
  7389.                                 'description' => NULL,
  7390.                             ],
  7391.                             'abbreviation' => [
  7392.                                 'type' => 'String!',
  7393.                                 'description' => NULL,
  7394.                             ],
  7395.                         ],
  7396.                         'interfaces' => [
  7397.                         ],
  7398.                         'name' => 'JobSchoolSubject',
  7399.                         'builders' => [
  7400.                         ],
  7401.                     ],
  7402.                 ],
  7403.                 'GameTrophyProgress' => [
  7404.                     'type' => 'object',
  7405.                     'class_name' => 'GameTrophyProgressType',
  7406.                     'inherits' => [
  7407.                     ],
  7408.                     'decorator' => false,
  7409.                     'config' => [
  7410.                         'description' => NULL,
  7411.                         'fields' => [
  7412.                             'id' => [
  7413.                                 'type' => 'ID!',
  7414.                                 'description' => NULL,
  7415.                             ],
  7416.                             'schoolClassID' => [
  7417.                                 'type' => 'Int',
  7418.                                 'description' => NULL,
  7419.                             ],
  7420.                             'createdAt' => [
  7421.                                 'type' => 'String',
  7422.                                 'description' => NULL,
  7423.                             ],
  7424.                             'entries' => [
  7425.                                 'type' => '[GameTrophyProgressEntry!]',
  7426.                                 'description' => NULL,
  7427.                             ],
  7428.                         ],
  7429.                         'interfaces' => [
  7430.                         ],
  7431.                         'name' => 'GameTrophyProgress',
  7432.                         'builders' => [
  7433.                         ],
  7434.                     ],
  7435.                 ],
  7436.                 'SchoolClassLogin' => [
  7437.                     'type' => 'object',
  7438.                     'class_name' => 'SchoolClassLoginType',
  7439.                     'inherits' => [
  7440.                     ],
  7441.                     'decorator' => false,
  7442.                     'config' => [
  7443.                         'description' => NULL,
  7444.                         'fields' => [
  7445.                             'status' => [
  7446.                                 'type' => 'Status!',
  7447.                                 'description' => NULL,
  7448.                             ],
  7449.                             'clientId' => [
  7450.                                 'type' => 'String!',
  7451.                                 'description' => NULL,
  7452.                             ],
  7453.                             'school' => [
  7454.                                 'type' => 'School',
  7455.                                 'description' => NULL,
  7456.                             ],
  7457.                             'schoolClass' => [
  7458.                                 'type' => 'SchoolClass',
  7459.                                 'description' => NULL,
  7460.                             ],
  7461.                         ],
  7462.                         'interfaces' => [
  7463.                         ],
  7464.                         'name' => 'SchoolClassLogin',
  7465.                         'builders' => [
  7466.                         ],
  7467.                     ],
  7468.                 ],
  7469.                 'GlobalSearch' => [
  7470.                     'type' => 'object',
  7471.                     'class_name' => 'GlobalSearchType',
  7472.                     'inherits' => [
  7473.                     ],
  7474.                     'decorator' => false,
  7475.                     'config' => [
  7476.                         'description' => NULL,
  7477.                         'fields' => [
  7478.                             'jobs' => [
  7479.                                 'type' => '[Job!]',
  7480.                                 'description' => NULL,
  7481.                             ],
  7482.                             'jobMarkets' => [
  7483.                                 'type' => '[JobMarket!]',
  7484.                                 'description' => NULL,
  7485.                             ],
  7486.                             'profiles' => [
  7487.                                 'type' => '[Profile!]',
  7488.                                 'description' => NULL,
  7489.                             ],
  7490.                             'stories' => [
  7491.                                 'type' => '[Story!]',
  7492.                                 'description' => NULL,
  7493.                             ],
  7494.                         ],
  7495.                         'interfaces' => [
  7496.                         ],
  7497.                         'name' => 'GlobalSearch',
  7498.                         'builders' => [
  7499.                         ],
  7500.                     ],
  7501.                 ],
  7502.                 'Offer' => [
  7503.                     'type' => 'object',
  7504.                     'class_name' => 'OfferType',
  7505.                     'inherits' => [
  7506.                     ],
  7507.                     'decorator' => false,
  7508.                     'config' => [
  7509.                         'description' => NULL,
  7510.                         'fields' => [
  7511.                             'id' => [
  7512.                                 'type' => 'ID!',
  7513.                                 'description' => NULL,
  7514.                             ],
  7515.                             'offerType' => [
  7516.                                 'type' => 'OfferType',
  7517.                                 'description' => NULL,
  7518.                             ],
  7519.                             'name' => [
  7520.                                 'type' => 'String',
  7521.                                 'description' => NULL,
  7522.                             ],
  7523.                             'dateFrom' => [
  7524.                                 'type' => 'String',
  7525.                                 'description' => NULL,
  7526.                             ],
  7527.                             'dateTo' => [
  7528.                                 'type' => 'String',
  7529.                                 'description' => NULL,
  7530.                             ],
  7531.                         ],
  7532.                         'interfaces' => [
  7533.                         ],
  7534.                         'name' => 'Offer',
  7535.                         'builders' => [
  7536.                         ],
  7537.                     ],
  7538.                 ],
  7539.                 'UserRole' => [
  7540.                     'type' => 'object',
  7541.                     'class_name' => 'UserRoleType',
  7542.                     'inherits' => [
  7543.                     ],
  7544.                     'decorator' => false,
  7545.                     'config' => [
  7546.                         'description' => NULL,
  7547.                         'fields' => [
  7548.                             'id' => [
  7549.                                 'type' => 'Int',
  7550.                                 'description' => NULL,
  7551.                             ],
  7552.                             'roleName' => [
  7553.                                 'type' => 'String',
  7554.                                 'description' => NULL,
  7555.                             ],
  7556.                         ],
  7557.                         'interfaces' => [
  7558.                         ],
  7559.                         'name' => 'UserRole',
  7560.                         'builders' => [
  7561.                         ],
  7562.                     ],
  7563.                 ],
  7564.                 'Video' => [
  7565.                     'type' => 'object',
  7566.                     'class_name' => 'VideoType',
  7567.                     'inherits' => [
  7568.                     ],
  7569.                     'decorator' => false,
  7570.                     'config' => [
  7571.                         'description' => NULL,
  7572.                         'fields' => [
  7573.                             'title' => [
  7574.                                 'type' => 'String',
  7575.                                 'description' => NULL,
  7576.                             ],
  7577.                             'author' => [
  7578.                                 'type' => 'String',
  7579.                                 'description' => NULL,
  7580.                             ],
  7581.                             'authorUrl' => [
  7582.                                 'type' => 'String',
  7583.                                 'description' => NULL,
  7584.                             ],
  7585.                             'thumbnailUrl' => [
  7586.                                 'type' => 'String',
  7587.                                 'description' => NULL,
  7588.                             ],
  7589.                             'thumbnailHeight' => [
  7590.                                 'type' => 'Int',
  7591.                                 'description' => NULL,
  7592.                             ],
  7593.                             'thumbnailWidth' => [
  7594.                                 'type' => 'Int',
  7595.                                 'description' => NULL,
  7596.                             ],
  7597.                             'src' => [
  7598.                                 'type' => 'String',
  7599.                                 'description' => NULL,
  7600.                             ],
  7601.                         ],
  7602.                         'interfaces' => [
  7603.                         ],
  7604.                         'name' => 'Video',
  7605.                         'builders' => [
  7606.                         ],
  7607.                     ],
  7608.                 ],
  7609.                 'ImageData' => [
  7610.                     'type' => 'object',
  7611.                     'class_name' => 'ImageDataType',
  7612.                     'inherits' => [
  7613.                     ],
  7614.                     'decorator' => false,
  7615.                     'config' => [
  7616.                         'description' => NULL,
  7617.                         'fields' => [
  7618.                             'url' => [
  7619.                                 'type' => 'String',
  7620.                                 'description' => NULL,
  7621.                             ],
  7622.                             'width' => [
  7623.                                 'type' => 'Int',
  7624.                                 'description' => NULL,
  7625.                             ],
  7626.                         ],
  7627.                         'interfaces' => [
  7628.                         ],
  7629.                         'name' => 'ImageData',
  7630.                         'builders' => [
  7631.                         ],
  7632.                     ],
  7633.                 ],
  7634.                 'TeachingIdea' => [
  7635.                     'type' => 'object',
  7636.                     'class_name' => 'TeachingIdeaType',
  7637.                     'inherits' => [
  7638.                     ],
  7639.                     'decorator' => false,
  7640.                     'config' => [
  7641.                         'description' => NULL,
  7642.                         'fields' => [
  7643.                             'type' => [
  7644.                                 'type' => 'TeachingIdeaType!',
  7645.                                 'description' => NULL,
  7646.                             ],
  7647.                             'implementedAt' => [
  7648.                                 'type' => 'String!',
  7649.                                 'description' => NULL,
  7650.                             ],
  7651.                             'difficulties' => [
  7652.                                 'type' => 'String!',
  7653.                                 'description' => NULL,
  7654.                             ],
  7655.                             'worksWell' => [
  7656.                                 'type' => 'String!',
  7657.                                 'description' => NULL,
  7658.                             ],
  7659.                             'note' => [
  7660.                                 'type' => 'String!',
  7661.                                 'description' => NULL,
  7662.                             ],
  7663.                             'rating' => [
  7664.                                 'type' => 'Int!',
  7665.                                 'description' => NULL,
  7666.                             ],
  7667.                             'status' => [
  7668.                                 'type' => 'Int!',
  7669.                                 'description' => NULL,
  7670.                             ],
  7671.                         ],
  7672.                         'interfaces' => [
  7673.                         ],
  7674.                         'name' => 'TeachingIdea',
  7675.                         'builders' => [
  7676.                         ],
  7677.                     ],
  7678.                 ],
  7679.                 'UserInfo' => [
  7680.                     'type' => 'object',
  7681.                     'class_name' => 'UserInfoType',
  7682.                     'inherits' => [
  7683.                     ],
  7684.                     'decorator' => false,
  7685.                     'config' => [
  7686.                         'description' => NULL,
  7687.                         'fields' => [
  7688.                             'id' => [
  7689.                                 'type' => 'Int',
  7690.                                 'description' => NULL,
  7691.                             ],
  7692.                             'title' => [
  7693.                                 'type' => '[Title!]',
  7694.                                 'description' => NULL,
  7695.                             ],
  7696.                             'email' => [
  7697.                                 'type' => 'String',
  7698.                                 'description' => NULL,
  7699.                             ],
  7700.                             'username' => [
  7701.                                 'type' => 'String',
  7702.                                 'description' => NULL,
  7703.                             ],
  7704.                             'firstname' => [
  7705.                                 'type' => 'String',
  7706.                                 'description' => NULL,
  7707.                             ],
  7708.                             'lastname' => [
  7709.                                 'type' => 'String',
  7710.                                 'description' => NULL,
  7711.                             ],
  7712.                             'roles' => [
  7713.                                 'type' => '[UserRole]',
  7714.                                 'description' => NULL,
  7715.                             ],
  7716.                             'avatar' => [
  7717.                                 'type' => 'Media',
  7718.                                 'description' => NULL,
  7719.                             ],
  7720.                         ],
  7721.                         'interfaces' => [
  7722.                         ],
  7723.                         'name' => 'UserInfo',
  7724.                         'builders' => [
  7725.                         ],
  7726.                     ],
  7727.                 ],
  7728.                 'QuestionAnswer' => [
  7729.                     'type' => 'object',
  7730.                     'class_name' => 'QuestionAnswerType',
  7731.                     'inherits' => [
  7732.                     ],
  7733.                     'decorator' => false,
  7734.                     'config' => [
  7735.                         'description' => NULL,
  7736.                         'fields' => [
  7737.                             'id' => [
  7738.                                 'type' => 'ID!',
  7739.                                 'description' => NULL,
  7740.                             ],
  7741.                             'questionID' => [
  7742.                                 'type' => 'Int',
  7743.                                 'description' => NULL,
  7744.                             ],
  7745.                             'text' => [
  7746.                                 'type' => 'String',
  7747.                                 'description' => NULL,
  7748.                             ],
  7749.                         ],
  7750.                         'interfaces' => [
  7751.                         ],
  7752.                         'name' => 'QuestionAnswer',
  7753.                         'builders' => [
  7754.                         ],
  7755.                     ],
  7756.                 ],
  7757.                 'StoryCardImagePosition' => [
  7758.                     'type' => 'enum',
  7759.                     'class_name' => 'StoryCardImagePositionType',
  7760.                     'inherits' => [
  7761.                     ],
  7762.                     'decorator' => false,
  7763.                     'config' => [
  7764.                         'description' => NULL,
  7765.                         'values' => [
  7766.                             'TOP' => [
  7767.                                 'description' => NULL,
  7768.                                 'value' => 'TOP',
  7769.                             ],
  7770.                             'CENTER' => [
  7771.                                 'description' => NULL,
  7772.                                 'value' => 'CENTER',
  7773.                             ],
  7774.                             'BOTTOM' => [
  7775.                                 'description' => NULL,
  7776.                                 'value' => 'BOTTOM',
  7777.                             ],
  7778.                         ],
  7779.                         'name' => 'StoryCardImagePosition',
  7780.                     ],
  7781.                 ],
  7782.                 'GameTimer' => [
  7783.                     'type' => 'object',
  7784.                     'class_name' => 'GameTimerType',
  7785.                     'inherits' => [
  7786.                     ],
  7787.                     'decorator' => false,
  7788.                     'config' => [
  7789.                         'description' => NULL,
  7790.                         'fields' => [
  7791.                             'status' => [
  7792.                                 'type' => 'Status!',
  7793.                                 'description' => NULL,
  7794.                             ],
  7795.                             'id' => [
  7796.                                 'type' => 'Int!',
  7797.                                 'description' => NULL,
  7798.                             ],
  7799.                             'schoolClassID' => [
  7800.                                 'type' => 'Int',
  7801.                                 'description' => NULL,
  7802.                             ],
  7803.                             'startAt' => [
  7804.                                 'type' => 'String',
  7805.                                 'description' => NULL,
  7806.                             ],
  7807.                             'endAt' => [
  7808.                                 'type' => 'String',
  7809.                                 'description' => NULL,
  7810.                             ],
  7811.                             'duration' => [
  7812.                                 'type' => 'Int',
  7813.                                 'description' => NULL,
  7814.                             ],
  7815.                             'createdAt' => [
  7816.                                 'type' => 'String',
  7817.                                 'description' => NULL,
  7818.                             ],
  7819.                         ],
  7820.                         'interfaces' => [
  7821.                         ],
  7822.                         'name' => 'GameTimer',
  7823.                         'builders' => [
  7824.                         ],
  7825.                     ],
  7826.                 ],
  7827.                 'TrophyItemType' => [
  7828.                     'type' => 'enum',
  7829.                     'class_name' => 'TrophyItemTypeType',
  7830.                     'inherits' => [
  7831.                     ],
  7832.                     'decorator' => false,
  7833.                     'config' => [
  7834.                         'description' => NULL,
  7835.                         'values' => [
  7836.                             'BOPARTNERPROFILE' => [
  7837.                                 'description' => NULL,
  7838.                                 'value' => 'BOPARTNERPROFILE',
  7839.                             ],
  7840.                             'CLICKTHEPIC' => [
  7841.                                 'description' => NULL,
  7842.                                 'value' => 'CLICKTHEPIC',
  7843.                             ],
  7844.                             'COMPANYPROFILE' => [
  7845.                                 'description' => NULL,
  7846.                                 'value' => 'COMPANYPROFILE',
  7847.                             ],
  7848.                             'JOB' => [
  7849.                                 'description' => NULL,
  7850.                                 'value' => 'JOB',
  7851.                             ],
  7852.                             'JOBPORTRAIT' => [
  7853.                                 'description' => NULL,
  7854.                                 'value' => 'JOBPORTRAIT',
  7855.                             ],
  7856.                             'PROVIDERQUIZ' => [
  7857.                                 'description' => NULL,
  7858.                                 'value' => 'PROVIDERQUIZ',
  7859.                             ],
  7860.                             'QUIZ' => [
  7861.                                 'description' => NULL,
  7862.                                 'value' => 'QUIZ',
  7863.                             ],
  7864.                             'SCHOOLPORTRAIT' => [
  7865.                                 'description' => NULL,
  7866.                                 'value' => 'SCHOOLPORTRAIT',
  7867.                             ],
  7868.                             'SCHOOLPROFILE' => [
  7869.                                 'description' => NULL,
  7870.                                 'value' => 'SCHOOLPROFILE',
  7871.                             ],
  7872.                             'TEACHINGIDEA' => [
  7873.                                 'description' => NULL,
  7874.                                 'value' => 'TEACHINGIDEA',
  7875.                             ],
  7876.                         ],
  7877.                         'name' => 'TrophyItemType',
  7878.                     ],
  7879.                 ],
  7880.                 'Profile' => [
  7881.                     'type' => 'object',
  7882.                     'class_name' => 'ProfileType',
  7883.                     'inherits' => [
  7884.                     ],
  7885.                     'decorator' => false,
  7886.                     'config' => [
  7887.                         'description' => NULL,
  7888.                         'fields' => [
  7889.                             'id' => [
  7890.                                 'type' => 'ID!',
  7891.                                 'description' => NULL,
  7892.                             ],
  7893.                             'uuid' => [
  7894.                                 'type' => 'String!',
  7895.                                 'description' => NULL,
  7896.                             ],
  7897.                             'name' => [
  7898.                                 'type' => 'String!',
  7899.                                 'description' => NULL,
  7900.                             ],
  7901.                             'searchTags' => [
  7902.                                 'type' => '[SearchTag!]',
  7903.                                 'description' => NULL,
  7904.                             ],
  7905.                             'address' => [
  7906.                                 'type' => '[Address!]',
  7907.                                 'description' => NULL,
  7908.                             ],
  7909.                             'jobs' => [
  7910.                                 'type' => '[Job!]',
  7911.                                 'description' => NULL,
  7912.                             ],
  7913.                             'picture' => [
  7914.                                 'type' => 'Image',
  7915.                                 'description' => NULL,
  7916.                             ],
  7917.                             'benefits' => [
  7918.                                 'type' => '[Benefit!]',
  7919.                                 'description' => NULL,
  7920.                             ],
  7921.                             'profileType' => [
  7922.                                 'type' => 'ProfileType!',
  7923.                                 'description' => NULL,
  7924.                             ],
  7925.                             'profileLink' => [
  7926.                                 'type' => 'ProfileLink',
  7927.                                 'description' => NULL,
  7928.                             ],
  7929.                             'hasStory' => [
  7930.                                 'type' => 'Boolean!',
  7931.                                 'description' => NULL,
  7932.                             ],
  7933.                             'providerUrl' => [
  7934.                                 'type' => 'String',
  7935.                                 'description' => NULL,
  7936.                             ],
  7937.                         ],
  7938.                         'interfaces' => [
  7939.                             => 'ProfileInterface',
  7940.                         ],
  7941.                         'name' => 'Profile',
  7942.                         'builders' => [
  7943.                         ],
  7944.                     ],
  7945.                 ],
  7946.                 'JobMarketResults' => [
  7947.                     'type' => 'object',
  7948.                     'class_name' => 'JobMarketResultsType',
  7949.                     'inherits' => [
  7950.                     ],
  7951.                     'decorator' => false,
  7952.                     'config' => [
  7953.                         'description' => NULL,
  7954.                         'fields' => [
  7955.                             'numResults' => [
  7956.                                 'type' => 'Int!',
  7957.                                 'description' => NULL,
  7958.                             ],
  7959.                             'entries' => [
  7960.                                 'type' => '[JobMarket!]',
  7961.                                 'description' => NULL,
  7962.                             ],
  7963.                         ],
  7964.                         'interfaces' => [
  7965.                         ],
  7966.                         'name' => 'JobMarketResults',
  7967.                         'builders' => [
  7968.                         ],
  7969.                     ],
  7970.                 ],
  7971.                 'ProfileInterface' => [
  7972.                     'type' => 'interface',
  7973.                     'class_name' => 'ProfileInterfaceType',
  7974.                     'inherits' => [
  7975.                     ],
  7976.                     'decorator' => false,
  7977.                     'config' => [
  7978.                         'description' => NULL,
  7979.                         'fields' => [
  7980.                             'id' => [
  7981.                                 'type' => 'ID!',
  7982.                                 'description' => NULL,
  7983.                             ],
  7984.                             'name' => [
  7985.                                 'type' => 'String!',
  7986.                                 'description' => NULL,
  7987.                             ],
  7988.                             'uuid' => [
  7989.                                 'type' => 'String!',
  7990.                                 'description' => NULL,
  7991.                             ],
  7992.                             'searchTags' => [
  7993.                                 'type' => '[SearchTag!]',
  7994.                                 'description' => NULL,
  7995.                             ],
  7996.                             'providerUrl' => [
  7997.                                 'type' => 'String',
  7998.                                 'description' => NULL,
  7999.                             ],
  8000.                         ],
  8001.                         'interfaces' => [
  8002.                         ],
  8003.                         'name' => 'ProfileInterface',
  8004.                     ],
  8005.                 ],
  8006.                 'SchoolLocation' => [
  8007.                     'type' => 'object',
  8008.                     'class_name' => 'SchoolLocationType',
  8009.                     'inherits' => [
  8010.                     ],
  8011.                     'decorator' => false,
  8012.                     'config' => [
  8013.                         'description' => NULL,
  8014.                         'fields' => [
  8015.                             'id' => [
  8016.                                 'type' => 'ID!',
  8017.                                 'description' => NULL,
  8018.                             ],
  8019.                             'name' => [
  8020.                                 'type' => 'String',
  8021.                                 'description' => NULL,
  8022.                             ],
  8023.                             'address' => [
  8024.                                 'type' => 'Address',
  8025.                                 'description' => NULL,
  8026.                             ],
  8027.                         ],
  8028.                         'interfaces' => [
  8029.                         ],
  8030.                         'name' => 'SchoolLocation',
  8031.                         'builders' => [
  8032.                         ],
  8033.                     ],
  8034.                 ],
  8035.                 'StoryGradient' => [
  8036.                     'type' => 'enum',
  8037.                     'class_name' => 'StoryGradientType',
  8038.                     'inherits' => [
  8039.                     ],
  8040.                     'decorator' => false,
  8041.                     'config' => [
  8042.                         'description' => NULL,
  8043.                         'values' => [
  8044.                             'OFF' => [
  8045.                                 'description' => NULL,
  8046.                                 'value' => 'OFF',
  8047.                             ],
  8048.                             'BLACK' => [
  8049.                                 'description' => NULL,
  8050.                                 'value' => 'BLACK',
  8051.                             ],
  8052.                             'WHITE' => [
  8053.                                 'description' => NULL,
  8054.                                 'value' => 'WHITE',
  8055.                             ],
  8056.                         ],
  8057.                         'name' => 'StoryGradient',
  8058.                     ],
  8059.                 ],
  8060.                 'InterestField' => [
  8061.                     'type' => 'object',
  8062.                     'class_name' => 'InterestFieldType',
  8063.                     'inherits' => [
  8064.                     ],
  8065.                     'decorator' => false,
  8066.                     'config' => [
  8067.                         'description' => NULL,
  8068.                         'fields' => [
  8069.                             'id' => [
  8070.                                 'type' => 'ID!',
  8071.                                 'description' => NULL,
  8072.                             ],
  8073.                             'interestName' => [
  8074.                                 'type' => 'String!',
  8075.                                 'description' => NULL,
  8076.                             ],
  8077.                             'subHeading' => [
  8078.                                 'type' => 'String!',
  8079.                                 'description' => NULL,
  8080.                             ],
  8081.                             'countJobs' => [
  8082.                                 'type' => 'Int',
  8083.                                 'description' => NULL,
  8084.                             ],
  8085.                             'countSchools' => [
  8086.                                 'type' => 'Int',
  8087.                                 'description' => NULL,
  8088.                             ],
  8089.                             'countProviders' => [
  8090.                                 'type' => 'Int',
  8091.                                 'description' => NULL,
  8092.                             ],
  8093.                         ],
  8094.                         'interfaces' => [
  8095.                         ],
  8096.                         'name' => 'InterestField',
  8097.                         'builders' => [
  8098.                         ],
  8099.                     ],
  8100.                 ],
  8101.                 'GameTrophy' => [
  8102.                     'type' => 'object',
  8103.                     'class_name' => 'GameTrophyType',
  8104.                     'inherits' => [
  8105.                     ],
  8106.                     'decorator' => false,
  8107.                     'config' => [
  8108.                         'description' => NULL,
  8109.                         'fields' => [
  8110.                             'id' => [
  8111.                                 'type' => 'ID!',
  8112.                                 'description' => NULL,
  8113.                             ],
  8114.                             'trophyName' => [
  8115.                                 'type' => 'String',
  8116.                                 'description' => NULL,
  8117.                             ],
  8118.                             'description' => [
  8119.                                 'type' => 'String',
  8120.                                 'description' => NULL,
  8121.                             ],
  8122.                             'trophyStatus' => [
  8123.                                 'type' => 'GameTrophyStatus!',
  8124.                                 'description' => NULL,
  8125.                             ],
  8126.                         ],
  8127.                         'interfaces' => [
  8128.                         ],
  8129.                         'name' => 'GameTrophy',
  8130.                         'builders' => [
  8131.                         ],
  8132.                     ],
  8133.                 ],
  8134.                 'CompanyProfile' => [
  8135.                     'type' => 'object',
  8136.                     'class_name' => 'CompanyProfileType',
  8137.                     'inherits' => [
  8138.                     ],
  8139.                     'decorator' => false,
  8140.                     'config' => [
  8141.                         'description' => NULL,
  8142.                         'fields' => [
  8143.                             'id' => [
  8144.                                 'type' => 'ID!',
  8145.                                 'description' => NULL,
  8146.                             ],
  8147.                             'uuid' => [
  8148.                                 'type' => 'String!',
  8149.                                 'description' => NULL,
  8150.                             ],
  8151.                             'name' => [
  8152.                                 'type' => 'String!',
  8153.                                 'description' => NULL,
  8154.                             ],
  8155.                             'description' => [
  8156.                                 'type' => 'String',
  8157.                                 'description' => NULL,
  8158.                             ],
  8159.                             'searchTags' => [
  8160.                                 'type' => '[SearchTag!]',
  8161.                                 'description' => NULL,
  8162.                             ],
  8163.                             'locations' => [
  8164.                                 'type' => '[CompanyLocation!]',
  8165.                                 'description' => NULL,
  8166.                             ],
  8167.                             'jobs' => [
  8168.                                 'type' => '[Job!]',
  8169.                                 'description' => NULL,
  8170.                             ],
  8171.                             'communication' => [
  8172.                                 'type' => '[Communication!]',
  8173.                                 'description' => NULL,
  8174.                             ],
  8175.                             'url' => [
  8176.                                 'type' => 'String',
  8177.                                 'description' => NULL,
  8178.                             ],
  8179.                             'contactGallery' => [
  8180.                                 'type' => 'ContactGallery',
  8181.                                 'description' => NULL,
  8182.                             ],
  8183.                             'mediaGallery' => [
  8184.                                 'type' => 'Gallery',
  8185.                                 'description' => NULL,
  8186.                             ],
  8187.                             'documents' => [
  8188.                                 'type' => 'Gallery',
  8189.                                 'description' => NULL,
  8190.                             ],
  8191.                             'founded' => [
  8192.                                 'type' => 'Int',
  8193.                                 'description' => NULL,
  8194.                             ],
  8195.                             'companySize' => [
  8196.                                 'type' => 'CompanySize',
  8197.                                 'description' => NULL,
  8198.                             ],
  8199.                             'companyBenefits' => [
  8200.                                 'type' => '[CompanyBenefit!]',
  8201.                                 'description' => NULL,
  8202.                             ],
  8203.                             'certificates' => [
  8204.                                 'type' => '[CompanyCertificate!]',
  8205.                                 'description' => NULL,
  8206.                             ],
  8207.                             'trainingInformation' => [
  8208.                                 'type' => 'String',
  8209.                                 'description' => NULL,
  8210.                             ],
  8211.                             'companyProfilePicture' => [
  8212.                                 'type' => 'Image',
  8213.                                 'description' => NULL,
  8214.                             ],
  8215.                             'headerPicture' => [
  8216.                                 'type' => 'Image',
  8217.                                 'description' => NULL,
  8218.                             ],
  8219.                             'profileLink' => [
  8220.                                 'type' => 'ProfileLink',
  8221.                                 'description' => NULL,
  8222.                             ],
  8223.                             'offers' => [
  8224.                                 'type' => '[Offer!]',
  8225.                                 'description' => NULL,
  8226.                             ],
  8227.                             'relatedCompanies' => [
  8228.                                 'type' => '[CompanyProfile!]',
  8229.                                 'description' => NULL,
  8230.                             ],
  8231.                             'jobMarkets' => [
  8232.                                 'type' => '[JobMarket!]',
  8233.                                 'description' => NULL,
  8234.                             ],
  8235.                             'quizUrl' => [
  8236.                                 'type' => 'String',
  8237.                                 'description' => NULL,
  8238.                             ],
  8239.                             'visits' => [
  8240.                                 'type' => 'Int',
  8241.                                 'description' => NULL,
  8242.                             ],
  8243.                             'providerUrl' => [
  8244.                                 'type' => 'String',
  8245.                                 'description' => NULL,
  8246.                             ],
  8247.                         ],
  8248.                         'interfaces' => [
  8249.                             => 'ProfileInterface',
  8250.                         ],
  8251.                         'name' => 'CompanyProfile',
  8252.                         'builders' => [
  8253.                         ],
  8254.                     ],
  8255.                 ],
  8256.                 'UserSetting' => [
  8257.                     'type' => 'object',
  8258.                     'class_name' => 'UserSettingType',
  8259.                     'inherits' => [
  8260.                     ],
  8261.                     'decorator' => false,
  8262.                     'config' => [
  8263.                         'description' => NULL,
  8264.                         'fields' => [
  8265.                             'status' => [
  8266.                                 'type' => 'Status!',
  8267.                                 'description' => NULL,
  8268.                             ],
  8269.                             'selectedUserRole' => [
  8270.                                 'type' => 'String!',
  8271.                                 'description' => NULL,
  8272.                             ],
  8273.                             'userRoles' => [
  8274.                                 'type' => '[String!]',
  8275.                                 'description' => NULL,
  8276.                             ],
  8277.                             'changedAt' => [
  8278.                                 'type' => 'String!',
  8279.                                 'description' => NULL,
  8280.                             ],
  8281.                             'createdAt' => [
  8282.                                 'type' => 'String!',
  8283.                                 'description' => NULL,
  8284.                             ],
  8285.                         ],
  8286.                         'interfaces' => [
  8287.                         ],
  8288.                         'name' => 'UserSetting',
  8289.                         'builders' => [
  8290.                         ],
  8291.                     ],
  8292.                 ],
  8293.                 'CompanyLocation' => [
  8294.                     'type' => 'object',
  8295.                     'class_name' => 'CompanyLocationType',
  8296.                     'inherits' => [
  8297.                     ],
  8298.                     'decorator' => false,
  8299.                     'config' => [
  8300.                         'description' => NULL,
  8301.                         'fields' => [
  8302.                             'id' => [
  8303.                                 'type' => 'ID!',
  8304.                                 'description' => NULL,
  8305.                             ],
  8306.                             'name' => [
  8307.                                 'type' => 'String',
  8308.                                 'description' => NULL,
  8309.                             ],
  8310.                             'address' => [
  8311.                                 'type' => 'Address',
  8312.                                 'description' => NULL,
  8313.                             ],
  8314.                         ],
  8315.                         'interfaces' => [
  8316.                         ],
  8317.                         'name' => 'CompanyLocation',
  8318.                         'builders' => [
  8319.                         ],
  8320.                     ],
  8321.                 ],
  8322.                 'JobRequirement' => [
  8323.                     'type' => 'object',
  8324.                     'class_name' => 'JobRequirementType',
  8325.                     'inherits' => [
  8326.                     ],
  8327.                     'decorator' => false,
  8328.                     'config' => [
  8329.                         'description' => NULL,
  8330.                         'fields' => [
  8331.                             'id' => [
  8332.                                 'type' => 'ID!',
  8333.                                 'description' => NULL,
  8334.                             ],
  8335.                             'bicID' => [
  8336.                                 'type' => 'Int',
  8337.                                 'description' => NULL,
  8338.                             ],
  8339.                             'requirementName' => [
  8340.                                 'type' => 'String!',
  8341.                                 'description' => NULL,
  8342.                             ],
  8343.                             'description' => [
  8344.                                 'type' => 'String',
  8345.                                 'description' => NULL,
  8346.                             ],
  8347.                         ],
  8348.                         'interfaces' => [
  8349.                         ],
  8350.                         'name' => 'JobRequirement',
  8351.                         'builders' => [
  8352.                         ],
  8353.                     ],
  8354.                 ],
  8355.                 'JobMarketSubmitType' => [
  8356.                     'type' => 'enum',
  8357.                     'class_name' => 'JobMarketSubmitTypeType',
  8358.                     'inherits' => [
  8359.                     ],
  8360.                     'decorator' => false,
  8361.                     'config' => [
  8362.                         'description' => NULL,
  8363.                         'values' => [
  8364.                             'NORMAL' => [
  8365.                                 'description' => NULL,
  8366.                                 'value' => 'NORMAL',
  8367.                             ],
  8368.                             'EXISTING' => [
  8369.                                 'description' => NULL,
  8370.                                 'value' => 'EXISTING',
  8371.                             ],
  8372.                         ],
  8373.                         'name' => 'JobMarketSubmitType',
  8374.                     ],
  8375.                 ],
  8376.                 'Title' => [
  8377.                     'type' => 'object',
  8378.                     'class_name' => 'TitleType',
  8379.                     'inherits' => [
  8380.                     ],
  8381.                     'decorator' => false,
  8382.                     'config' => [
  8383.                         'description' => NULL,
  8384.                         'fields' => [
  8385.                             'id' => [
  8386.                                 'type' => 'Int!',
  8387.                                 'description' => NULL,
  8388.                             ],
  8389.                             'shortName' => [
  8390.                                 'type' => 'String!',
  8391.                                 'description' => NULL,
  8392.                             ],
  8393.                             'description' => [
  8394.                                 'type' => 'String!',
  8395.                                 'description' => NULL,
  8396.                             ],
  8397.                         ],
  8398.                         'interfaces' => [
  8399.                         ],
  8400.                         'name' => 'Title',
  8401.                         'builders' => [
  8402.                         ],
  8403.                     ],
  8404.                 ],
  8405.                 'StoryCardLayout' => [
  8406.                     'type' => 'enum',
  8407.                     'class_name' => 'StoryCardLayoutType',
  8408.                     'inherits' => [
  8409.                     ],
  8410.                     'decorator' => false,
  8411.                     'config' => [
  8412.                         'description' => NULL,
  8413.                         'values' => [
  8414.                             'COVER' => [
  8415.                                 'description' => NULL,
  8416.                                 'value' => 'COVER',
  8417.                             ],
  8418.                             'VIDEO' => [
  8419.                                 'description' => NULL,
  8420.                                 'value' => 'VIDEO',
  8421.                             ],
  8422.                             'ANIMATION' => [
  8423.                                 'description' => NULL,
  8424.                                 'value' => 'ANIMATION',
  8425.                             ],
  8426.                             'CONTENT' => [
  8427.                                 'description' => NULL,
  8428.                                 'value' => 'CONTENT',
  8429.                             ],
  8430.                             'HIGHLIGHT' => [
  8431.                                 'description' => NULL,
  8432.                                 'value' => 'HIGHLIGHT',
  8433.                             ],
  8434.                             'QUIZ' => [
  8435.                                 'description' => NULL,
  8436.                                 'value' => 'QUIZ',
  8437.                             ],
  8438.                         ],
  8439.                         'name' => 'StoryCardLayout',
  8440.                     ],
  8441.                 ],
  8442.                 'ProfileType' => [
  8443.                     'type' => 'object',
  8444.                     'class_name' => 'ProfileTypeType',
  8445.                     'inherits' => [
  8446.                     ],
  8447.                     'decorator' => false,
  8448.                     'config' => [
  8449.                         'description' => NULL,
  8450.                         'fields' => [
  8451.                             'id' => [
  8452.                                 'type' => 'ID!',
  8453.                                 'description' => NULL,
  8454.                             ],
  8455.                             'name' => [
  8456.                                 'type' => 'String!',
  8457.                                 'description' => NULL,
  8458.                             ],
  8459.                             'shortName' => [
  8460.                                 'type' => 'String!',
  8461.                                 'description' => NULL,
  8462.                             ],
  8463.                             'position' => [
  8464.                                 'type' => 'Int!',
  8465.                                 'description' => NULL,
  8466.                             ],
  8467.                         ],
  8468.                         'interfaces' => [
  8469.                         ],
  8470.                         'name' => 'ProfileType',
  8471.                         'builders' => [
  8472.                         ],
  8473.                     ],
  8474.                 ],
  8475.                 'CommonResult' => [
  8476.                     'type' => 'object',
  8477.                     'class_name' => 'CommonResultType',
  8478.                     'inherits' => [
  8479.                     ],
  8480.                     'decorator' => false,
  8481.                     'config' => [
  8482.                         'description' => NULL,
  8483.                         'fields' => [
  8484.                             'status' => [
  8485.                                 'type' => 'Status!',
  8486.                                 'description' => NULL,
  8487.                             ],
  8488.                             'intValue' => [
  8489.                                 'type' => 'Int',
  8490.                                 'description' => NULL,
  8491.                             ],
  8492.                             'stringValue' => [
  8493.                                 'type' => 'String',
  8494.                                 'description' => NULL,
  8495.                             ],
  8496.                         ],
  8497.                         'interfaces' => [
  8498.                         ],
  8499.                         'name' => 'CommonResult',
  8500.                         'builders' => [
  8501.                         ],
  8502.                     ],
  8503.                 ],
  8504.                 'ProfileLinkEntry' => [
  8505.                     'type' => 'object',
  8506.                     'class_name' => 'ProfileLinkEntryType',
  8507.                     'inherits' => [
  8508.                     ],
  8509.                     'decorator' => false,
  8510.                     'config' => [
  8511.                         'description' => NULL,
  8512.                         'fields' => [
  8513.                             'id' => [
  8514.                                 'type' => 'Int!',
  8515.                                 'description' => NULL,
  8516.                             ],
  8517.                             'linkType' => [
  8518.                                 'type' => 'ProfileLinkType!',
  8519.                                 'description' => NULL,
  8520.                             ],
  8521.                             'linkValue' => [
  8522.                                 'type' => 'String!',
  8523.                                 'description' => NULL,
  8524.                             ],
  8525.                         ],
  8526.                         'interfaces' => [
  8527.                         ],
  8528.                         'name' => 'ProfileLinkEntry',
  8529.                         'builders' => [
  8530.                         ],
  8531.                     ],
  8532.                 ],
  8533.                 'InfoSectionSubCategory' => [
  8534.                     'type' => 'object',
  8535.                     'class_name' => 'InfoSectionSubCategoryType',
  8536.                     'inherits' => [
  8537.                     ],
  8538.                     'decorator' => false,
  8539.                     'config' => [
  8540.                         'description' => NULL,
  8541.                         'fields' => [
  8542.                             'id' => [
  8543.                                 'type' => 'ID!',
  8544.                                 'description' => NULL,
  8545.                             ],
  8546.                             'heading' => [
  8547.                                 'type' => 'String!',
  8548.                                 'description' => NULL,
  8549.                             ],
  8550.                             'description' => [
  8551.                                 'type' => 'String',
  8552.                                 'description' => NULL,
  8553.                             ],
  8554.                             'position' => [
  8555.                                 'type' => 'Int',
  8556.                                 'description' => NULL,
  8557.                             ],
  8558.                             'urlText' => [
  8559.                                 'type' => 'String',
  8560.                                 'description' => NULL,
  8561.                             ],
  8562.                             'entries' => [
  8563.                                 'type' => '[InfoSectionEntry!]',
  8564.                                 'description' => NULL,
  8565.                             ],
  8566.                         ],
  8567.                         'interfaces' => [
  8568.                         ],
  8569.                         'name' => 'InfoSectionSubCategory',
  8570.                         'builders' => [
  8571.                         ],
  8572.                     ],
  8573.                 ],
  8574.                 'StoryUser' => [
  8575.                     'type' => 'object',
  8576.                     'class_name' => 'StoryUserType',
  8577.                     'inherits' => [
  8578.                     ],
  8579.                     'decorator' => false,
  8580.                     'config' => [
  8581.                         'description' => NULL,
  8582.                         'fields' => [
  8583.                             'avatar' => [
  8584.                                 'type' => 'Image',
  8585.                                 'description' => NULL,
  8586.                             ],
  8587.                             'position' => [
  8588.                                 'type' => 'String',
  8589.                                 'description' => NULL,
  8590.                             ],
  8591.                         ],
  8592.                         'interfaces' => [
  8593.                         ],
  8594.                         'name' => 'StoryUser',
  8595.                         'builders' => [
  8596.                         ],
  8597.                     ],
  8598.                 ],
  8599.                 'JobScholasticDuration' => [
  8600.                     'type' => 'object',
  8601.                     'class_name' => 'JobScholasticDurationType',
  8602.                     'inherits' => [
  8603.                     ],
  8604.                     'decorator' => false,
  8605.                     'config' => [
  8606.                         'description' => NULL,
  8607.                         'fields' => [
  8608.                             'id' => [
  8609.                                 'type' => 'ID!',
  8610.                                 'description' => NULL,
  8611.                             ],
  8612.                             'durationName' => [
  8613.                                 'type' => 'String',
  8614.                                 'description' => NULL,
  8615.                             ],
  8616.                             'position' => [
  8617.                                 'type' => 'Int',
  8618.                                 'description' => NULL,
  8619.                             ],
  8620.                         ],
  8621.                         'interfaces' => [
  8622.                         ],
  8623.                         'name' => 'JobScholasticDuration',
  8624.                         'builders' => [
  8625.                         ],
  8626.                     ],
  8627.                 ],
  8628.                 'GameCategory' => [
  8629.                     'type' => 'object',
  8630.                     'class_name' => 'GameCategoryType',
  8631.                     'inherits' => [
  8632.                     ],
  8633.                     'decorator' => false,
  8634.                     'config' => [
  8635.                         'description' => NULL,
  8636.                         'fields' => [
  8637.                             'id' => [
  8638.                                 'type' => 'ID!',
  8639.                                 'description' => NULL,
  8640.                             ],
  8641.                             'name' => [
  8642.                                 'type' => 'String!',
  8643.                                 'description' => NULL,
  8644.                             ],
  8645.                             'isActive' => [
  8646.                                 'type' => 'Boolean!',
  8647.                                 'description' => NULL,
  8648.                             ],
  8649.                             'isSelected' => [
  8650.                                 'type' => 'Boolean!',
  8651.                                 'description' => NULL,
  8652.                             ],
  8653.                             'progress' => [
  8654.                                 'type' => '[GameCategoryProgress!]',
  8655.                                 'description' => NULL,
  8656.                             ],
  8657.                         ],
  8658.                         'interfaces' => [
  8659.                         ],
  8660.                         'name' => 'GameCategory',
  8661.                         'builders' => [
  8662.                         ],
  8663.                     ],
  8664.                 ],
  8665.                 'Appointment' => [
  8666.                     'type' => 'object',
  8667.                     'class_name' => 'AppointmentType',
  8668.                     'inherits' => [
  8669.                     ],
  8670.                     'decorator' => false,
  8671.                     'config' => [
  8672.                         'description' => NULL,
  8673.                         'fields' => [
  8674.                             'id' => [
  8675.                                 'type' => 'ID!',
  8676.                                 'description' => NULL,
  8677.                             ],
  8678.                             'startTime' => [
  8679.                                 'type' => 'String',
  8680.                                 'description' => NULL,
  8681.                             ],
  8682.                             'endTime' => [
  8683.                                 'type' => 'String',
  8684.                                 'description' => NULL,
  8685.                             ],
  8686.                             'startDate' => [
  8687.                                 'type' => 'String',
  8688.                                 'description' => NULL,
  8689.                             ],
  8690.                             'endDate' => [
  8691.                                 'type' => 'String',
  8692.                                 'description' => NULL,
  8693.                             ],
  8694.                             'note' => [
  8695.                                 'type' => 'AppointmentNote',
  8696.                                 'description' => NULL,
  8697.                             ],
  8698.                             'bookableUntil' => [
  8699.                                 'type' => 'String',
  8700.                                 'description' => NULL,
  8701.                             ],
  8702.                             'maxParticipantes' => [
  8703.                                 'type' => 'Int',
  8704.                                 'description' => NULL,
  8705.                             ],
  8706.                             'appointmentType' => [
  8707.                                 'type' => 'AppointmentType',
  8708.                                 'description' => NULL,
  8709.                             ],
  8710.                             'appointmentState' => [
  8711.                                 'type' => 'AppointmentState',
  8712.                                 'description' => NULL,
  8713.                             ],
  8714.                             'bookingLink' => [
  8715.                                 'type' => 'String',
  8716.                                 'description' => NULL,
  8717.                             ],
  8718.                         ],
  8719.                         'interfaces' => [
  8720.                         ],
  8721.                         'name' => 'Appointment',
  8722.                         'builders' => [
  8723.                         ],
  8724.                     ],
  8725.                 ],
  8726.                 'JobMarketDistrict' => [
  8727.                     'type' => 'object',
  8728.                     'class_name' => 'JobMarketDistrictType',
  8729.                     'inherits' => [
  8730.                     ],
  8731.                     'decorator' => false,
  8732.                     'config' => [
  8733.                         'description' => NULL,
  8734.                         'fields' => [
  8735.                             'districtID' => [
  8736.                                 'type' => 'Int',
  8737.                                 'description' => NULL,
  8738.                             ],
  8739.                             'districtName' => [
  8740.                                 'type' => 'String',
  8741.                                 'description' => NULL,
  8742.                             ],
  8743.                             'trainingCompanies' => [
  8744.                                 'type' => '[CompanyProfileSimple!]',
  8745.                                 'description' => NULL,
  8746.                             ],
  8747.                             'jobMarketEntries' => [
  8748.                                 'type' => '[CompanyProfileSimple!]',
  8749.                                 'description' => NULL,
  8750.                             ],
  8751.                         ],
  8752.                         'interfaces' => [
  8753.                         ],
  8754.                         'name' => 'JobMarketDistrict',
  8755.                         'builders' => [
  8756.                         ],
  8757.                     ],
  8758.                 ],
  8759.                 'FaqQuestion' => [
  8760.                     'type' => 'object',
  8761.                     'class_name' => 'FaqQuestionType',
  8762.                     'inherits' => [
  8763.                     ],
  8764.                     'decorator' => false,
  8765.                     'config' => [
  8766.                         'description' => NULL,
  8767.                         'fields' => [
  8768.                             'question' => [
  8769.                                 'type' => 'String!',
  8770.                                 'description' => NULL,
  8771.                             ],
  8772.                             'answer' => [
  8773.                                 'type' => 'String!',
  8774.                                 'description' => NULL,
  8775.                             ],
  8776.                             'position' => [
  8777.                                 'type' => 'Int',
  8778.                                 'description' => NULL,
  8779.                             ],
  8780.                         ],
  8781.                         'interfaces' => [
  8782.                         ],
  8783.                         'name' => 'FaqQuestion',
  8784.                         'builders' => [
  8785.                         ],
  8786.                     ],
  8787.                 ],
  8788.                 'KeyValue' => [
  8789.                     'type' => 'object',
  8790.                     'class_name' => 'KeyValueType',
  8791.                     'inherits' => [
  8792.                     ],
  8793.                     'decorator' => false,
  8794.                     'config' => [
  8795.                         'description' => NULL,
  8796.                         'fields' => [
  8797.                             'key' => [
  8798.                                 'type' => 'String!',
  8799.                                 'description' => NULL,
  8800.                             ],
  8801.                             'value' => [
  8802.                                 'type' => 'String',
  8803.                                 'description' => NULL,
  8804.                             ],
  8805.                         ],
  8806.                         'interfaces' => [
  8807.                         ],
  8808.                         'name' => 'KeyValue',
  8809.                         'builders' => [
  8810.                         ],
  8811.                     ],
  8812.                 ],
  8813.                 'FaqSubCategory' => [
  8814.                     'type' => 'object',
  8815.                     'class_name' => 'FaqSubCategoryType',
  8816.                     'inherits' => [
  8817.                     ],
  8818.                     'decorator' => false,
  8819.                     'config' => [
  8820.                         'description' => NULL,
  8821.                         'fields' => [
  8822.                             'subCategoryName' => [
  8823.                                 'type' => 'String!',
  8824.                                 'description' => NULL,
  8825.                             ],
  8826.                             'position' => [
  8827.                                 'type' => 'Int!',
  8828.                                 'description' => NULL,
  8829.                             ],
  8830.                             'questions' => [
  8831.                                 'type' => '[FaqQuestion!]',
  8832.                                 'description' => NULL,
  8833.                             ],
  8834.                         ],
  8835.                         'interfaces' => [
  8836.                         ],
  8837.                         'name' => 'FaqSubCategory',
  8838.                         'builders' => [
  8839.                         ],
  8840.                     ],
  8841.                 ],
  8842.                 'CompanyContact' => [
  8843.                     'type' => 'object',
  8844.                     'class_name' => 'CompanyContactType',
  8845.                     'inherits' => [
  8846.                     ],
  8847.                     'decorator' => false,
  8848.                     'config' => [
  8849.                         'description' => NULL,
  8850.                         'fields' => [
  8851.                             'id' => [
  8852.                                 'type' => 'ID!',
  8853.                                 'description' => NULL,
  8854.                             ],
  8855.                             'employeePosition' => [
  8856.                                 'type' => 'String!',
  8857.                                 'description' => NULL,
  8858.                             ],
  8859.                             'communication' => [
  8860.                                 'type' => 'Communication!',
  8861.                                 'description' => NULL,
  8862.                             ],
  8863.                         ],
  8864.                         'interfaces' => [
  8865.                         ],
  8866.                         'name' => 'CompanyContact',
  8867.                         'builders' => [
  8868.                         ],
  8869.                     ],
  8870.                 ],
  8871.                 'GameTimerModifyType' => [
  8872.                     'type' => 'enum',
  8873.                     'class_name' => 'GameTimerModifyTypeType',
  8874.                     'inherits' => [
  8875.                     ],
  8876.                     'decorator' => false,
  8877.                     'config' => [
  8878.                         'description' => NULL,
  8879.                         'values' => [
  8880.                             'END' => [
  8881.                                 'description' => NULL,
  8882.                                 'value' => 'END',
  8883.                             ],
  8884.                             'EXTEND' => [
  8885.                                 'description' => NULL,
  8886.                                 'value' => 'EXTEND',
  8887.                             ],
  8888.                             'PAUSE' => [
  8889.                                 'description' => NULL,
  8890.                                 'value' => 'PAUSE',
  8891.                             ],
  8892.                             'RESUME' => [
  8893.                                 'description' => NULL,
  8894.                                 'value' => 'RESUME',
  8895.                             ],
  8896.                         ],
  8897.                         'name' => 'GameTimerModifyType',
  8898.                     ],
  8899.                 ],
  8900.                 'GameType' => [
  8901.                     'type' => 'enum',
  8902.                     'class_name' => 'GameTypeType',
  8903.                     'inherits' => [
  8904.                     ],
  8905.                     'decorator' => false,
  8906.                     'config' => [
  8907.                         'description' => NULL,
  8908.                         'values' => [
  8909.                             'NOTSET' => [
  8910.                                 'description' => NULL,
  8911.                                 'value' => 'NOTSET',
  8912.                             ],
  8913.                             'QUIZ' => [
  8914.                                 'description' => NULL,
  8915.                                 'value' => 'QUIZ',
  8916.                             ],
  8917.                             'CLICKTHEPIC' => [
  8918.                                 'description' => NULL,
  8919.                                 'value' => 'CLICKTHEPIC',
  8920.                             ],
  8921.                         ],
  8922.                         'name' => 'GameType',
  8923.                     ],
  8924.                 ],
  8925.                 'Status' => [
  8926.                     'type' => 'object',
  8927.                     'class_name' => 'StatusType',
  8928.                     'inherits' => [
  8929.                     ],
  8930.                     'decorator' => false,
  8931.                     'config' => [
  8932.                         'description' => NULL,
  8933.                         'fields' => [
  8934.                             'type' => [
  8935.                                 'type' => 'StatusType!',
  8936.                                 'description' => NULL,
  8937.                             ],
  8938.                             'message' => [
  8939.                                 'type' => 'String',
  8940.                                 'description' => NULL,
  8941.                             ],
  8942.                         ],
  8943.                         'interfaces' => [
  8944.                         ],
  8945.                         'name' => 'Status',
  8946.                         'builders' => [
  8947.                         ],
  8948.                     ],
  8949.                 ],
  8950.                 'BoPartnerLocation' => [
  8951.                     'type' => 'object',
  8952.                     'class_name' => 'BoPartnerLocationType',
  8953.                     'inherits' => [
  8954.                     ],
  8955.                     'decorator' => false,
  8956.                     'config' => [
  8957.                         'description' => NULL,
  8958.                         'fields' => [
  8959.                             'id' => [
  8960.                                 'type' => 'ID!',
  8961.                                 'description' => NULL,
  8962.                             ],
  8963.                             'name' => [
  8964.                                 'type' => 'String',
  8965.                                 'description' => NULL,
  8966.                             ],
  8967.                             'address' => [
  8968.                                 'type' => 'Address',
  8969.                                 'description' => NULL,
  8970.                             ],
  8971.                         ],
  8972.                         'interfaces' => [
  8973.                         ],
  8974.                         'name' => 'BoPartnerLocation',
  8975.                         'builders' => [
  8976.                         ],
  8977.                     ],
  8978.                 ],
  8979.                 'SchoolClass' => [
  8980.                     'type' => 'object',
  8981.                     'class_name' => 'SchoolClassType',
  8982.                     'inherits' => [
  8983.                     ],
  8984.                     'decorator' => false,
  8985.                     'config' => [
  8986.                         'description' => NULL,
  8987.                         'fields' => [
  8988.                             'id' => [
  8989.                                 'type' => 'Int!',
  8990.                                 'description' => NULL,
  8991.                             ],
  8992.                             'name' => [
  8993.                                 'type' => 'String!',
  8994.                                 'description' => NULL,
  8995.                             ],
  8996.                             'classNumber' => [
  8997.                                 'type' => 'String!',
  8998.                                 'description' => NULL,
  8999.                             ],
  9000.                             'classAddition' => [
  9001.                                 'type' => 'String!',
  9002.                                 'description' => NULL,
  9003.                             ],
  9004.                             'numberStudents' => [
  9005.                                 'type' => 'Int',
  9006.                                 'description' => NULL,
  9007.                             ],
  9008.                             'schoolClassYear' => [
  9009.                                 'type' => 'SchoolClassYear',
  9010.                                 'description' => NULL,
  9011.                             ],
  9012.                             'grade' => [
  9013.                                 'type' => 'SchoolClassGrade',
  9014.                                 'description' => NULL,
  9015.                             ],
  9016.                             'classCode' => [
  9017.                                 'type' => 'String',
  9018.                                 'description' => NULL,
  9019.                             ],
  9020.                             'school' => [
  9021.                                 'type' => 'School',
  9022.                                 'description' => NULL,
  9023.                             ],
  9024.                             'teachers' => [
  9025.                                 'type' => '[Teacher!]',
  9026.                                 'description' => NULL,
  9027.                             ],
  9028.                             'schoolClassRankMin' => [
  9029.                                 'type' => 'SchoolClassRankMin',
  9030.                                 'description' => NULL,
  9031.                             ],
  9032.                             'trophyStats' => [
  9033.                                 'type' => 'TrophyStats',
  9034.                                 'description' => NULL,
  9035.                             ],
  9036.                             'milestoneStats' => [
  9037.                                 'type' => 'MilestoneStats',
  9038.                                 'description' => NULL,
  9039.                             ],
  9040.                             'createdAt' => [
  9041.                                 'type' => 'String',
  9042.                                 'description' => NULL,
  9043.                             ],
  9044.                         ],
  9045.                         'interfaces' => [
  9046.                         ],
  9047.                         'name' => 'SchoolClass',
  9048.                         'builders' => [
  9049.                         ],
  9050.                     ],
  9051.                 ],
  9052.                 'Stories' => [
  9053.                     'type' => 'object',
  9054.                     'class_name' => 'StoriesType',
  9055.                     'inherits' => [
  9056.                     ],
  9057.                     'decorator' => false,
  9058.                     'config' => [
  9059.                         'description' => NULL,
  9060.                         'fields' => [
  9061.                             'entries' => [
  9062.                                 'type' => '[Story!]',
  9063.                                 'description' => NULL,
  9064.                             ],
  9065.                         ],
  9066.                         'interfaces' => [
  9067.                         ],
  9068.                         'name' => 'Stories',
  9069.                         'builders' => [
  9070.                         ],
  9071.                     ],
  9072.                 ],
  9073.                 'CompanySize' => [
  9074.                     'type' => 'object',
  9075.                     'class_name' => 'CompanySizeType',
  9076.                     'inherits' => [
  9077.                     ],
  9078.                     'decorator' => false,
  9079.                     'config' => [
  9080.                         'description' => NULL,
  9081.                         'fields' => [
  9082.                             'id' => [
  9083.                                 'type' => 'ID!',
  9084.                                 'description' => NULL,
  9085.                             ],
  9086.                             'name' => [
  9087.                                 'type' => 'String!',
  9088.                                 'description' => NULL,
  9089.                             ],
  9090.                             'text' => [
  9091.                                 'type' => 'String!',
  9092.                                 'description' => NULL,
  9093.                             ],
  9094.                         ],
  9095.                         'interfaces' => [
  9096.                         ],
  9097.                         'name' => 'CompanySize',
  9098.                         'builders' => [
  9099.                         ],
  9100.                     ],
  9101.                 ],
  9102.                 'HomeContent' => [
  9103.                     'type' => 'object',
  9104.                     'class_name' => 'HomeContentType',
  9105.                     'inherits' => [
  9106.                     ],
  9107.                     'decorator' => false,
  9108.                     'config' => [
  9109.                         'description' => NULL,
  9110.                         'fields' => [
  9111.                             'featuredCompanies' => [
  9112.                                 'type' => '[CompanyProfile!]',
  9113.                                 'description' => NULL,
  9114.                             ],
  9115.                             'featuredStories' => [
  9116.                                 'type' => '[Story!]',
  9117.                                 'description' => NULL,
  9118.                             ],
  9119.                             'helpfulLinks' => [
  9120.                                 'type' => '[ExternalLink!]',
  9121.                                 'description' => NULL,
  9122.                             ],
  9123.                         ],
  9124.                         'interfaces' => [
  9125.                         ],
  9126.                         'name' => 'HomeContent',
  9127.                         'builders' => [
  9128.                         ],
  9129.                     ],
  9130.                 ],
  9131.                 'ProfileUpdateResponse' => [
  9132.                     'type' => 'object',
  9133.                     'class_name' => 'ProfileUpdateResponseType',
  9134.                     'inherits' => [
  9135.                     ],
  9136.                     'decorator' => false,
  9137.                     'config' => [
  9138.                         'description' => NULL,
  9139.                         'fields' => [
  9140.                             'status' => [
  9141.                                 'type' => 'Status!',
  9142.                                 'description' => NULL,
  9143.                             ],
  9144.                             'keyValues' => [
  9145.                                 'type' => '[KeyValue!]',
  9146.                                 'description' => NULL,
  9147.                             ],
  9148.                         ],
  9149.                         'interfaces' => [
  9150.                         ],
  9151.                         'name' => 'ProfileUpdateResponse',
  9152.                         'builders' => [
  9153.                         ],
  9154.                     ],
  9155.                 ],
  9156.                 'Color' => [
  9157.                     'type' => 'enum',
  9158.                     'class_name' => 'ColorType',
  9159.                     'inherits' => [
  9160.                     ],
  9161.                     'decorator' => false,
  9162.                     'config' => [
  9163.                         'description' => NULL,
  9164.                         'values' => [
  9165.                             'BLACK' => [
  9166.                                 'description' => NULL,
  9167.                                 'value' => 'BLACK',
  9168.                             ],
  9169.                             'DARKBLUE' => [
  9170.                                 'description' => NULL,
  9171.                                 'value' => 'DARKBLUE',
  9172.                             ],
  9173.                             'DARKGREEN' => [
  9174.                                 'description' => NULL,
  9175.                                 'value' => 'DARKGREEN',
  9176.                             ],
  9177.                             'GREY' => [
  9178.                                 'description' => NULL,
  9179.                                 'value' => 'GREY',
  9180.                             ],
  9181.                             'LIGHTGREEN' => [
  9182.                                 'description' => NULL,
  9183.                                 'value' => 'LIGHTGREEN',
  9184.                             ],
  9185.                             'LIGHTBLUE' => [
  9186.                                 'description' => NULL,
  9187.                                 'value' => 'LIGHTBLUE',
  9188.                             ],
  9189.                             'PETROL' => [
  9190.                                 'description' => NULL,
  9191.                                 'value' => 'PETROL',
  9192.                             ],
  9193.                             'RED' => [
  9194.                                 'description' => NULL,
  9195.                                 'value' => 'RED',
  9196.                             ],
  9197.                             'WHITE' => [
  9198.                                 'description' => NULL,
  9199.                                 'value' => 'WHITE',
  9200.                             ],
  9201.                             'YELLOW' => [
  9202.                                 'description' => NULL,
  9203.                                 'value' => 'YELLOW',
  9204.                             ],
  9205.                         ],
  9206.                         'name' => 'Color',
  9207.                     ],
  9208.                 ],
  9209.                 'GameEndType' => [
  9210.                     'type' => 'enum',
  9211.                     'class_name' => 'GameEndTypeType',
  9212.                     'inherits' => [
  9213.                     ],
  9214.                     'decorator' => false,
  9215.                     'config' => [
  9216.                         'description' => NULL,
  9217.                         'values' => [
  9218.                             'NOTSET' => [
  9219.                                 'description' => NULL,
  9220.                                 'value' => 'NOTSET',
  9221.                             ],
  9222.                             'DECISION' => [
  9223.                                 'description' => NULL,
  9224.                                 'value' => 'DECISION',
  9225.                             ],
  9226.                             'WRONGANSWER' => [
  9227.                                 'description' => NULL,
  9228.                                 'value' => 'WRONGANSWER',
  9229.                             ],
  9230.                         ],
  9231.                         'name' => 'GameEndType',
  9232.                     ],
  9233.                 ],
  9234.                 'SchoolClassGameState' => [
  9235.                     'type' => 'object',
  9236.                     'class_name' => 'SchoolClassGameStateType',
  9237.                     'inherits' => [
  9238.                     ],
  9239.                     'decorator' => false,
  9240.                     'config' => [
  9241.                         'description' => NULL,
  9242.                         'fields' => [
  9243.                             'status' => [
  9244.                                 'type' => 'Status!',
  9245.                                 'description' => NULL,
  9246.                             ],
  9247.                             'viewCount' => [
  9248.                                 'type' => 'ViewCount',
  9249.                                 'description' => NULL,
  9250.                             ],
  9251.                         ],
  9252.                         'interfaces' => [
  9253.                         ],
  9254.                         'name' => 'SchoolClassGameState',
  9255.                         'builders' => [
  9256.                         ],
  9257.                     ],
  9258.                 ],
  9259.                 'JobSalaryEntry' => [
  9260.                     'type' => 'object',
  9261.                     'class_name' => 'JobSalaryEntryType',
  9262.                     'inherits' => [
  9263.                     ],
  9264.                     'decorator' => false,
  9265.                     'config' => [
  9266.                         'description' => NULL,
  9267.                         'fields' => [
  9268.                             'id' => [
  9269.                                 'type' => 'ID!',
  9270.                                 'description' => NULL,
  9271.                             ],
  9272.                             'salaryType' => [
  9273.                                 'type' => 'JobSalaryType',
  9274.                                 'description' => NULL,
  9275.                             ],
  9276.                             'salaryFrom' => [
  9277.                                 'type' => 'String',
  9278.                                 'description' => NULL,
  9279.                             ],
  9280.                             'salaryTo' => [
  9281.                                 'type' => 'String',
  9282.                                 'description' => NULL,
  9283.                             ],
  9284.                             'urlExt' => [
  9285.                                 'type' => 'String',
  9286.                                 'description' => NULL,
  9287.                             ],
  9288.                             'createdAt' => [
  9289.                                 'type' => 'String',
  9290.                                 'description' => NULL,
  9291.                             ],
  9292.                         ],
  9293.                         'interfaces' => [
  9294.                         ],
  9295.                         'name' => 'JobSalaryEntry',
  9296.                         'builders' => [
  9297.                         ],
  9298.                     ],
  9299.                 ],
  9300.                 'Document' => [
  9301.                     'type' => 'object',
  9302.                     'class_name' => 'DocumentType',
  9303.                     'inherits' => [
  9304.                     ],
  9305.                     'decorator' => false,
  9306.                     'config' => [
  9307.                         'description' => NULL,
  9308.                         'fields' => [
  9309.                             'id' => [
  9310.                                 'type' => 'ID!',
  9311.                                 'description' => NULL,
  9312.                             ],
  9313.                             'name' => [
  9314.                                 'type' => 'String',
  9315.                                 'description' => NULL,
  9316.                             ],
  9317.                             'filePath' => [
  9318.                                 'type' => 'String',
  9319.                                 'description' => NULL,
  9320.                             ],
  9321.                         ],
  9322.                         'interfaces' => [
  9323.                         ],
  9324.                         'name' => 'Document',
  9325.                         'builders' => [
  9326.                         ],
  9327.                     ],
  9328.                 ],
  9329.                 'AppointmentState' => [
  9330.                     'type' => 'enum',
  9331.                     'class_name' => 'AppointmentStateType',
  9332.                     'inherits' => [
  9333.                     ],
  9334.                     'decorator' => false,
  9335.                     'config' => [
  9336.                         'description' => NULL,
  9337.                         'values' => [
  9338.                             'ACTIVE' => [
  9339.                                 'description' => NULL,
  9340.                                 'value' => 'ACTIVE',
  9341.                             ],
  9342.                             'FULL' => [
  9343.                                 'description' => NULL,
  9344.                                 'value' => 'FULL',
  9345.                             ],
  9346.                             'CANCELLED' => [
  9347.                                 'description' => NULL,
  9348.                                 'value' => 'CANCELLED',
  9349.                             ],
  9350.                             'DELETED' => [
  9351.                                 'description' => NULL,
  9352.                                 'value' => 'DELETED',
  9353.                             ],
  9354.                         ],
  9355.                         'name' => 'AppointmentState',
  9356.                     ],
  9357.                 ],
  9358.                 'OfferType' => [
  9359.                     'type' => 'enum',
  9360.                     'class_name' => 'OfferTypeType',
  9361.                     'inherits' => [
  9362.                     ],
  9363.                     'decorator' => false,
  9364.                     'config' => [
  9365.                         'description' => NULL,
  9366.                         'values' => [
  9367.                             'BERUFSBERATUNG' => [
  9368.                                 'description' => NULL,
  9369.                                 'value' => 'BERUFSBERATUNG',
  9370.                             ],
  9371.                             'BERUFSPRAKTISCH' => [
  9372.                                 'description' => NULL,
  9373.                                 'value' => 'BERUFSPRAKTISCH',
  9374.                             ],
  9375.                             'BETRIEBSERKUNDUNG' => [
  9376.                                 'description' => NULL,
  9377.                                 'value' => 'BETRIEBSERKUNDUNG',
  9378.                             ],
  9379.                             'TAGOFFENETUER' => [
  9380.                                 'description' => NULL,
  9381.                                 'value' => 'TAGOFFENETUER',
  9382.                             ],
  9383.                             'UNTERNEHMENSCHULE' => [
  9384.                                 'description' => NULL,
  9385.                                 'value' => 'UNTERNEHMENSCHULE',
  9386.                             ],
  9387.                             'VORTRAG' => [
  9388.                                 'description' => NULL,
  9389.                                 'value' => 'VORTRAG',
  9390.                             ],
  9391.                             'WORKSHOP' => [
  9392.                                 'description' => NULL,
  9393.                                 'value' => 'WORKSHOP',
  9394.                             ],
  9395.                             'WORKSHOPBO' => [
  9396.                                 'description' => NULL,
  9397.                                 'value' => 'WORKSHOPBO',
  9398.                             ],
  9399.                         ],
  9400.                         'name' => 'OfferType',
  9401.                     ],
  9402.                 ],
  9403.                 'CompanyProfileSimple' => [
  9404.                     'type' => 'object',
  9405.                     'class_name' => 'CompanyProfileSimpleType',
  9406.                     'inherits' => [
  9407.                     ],
  9408.                     'decorator' => false,
  9409.                     'config' => [
  9410.                         'description' => NULL,
  9411.                         'fields' => [
  9412.                             'id' => [
  9413.                                 'type' => 'Int',
  9414.                                 'description' => NULL,
  9415.                             ],
  9416.                             'uuid' => [
  9417.                                 'type' => 'String',
  9418.                                 'description' => NULL,
  9419.                             ],
  9420.                             'name' => [
  9421.                                 'type' => 'String',
  9422.                                 'description' => NULL,
  9423.                             ],
  9424.                             'companyProfilePicture' => [
  9425.                                 'type' => 'Image',
  9426.                                 'description' => NULL,
  9427.                             ],
  9428.                             'isSelected' => [
  9429.                                 'type' => 'Boolean!',
  9430.                                 'description' => NULL,
  9431.                             ],
  9432.                         ],
  9433.                         'interfaces' => [
  9434.                         ],
  9435.                         'name' => 'CompanyProfileSimple',
  9436.                         'builders' => [
  9437.                         ],
  9438.                     ],
  9439.                 ],
  9440.                 'AnswerResponse' => [
  9441.                     'type' => 'object',
  9442.                     'class_name' => 'AnswerResponseType',
  9443.                     'inherits' => [
  9444.                     ],
  9445.                     'decorator' => false,
  9446.                     'config' => [
  9447.                         'description' => NULL,
  9448.                         'fields' => [
  9449.                             'status' => [
  9450.                                 'type' => 'Status!',
  9451.                                 'description' => NULL,
  9452.                             ],
  9453.                             'correctAnswerId' => [
  9454.                                 'type' => 'Int',
  9455.                                 'description' => NULL,
  9456.                             ],
  9457.                         ],
  9458.                         'interfaces' => [
  9459.                         ],
  9460.                         'name' => 'AnswerResponse',
  9461.                         'builders' => [
  9462.                         ],
  9463.                     ],
  9464.                 ],
  9465.                 'InformationLink' => [
  9466.                     'type' => 'object',
  9467.                     'class_name' => 'InformationLinkType',
  9468.                     'inherits' => [
  9469.                     ],
  9470.                     'decorator' => false,
  9471.                     'config' => [
  9472.                         'description' => NULL,
  9473.                         'fields' => [
  9474.                             'id' => [
  9475.                                 'type' => 'ID!',
  9476.                                 'description' => NULL,
  9477.                             ],
  9478.                             'heading' => [
  9479.                                 'type' => 'String',
  9480.                                 'description' => NULL,
  9481.                             ],
  9482.                             'description' => [
  9483.                                 'type' => 'String',
  9484.                                 'description' => NULL,
  9485.                             ],
  9486.                             'linkUrl' => [
  9487.                                 'type' => 'String',
  9488.                                 'description' => NULL,
  9489.                             ],
  9490.                             'target' => [
  9491.                                 'type' => 'Int',
  9492.                                 'description' => NULL,
  9493.                             ],
  9494.                             'position' => [
  9495.                                 'type' => 'Int',
  9496.                                 'description' => NULL,
  9497.                             ],
  9498.                             'media' => [
  9499.                                 'type' => 'Media',
  9500.                                 'description' => NULL,
  9501.                             ],
  9502.                             'type' => [
  9503.                                 'type' => 'InformationLinkType!',
  9504.                                 'description' => NULL,
  9505.                             ],
  9506.                         ],
  9507.                         'interfaces' => [
  9508.                         ],
  9509.                         'name' => 'InformationLink',
  9510.                         'builders' => [
  9511.                         ],
  9512.                     ],
  9513.                 ],
  9514.                 'JobMarket' => [
  9515.                     'type' => 'object',
  9516.                     'class_name' => 'JobMarketType',
  9517.                     'inherits' => [
  9518.                     ],
  9519.                     'decorator' => false,
  9520.                     'config' => [
  9521.                         'description' => NULL,
  9522.                         'fields' => [
  9523.                             'status' => [
  9524.                                 'type' => 'Status!',
  9525.                                 'description' => NULL,
  9526.                             ],
  9527.                             'id' => [
  9528.                                 'type' => 'ID!',
  9529.                                 'description' => NULL,
  9530.                             ],
  9531.                             'name' => [
  9532.                                 'type' => 'String!',
  9533.                                 'description' => NULL,
  9534.                             ],
  9535.                             'numberOfPositions' => [
  9536.                                 'type' => 'Int',
  9537.                                 'description' => NULL,
  9538.                             ],
  9539.                             'description' => [
  9540.                                 'type' => 'String',
  9541.                                 'description' => NULL,
  9542.                             ],
  9543.                             'details' => [
  9544.                                 'type' => 'String',
  9545.                                 'description' => NULL,
  9546.                             ],
  9547.                             'url' => [
  9548.                                 'type' => 'String',
  9549.                                 'description' => NULL,
  9550.                             ],
  9551.                             'requirements' => [
  9552.                                 'type' => 'String',
  9553.                                 'description' => NULL,
  9554.                             ],
  9555.                             'salary' => [
  9556.                                 'type' => 'String',
  9557.                                 'description' => NULL,
  9558.                             ],
  9559.                             'additionalInfo' => [
  9560.                                 'type' => 'JobMarketAdditionalInfo',
  9561.                                 'description' => NULL,
  9562.                             ],
  9563.                             'startDate' => [
  9564.                                 'type' => 'String',
  9565.                                 'description' => NULL,
  9566.                             ],
  9567.                             'applyUntil' => [
  9568.                                 'type' => 'String',
  9569.                                 'description' => NULL,
  9570.                             ],
  9571.                             'openDate' => [
  9572.                                 'type' => 'String',
  9573.                                 'description' => NULL,
  9574.                             ],
  9575.                             'closeDate' => [
  9576.                                 'type' => 'String',
  9577.                                 'description' => NULL,
  9578.                             ],
  9579.                             'companyProfile' => [
  9580.                                 'type' => 'CompanyProfile',
  9581.                                 'description' => NULL,
  9582.                             ],
  9583.                             'contact' => [
  9584.                                 'type' => 'Contact',
  9585.                                 'description' => NULL,
  9586.                             ],
  9587.                             'image' => [
  9588.                                 'type' => 'Image',
  9589.                                 'description' => NULL,
  9590.                             ],
  9591.                             'customMedia' => [
  9592.                                 'type' => 'Media',
  9593.                                 'description' => NULL,
  9594.                             ],
  9595.                             'positionType' => [
  9596.                                 'type' => 'JobMarketPositionType',
  9597.                                 'description' => NULL,
  9598.                             ],
  9599.                             'applyType' => [
  9600.                                 'type' => 'JobMarketApplyType',
  9601.                                 'description' => NULL,
  9602.                             ],
  9603.                             'onlineUrl' => [
  9604.                                 'type' => 'String',
  9605.                                 'description' => NULL,
  9606.                             ],
  9607.                             'startType' => [
  9608.                                 'type' => 'JobMarketStartType',
  9609.                                 'description' => NULL,
  9610.                             ],
  9611.                             'addresses' => [
  9612.                                 'type' => '[Address!]',
  9613.                                 'description' => NULL,
  9614.                             ],
  9615.                             'jobs' => [
  9616.                                 'type' => '[JobSimple!]',
  9617.                                 'description' => NULL,
  9618.                             ],
  9619.                         ],
  9620.                         'interfaces' => [
  9621.                         ],
  9622.                         'name' => 'JobMarket',
  9623.                         'builders' => [
  9624.                         ],
  9625.                     ],
  9626.                 ],
  9627.                 'JobRequirementTypeCollection' => [
  9628.                     'type' => 'object',
  9629.                     'class_name' => 'JobRequirementTypeCollectionType',
  9630.                     'inherits' => [
  9631.                     ],
  9632.                     'decorator' => false,
  9633.                     'config' => [
  9634.                         'description' => NULL,
  9635.                         'fields' => [
  9636.                             'requirementType' => [
  9637.                                 'type' => 'JobRequirementType!',
  9638.                                 'description' => NULL,
  9639.                             ],
  9640.                             'requirements' => [
  9641.                                 'type' => '[JobRequirement!]',
  9642.                                 'description' => NULL,
  9643.                             ],
  9644.                         ],
  9645.                         'interfaces' => [
  9646.                         ],
  9647.                         'name' => 'JobRequirementTypeCollection',
  9648.                         'builders' => [
  9649.                         ],
  9650.                     ],
  9651.                 ],
  9652.                 'JobLinkMapping' => [
  9653.                     'type' => 'object',
  9654.                     'class_name' => 'JobLinkMappingType',
  9655.                     'inherits' => [
  9656.                     ],
  9657.                     'decorator' => false,
  9658.                     'config' => [
  9659.                         'description' => NULL,
  9660.                         'fields' => [
  9661.                             'id' => [
  9662.                                 'type' => 'ID!',
  9663.                                 'description' => NULL,
  9664.                             ],
  9665.                             'jobLink' => [
  9666.                                 'type' => 'JobLink',
  9667.                                 'description' => NULL,
  9668.                             ],
  9669.                             'jobLinkMappingCategory' => [
  9670.                                 'type' => 'JobLinkMappingCategory',
  9671.                                 'description' => NULL,
  9672.                             ],
  9673.                             'jobLinkMappingType' => [
  9674.                                 'type' => 'JobLinkMappingType',
  9675.                                 'description' => NULL,
  9676.                             ],
  9677.                         ],
  9678.                         'interfaces' => [
  9679.                         ],
  9680.                         'name' => 'JobLinkMapping',
  9681.                         'builders' => [
  9682.                         ],
  9683.                     ],
  9684.                 ],
  9685.                 'JobSalary' => [
  9686.                     'type' => 'object',
  9687.                     'class_name' => 'JobSalaryType',
  9688.                     'inherits' => [
  9689.                     ],
  9690.                     'decorator' => false,
  9691.                     'config' => [
  9692.                         'description' => NULL,
  9693.                         'fields' => [
  9694.                             'id' => [
  9695.                                 'type' => 'ID!',
  9696.                                 'description' => NULL,
  9697.                             ],
  9698.                             'entryValue' => [
  9699.                                 'type' => 'String',
  9700.                                 'description' => NULL,
  9701.                             ],
  9702.                             'entries' => [
  9703.                                 'type' => '[JobSalaryEntry!]',
  9704.                                 'description' => NULL,
  9705.                             ],
  9706.                             'createdAt' => [
  9707.                                 'type' => 'String',
  9708.                                 'description' => NULL,
  9709.                             ],
  9710.                         ],
  9711.                         'interfaces' => [
  9712.                         ],
  9713.                         'name' => 'JobSalary',
  9714.                         'builders' => [
  9715.                         ],
  9716.                     ],
  9717.                 ],
  9718.                 'CompanyCertificate' => [
  9719.                     'type' => 'object',
  9720.                     'class_name' => 'CompanyCertificateType',
  9721.                     'inherits' => [
  9722.                     ],
  9723.                     'decorator' => false,
  9724.                     'config' => [
  9725.                         'description' => NULL,
  9726.                         'fields' => [
  9727.                             'id' => [
  9728.                                 'type' => 'ID!',
  9729.                                 'description' => NULL,
  9730.                             ],
  9731.                             'name' => [
  9732.                                 'type' => 'String!',
  9733.                                 'description' => NULL,
  9734.                             ],
  9735.                             'shortName' => [
  9736.                                 'type' => 'String!',
  9737.                                 'description' => NULL,
  9738.                             ],
  9739.                             'picturePath' => [
  9740.                                 'type' => 'String!',
  9741.                                 'description' => NULL,
  9742.                             ],
  9743.                         ],
  9744.                         'interfaces' => [
  9745.                         ],
  9746.                         'name' => 'CompanyCertificate',
  9747.                         'builders' => [
  9748.                         ],
  9749.                     ],
  9750.                 ],
  9751.                 'ContentType' => [
  9752.                     'type' => 'enum',
  9753.                     'class_name' => 'ContentTypeType',
  9754.                     'inherits' => [
  9755.                     ],
  9756.                     'decorator' => false,
  9757.                     'config' => [
  9758.                         'description' => NULL,
  9759.                         'values' => [
  9760.                             'IMAGE' => [
  9761.                                 'description' => NULL,
  9762.                                 'value' => 'IMAGE',
  9763.                             ],
  9764.                             'VIDEO' => [
  9765.                                 'description' => NULL,
  9766.                                 'value' => 'VIDEO',
  9767.                             ],
  9768.                             'DOCUMENT' => [
  9769.                                 'description' => NULL,
  9770.                                 'value' => 'DOCUMENT',
  9771.                             ],
  9772.                         ],
  9773.                         'name' => 'ContentType',
  9774.                     ],
  9775.                 ],
  9776.                 'AppointmentNote' => [
  9777.                     'type' => 'object',
  9778.                     'class_name' => 'AppointmentNoteType',
  9779.                     'inherits' => [
  9780.                     ],
  9781.                     'decorator' => false,
  9782.                     'config' => [
  9783.                         'description' => NULL,
  9784.                         'fields' => [
  9785.                             'link' => [
  9786.                                 'type' => 'String',
  9787.                                 'description' => NULL,
  9788.                             ],
  9789.                             'firstname' => [
  9790.                                 'type' => 'String',
  9791.                                 'description' => NULL,
  9792.                             ],
  9793.                             'lastname' => [
  9794.                                 'type' => 'String',
  9795.                                 'description' => NULL,
  9796.                             ],
  9797.                             'email' => [
  9798.                                 'type' => 'String',
  9799.                                 'description' => NULL,
  9800.                             ],
  9801.                             'phone' => [
  9802.                                 'type' => 'String',
  9803.                                 'description' => NULL,
  9804.                             ],
  9805.                             'remark' => [
  9806.                                 'type' => 'String',
  9807.                                 'description' => NULL,
  9808.                             ],
  9809.                         ],
  9810.                         'interfaces' => [
  9811.                         ],
  9812.                         'name' => 'AppointmentNote',
  9813.                         'builders' => [
  9814.                         ],
  9815.                     ],
  9816.                 ],
  9817.                 'GameTrophyStatus' => [
  9818.                     'type' => 'enum',
  9819.                     'class_name' => 'GameTrophyStatusType',
  9820.                     'inherits' => [
  9821.                     ],
  9822.                     'decorator' => false,
  9823.                     'config' => [
  9824.                         'description' => NULL,
  9825.                         'values' => [
  9826.                             'NORMAL' => [
  9827.                                 'description' => NULL,
  9828.                                 'value' => 'NORMAL',
  9829.                             ],
  9830.                             'HIDDEN' => [
  9831.                                 'description' => NULL,
  9832.                                 'value' => 'HIDDEN',
  9833.                             ],
  9834.                         ],
  9835.                         'name' => 'GameTrophyStatus',
  9836.                     ],
  9837.                 ],
  9838.                 'SchoolClassRankMin' => [
  9839.                     'type' => 'object',
  9840.                     'class_name' => 'SchoolClassRankMinType',
  9841.                     'inherits' => [
  9842.                     ],
  9843.                     'decorator' => false,
  9844.                     'config' => [
  9845.                         'description' => NULL,
  9846.                         'fields' => [
  9847.                             'rank' => [
  9848.                                 'type' => 'Int!',
  9849.                                 'description' => NULL,
  9850.                             ],
  9851.                             'points' => [
  9852.                                 'type' => 'Int!',
  9853.                                 'description' => NULL,
  9854.                             ],
  9855.                             'playtimeMinutes' => [
  9856.                                 'type' => 'Int!',
  9857.                                 'description' => NULL,
  9858.                             ],
  9859.                             'activityLevel' => [
  9860.                                 'type' => 'Int!',
  9861.                                 'description' => NULL,
  9862.                             ],
  9863.                         ],
  9864.                         'interfaces' => [
  9865.                         ],
  9866.                         'name' => 'SchoolClassRankMin',
  9867.                         'builders' => [
  9868.                         ],
  9869.                     ],
  9870.                 ],
  9871.                 'Address' => [
  9872.                     'type' => 'object',
  9873.                     'class_name' => 'AddressType',
  9874.                     'inherits' => [
  9875.                     ],
  9876.                     'decorator' => false,
  9877.                     'config' => [
  9878.                         'description' => NULL,
  9879.                         'fields' => [
  9880.                             'id' => [
  9881.                                 'type' => 'ID!',
  9882.                                 'description' => NULL,
  9883.                             ],
  9884.                             'street' => [
  9885.                                 'type' => 'String',
  9886.                                 'description' => NULL,
  9887.                             ],
  9888.                             'number' => [
  9889.                                 'type' => 'String',
  9890.                                 'description' => NULL,
  9891.                             ],
  9892.                             'floor' => [
  9893.                                 'type' => 'String',
  9894.                                 'description' => NULL,
  9895.                             ],
  9896.                             'stair' => [
  9897.                                 'type' => 'String',
  9898.                                 'description' => NULL,
  9899.                             ],
  9900.                             'addressLatLon' => [
  9901.                                 'type' => 'AddressLatLon',
  9902.                                 'description' => NULL,
  9903.                             ],
  9904.                             'addressCity' => [
  9905.                                 'type' => 'AddressCity',
  9906.                                 'description' => NULL,
  9907.                             ],
  9908.                         ],
  9909.                         'interfaces' => [
  9910.                         ],
  9911.                         'name' => 'Address',
  9912.                         'builders' => [
  9913.                         ],
  9914.                     ],
  9915.                 ],
  9916.                 'JobSchoolSubjectMapping' => [
  9917.                     'type' => 'object',
  9918.                     'class_name' => 'JobSchoolSubjectMappingType',
  9919.                     'inherits' => [
  9920.                     ],
  9921.                     'decorator' => false,
  9922.                     'config' => [
  9923.                         'description' => NULL,
  9924.                         'fields' => [
  9925.                             'id' => [
  9926.                                 'type' => 'ID!',
  9927.                                 'description' => NULL,
  9928.                             ],
  9929.                             'jobSchoolSubject' => [
  9930.                                 'type' => 'JobSchoolSubject!',
  9931.                                 'description' => NULL,
  9932.                             ],
  9933.                         ],
  9934.                         'interfaces' => [
  9935.                         ],
  9936.                         'name' => 'JobSchoolSubjectMapping',
  9937.                         'builders' => [
  9938.                         ],
  9939.                     ],
  9940.                 ],
  9941.                 'CommunicationType' => [
  9942.                     'type' => 'object',
  9943.                     'class_name' => 'CommunicationTypeType',
  9944.                     'inherits' => [
  9945.                     ],
  9946.                     'decorator' => false,
  9947.                     'config' => [
  9948.                         'description' => NULL,
  9949.                         'fields' => [
  9950.                             'name' => [
  9951.                                 'type' => 'String!',
  9952.                                 'description' => NULL,
  9953.                             ],
  9954.                             'shortName' => [
  9955.                                 'type' => 'String!',
  9956.                                 'description' => NULL,
  9957.                             ],
  9958.                             'visible' => [
  9959.                                 'type' => 'Boolean!',
  9960.                                 'description' => NULL,
  9961.                             ],
  9962.                         ],
  9963.                         'interfaces' => [
  9964.                         ],
  9965.                         'name' => 'CommunicationType',
  9966.                         'builders' => [
  9967.                         ],
  9968.                     ],
  9969.                 ],
  9970.                 'Media' => [
  9971.                     'type' => 'object',
  9972.                     'class_name' => 'MediaType',
  9973.                     'inherits' => [
  9974.                     ],
  9975.                     'decorator' => false,
  9976.                     'config' => [
  9977.                         'description' => NULL,
  9978.                         'fields' => [
  9979.                             'id' => [
  9980.                                 'type' => 'ID!',
  9981.                                 'description' => NULL,
  9982.                             ],
  9983.                             'name' => [
  9984.                                 'type' => 'String',
  9985.                                 'description' => NULL,
  9986.                             ],
  9987.                             'contentType' => [
  9988.                                 'type' => 'ContentType',
  9989.                                 'description' => NULL,
  9990.                             ],
  9991.                             'image' => [
  9992.                                 'type' => 'Image',
  9993.                                 'description' => NULL,
  9994.                             ],
  9995.                             'video' => [
  9996.                                 'type' => 'Video',
  9997.                                 'description' => NULL,
  9998.                             ],
  9999.                             'document' => [
  10000.                                 'type' => 'Document',
  10001.                                 'description' => NULL,
  10002.                             ],
  10003.                         ],
  10004.                         'interfaces' => [
  10005.                         ],
  10006.                         'name' => 'Media',
  10007.                         'builders' => [
  10008.                         ],
  10009.                     ],
  10010.                 ],
  10011.                 'GameTrophyProgressEntry' => [
  10012.                     'type' => 'object',
  10013.                     'class_name' => 'GameTrophyProgressEntryType',
  10014.                     'inherits' => [
  10015.                     ],
  10016.                     'decorator' => false,
  10017.                     'config' => [
  10018.                         'description' => NULL,
  10019.                         'fields' => [
  10020.                             'id' => [
  10021.                                 'type' => 'ID!',
  10022.                                 'description' => NULL,
  10023.                             ],
  10024.                             'trophy' => [
  10025.                                 'type' => 'GameTrophy!',
  10026.                                 'description' => NULL,
  10027.                             ],
  10028.                             'percentValue' => [
  10029.                                 'type' => 'Int!',
  10030.                                 'description' => NULL,
  10031.                             ],
  10032.                             'createdAt' => [
  10033.                                 'type' => 'String',
  10034.                                 'description' => NULL,
  10035.                             ],
  10036.                             'finishedAt' => [
  10037.                                 'type' => 'String',
  10038.                                 'description' => NULL,
  10039.                             ],
  10040.                         ],
  10041.                         'interfaces' => [
  10042.                         ],
  10043.                         'name' => 'GameTrophyProgressEntry',
  10044.                         'builders' => [
  10045.                         ],
  10046.                     ],
  10047.                 ],
  10048.                 'JobRequirementStats' => [
  10049.                     'type' => 'object',
  10050.                     'class_name' => 'JobRequirementStatsType',
  10051.                     'inherits' => [
  10052.                     ],
  10053.                     'decorator' => false,
  10054.                     'config' => [
  10055.                         'description' => NULL,
  10056.                         'fields' => [
  10057.                             'id' => [
  10058.                                 'type' => 'ID!',
  10059.                                 'description' => NULL,
  10060.                             ],
  10061.                             'requirementName' => [
  10062.                                 'type' => 'String!',
  10063.                                 'description' => NULL,
  10064.                             ],
  10065.                             'value' => [
  10066.                                 'type' => 'Int!',
  10067.                                 'description' => NULL,
  10068.                             ],
  10069.                         ],
  10070.                         'interfaces' => [
  10071.                         ],
  10072.                         'name' => 'JobRequirementStats',
  10073.                         'builders' => [
  10074.                         ],
  10075.                     ],
  10076.                 ],
  10077.                 'CommunicationEntry' => [
  10078.                     'type' => 'object',
  10079.                     'class_name' => 'CommunicationEntryType',
  10080.                     'inherits' => [
  10081.                     ],
  10082.                     'decorator' => false,
  10083.                     'config' => [
  10084.                         'description' => NULL,
  10085.                         'fields' => [
  10086.                             'id' => [
  10087.                                 'type' => 'ID!',
  10088.                                 'description' => NULL,
  10089.                             ],
  10090.                             'entryValue' => [
  10091.                                 'type' => 'String!',
  10092.                                 'description' => NULL,
  10093.                             ],
  10094.                             'communicationType' => [
  10095.                                 'type' => 'CommunicationType!',
  10096.                                 'description' => NULL,
  10097.                             ],
  10098.                         ],
  10099.                         'interfaces' => [
  10100.                         ],
  10101.                         'name' => 'CommunicationEntry',
  10102.                         'builders' => [
  10103.                         ],
  10104.                     ],
  10105.                 ],
  10106.                 'AppointmentType' => [
  10107.                     'type' => 'enum',
  10108.                     'class_name' => 'AppointmentTypeType',
  10109.                     'inherits' => [
  10110.                     ],
  10111.                     'decorator' => false,
  10112.                     'config' => [
  10113.                         'description' => NULL,
  10114.                         'values' => [
  10115.                             'AGREEMENT' => [
  10116.                                 'description' => NULL,
  10117.                                 'value' => 'AGREEMENT',
  10118.                             ],
  10119.                             'FIXED' => [
  10120.                                 'description' => NULL,
  10121.                                 'value' => 'FIXED',
  10122.                             ],
  10123.                             'BOTHPOSSIBLE' => [
  10124.                                 'description' => NULL,
  10125.                                 'value' => 'BOTHPOSSIBLE',
  10126.                             ],
  10127.                             'INDIVIDUAL' => [
  10128.                                 'description' => NULL,
  10129.                                 'value' => 'INDIVIDUAL',
  10130.                             ],
  10131.                             'CUSTOM' => [
  10132.                                 'description' => NULL,
  10133.                                 'value' => 'CUSTOM',
  10134.                             ],
  10135.                         ],
  10136.                         'name' => 'AppointmentType',
  10137.                     ],
  10138.                 ],
  10139.                 'ProfileLinkType' => [
  10140.                     'type' => 'enum',
  10141.                     'class_name' => 'ProfileLinkTypeType',
  10142.                     'inherits' => [
  10143.                     ],
  10144.                     'decorator' => false,
  10145.                     'config' => [
  10146.                         'description' => NULL,
  10147.                         'values' => [
  10148.                             'HOMEPAGE' => [
  10149.                                 'description' => NULL,
  10150.                                 'value' => 'HOMEPAGE',
  10151.                             ],
  10152.                             'FACEBOOK' => [
  10153.                                 'description' => NULL,
  10154.                                 'value' => 'FACEBOOK',
  10155.                             ],
  10156.                             'YOUTUBE' => [
  10157.                                 'description' => NULL,
  10158.                                 'value' => 'YOUTUBE',
  10159.                             ],
  10160.                             'LINKEDIN' => [
  10161.                                 'description' => NULL,
  10162.                                 'value' => 'LINKEDIN',
  10163.                             ],
  10164.                             'XING' => [
  10165.                                 'description' => NULL,
  10166.                                 'value' => 'XING',
  10167.                             ],
  10168.                             'KARRIEREPORTAL' => [
  10169.                                 'description' => NULL,
  10170.                                 'value' => 'KARRIEREPORTAL',
  10171.                             ],
  10172.                             'INSTAGRAM' => [
  10173.                                 'description' => NULL,
  10174.                                 'value' => 'INSTAGRAM',
  10175.                             ],
  10176.                             'X' => [
  10177.                                 'description' => NULL,
  10178.                                 'value' => 'X',
  10179.                             ],
  10180.                             'TIKTOK' => [
  10181.                                 'description' => NULL,
  10182.                                 'value' => 'TIKTOK',
  10183.                             ],
  10184.                         ],
  10185.                         'name' => 'ProfileLinkType',
  10186.                     ],
  10187.                 ],
  10188.                 'JobWorkField' => [
  10189.                     'type' => 'object',
  10190.                     'class_name' => 'JobWorkFieldType',
  10191.                     'inherits' => [
  10192.                     ],
  10193.                     'decorator' => false,
  10194.                     'config' => [
  10195.                         'description' => NULL,
  10196.                         'fields' => [
  10197.                             'id' => [
  10198.                                 'type' => 'ID!',
  10199.                                 'description' => NULL,
  10200.                             ],
  10201.                             'name' => [
  10202.                                 'type' => 'String!',
  10203.                                 'description' => NULL,
  10204.                             ],
  10205.                             'bicID' => [
  10206.                                 'type' => 'Int',
  10207.                                 'description' => NULL,
  10208.                             ],
  10209.                             'description' => [
  10210.                                 'type' => 'String',
  10211.                                 'description' => NULL,
  10212.                             ],
  10213.                         ],
  10214.                         'interfaces' => [
  10215.                         ],
  10216.                         'name' => 'JobWorkField',
  10217.                         'builders' => [
  10218.                         ],
  10219.                     ],
  10220.                 ],
  10221.                 'Icon' => [
  10222.                     'type' => 'object',
  10223.                     'class_name' => 'IconType',
  10224.                     'inherits' => [
  10225.                     ],
  10226.                     'decorator' => false,
  10227.                     'config' => [
  10228.                         'description' => NULL,
  10229.                         'fields' => [
  10230.                             'iconValue' => [
  10231.                                 'type' => 'String!',
  10232.                                 'description' => NULL,
  10233.                             ],
  10234.                             'color' => [
  10235.                                 'type' => 'Color',
  10236.                                 'description' => NULL,
  10237.                             ],
  10238.                         ],
  10239.                         'interfaces' => [
  10240.                         ],
  10241.                         'name' => 'Icon',
  10242.                         'builders' => [
  10243.                         ],
  10244.                     ],
  10245.                 ],
  10246.                 'School' => [
  10247.                     'type' => 'object',
  10248.                     'class_name' => 'SchoolType',
  10249.                     'inherits' => [
  10250.                     ],
  10251.                     'decorator' => false,
  10252.                     'config' => [
  10253.                         'description' => NULL,
  10254.                         'fields' => [
  10255.                             'id' => [
  10256.                                 'type' => 'ID!',
  10257.                                 'description' => NULL,
  10258.                             ],
  10259.                             'name' => [
  10260.                                 'type' => 'String!',
  10261.                                 'description' => NULL,
  10262.                             ],
  10263.                             'url' => [
  10264.                                 'type' => 'String',
  10265.                                 'description' => NULL,
  10266.                             ],
  10267.                             'address' => [
  10268.                                 'type' => 'Address',
  10269.                                 'description' => NULL,
  10270.                             ],
  10271.                             'communication' => [
  10272.                                 'type' => 'Communication',
  10273.                                 'description' => NULL,
  10274.                             ],
  10275.                         ],
  10276.                         'interfaces' => [
  10277.                         ],
  10278.                         'name' => 'School',
  10279.                         'builders' => [
  10280.                         ],
  10281.                     ],
  10282.                 ],
  10283.                 'StoryCardHighlightPosition' => [
  10284.                     'type' => 'enum',
  10285.                     'class_name' => 'StoryCardHighlightPositionType',
  10286.                     'inherits' => [
  10287.                     ],
  10288.                     'decorator' => false,
  10289.                     'config' => [
  10290.                         'description' => NULL,
  10291.                         'values' => [
  10292.                             'AFTER' => [
  10293.                                 'description' => NULL,
  10294.                                 'value' => 'AFTER',
  10295.                             ],
  10296.                             'BEFORE' => [
  10297.                                 'description' => NULL,
  10298.                                 'value' => 'BEFORE',
  10299.                             ],
  10300.                         ],
  10301.                         'name' => 'StoryCardHighlightPosition',
  10302.                     ],
  10303.                 ],
  10304.                 'GameCategoryProgress' => [
  10305.                     'type' => 'object',
  10306.                     'class_name' => 'GameCategoryProgressType',
  10307.                     'inherits' => [
  10308.                     ],
  10309.                     'decorator' => false,
  10310.                     'config' => [
  10311.                         'description' => NULL,
  10312.                         'fields' => [
  10313.                             'id' => [
  10314.                                 'type' => 'ID!',
  10315.                                 'description' => NULL,
  10316.                             ],
  10317.                             'gameType' => [
  10318.                                 'type' => 'GameType!',
  10319.                                 'description' => NULL,
  10320.                             ],
  10321.                             'roundNumber' => [
  10322.                                 'type' => 'Int!',
  10323.                                 'description' => NULL,
  10324.                             ],
  10325.                             'highscore' => [
  10326.                                 'type' => 'Int!',
  10327.                                 'description' => NULL,
  10328.                             ],
  10329.                         ],
  10330.                         'interfaces' => [
  10331.                         ],
  10332.                         'name' => 'GameCategoryProgress',
  10333.                         'builders' => [
  10334.                         ],
  10335.                     ],
  10336.                 ],
  10337.                 'Image' => [
  10338.                     'type' => 'object',
  10339.                     'class_name' => 'ImageType',
  10340.                     'inherits' => [
  10341.                     ],
  10342.                     'decorator' => false,
  10343.                     'config' => [
  10344.                         'description' => NULL,
  10345.                         'fields' => [
  10346.                             'info' => [
  10347.                                 'type' => 'ImageInfo',
  10348.                                 'description' => NULL,
  10349.                             ],
  10350.                             'medium' => [
  10351.                                 'type' => 'ImageData',
  10352.                                 'description' => NULL,
  10353.                             ],
  10354.                             'portrait' => [
  10355.                                 'type' => 'ImageData',
  10356.                                 'description' => NULL,
  10357.                             ],
  10358.                             'landscape' => [
  10359.                                 'type' => 'ImageData',
  10360.                                 'description' => NULL,
  10361.                             ],
  10362.                             'large' => [
  10363.                                 'type' => 'ImageData',
  10364.                                 'description' => NULL,
  10365.                             ],
  10366.                             'xlarge' => [
  10367.                                 'type' => 'ImageData',
  10368.                                 'description' => NULL,
  10369.                             ],
  10370.                             'huge' => [
  10371.                                 'type' => 'ImageData',
  10372.                                 'description' => NULL,
  10373.                             ],
  10374.                         ],
  10375.                         'interfaces' => [
  10376.                         ],
  10377.                         'name' => 'Image',
  10378.                         'builders' => [
  10379.                         ],
  10380.                     ],
  10381.                 ],
  10382.                 'Question' => [
  10383.                     'type' => 'object',
  10384.                     'class_name' => 'QuestionType',
  10385.                     'inherits' => [
  10386.                     ],
  10387.                     'decorator' => false,
  10388.                     'config' => [
  10389.                         'description' => NULL,
  10390.                         'fields' => [
  10391.                             'status' => [
  10392.                                 'type' => 'Status',
  10393.                                 'description' => NULL,
  10394.                             ],
  10395.                             'id' => [
  10396.                                 'type' => 'ID!',
  10397.                                 'description' => NULL,
  10398.                             ],
  10399.                             'text' => [
  10400.                                 'type' => 'String',
  10401.                                 'description' => NULL,
  10402.                             ],
  10403.                             'image' => [
  10404.                                 'type' => 'Image',
  10405.                                 'description' => NULL,
  10406.                             ],
  10407.                             'answers' => [
  10408.                                 'type' => '[QuestionAnswer!]',
  10409.                                 'description' => NULL,
  10410.                             ],
  10411.                         ],
  10412.                         'interfaces' => [
  10413.                         ],
  10414.                         'name' => 'Question',
  10415.                         'builders' => [
  10416.                         ],
  10417.                     ],
  10418.                 ],
  10419.                 'Communication' => [
  10420.                     'type' => 'object',
  10421.                     'class_name' => 'CommunicationType',
  10422.                     'inherits' => [
  10423.                     ],
  10424.                     'decorator' => false,
  10425.                     'config' => [
  10426.                         'description' => NULL,
  10427.                         'fields' => [
  10428.                             'id' => [
  10429.                                 'type' => 'ID!',
  10430.                                 'description' => NULL,
  10431.                             ],
  10432.                             'entries' => [
  10433.                                 'type' => '[CommunicationEntry!]',
  10434.                                 'description' => NULL,
  10435.                             ],
  10436.                         ],
  10437.                         'interfaces' => [
  10438.                         ],
  10439.                         'name' => 'Communication',
  10440.                         'builders' => [
  10441.                         ],
  10442.                     ],
  10443.                 ],
  10444.                 'EventState' => [
  10445.                     'type' => 'enum',
  10446.                     'class_name' => 'EventStateType',
  10447.                     'inherits' => [
  10448.                     ],
  10449.                     'decorator' => false,
  10450.                     'config' => [
  10451.                         'description' => NULL,
  10452.                         'values' => [
  10453.                             'ACTIVE' => [
  10454.                                 'description' => NULL,
  10455.                                 'value' => 'ACTIVE',
  10456.                             ],
  10457.                             'INACTIVE' => [
  10458.                                 'description' => NULL,
  10459.                                 'value' => 'INACTIVE',
  10460.                             ],
  10461.                             'DELETED' => [
  10462.                                 'description' => NULL,
  10463.                                 'value' => 'DELETED',
  10464.                             ],
  10465.                         ],
  10466.                         'name' => 'EventState',
  10467.                     ],
  10468.                 ],
  10469.                 'JobSimple' => [
  10470.                     'type' => 'object',
  10471.                     'class_name' => 'JobSimpleType',
  10472.                     'inherits' => [
  10473.                     ],
  10474.                     'decorator' => false,
  10475.                     'config' => [
  10476.                         'description' => NULL,
  10477.                         'fields' => [
  10478.                             'id' => [
  10479.                                 'type' => 'ID!',
  10480.                                 'description' => NULL,
  10481.                             ],
  10482.                             'name' => [
  10483.                                 'type' => 'String!',
  10484.                                 'description' => NULL,
  10485.                             ],
  10486.                             'bicID' => [
  10487.                                 'type' => 'Int',
  10488.                                 'description' => NULL,
  10489.                             ],
  10490.                             'interestFields' => [
  10491.                                 'type' => '[InterestField!]',
  10492.                                 'description' => NULL,
  10493.                             ],
  10494.                         ],
  10495.                         'interfaces' => [
  10496.                         ],
  10497.                         'name' => 'JobSimple',
  10498.                         'builders' => [
  10499.                         ],
  10500.                     ],
  10501.                 ],
  10502.                 'SearchTag' => [
  10503.                     'type' => 'object',
  10504.                     'class_name' => 'SearchTagType',
  10505.                     'inherits' => [
  10506.                     ],
  10507.                     'decorator' => false,
  10508.                     'config' => [
  10509.                         'description' => NULL,
  10510.                         'fields' => [
  10511.                             'id' => [
  10512.                                 'type' => 'ID!',
  10513.                                 'description' => NULL,
  10514.                             ],
  10515.                             'name' => [
  10516.                                 'type' => 'String!',
  10517.                                 'description' => NULL,
  10518.                             ],
  10519.                         ],
  10520.                         'interfaces' => [
  10521.                         ],
  10522.                         'name' => 'SearchTag',
  10523.                         'builders' => [
  10524.                         ],
  10525.                     ],
  10526.                 ],
  10527.                 'ViewCount' => [
  10528.                     'type' => 'object',
  10529.                     'class_name' => 'ViewCountType',
  10530.                     'inherits' => [
  10531.                     ],
  10532.                     'decorator' => false,
  10533.                     'config' => [
  10534.                         'description' => NULL,
  10535.                         'fields' => [
  10536.                             'jobs' => [
  10537.                                 'type' => 'Int',
  10538.                                 'description' => NULL,
  10539.                             ],
  10540.                             'profiles' => [
  10541.                                 'type' => 'Int',
  10542.                                 'description' => NULL,
  10543.                             ],
  10544.                         ],
  10545.                         'interfaces' => [
  10546.                         ],
  10547.                         'name' => 'ViewCount',
  10548.                         'builders' => [
  10549.                         ],
  10550.                     ],
  10551.                 ],
  10552.                 'InterestFieldStats' => [
  10553.                     'type' => 'object',
  10554.                     'class_name' => 'InterestFieldStatsType',
  10555.                     'inherits' => [
  10556.                     ],
  10557.                     'decorator' => false,
  10558.                     'config' => [
  10559.                         'description' => NULL,
  10560.                         'fields' => [
  10561.                             'id' => [
  10562.                                 'type' => 'ID!',
  10563.                                 'description' => NULL,
  10564.                             ],
  10565.                             'interestName' => [
  10566.                                 'type' => 'String!',
  10567.                                 'description' => NULL,
  10568.                             ],
  10569.                             'value' => [
  10570.                                 'type' => 'Int!',
  10571.                                 'description' => NULL,
  10572.                             ],
  10573.                         ],
  10574.                         'interfaces' => [
  10575.                         ],
  10576.                         'name' => 'InterestFieldStats',
  10577.                         'builders' => [
  10578.                         ],
  10579.                     ],
  10580.                 ],
  10581.                 'JobExpertTerm' => [
  10582.                     'type' => 'object',
  10583.                     'class_name' => 'JobExpertTermType',
  10584.                     'inherits' => [
  10585.                     ],
  10586.                     'decorator' => false,
  10587.                     'config' => [
  10588.                         'description' => NULL,
  10589.                         'fields' => [
  10590.                             'id' => [
  10591.                                 'type' => 'ID!',
  10592.                                 'description' => NULL,
  10593.                             ],
  10594.                             'bicID' => [
  10595.                                 'type' => 'Int',
  10596.                                 'description' => NULL,
  10597.                             ],
  10598.                             'termName' => [
  10599.                                 'type' => 'String!',
  10600.                                 'description' => NULL,
  10601.                             ],
  10602.                             'description' => [
  10603.                                 'type' => 'String',
  10604.                                 'description' => NULL,
  10605.                             ],
  10606.                         ],
  10607.                         'interfaces' => [
  10608.                         ],
  10609.                         'name' => 'JobExpertTerm',
  10610.                         'builders' => [
  10611.                         ],
  10612.                     ],
  10613.                 ],
  10614.                 'Championship' => [
  10615.                     'type' => 'object',
  10616.                     'class_name' => 'ChampionshipType',
  10617.                     'inherits' => [
  10618.                     ],
  10619.                     'decorator' => false,
  10620.                     'config' => [
  10621.                         'description' => NULL,
  10622.                         'fields' => [
  10623.                             'id' => [
  10624.                                 'type' => 'ID!',
  10625.                                 'description' => NULL,
  10626.                             ],
  10627.                             'competitionName' => [
  10628.                                 'type' => 'String!',
  10629.                                 'description' => NULL,
  10630.                             ],
  10631.                             'startAt' => [
  10632.                                 'type' => 'String',
  10633.                                 'description' => NULL,
  10634.                             ],
  10635.                             'endAt' => [
  10636.                                 'type' => 'String',
  10637.                                 'description' => NULL,
  10638.                             ],
  10639.                             'daysLeft' => [
  10640.                                 'type' => 'Int!',
  10641.                                 'description' => NULL,
  10642.                             ],
  10643.                         ],
  10644.                         'interfaces' => [
  10645.                         ],
  10646.                         'name' => 'Championship',
  10647.                         'builders' => [
  10648.                         ],
  10649.                     ],
  10650.                 ],
  10651.                 'AddressDistrict' => [
  10652.                     'type' => 'object',
  10653.                     'class_name' => 'AddressDistrictType',
  10654.                     'inherits' => [
  10655.                     ],
  10656.                     'decorator' => false,
  10657.                     'config' => [
  10658.                         'description' => NULL,
  10659.                         'fields' => [
  10660.                             'id' => [
  10661.                                 'type' => 'ID!',
  10662.                                 'description' => NULL,
  10663.                             ],
  10664.                             'name' => [
  10665.                                 'type' => 'String!',
  10666.                                 'description' => NULL,
  10667.                             ],
  10668.                             'bkz' => [
  10669.                                 'type' => 'String!',
  10670.                                 'description' => NULL,
  10671.                             ],
  10672.                         ],
  10673.                         'interfaces' => [
  10674.                         ],
  10675.                         'name' => 'AddressDistrict',
  10676.                         'builders' => [
  10677.                         ],
  10678.                     ],
  10679.                 ],
  10680.                 'Event' => [
  10681.                     'type' => 'object',
  10682.                     'class_name' => 'EventType',
  10683.                     'inherits' => [
  10684.                     ],
  10685.                     'decorator' => false,
  10686.                     'config' => [
  10687.                         'description' => NULL,
  10688.                         'fields' => [
  10689.                             'id' => [
  10690.                                 'type' => 'ID!',
  10691.                                 'description' => NULL,
  10692.                             ],
  10693.                             'name' => [
  10694.                                 'type' => 'String!',
  10695.                                 'description' => NULL,
  10696.                             ],
  10697.                             'description' => [
  10698.                                 'type' => 'String!',
  10699.                                 'description' => NULL,
  10700.                             ],
  10701.                             'descriptionLong' => [
  10702.                                 'type' => 'String!',
  10703.                                 'description' => NULL,
  10704.                             ],
  10705.                             'maxParticipants' => [
  10706.                                 'type' => 'Int',
  10707.                                 'description' => NULL,
  10708.                             ],
  10709.                             'duration' => [
  10710.                                 'type' => 'String',
  10711.                                 'description' => NULL,
  10712.                             ],
  10713.                             'requirements' => [
  10714.                                 'type' => 'String',
  10715.                                 'description' => NULL,
  10716.                             ],
  10717.                             'createdAt' => [
  10718.                                 'type' => 'String',
  10719.                                 'description' => NULL,
  10720.                             ],
  10721.                             'address' => [
  10722.                                 'type' => 'Address',
  10723.                                 'description' => NULL,
  10724.                             ],
  10725.                             'image' => [
  10726.                                 'type' => 'Image',
  10727.                                 'description' => NULL,
  10728.                             ],
  10729.                             'eventState' => [
  10730.                                 'type' => 'EventState',
  10731.                                 'description' => NULL,
  10732.                             ],
  10733.                             'eventTags' => [
  10734.                                 'type' => '[EventTag!]',
  10735.                                 'description' => NULL,
  10736.                             ],
  10737.                             'jobs' => [
  10738.                                 'type' => '[JobSimple!]',
  10739.                                 'description' => NULL,
  10740.                             ],
  10741.                             'media' => [
  10742.                                 'type' => '[Media!]',
  10743.                                 'description' => NULL,
  10744.                             ],
  10745.                             'appointments' => [
  10746.                                 'type' => '[Appointment!]',
  10747.                                 'description' => NULL,
  10748.                             ],
  10749.                             'mediaGallery' => [
  10750.                                 'type' => 'Gallery',
  10751.                                 'description' => NULL,
  10752.                             ],
  10753.                             'documents' => [
  10754.                                 'type' => 'Gallery',
  10755.                                 'description' => NULL,
  10756.                             ],
  10757.                             'documentsFollowUp' => [
  10758.                                 'type' => 'Gallery',
  10759.                                 'description' => NULL,
  10760.                             ],
  10761.                         ],
  10762.                         'interfaces' => [
  10763.                         ],
  10764.                         'name' => 'Event',
  10765.                         'builders' => [
  10766.                         ],
  10767.                     ],
  10768.                 ],
  10769.                 'AnswerWrong' => [
  10770.                     'type' => 'object',
  10771.                     'class_name' => 'AnswerWrongType',
  10772.                     'inherits' => [
  10773.                     ],
  10774.                     'decorator' => false,
  10775.                     'config' => [
  10776.                         'description' => NULL,
  10777.                         'fields' => [
  10778.                             'status' => [
  10779.                                 'type' => 'Status!',
  10780.                                 'description' => NULL,
  10781.                             ],
  10782.                             'answerIds' => [
  10783.                                 'type' => '[Int]',
  10784.                                 'description' => NULL,
  10785.                             ],
  10786.                         ],
  10787.                         'interfaces' => [
  10788.                         ],
  10789.                         'name' => 'AnswerWrong',
  10790.                         'builders' => [
  10791.                         ],
  10792.                     ],
  10793.                 ],
  10794.                 'ProfileResults' => [
  10795.                     'type' => 'object',
  10796.                     'class_name' => 'ProfileResultsType',
  10797.                     'inherits' => [
  10798.                     ],
  10799.                     'decorator' => false,
  10800.                     'config' => [
  10801.                         'description' => NULL,
  10802.                         'fields' => [
  10803.                             'numResults' => [
  10804.                                 'type' => 'Int!',
  10805.                                 'description' => NULL,
  10806.                             ],
  10807.                             'profiles' => [
  10808.                                 'type' => '[Profile!]',
  10809.                                 'description' => NULL,
  10810.                             ],
  10811.                         ],
  10812.                         'interfaces' => [
  10813.                         ],
  10814.                         'name' => 'ProfileResults',
  10815.                         'builders' => [
  10816.                         ],
  10817.                     ],
  10818.                 ],
  10819.                 'Story' => [
  10820.                     'type' => 'object',
  10821.                     'class_name' => 'StoryType',
  10822.                     'inherits' => [
  10823.                     ],
  10824.                     'decorator' => false,
  10825.                     'config' => [
  10826.                         'description' => NULL,
  10827.                         'fields' => [
  10828.                             'id' => [
  10829.                                 'type' => 'Int',
  10830.                                 'description' => NULL,
  10831.                             ],
  10832.                             'bicID' => [
  10833.                                 'type' => 'Int',
  10834.                                 'description' => NULL,
  10835.                             ],
  10836.                             'jobName' => [
  10837.                                 'type' => 'String',
  10838.                                 'description' => NULL,
  10839.                             ],
  10840.                             'title' => [
  10841.                                 'type' => 'String',
  10842.                                 'description' => NULL,
  10843.                             ],
  10844.                             'portrait' => [
  10845.                                 'type' => 'String',
  10846.                                 'description' => NULL,
  10847.                             ],
  10848.                             'user' => [
  10849.                                 'type' => 'StoryUser',
  10850.                                 'description' => NULL,
  10851.                             ],
  10852.                             'cards' => [
  10853.                                 'type' => '[StoryCard!]',
  10854.                                 'description' => NULL,
  10855.                             ],
  10856.                             'nextStories' => [
  10857.                                 'type' => 'NextStoryCard',
  10858.                                 'description' => NULL,
  10859.                             ],
  10860.                             'image' => [
  10861.                                 'type' => 'Image',
  10862.                                 'description' => NULL,
  10863.                             ],
  10864.                             'icon' => [
  10865.                                 'type' => 'Icon',
  10866.                                 'description' => NULL,
  10867.                             ],
  10868.                             'tags' => [
  10869.                                 'type' => '[Tag!]',
  10870.                                 'description' => NULL,
  10871.                             ],
  10872.                             'color' => [
  10873.                                 'type' => 'Color',
  10874.                                 'description' => NULL,
  10875.                             ],
  10876.                             'gradient' => [
  10877.                                 'type' => 'StoryGradient',
  10878.                                 'description' => NULL,
  10879.                             ],
  10880.                             'quizLink' => [
  10881.                                 'type' => 'String',
  10882.                                 'description' => NULL,
  10883.                             ],
  10884.                             'vrDirectLink' => [
  10885.                                 'type' => 'String',
  10886.                                 'description' => NULL,
  10887.                             ],
  10888.                             'schoolProfile' => [
  10889.                                 'type' => 'SchoolProfile',
  10890.                                 'description' => NULL,
  10891.                             ],
  10892.                             'visits' => [
  10893.                                 'type' => 'Int',
  10894.                                 'description' => NULL,
  10895.                             ],
  10896.                         ],
  10897.                         'interfaces' => [
  10898.                         ],
  10899.                         'name' => 'Story',
  10900.                         'builders' => [
  10901.                         ],
  10902.                     ],
  10903.                 ],
  10904.                 'JobSalaryType' => [
  10905.                     'type' => 'enum',
  10906.                     'class_name' => 'JobSalaryTypeType',
  10907.                     'inherits' => [
  10908.                     ],
  10909.                     'decorator' => false,
  10910.                     'config' => [
  10911.                         'description' => NULL,
  10912.                         'values' => [
  10913.                             'YROA1' => [
  10914.                                 'description' => NULL,
  10915.                                 'value' => 'YROA1',
  10916.                             ],
  10917.                             'YROA2' => [
  10918.                                 'description' => NULL,
  10919.                                 'value' => 'YROA2',
  10920.                             ],
  10921.                             'YROA3' => [
  10922.                                 'description' => NULL,
  10923.                                 'value' => 'YROA3',
  10924.                             ],
  10925.                             'YROA4' => [
  10926.                                 'description' => NULL,
  10927.                                 'value' => 'YROA4',
  10928.                             ],
  10929.                             'ENTRY' => [
  10930.                                 'description' => NULL,
  10931.                                 'value' => 'ENTRY',
  10932.                             ],
  10933.                         ],
  10934.                         'name' => 'JobSalaryType',
  10935.                     ],
  10936.                 ],
  10937.                 'MiscFile' => [
  10938.                     'type' => 'object',
  10939.                     'class_name' => 'MiscFileType',
  10940.                     'inherits' => [
  10941.                     ],
  10942.                     'decorator' => false,
  10943.                     'config' => [
  10944.                         'description' => NULL,
  10945.                         'fields' => [
  10946.                             'id' => [
  10947.                                 'type' => 'ID!',
  10948.                                 'description' => NULL,
  10949.                             ],
  10950.                             'name' => [
  10951.                                 'type' => 'String',
  10952.                                 'description' => NULL,
  10953.                             ],
  10954.                             'filename' => [
  10955.                                 'type' => 'String',
  10956.                                 'description' => NULL,
  10957.                             ],
  10958.                         ],
  10959.                         'interfaces' => [
  10960.                         ],
  10961.                         'name' => 'MiscFile',
  10962.                         'builders' => [
  10963.                         ],
  10964.                     ],
  10965.                 ],
  10966.                 'JobEducationalPath' => [
  10967.                     'type' => 'object',
  10968.                     'class_name' => 'JobEducationalPathType',
  10969.                     'inherits' => [
  10970.                     ],
  10971.                     'decorator' => false,
  10972.                     'config' => [
  10973.                         'description' => NULL,
  10974.                         'fields' => [
  10975.                             'id' => [
  10976.                                 'type' => 'ID!',
  10977.                                 'description' => NULL,
  10978.                             ],
  10979.                             'bicID' => [
  10980.                                 'type' => 'Int',
  10981.                                 'description' => NULL,
  10982.                             ],
  10983.                             'name' => [
  10984.                                 'type' => 'String!',
  10985.                                 'description' => NULL,
  10986.                             ],
  10987.                             'description' => [
  10988.                                 'type' => 'String',
  10989.                                 'description' => NULL,
  10990.                             ],
  10991.                         ],
  10992.                         'interfaces' => [
  10993.                         ],
  10994.                         'name' => 'JobEducationalPath',
  10995.                         'builders' => [
  10996.                         ],
  10997.                     ],
  10998.                 ],
  10999.                 'JobMarketApplyType' => [
  11000.                     'type' => 'enum',
  11001.                     'class_name' => 'JobMarketApplyTypeType',
  11002.                     'inherits' => [
  11003.                     ],
  11004.                     'decorator' => false,
  11005.                     'config' => [
  11006.                         'description' => NULL,
  11007.                         'values' => [
  11008.                             'ONLINE' => [
  11009.                                 'description' => NULL,
  11010.                                 'value' => 'ONLINE',
  11011.                             ],
  11012.                             'EMAIL' => [
  11013.                                 'description' => NULL,
  11014.                                 'value' => 'EMAIL',
  11015.                             ],
  11016.                             'PHONE' => [
  11017.                                 'description' => NULL,
  11018.                                 'value' => 'PHONE',
  11019.                             ],
  11020.                             'POSTAL' => [
  11021.                                 'description' => NULL,
  11022.                                 'value' => 'POSTAL',
  11023.                             ],
  11024.                         ],
  11025.                         'name' => 'JobMarketApplyType',
  11026.                     ],
  11027.                 ],
  11028.                 'QuestionOpen' => [
  11029.                     'type' => 'object',
  11030.                     'class_name' => 'QuestionOpenType',
  11031.                     'inherits' => [
  11032.                     ],
  11033.                     'decorator' => false,
  11034.                     'config' => [
  11035.                         'description' => NULL,
  11036.                         'fields' => [
  11037.                             'status' => [
  11038.                                 'type' => 'Status',
  11039.                                 'description' => NULL,
  11040.                             ],
  11041.                             'id' => [
  11042.                                 'type' => 'ID!',
  11043.                                 'description' => NULL,
  11044.                             ],
  11045.                             'text' => [
  11046.                                 'type' => 'String',
  11047.                                 'description' => NULL,
  11048.                             ],
  11049.                             'answers' => [
  11050.                                 'type' => '[QuestionAnswer!]',
  11051.                                 'description' => NULL,
  11052.                             ],
  11053.                             'correctAnswer' => [
  11054.                                 'type' => 'QuestionAnswer!',
  11055.                                 'description' => NULL,
  11056.                             ],
  11057.                         ],
  11058.                         'interfaces' => [
  11059.                         ],
  11060.                         'name' => 'QuestionOpen',
  11061.                         'builders' => [
  11062.                         ],
  11063.                     ],
  11064.                 ],
  11065.                 'SchoolSubject' => [
  11066.                     'type' => 'object',
  11067.                     'class_name' => 'SchoolSubjectType',
  11068.                     'inherits' => [
  11069.                     ],
  11070.                     'decorator' => false,
  11071.                     'config' => [
  11072.                         'description' => NULL,
  11073.                         'fields' => [
  11074.                             'id' => [
  11075.                                 'type' => 'ID!',
  11076.                                 'description' => NULL,
  11077.                             ],
  11078.                             'name' => [
  11079.                                 'type' => 'String!',
  11080.                                 'description' => NULL,
  11081.                             ],
  11082.                             'abbreviation' => [
  11083.                                 'type' => 'String!',
  11084.                                 'description' => NULL,
  11085.                             ],
  11086.                         ],
  11087.                         'interfaces' => [
  11088.                         ],
  11089.                         'name' => 'SchoolSubject',
  11090.                         'builders' => [
  11091.                         ],
  11092.                     ],
  11093.                 ],
  11094.                 'MilestoneStats' => [
  11095.                     'type' => 'object',
  11096.                     'class_name' => 'MilestoneStatsType',
  11097.                     'inherits' => [
  11098.                     ],
  11099.                     'decorator' => false,
  11100.                     'config' => [
  11101.                         'description' => NULL,
  11102.                         'fields' => [
  11103.                             'scoredCount' => [
  11104.                                 'type' => 'Int!',
  11105.                                 'description' => NULL,
  11106.                             ],
  11107.                             'totalCount' => [
  11108.                                 'type' => 'Int!',
  11109.                                 'description' => NULL,
  11110.                             ],
  11111.                         ],
  11112.                         'interfaces' => [
  11113.                         ],
  11114.                         'name' => 'MilestoneStats',
  11115.                         'builders' => [
  11116.                         ],
  11117.                     ],
  11118.                 ],
  11119.                 'TeachingIdeaType' => [
  11120.                     'type' => 'object',
  11121.                     'class_name' => 'TeachingIdeaTypeType',
  11122.                     'inherits' => [
  11123.                     ],
  11124.                     'decorator' => false,
  11125.                     'config' => [
  11126.                         'description' => NULL,
  11127.                         'fields' => [
  11128.                             'id' => [
  11129.                                 'type' => 'Int!',
  11130.                                 'description' => NULL,
  11131.                             ],
  11132.                             'typeName' => [
  11133.                                 'type' => 'String!',
  11134.                                 'description' => NULL,
  11135.                             ],
  11136.                         ],
  11137.                         'interfaces' => [
  11138.                         ],
  11139.                         'name' => 'TeachingIdeaType',
  11140.                         'builders' => [
  11141.                         ],
  11142.                     ],
  11143.                 ],
  11144.                 'BoPartnerProfile' => [
  11145.                     'type' => 'object',
  11146.                     'class_name' => 'BoPartnerProfileType',
  11147.                     'inherits' => [
  11148.                     ],
  11149.                     'decorator' => false,
  11150.                     'config' => [
  11151.                         'description' => NULL,
  11152.                         'fields' => [
  11153.                             'id' => [
  11154.                                 'type' => 'ID!',
  11155.                                 'description' => NULL,
  11156.                             ],
  11157.                             'uuid' => [
  11158.                                 'type' => 'String!',
  11159.                                 'description' => NULL,
  11160.                             ],
  11161.                             'name' => [
  11162.                                 'type' => 'String!',
  11163.                                 'description' => NULL,
  11164.                             ],
  11165.                             'description' => [
  11166.                                 'type' => 'String',
  11167.                                 'description' => NULL,
  11168.                             ],
  11169.                             'searchTags' => [
  11170.                                 'type' => '[SearchTag!]',
  11171.                                 'description' => NULL,
  11172.                             ],
  11173.                             'locations' => [
  11174.                                 'type' => '[BoPartnerLocation!]',
  11175.                                 'description' => NULL,
  11176.                             ],
  11177.                             'jobs' => [
  11178.                                 'type' => '[Job!]',
  11179.                                 'description' => NULL,
  11180.                             ],
  11181.                             'communication' => [
  11182.                                 'type' => '[Communication!]',
  11183.                                 'description' => NULL,
  11184.                             ],
  11185.                             'url' => [
  11186.                                 'type' => 'String',
  11187.                                 'description' => NULL,
  11188.                             ],
  11189.                             'contactGallery' => [
  11190.                                 'type' => 'ContactGallery',
  11191.                                 'description' => NULL,
  11192.                             ],
  11193.                             'mediaGallery' => [
  11194.                                 'type' => 'Gallery',
  11195.                                 'description' => NULL,
  11196.                             ],
  11197.                             'documents' => [
  11198.                                 'type' => 'Gallery',
  11199.                                 'description' => NULL,
  11200.                             ],
  11201.                             'boPartnerProfilePicture' => [
  11202.                                 'type' => 'Image',
  11203.                                 'description' => NULL,
  11204.                             ],
  11205.                             'headerPicture' => [
  11206.                                 'type' => 'Image',
  11207.                                 'description' => NULL,
  11208.                             ],
  11209.                             'profileLink' => [
  11210.                                 'type' => 'ProfileLink',
  11211.                                 'description' => NULL,
  11212.                             ],
  11213.                             'offers' => [
  11214.                                 'type' => '[Offer!]',
  11215.                                 'description' => NULL,
  11216.                             ],
  11217.                             'relatedBoPartners' => [
  11218.                                 'type' => '[BoPartnerProfile!]',
  11219.                                 'description' => NULL,
  11220.                             ],
  11221.                             'quizUrl' => [
  11222.                                 'type' => 'String',
  11223.                                 'description' => NULL,
  11224.                             ],
  11225.                             'visits' => [
  11226.                                 'type' => 'Int',
  11227.                                 'description' => NULL,
  11228.                             ],
  11229.                             'providerUrl' => [
  11230.                                 'type' => 'String',
  11231.                                 'description' => NULL,
  11232.                             ],
  11233.                         ],
  11234.                         'interfaces' => [
  11235.                             => 'ProfileInterface',
  11236.                         ],
  11237.                         'name' => 'BoPartnerProfile',
  11238.                         'builders' => [
  11239.                         ],
  11240.                     ],
  11241.                 ],
  11242.                 'JobSector' => [
  11243.                     'type' => 'object',
  11244.                     'class_name' => 'JobSectorType',
  11245.                     'inherits' => [
  11246.                     ],
  11247.                     'decorator' => false,
  11248.                     'config' => [
  11249.                         'description' => NULL,
  11250.                         'fields' => [
  11251.                             'id' => [
  11252.                                 'type' => 'ID!',
  11253.                                 'description' => NULL,
  11254.                             ],
  11255.                             'name' => [
  11256.                                 'type' => 'String!',
  11257.                                 'description' => NULL,
  11258.                             ],
  11259.                             'bicID' => [
  11260.                                 'type' => 'Int',
  11261.                                 'description' => NULL,
  11262.                             ],
  11263.                             'description' => [
  11264.                                 'type' => 'String',
  11265.                                 'description' => NULL,
  11266.                             ],
  11267.                         ],
  11268.                         'interfaces' => [
  11269.                         ],
  11270.                         'name' => 'JobSector',
  11271.                         'builders' => [
  11272.                         ],
  11273.                     ],
  11274.                 ],
  11275.                 'FaqCategory' => [
  11276.                     'type' => 'object',
  11277.                     'class_name' => 'FaqCategoryType',
  11278.                     'inherits' => [
  11279.                     ],
  11280.                     'decorator' => false,
  11281.                     'config' => [
  11282.                         'description' => NULL,
  11283.                         'fields' => [
  11284.                             'categoryName' => [
  11285.                                 'type' => 'String!',
  11286.                                 'description' => NULL,
  11287.                             ],
  11288.                             'position' => [
  11289.                                 'type' => 'Int!',
  11290.                                 'description' => NULL,
  11291.                             ],
  11292.                             'subcategories' => [
  11293.                                 'type' => '[FaqSubCategory!]',
  11294.                                 'description' => NULL,
  11295.                             ],
  11296.                         ],
  11297.                         'interfaces' => [
  11298.                         ],
  11299.                         'name' => 'FaqCategory',
  11300.                         'builders' => [
  11301.                         ],
  11302.                     ],
  11303.                 ],
  11304.                 'Game' => [
  11305.                     'type' => 'object',
  11306.                     'class_name' => 'GameType',
  11307.                     'inherits' => [
  11308.                     ],
  11309.                     'decorator' => false,
  11310.                     'config' => [
  11311.                         'description' => NULL,
  11312.                         'fields' => [
  11313.                             'status' => [
  11314.                                 'type' => 'Status!',
  11315.                                 'description' => NULL,
  11316.                             ],
  11317.                             'id' => [
  11318.                                 'type' => 'ID!',
  11319.                                 'description' => NULL,
  11320.                             ],
  11321.                             'gameType' => [
  11322.                                 'type' => 'GameType',
  11323.                                 'description' => NULL,
  11324.                             ],
  11325.                             'clientID' => [
  11326.                                 'type' => 'String',
  11327.                                 'description' => NULL,
  11328.                             ],
  11329.                             'createdAt' => [
  11330.                                 'type' => 'String',
  11331.                                 'description' => NULL,
  11332.                             ],
  11333.                         ],
  11334.                         'interfaces' => [
  11335.                         ],
  11336.                         'name' => 'Game',
  11337.                         'builders' => [
  11338.                         ],
  11339.                     ],
  11340.                 ],
  11341.                 'SchoolProfile' => [
  11342.                     'type' => 'object',
  11343.                     'class_name' => 'SchoolProfileType',
  11344.                     'inherits' => [
  11345.                     ],
  11346.                     'decorator' => false,
  11347.                     'config' => [
  11348.                         'description' => NULL,
  11349.                         'fields' => [
  11350.                             'id' => [
  11351.                                 'type' => 'ID!',
  11352.                                 'description' => NULL,
  11353.                             ],
  11354.                             'uuid' => [
  11355.                                 'type' => 'String!',
  11356.                                 'description' => NULL,
  11357.                             ],
  11358.                             'name' => [
  11359.                                 'type' => 'String!',
  11360.                                 'description' => NULL,
  11361.                             ],
  11362.                             'description' => [
  11363.                                 'type' => 'String',
  11364.                                 'description' => NULL,
  11365.                             ],
  11366.                             'searchTags' => [
  11367.                                 'type' => '[SearchTag!]',
  11368.                                 'description' => NULL,
  11369.                             ],
  11370.                             'locations' => [
  11371.                                 'type' => '[SchoolLocation!]',
  11372.                                 'description' => NULL,
  11373.                             ],
  11374.                             'jobs' => [
  11375.                                 'type' => '[Job!]',
  11376.                                 'description' => NULL,
  11377.                             ],
  11378.                             'communication' => [
  11379.                                 'type' => '[Communication!]',
  11380.                                 'description' => NULL,
  11381.                             ],
  11382.                             'url' => [
  11383.                                 'type' => 'String',
  11384.                                 'description' => NULL,
  11385.                             ],
  11386.                             'contactGallery' => [
  11387.                                 'type' => 'ContactGallery',
  11388.                                 'description' => NULL,
  11389.                             ],
  11390.                             'mediaGallery' => [
  11391.                                 'type' => 'Gallery',
  11392.                                 'description' => NULL,
  11393.                             ],
  11394.                             'documents' => [
  11395.                                 'type' => 'Gallery',
  11396.                                 'description' => NULL,
  11397.                             ],
  11398.                             'trainingInformation' => [
  11399.                                 'type' => 'String',
  11400.                                 'description' => NULL,
  11401.                             ],
  11402.                             'certificateInformation' => [
  11403.                                 'type' => 'String',
  11404.                                 'description' => NULL,
  11405.                             ],
  11406.                             'schoolProfilePicture' => [
  11407.                                 'type' => 'Image',
  11408.                                 'description' => NULL,
  11409.                             ],
  11410.                             'headerPicture' => [
  11411.                                 'type' => 'Image',
  11412.                                 'description' => NULL,
  11413.                             ],
  11414.                             'profileLink' => [
  11415.                                 'type' => 'ProfileLink',
  11416.                                 'description' => NULL,
  11417.                             ],
  11418.                             'offers' => [
  11419.                                 'type' => '[Offer!]',
  11420.                                 'description' => NULL,
  11421.                             ],
  11422.                             'relatedSchools' => [
  11423.                                 'type' => '[SchoolProfile!]',
  11424.                                 'description' => NULL,
  11425.                             ],
  11426.                             'stories' => [
  11427.                                 'type' => '[Story!]',
  11428.                                 'description' => NULL,
  11429.                             ],
  11430.                             'videoUrl' => [
  11431.                                 'type' => 'String',
  11432.                                 'description' => NULL,
  11433.                             ],
  11434.                             'quizUrl' => [
  11435.                                 'type' => 'String',
  11436.                                 'description' => NULL,
  11437.                             ],
  11438.                             'visits' => [
  11439.                                 'type' => 'Int',
  11440.                                 'description' => NULL,
  11441.                             ],
  11442.                             'providerUrl' => [
  11443.                                 'type' => 'String',
  11444.                                 'description' => NULL,
  11445.                             ],
  11446.                         ],
  11447.                         'interfaces' => [
  11448.                             => 'ProfileInterface',
  11449.                         ],
  11450.                         'name' => 'SchoolProfile',
  11451.                         'builders' => [
  11452.                         ],
  11453.                     ],
  11454.                 ],
  11455.                 'InTeachingIdea' => [
  11456.                     'type' => 'input-object',
  11457.                     'class_name' => 'InTeachingIdeaType',
  11458.                     'inherits' => [
  11459.                     ],
  11460.                     'decorator' => false,
  11461.                     'config' => [
  11462.                         'description' => NULL,
  11463.                         'fields' => [
  11464.                             'teachingIdeaType' => [
  11465.                                 'type' => 'Int!',
  11466.                                 'description' => NULL,
  11467.                             ],
  11468.                             'implementedAt' => [
  11469.                                 'type' => 'String!',
  11470.                                 'description' => NULL,
  11471.                             ],
  11472.                             'difficulties' => [
  11473.                                 'type' => 'String!',
  11474.                                 'description' => NULL,
  11475.                             ],
  11476.                             'worksWell' => [
  11477.                                 'type' => 'String!',
  11478.                                 'description' => NULL,
  11479.                             ],
  11480.                             'note' => [
  11481.                                 'type' => 'String!',
  11482.                                 'description' => NULL,
  11483.                             ],
  11484.                             'rating' => [
  11485.                                 'type' => 'Int!',
  11486.                                 'description' => NULL,
  11487.                             ],
  11488.                         ],
  11489.                         'name' => 'InTeachingIdea',
  11490.                     ],
  11491.                 ],
  11492.                 'InTeacherUser' => [
  11493.                     'type' => 'input-object',
  11494.                     'class_name' => 'InTeacherUserType',
  11495.                     'inherits' => [
  11496.                     ],
  11497.                     'decorator' => false,
  11498.                     'config' => [
  11499.                         'description' => NULL,
  11500.                         'fields' => [
  11501.                             'picture' => [
  11502.                                 'type' => 'UploadFile',
  11503.                                 'description' => NULL,
  11504.                             ],
  11505.                             'title' => [
  11506.                                 'type' => '[Int!]',
  11507.                                 'description' => NULL,
  11508.                             ],
  11509.                             'firstname' => [
  11510.                                 'type' => 'String!',
  11511.                                 'description' => NULL,
  11512.                             ],
  11513.                             'lastname' => [
  11514.                                 'type' => 'String!',
  11515.                                 'description' => NULL,
  11516.                             ],
  11517.                             'email' => [
  11518.                                 'type' => 'String!',
  11519.                                 'description' => NULL,
  11520.                             ],
  11521.                             'currentPassword' => [
  11522.                                 'type' => 'String',
  11523.                                 'description' => NULL,
  11524.                             ],
  11525.                             'newPassword' => [
  11526.                                 'type' => 'String',
  11527.                                 'description' => NULL,
  11528.                             ],
  11529.                         ],
  11530.                         'name' => 'InTeacherUser',
  11531.                     ],
  11532.                 ],
  11533.                 'InJobMarket' => [
  11534.                     'type' => 'input-object',
  11535.                     'class_name' => 'InJobMarketType',
  11536.                     'inherits' => [
  11537.                     ],
  11538.                     'decorator' => false,
  11539.                     'config' => [
  11540.                         'description' => NULL,
  11541.                         'fields' => [
  11542.                             'submitType' => [
  11543.                                 'type' => 'JobMarketSubmitType!',
  11544.                                 'description' => NULL,
  11545.                             ],
  11546.                             'openDate' => [
  11547.                                 'type' => 'String!',
  11548.                                 'description' => NULL,
  11549.                             ],
  11550.                             'closeDate' => [
  11551.                                 'type' => 'String!',
  11552.                                 'description' => NULL,
  11553.                             ],
  11554.                             'name' => [
  11555.                                 'type' => 'String!',
  11556.                                 'description' => NULL,
  11557.                             ],
  11558.                             'positionType' => [
  11559.                                 'type' => 'JobMarketPositionType!',
  11560.                                 'description' => NULL,
  11561.                             ],
  11562.                             'applyType' => [
  11563.                                 'type' => 'JobMarketApplyType!',
  11564.                                 'description' => NULL,
  11565.                             ],
  11566.                             'applyUntil' => [
  11567.                                 'type' => 'String',
  11568.                                 'description' => NULL,
  11569.                             ],
  11570.                             'description' => [
  11571.                                 'type' => 'String!',
  11572.                                 'description' => NULL,
  11573.                             ],
  11574.                             'requirements' => [
  11575.                                 'type' => 'String!',
  11576.                                 'description' => NULL,
  11577.                             ],
  11578.                             'salary' => [
  11579.                                 'type' => 'String',
  11580.                                 'description' => NULL,
  11581.                             ],
  11582.                             'numberOfPositions' => [
  11583.                                 'type' => 'Int!',
  11584.                                 'description' => NULL,
  11585.                             ],
  11586.                             'startDate' => [
  11587.                                 'type' => 'String',
  11588.                                 'description' => NULL,
  11589.                             ],
  11590.                             'additionalInfo' => [
  11591.                                 'type' => 'String',
  11592.                                 'description' => NULL,
  11593.                             ],
  11594.                             'contactID' => [
  11595.                                 'type' => 'Int!',
  11596.                                 'description' => NULL,
  11597.                             ],
  11598.                             'addressID' => [
  11599.                                 'type' => 'Int!',
  11600.                                 'description' => NULL,
  11601.                             ],
  11602.                             'jobIDs' => [
  11603.                                 'type' => '[Int!]',
  11604.                                 'description' => NULL,
  11605.                             ],
  11606.                             'pdf' => [
  11607.                                 'type' => 'UploadFile',
  11608.                                 'description' => NULL,
  11609.                             ],
  11610.                         ],
  11611.                         'name' => 'InJobMarket',
  11612.                     ],
  11613.                 ],
  11614.                 'InRegisterPerson' => [
  11615.                     'type' => 'input-object',
  11616.                     'class_name' => 'InRegisterPersonType',
  11617.                     'inherits' => [
  11618.                     ],
  11619.                     'decorator' => false,
  11620.                     'config' => [
  11621.                         'description' => NULL,
  11622.                         'fields' => [
  11623.                             'gender' => [
  11624.                                 'type' => 'Int!',
  11625.                                 'description' => NULL,
  11626.                             ],
  11627.                             'firstname' => [
  11628.                                 'type' => 'String!',
  11629.                                 'description' => NULL,
  11630.                             ],
  11631.                             'lastname' => [
  11632.                                 'type' => 'String!',
  11633.                                 'description' => NULL,
  11634.                             ],
  11635.                         ],
  11636.                         'name' => 'InRegisterPerson',
  11637.                     ],
  11638.                 ],
  11639.                 'InLink' => [
  11640.                     'type' => 'input-object',
  11641.                     'class_name' => 'InLinkType',
  11642.                     'inherits' => [
  11643.                     ],
  11644.                     'decorator' => false,
  11645.                     'config' => [
  11646.                         'description' => NULL,
  11647.                         'fields' => [
  11648.                             'linkType' => [
  11649.                                 'type' => 'ProfileLinkType!',
  11650.                                 'description' => NULL,
  11651.                             ],
  11652.                             'url' => [
  11653.                                 'type' => 'String!',
  11654.                                 'description' => NULL,
  11655.                             ],
  11656.                         ],
  11657.                         'name' => 'InLink',
  11658.                     ],
  11659.                 ],
  11660.                 'InRegisterLogin' => [
  11661.                     'type' => 'input-object',
  11662.                     'class_name' => 'InRegisterLoginType',
  11663.                     'inherits' => [
  11664.                     ],
  11665.                     'decorator' => false,
  11666.                     'config' => [
  11667.                         'description' => NULL,
  11668.                         'fields' => [
  11669.                             'email' => [
  11670.                                 'type' => 'String!',
  11671.                                 'description' => NULL,
  11672.                             ],
  11673.                             'password' => [
  11674.                                 'type' => 'String!',
  11675.                                 'description' => NULL,
  11676.                             ],
  11677.                         ],
  11678.                         'name' => 'InRegisterLogin',
  11679.                     ],
  11680.                 ],
  11681.                 'InLinks' => [
  11682.                     'type' => 'input-object',
  11683.                     'class_name' => 'InLinksType',
  11684.                     'inherits' => [
  11685.                     ],
  11686.                     'decorator' => false,
  11687.                     'config' => [
  11688.                         'description' => NULL,
  11689.                         'fields' => [
  11690.                             'entries' => [
  11691.                                 'type' => '[InLink!]',
  11692.                                 'description' => NULL,
  11693.                             ],
  11694.                         ],
  11695.                         'name' => 'InLinks',
  11696.                     ],
  11697.                 ],
  11698.                 'InSchoolClass' => [
  11699.                     'type' => 'input-object',
  11700.                     'class_name' => 'InSchoolClassType',
  11701.                     'inherits' => [
  11702.                     ],
  11703.                     'decorator' => false,
  11704.                     'config' => [
  11705.                         'description' => NULL,
  11706.                         'fields' => [
  11707.                             'schoolClassGradeID' => [
  11708.                                 'type' => 'Int!',
  11709.                                 'description' => NULL,
  11710.                             ],
  11711.                             'schoolClassYear' => [
  11712.                                 'type' => 'Int!',
  11713.                                 'description' => NULL,
  11714.                             ],
  11715.                             'classNumber' => [
  11716.                                 'type' => 'String!',
  11717.                                 'description' => NULL,
  11718.                             ],
  11719.                             'classAddition' => [
  11720.                                 'type' => 'String!',
  11721.                                 'description' => NULL,
  11722.                             ],
  11723.                             'numScholars' => [
  11724.                                 'type' => 'Int!',
  11725.                                 'description' => NULL,
  11726.                             ],
  11727.                             'teacherIDs' => [
  11728.                                 'type' => '[Int!]',
  11729.                                 'description' => NULL,
  11730.                             ],
  11731.                         ],
  11732.                         'name' => 'InSchoolClass',
  11733.                     ],
  11734.                 ],
  11735.                 'InRegisterOrganisation' => [
  11736.                     'type' => 'input-object',
  11737.                     'class_name' => 'InRegisterOrganisationType',
  11738.                     'inherits' => [
  11739.                     ],
  11740.                     'decorator' => false,
  11741.                     'config' => [
  11742.                         'description' => NULL,
  11743.                         'fields' => [
  11744.                             'name' => [
  11745.                                 'type' => 'String!',
  11746.                                 'description' => NULL,
  11747.                             ],
  11748.                             'wkoNr' => [
  11749.                                 'type' => 'String',
  11750.                                 'description' => NULL,
  11751.                             ],
  11752.                             'street' => [
  11753.                                 'type' => 'String!',
  11754.                                 'description' => NULL,
  11755.                             ],
  11756.                             'zip' => [
  11757.                                 'type' => 'String!',
  11758.                                 'description' => NULL,
  11759.                             ],
  11760.                             'place' => [
  11761.                                 'type' => 'String!',
  11762.                                 'description' => NULL,
  11763.                             ],
  11764.                         ],
  11765.                         'name' => 'InRegisterOrganisation',
  11766.                     ],
  11767.                 ],
  11768.                 'InQuizQuestion' => [
  11769.                     'type' => 'input-object',
  11770.                     'class_name' => 'InQuizQuestionType',
  11771.                     'inherits' => [
  11772.                     ],
  11773.                     'decorator' => false,
  11774.                     'config' => [
  11775.                         'description' => NULL,
  11776.                         'fields' => [
  11777.                             'questionNumber' => [
  11778.                                 'type' => 'Int!',
  11779.                                 'description' => NULL,
  11780.                             ],
  11781.                             'question' => [
  11782.                                 'type' => 'String!',
  11783.                                 'description' => NULL,
  11784.                             ],
  11785.                             'correctAnswer' => [
  11786.                                 'type' => 'String!',
  11787.                                 'description' => NULL,
  11788.                             ],
  11789.                             'wrongAnswer1' => [
  11790.                                 'type' => 'String!',
  11791.                                 'description' => NULL,
  11792.                             ],
  11793.                             'wrongAnswer2' => [
  11794.                                 'type' => 'String!',
  11795.                                 'description' => NULL,
  11796.                             ],
  11797.                             'wrongAnswer3' => [
  11798.                                 'type' => 'String!',
  11799.                                 'description' => NULL,
  11800.                             ],
  11801.                         ],
  11802.                         'name' => 'InQuizQuestion',
  11803.                     ],
  11804.                 ],
  11805.                 'InLocation' => [
  11806.                     'type' => 'input-object',
  11807.                     'class_name' => 'InLocationType',
  11808.                     'inherits' => [
  11809.                     ],
  11810.                     'decorator' => false,
  11811.                     'config' => [
  11812.                         'description' => NULL,
  11813.                         'fields' => [
  11814.                             'locationname' => [
  11815.                                 'type' => 'String!',
  11816.                                 'description' => NULL,
  11817.                             ],
  11818.                             'street' => [
  11819.                                 'type' => 'String!',
  11820.                                 'description' => NULL,
  11821.                             ],
  11822.                             'zip' => [
  11823.                                 'type' => 'String!',
  11824.                                 'description' => NULL,
  11825.                             ],
  11826.                             'city' => [
  11827.                                 'type' => 'String!',
  11828.                                 'description' => NULL,
  11829.                             ],
  11830.                             'lat' => [
  11831.                                 'type' => 'String',
  11832.                                 'description' => NULL,
  11833.                             ],
  11834.                             'lon' => [
  11835.                                 'type' => 'String',
  11836.                                 'description' => NULL,
  11837.                             ],
  11838.                         ],
  11839.                         'name' => 'InLocation',
  11840.                     ],
  11841.                 ],
  11842.                 'InContactPerson' => [
  11843.                     'type' => 'input-object',
  11844.                     'class_name' => 'InContactPersonType',
  11845.                     'inherits' => [
  11846.                     ],
  11847.                     'decorator' => false,
  11848.                     'config' => [
  11849.                         'description' => NULL,
  11850.                         'fields' => [
  11851.                             'picture' => [
  11852.                                 'type' => 'UploadFile',
  11853.                                 'description' => NULL,
  11854.                             ],
  11855.                             'title' => [
  11856.                                 'type' => '[Int!]',
  11857.                                 'description' => NULL,
  11858.                             ],
  11859.                             'firstname' => [
  11860.                                 'type' => 'String!',
  11861.                                 'description' => NULL,
  11862.                             ],
  11863.                             'lastname' => [
  11864.                                 'type' => 'String!',
  11865.                                 'description' => NULL,
  11866.                             ],
  11867.                             'position' => [
  11868.                                 'type' => 'String',
  11869.                                 'description' => NULL,
  11870.                             ],
  11871.                             'phone' => [
  11872.                                 'type' => 'String!',
  11873.                                 'description' => NULL,
  11874.                             ],
  11875.                             'email' => [
  11876.                                 'type' => 'String!',
  11877.                                 'description' => NULL,
  11878.                             ],
  11879.                         ],
  11880.                         'name' => 'InContactPerson',
  11881.                     ],
  11882.                 ],
  11883.                 'InformationLinkType' => [
  11884.                     'type' => 'object',
  11885.                     'class_name' => 'InformationLinkTypeType',
  11886.                     'inherits' => [
  11887.                     ],
  11888.                     'decorator' => false,
  11889.                     'config' => [
  11890.                         'description' => NULL,
  11891.                         'fields' => [
  11892.                             'id' => [
  11893.                                 'type' => 'ID!',
  11894.                                 'description' => NULL,
  11895.                             ],
  11896.                             'typeName' => [
  11897.                                 'type' => 'String!',
  11898.                                 'description' => NULL,
  11899.                             ],
  11900.                         ],
  11901.                         'interfaces' => [
  11902.                         ],
  11903.                         'name' => 'InformationLinkType',
  11904.                         'builders' => [
  11905.                         ],
  11906.                     ],
  11907.                 ],
  11908.                 'JobSchool' => [
  11909.                     'type' => 'object',
  11910.                     'class_name' => 'JobSchoolType',
  11911.                     'inherits' => [
  11912.                     ],
  11913.                     'decorator' => false,
  11914.                     'config' => [
  11915.                         'description' => NULL,
  11916.                         'fields' => [
  11917.                             'id' => [
  11918.                                 'type' => 'ID!',
  11919.                                 'description' => NULL,
  11920.                             ],
  11921.                             'school' => [
  11922.                                 'type' => 'School!',
  11923.                                 'description' => NULL,
  11924.                             ],
  11925.                         ],
  11926.                         'interfaces' => [
  11927.                         ],
  11928.                         'name' => 'JobSchool',
  11929.                         'builders' => [
  11930.                         ],
  11931.                     ],
  11932.                 ],
  11933.                 'SchoolClassGrade' => [
  11934.                     'type' => 'object',
  11935.                     'class_name' => 'SchoolClassGradeType',
  11936.                     'inherits' => [
  11937.                     ],
  11938.                     'decorator' => false,
  11939.                     'config' => [
  11940.                         'description' => NULL,
  11941.                         'fields' => [
  11942.                             'id' => [
  11943.                                 'type' => 'ID!',
  11944.                                 'description' => NULL,
  11945.                             ],
  11946.                             'name' => [
  11947.                                 'type' => 'String!',
  11948.                                 'description' => NULL,
  11949.                             ],
  11950.                         ],
  11951.                         'interfaces' => [
  11952.                         ],
  11953.                         'name' => 'SchoolClassGrade',
  11954.                         'builders' => [
  11955.                         ],
  11956.                     ],
  11957.                 ],
  11958.                 'GalleryType' => [
  11959.                     'type' => 'enum',
  11960.                     'class_name' => 'GalleryTypeType',
  11961.                     'inherits' => [
  11962.                     ],
  11963.                     'decorator' => false,
  11964.                     'config' => [
  11965.                         'description' => NULL,
  11966.                         'values' => [
  11967.                             'IMAGE' => [
  11968.                                 'description' => NULL,
  11969.                                 'value' => 'IMAGE',
  11970.                             ],
  11971.                             'DOCUMENT' => [
  11972.                                 'description' => NULL,
  11973.                                 'value' => 'DOCUMENT',
  11974.                             ],
  11975.                             'VIDEO' => [
  11976.                                 'description' => NULL,
  11977.                                 'value' => 'VIDEO',
  11978.                             ],
  11979.                         ],
  11980.                         'name' => 'GalleryType',
  11981.                     ],
  11982.                 ],
  11983.                 'JobRedirect' => [
  11984.                     'type' => 'object',
  11985.                     'class_name' => 'JobRedirectType',
  11986.                     'inherits' => [
  11987.                     ],
  11988.                     'decorator' => false,
  11989.                     'config' => [
  11990.                         'description' => NULL,
  11991.                         'fields' => [
  11992.                             'bicID' => [
  11993.                                 'type' => 'Int!',
  11994.                                 'description' => NULL,
  11995.                             ],
  11996.                             'jobName' => [
  11997.                                 'type' => 'String!',
  11998.                                 'description' => NULL,
  11999.                             ],
  12000.                             'redirectType' => [
  12001.                                 'type' => 'JobRedirectType!',
  12002.                                 'description' => NULL,
  12003.                             ],
  12004.                         ],
  12005.                         'interfaces' => [
  12006.                         ],
  12007.                         'name' => 'JobRedirect',
  12008.                         'builders' => [
  12009.                         ],
  12010.                     ],
  12011.                 ],
  12012.                 'ExternalLink' => [
  12013.                     'type' => 'object',
  12014.                     'class_name' => 'ExternalLinkType',
  12015.                     'inherits' => [
  12016.                     ],
  12017.                     'decorator' => false,
  12018.                     'config' => [
  12019.                         'description' => NULL,
  12020.                         'fields' => [
  12021.                             'heading' => [
  12022.                                 'type' => 'String!',
  12023.                                 'description' => NULL,
  12024.                             ],
  12025.                             'subHeading' => [
  12026.                                 'type' => 'String',
  12027.                                 'description' => NULL,
  12028.                             ],
  12029.                             'typeName' => [
  12030.                                 'type' => 'String!',
  12031.                                 'description' => NULL,
  12032.                             ],
  12033.                             'position' => [
  12034.                                 'type' => 'Int',
  12035.                                 'description' => NULL,
  12036.                             ],
  12037.                             'image' => [
  12038.                                 'type' => 'Image',
  12039.                                 'description' => NULL,
  12040.                             ],
  12041.                             'link' => [
  12042.                                 'type' => 'String!',
  12043.                                 'description' => NULL,
  12044.                             ],
  12045.                             'linkTargetType' => [
  12046.                                 'type' => 'LinkTargetType!',
  12047.                                 'description' => NULL,
  12048.                             ],
  12049.                         ],
  12050.                         'interfaces' => [
  12051.                         ],
  12052.                         'name' => 'ExternalLink',
  12053.                         'builders' => [
  12054.                         ],
  12055.                     ],
  12056.                 ],
  12057.                 'ContactGalleryEntry' => [
  12058.                     'type' => 'object',
  12059.                     'class_name' => 'ContactGalleryEntryType',
  12060.                     'inherits' => [
  12061.                     ],
  12062.                     'decorator' => false,
  12063.                     'config' => [
  12064.                         'description' => NULL,
  12065.                         'fields' => [
  12066.                             'id' => [
  12067.                                 'type' => 'ID!',
  12068.                                 'description' => NULL,
  12069.                             ],
  12070.                             'contact' => [
  12071.                                 'type' => 'Contact!',
  12072.                                 'description' => NULL,
  12073.                             ],
  12074.                         ],
  12075.                         'interfaces' => [
  12076.                         ],
  12077.                         'name' => 'ContactGalleryEntry',
  12078.                         'builders' => [
  12079.                         ],
  12080.                     ],
  12081.                 ],
  12082.                 'ContactGallery' => [
  12083.                     'type' => 'object',
  12084.                     'class_name' => 'ContactGalleryType',
  12085.                     'inherits' => [
  12086.                     ],
  12087.                     'decorator' => false,
  12088.                     'config' => [
  12089.                         'description' => NULL,
  12090.                         'fields' => [
  12091.                             'status' => [
  12092.                                 'type' => 'Status!',
  12093.                                 'description' => NULL,
  12094.                             ],
  12095.                             'id' => [
  12096.                                 'type' => 'ID!',
  12097.                                 'description' => NULL,
  12098.                             ],
  12099.                             'galleryEntries' => [
  12100.                                 'type' => '[ContactGalleryEntry!]',
  12101.                                 'description' => NULL,
  12102.                             ],
  12103.                         ],
  12104.                         'interfaces' => [
  12105.                         ],
  12106.                         'name' => 'ContactGallery',
  12107.                         'builders' => [
  12108.                         ],
  12109.                     ],
  12110.                 ],
  12111.                 'NextStoryPreview' => [
  12112.                     'type' => 'object',
  12113.                     'class_name' => 'NextStoryPreviewType',
  12114.                     'inherits' => [
  12115.                     ],
  12116.                     'decorator' => false,
  12117.                     'config' => [
  12118.                         'description' => NULL,
  12119.                         'fields' => [
  12120.                             'avatar' => [
  12121.                                 'type' => 'Image',
  12122.                                 'description' => NULL,
  12123.                             ],
  12124.                             'title' => [
  12125.                                 'type' => 'String',
  12126.                                 'description' => NULL,
  12127.                             ],
  12128.                             'linkTitle' => [
  12129.                                 'type' => 'String',
  12130.                                 'description' => NULL,
  12131.                             ],
  12132.                             'portrait' => [
  12133.                                 'type' => 'String',
  12134.                                 'description' => NULL,
  12135.                             ],
  12136.                             'storyId' => [
  12137.                                 'type' => 'String',
  12138.                                 'description' => NULL,
  12139.                             ],
  12140.                         ],
  12141.                         'interfaces' => [
  12142.                         ],
  12143.                         'name' => 'NextStoryPreview',
  12144.                         'builders' => [
  12145.                         ],
  12146.                     ],
  12147.                 ],
  12148.                 'JobMarketAdditionalInfo' => [
  12149.                     'type' => 'object',
  12150.                     'class_name' => 'JobMarketAdditionalInfoType',
  12151.                     'inherits' => [
  12152.                     ],
  12153.                     'decorator' => false,
  12154.                     'config' => [
  12155.                         'description' => NULL,
  12156.                         'fields' => [
  12157.                             'from' => [
  12158.                                 'type' => 'String',
  12159.                                 'description' => NULL,
  12160.                             ],
  12161.                             'to' => [
  12162.                                 'type' => 'String',
  12163.                                 'description' => NULL,
  12164.                             ],
  12165.                             'workFrom' => [
  12166.                                 'type' => 'String',
  12167.                                 'description' => NULL,
  12168.                             ],
  12169.                             'workTo' => [
  12170.                                 'type' => 'String',
  12171.                                 'description' => NULL,
  12172.                             ],
  12173.                             'age' => [
  12174.                                 'type' => 'String',
  12175.                                 'description' => NULL,
  12176.                             ],
  12177.                         ],
  12178.                         'interfaces' => [
  12179.                         ],
  12180.                         'name' => 'JobMarketAdditionalInfo',
  12181.                         'builders' => [
  12182.                         ],
  12183.                     ],
  12184.                 ],
  12185.                 'RoundPlayers' => [
  12186.                     'type' => 'object',
  12187.                     'class_name' => 'RoundPlayersType',
  12188.                     'inherits' => [
  12189.                     ],
  12190.                     'decorator' => false,
  12191.                     'config' => [
  12192.                         'description' => NULL,
  12193.                         'fields' => [
  12194.                             'highscore' => [
  12195.                                 'type' => 'Int!',
  12196.                                 'description' => NULL,
  12197.                             ],
  12198.                             'entries' => [
  12199.                                 'type' => '[RoundPlayersEntry!]',
  12200.                                 'description' => NULL,
  12201.                             ],
  12202.                         ],
  12203.                         'interfaces' => [
  12204.                         ],
  12205.                         'name' => 'RoundPlayers',
  12206.                         'builders' => [
  12207.                         ],
  12208.                     ],
  12209.                 ],
  12210.                 'SchoolClassYear' => [
  12211.                     'type' => 'object',
  12212.                     'class_name' => 'SchoolClassYearType',
  12213.                     'inherits' => [
  12214.                     ],
  12215.                     'decorator' => false,
  12216.                     'config' => [
  12217.                         'description' => NULL,
  12218.                         'fields' => [
  12219.                             'id' => [
  12220.                                 'type' => 'ID!',
  12221.                                 'description' => NULL,
  12222.                             ],
  12223.                             'name' => [
  12224.                                 'type' => 'String!',
  12225.                                 'description' => NULL,
  12226.                             ],
  12227.                             'startYear' => [
  12228.                                 'type' => 'String!',
  12229.                                 'description' => NULL,
  12230.                             ],
  12231.                             'endYear' => [
  12232.                                 'type' => 'String!',
  12233.                                 'description' => NULL,
  12234.                             ],
  12235.                         ],
  12236.                         'interfaces' => [
  12237.                         ],
  12238.                         'name' => 'SchoolClassYear',
  12239.                         'builders' => [
  12240.                         ],
  12241.                     ],
  12242.                 ],
  12243.                 'OfferList' => [
  12244.                     'type' => 'object',
  12245.                     'class_name' => 'OfferListType',
  12246.                     'inherits' => [
  12247.                     ],
  12248.                     'decorator' => false,
  12249.                     'config' => [
  12250.                         'description' => NULL,
  12251.                         'fields' => [
  12252.                             'boPartnerTypes' => [
  12253.                                 'type' => '[Offer!]',
  12254.                                 'description' => NULL,
  12255.                             ],
  12256.                             'companyTypes' => [
  12257.                                 'type' => '[Offer!]',
  12258.                                 'description' => NULL,
  12259.                             ],
  12260.                             'schoolTypes' => [
  12261.                                 'type' => '[Offer!]',
  12262.                                 'description' => NULL,
  12263.                             ],
  12264.                         ],
  12265.                         'interfaces' => [
  12266.                         ],
  12267.                         'name' => 'OfferList',
  12268.                         'builders' => [
  12269.                         ],
  12270.                     ],
  12271.                 ],
  12272.                 'SchoolClassGameHistory' => [
  12273.                     'type' => 'object',
  12274.                     'class_name' => 'SchoolClassGameHistoryType',
  12275.                     'inherits' => [
  12276.                     ],
  12277.                     'decorator' => false,
  12278.                     'config' => [
  12279.                         'description' => NULL,
  12280.                         'fields' => [
  12281.                             'status' => [
  12282.                                 'type' => 'Status!',
  12283.                                 'description' => NULL,
  12284.                             ],
  12285.                             'schoolClassID' => [
  12286.                                 'type' => 'Int',
  12287.                                 'description' => NULL,
  12288.                             ],
  12289.                             'points' => [
  12290.                                 'type' => 'Float',
  12291.                                 'description' => NULL,
  12292.                             ],
  12293.                             'playtime' => [
  12294.                                 'type' => 'Int',
  12295.                                 'description' => NULL,
  12296.                             ],
  12297.                             'createdAt' => [
  12298.                                 'type' => 'String',
  12299.                                 'description' => NULL,
  12300.                             ],
  12301.                         ],
  12302.                         'interfaces' => [
  12303.                         ],
  12304.                         'name' => 'SchoolClassGameHistory',
  12305.                         'builders' => [
  12306.                         ],
  12307.                     ],
  12308.                 ],
  12309.                 'Benefit' => [
  12310.                     'type' => 'object',
  12311.                     'class_name' => 'BenefitType',
  12312.                     'inherits' => [
  12313.                     ],
  12314.                     'decorator' => false,
  12315.                     'config' => [
  12316.                         'description' => NULL,
  12317.                         'fields' => [
  12318.                             'id' => [
  12319.                                 'type' => 'ID!',
  12320.                                 'description' => NULL,
  12321.                             ],
  12322.                             'name' => [
  12323.                                 'type' => 'String!',
  12324.                                 'description' => NULL,
  12325.                             ],
  12326.                         ],
  12327.                         'interfaces' => [
  12328.                         ],
  12329.                         'name' => 'Benefit',
  12330.                         'builders' => [
  12331.                         ],
  12332.                     ],
  12333.                 ],
  12334.                 'JobLink' => [
  12335.                     'type' => 'object',
  12336.                     'class_name' => 'JobLinkType',
  12337.                     'inherits' => [
  12338.                     ],
  12339.                     'decorator' => false,
  12340.                     'config' => [
  12341.                         'description' => NULL,
  12342.                         'fields' => [
  12343.                             'id' => [
  12344.                                 'type' => 'ID!',
  12345.                                 'description' => NULL,
  12346.                             ],
  12347.                             'url' => [
  12348.                                 'type' => 'String',
  12349.                                 'description' => NULL,
  12350.                             ],
  12351.                             'title' => [
  12352.                                 'type' => 'String',
  12353.                                 'description' => NULL,
  12354.                             ],
  12355.                             'start' => [
  12356.                                 'type' => 'Int',
  12357.                                 'description' => NULL,
  12358.                             ],
  12359.                             'end' => [
  12360.                                 'type' => 'Int',
  12361.                                 'description' => NULL,
  12362.                             ],
  12363.                             'titleFrontend' => [
  12364.                                 'type' => 'String',
  12365.                                 'description' => NULL,
  12366.                             ],
  12367.                             'titleBackend' => [
  12368.                                 'type' => 'String',
  12369.                                 'description' => NULL,
  12370.                             ],
  12371.                         ],
  12372.                         'interfaces' => [
  12373.                         ],
  12374.                         'name' => 'JobLink',
  12375.                         'builders' => [
  12376.                         ],
  12377.                     ],
  12378.                 ],
  12379.                 'JobRedirectType' => [
  12380.                     'type' => 'enum',
  12381.                     'class_name' => 'JobRedirectTypeType',
  12382.                     'inherits' => [
  12383.                     ],
  12384.                     'decorator' => false,
  12385.                     'config' => [
  12386.                         'description' => NULL,
  12387.                         'values' => [
  12388.                             'ALTERNATIVES' => [
  12389.                                 'description' => NULL,
  12390.                                 'value' => 'ALTERNATIVES',
  12391.                             ],
  12392.                             'CONNECTED' => [
  12393.                                 'description' => NULL,
  12394.                                 'value' => 'CONNECTED',
  12395.                             ],
  12396.                             'DESCRIPTION' => [
  12397.                                 'description' => NULL,
  12398.                                 'value' => 'DESCRIPTION',
  12399.                             ],
  12400.                             'EXPIRED' => [
  12401.                                 'description' => NULL,
  12402.                                 'value' => 'EXPIRED',
  12403.                             ],
  12404.                             'SPECIALIZED' => [
  12405.                                 'description' => NULL,
  12406.                                 'value' => 'SPECIALIZED',
  12407.                             ],
  12408.                             'REDIRECT' => [
  12409.                                 'description' => NULL,
  12410.                                 'value' => 'REDIRECT',
  12411.                             ],
  12412.                         ],
  12413.                         'name' => 'JobRedirectType',
  12414.                     ],
  12415.                 ],
  12416.                 'JobMarketPositionType' => [
  12417.                     'type' => 'enum',
  12418.                     'class_name' => 'JobMarketPositionTypeType',
  12419.                     'inherits' => [
  12420.                     ],
  12421.                     'decorator' => false,
  12422.                     'config' => [
  12423.                         'description' => NULL,
  12424.                         'values' => [
  12425.                             'LEHRSTELLE' => [
  12426.                                 'description' => NULL,
  12427.                                 'value' => 'LEHRSTELLE',
  12428.                             ],
  12429.                             'FERIALJOB' => [
  12430.                                 'description' => NULL,
  12431.                                 'value' => 'FERIALJOB',
  12432.                             ],
  12433.                             'PRAKTIKUM' => [
  12434.                                 'description' => NULL,
  12435.                                 'value' => 'PRAKTIKUM',
  12436.                             ],
  12437.                         ],
  12438.                         'name' => 'JobMarketPositionType',
  12439.                     ],
  12440.                 ],
  12441.                 'Tag' => [
  12442.                     'type' => 'object',
  12443.                     'class_name' => 'TagType',
  12444.                     'inherits' => [
  12445.                     ],
  12446.                     'decorator' => false,
  12447.                     'config' => [
  12448.                         'description' => NULL,
  12449.                         'fields' => [
  12450.                             'tagName' => [
  12451.                                 'type' => 'String!',
  12452.                                 'description' => NULL,
  12453.                             ],
  12454.                         ],
  12455.                         'interfaces' => [
  12456.                         ],
  12457.                         'name' => 'Tag',
  12458.                         'builders' => [
  12459.                         ],
  12460.                     ],
  12461.                 ],
  12462.                 'JobMarketDistricts' => [
  12463.                     'type' => 'object',
  12464.                     'class_name' => 'JobMarketDistrictsType',
  12465.                     'inherits' => [
  12466.                     ],
  12467.                     'decorator' => false,
  12468.                     'config' => [
  12469.                         'description' => NULL,
  12470.                         'fields' => [
  12471.                             'districts' => [
  12472.                                 'type' => '[JobMarketDistrict!]',
  12473.                                 'description' => NULL,
  12474.                             ],
  12475.                             'countDistricts' => [
  12476.                                 'type' => 'Int!',
  12477.                                 'description' => NULL,
  12478.                             ],
  12479.                         ],
  12480.                         'interfaces' => [
  12481.                         ],
  12482.                         'name' => 'JobMarketDistricts',
  12483.                         'builders' => [
  12484.                         ],
  12485.                     ],
  12486.                 ],
  12487.                 'JobRequirementType' => [
  12488.                     'type' => 'object',
  12489.                     'class_name' => 'JobRequirementTypeType',
  12490.                     'inherits' => [
  12491.                     ],
  12492.                     'decorator' => false,
  12493.                     'config' => [
  12494.                         'description' => NULL,
  12495.                         'fields' => [
  12496.                             'id' => [
  12497.                                 'type' => 'ID!',
  12498.                                 'description' => NULL,
  12499.                             ],
  12500.                             'bicID' => [
  12501.                                 'type' => 'Int',
  12502.                                 'description' => NULL,
  12503.                             ],
  12504.                             'typeName' => [
  12505.                                 'type' => 'String!',
  12506.                                 'description' => NULL,
  12507.                             ],
  12508.                         ],
  12509.                         'interfaces' => [
  12510.                         ],
  12511.                         'name' => 'JobRequirementType',
  12512.                         'builders' => [
  12513.                         ],
  12514.                     ],
  12515.                 ],
  12516.                 'JobMarketStartType' => [
  12517.                     'type' => 'enum',
  12518.                     'class_name' => 'JobMarketStartTypeType',
  12519.                     'inherits' => [
  12520.                     ],
  12521.                     'decorator' => false,
  12522.                     'config' => [
  12523.                         'description' => NULL,
  12524.                         'values' => [
  12525.                             'DATE' => [
  12526.                                 'description' => NULL,
  12527.                                 'value' => 'DATE',
  12528.                             ],
  12529.                             'ANYTIME' => [
  12530.                                 'description' => NULL,
  12531.                                 'value' => 'ANYTIME',
  12532.                             ],
  12533.                             'CONSENT' => [
  12534.                                 'description' => NULL,
  12535.                                 'value' => 'CONSENT',
  12536.                             ],
  12537.                         ],
  12538.                         'name' => 'JobMarketStartType',
  12539.                     ],
  12540.                 ],
  12541.                 'StatusType' => [
  12542.                     'type' => 'enum',
  12543.                     'class_name' => 'StatusTypeType',
  12544.                     'inherits' => [
  12545.                     ],
  12546.                     'decorator' => false,
  12547.                     'config' => [
  12548.                         'description' => NULL,
  12549.                         'values' => [
  12550.                             'OK' => [
  12551.                                 'description' => NULL,
  12552.                                 'value' => 'OK',
  12553.                             ],
  12554.                             'ERROR' => [
  12555.                                 'description' => NULL,
  12556.                                 'value' => 'ERROR',
  12557.                             ],
  12558.                             'GAMEEND' => [
  12559.                                 'description' => NULL,
  12560.                                 'value' => 'GAMEEND',
  12561.                             ],
  12562.                         ],
  12563.                         'name' => 'StatusType',
  12564.                     ],
  12565.                 ],
  12566.                 'CompanyBenefit' => [
  12567.                     'type' => 'object',
  12568.                     'class_name' => 'CompanyBenefitType',
  12569.                     'inherits' => [
  12570.                     ],
  12571.                     'decorator' => false,
  12572.                     'config' => [
  12573.                         'description' => NULL,
  12574.                         'fields' => [
  12575.                             'id' => [
  12576.                                 'type' => 'ID!',
  12577.                                 'description' => NULL,
  12578.                             ],
  12579.                             'name' => [
  12580.                                 'type' => 'String!',
  12581.                                 'description' => NULL,
  12582.                             ],
  12583.                         ],
  12584.                         'interfaces' => [
  12585.                         ],
  12586.                         'name' => 'CompanyBenefit',
  12587.                         'builders' => [
  12588.                         ],
  12589.                     ],
  12590.                 ],
  12591.                 'Teacher' => [
  12592.                     'type' => 'object',
  12593.                     'class_name' => 'TeacherType',
  12594.                     'inherits' => [
  12595.                     ],
  12596.                     'decorator' => false,
  12597.                     'config' => [
  12598.                         'description' => NULL,
  12599.                         'fields' => [
  12600.                             'id' => [
  12601.                                 'type' => 'Int',
  12602.                                 'description' => NULL,
  12603.                             ],
  12604.                             'email' => [
  12605.                                 'type' => 'String',
  12606.                                 'description' => NULL,
  12607.                             ],
  12608.                             'firstname' => [
  12609.                                 'type' => 'String',
  12610.                                 'description' => NULL,
  12611.                             ],
  12612.                             'lastname' => [
  12613.                                 'type' => 'String',
  12614.                                 'description' => NULL,
  12615.                             ],
  12616.                         ],
  12617.                         'interfaces' => [
  12618.                         ],
  12619.                         'name' => 'Teacher',
  12620.                         'builders' => [
  12621.                         ],
  12622.                     ],
  12623.                 ],
  12624.                 'SchoolClassRank' => [
  12625.                     'type' => 'object',
  12626.                     'class_name' => 'SchoolClassRankType',
  12627.                     'inherits' => [
  12628.                     ],
  12629.                     'decorator' => false,
  12630.                     'config' => [
  12631.                         'description' => NULL,
  12632.                         'fields' => [
  12633.                             'school' => [
  12634.                                 'type' => 'School!',
  12635.                                 'description' => NULL,
  12636.                             ],
  12637.                             'schoolClass' => [
  12638.                                 'type' => 'SchoolClass!',
  12639.                                 'description' => NULL,
  12640.                             ],
  12641.                             'points' => [
  12642.                                 'type' => 'Int!',
  12643.                                 'description' => NULL,
  12644.                             ],
  12645.                             'playtimeMinutes' => [
  12646.                                 'type' => 'Int!',
  12647.                                 'description' => NULL,
  12648.                             ],
  12649.                         ],
  12650.                         'interfaces' => [
  12651.                         ],
  12652.                         'name' => 'SchoolClassRank',
  12653.                         'builders' => [
  12654.                         ],
  12655.                     ],
  12656.                 ],
  12657.                 'NextStoryCard' => [
  12658.                     'type' => 'object',
  12659.                     'class_name' => 'NextStoryCardType',
  12660.                     'inherits' => [
  12661.                     ],
  12662.                     'decorator' => false,
  12663.                     'config' => [
  12664.                         'description' => NULL,
  12665.                         'fields' => [
  12666.                             'title' => [
  12667.                                 'type' => 'String',
  12668.                                 'description' => NULL,
  12669.                             ],
  12670.                             'description' => [
  12671.                                 'type' => 'String',
  12672.                                 'description' => NULL,
  12673.                             ],
  12674.                             'stories' => [
  12675.                                 'type' => '[NextStoryPreview!]',
  12676.                                 'description' => NULL,
  12677.                             ],
  12678.                         ],
  12679.                         'interfaces' => [
  12680.                         ],
  12681.                         'name' => 'NextStoryCard',
  12682.                         'builders' => [
  12683.                         ],
  12684.                     ],
  12685.                 ],
  12686.                 'ProfileLink' => [
  12687.                     'type' => 'object',
  12688.                     'class_name' => 'ProfileLinkType',
  12689.                     'inherits' => [
  12690.                     ],
  12691.                     'decorator' => false,
  12692.                     'config' => [
  12693.                         'description' => NULL,
  12694.                         'fields' => [
  12695.                             'createdAt' => [
  12696.                                 'type' => 'String!',
  12697.                                 'description' => NULL,
  12698.                             ],
  12699.                             'entries' => [
  12700.                                 'type' => '[ProfileLinkEntry!]',
  12701.                                 'description' => NULL,
  12702.                             ],
  12703.                         ],
  12704.                         'interfaces' => [
  12705.                         ],
  12706.                         'name' => 'ProfileLink',
  12707.                         'builders' => [
  12708.                         ],
  12709.                     ],
  12710.                 ],
  12711.                 'InfoSectionCategory' => [
  12712.                     'type' => 'object',
  12713.                     'class_name' => 'InfoSectionCategoryType',
  12714.                     'inherits' => [
  12715.                     ],
  12716.                     'decorator' => false,
  12717.                     'config' => [
  12718.                         'description' => NULL,
  12719.                         'fields' => [
  12720.                             'id' => [
  12721.                                 'type' => 'ID!',
  12722.                                 'description' => NULL,
  12723.                             ],
  12724.                             'heading' => [
  12725.                                 'type' => 'String!',
  12726.                                 'description' => NULL,
  12727.                             ],
  12728.                             'description' => [
  12729.                                 'type' => 'String',
  12730.                                 'description' => NULL,
  12731.                             ],
  12732.                             'link' => [
  12733.                                 'type' => 'String',
  12734.                                 'description' => NULL,
  12735.                             ],
  12736.                             'type' => [
  12737.                                 'type' => 'InfoSectionType!',
  12738.                                 'description' => NULL,
  12739.                             ],
  12740.                             'image' => [
  12741.                                 'type' => 'Image',
  12742.                                 'description' => NULL,
  12743.                             ],
  12744.                             'position' => [
  12745.                                 'type' => 'Int',
  12746.                                 'description' => NULL,
  12747.                             ],
  12748.                             'urlText' => [
  12749.                                 'type' => 'String',
  12750.                                 'description' => NULL,
  12751.                             ],
  12752.                             'subCategories' => [
  12753.                                 'type' => '[InfoSectionSubCategory!]',
  12754.                                 'description' => NULL,
  12755.                             ],
  12756.                         ],
  12757.                         'interfaces' => [
  12758.                         ],
  12759.                         'name' => 'InfoSectionCategory',
  12760.                         'builders' => [
  12761.                         ],
  12762.                     ],
  12763.                 ],
  12764.                 'JobLinkMappingType' => [
  12765.                     'type' => 'object',
  12766.                     'class_name' => 'JobLinkMappingTypeType',
  12767.                     'inherits' => [
  12768.                     ],
  12769.                     'decorator' => false,
  12770.                     'config' => [
  12771.                         'description' => NULL,
  12772.                         'fields' => [
  12773.                             'id' => [
  12774.                                 'type' => 'ID!',
  12775.                                 'description' => NULL,
  12776.                             ],
  12777.                             'name' => [
  12778.                                 'type' => 'String',
  12779.                                 'description' => NULL,
  12780.                             ],
  12781.                         ],
  12782.                         'interfaces' => [
  12783.                         ],
  12784.                         'name' => 'JobLinkMappingType',
  12785.                         'builders' => [
  12786.                         ],
  12787.                     ],
  12788.                 ],
  12789.                 'JobRequirementCollection' => [
  12790.                     'type' => 'object',
  12791.                     'class_name' => 'JobRequirementCollectionType',
  12792.                     'inherits' => [
  12793.                     ],
  12794.                     'decorator' => false,
  12795.                     'config' => [
  12796.                         'description' => NULL,
  12797.                         'fields' => [
  12798.                             'requirementTypes' => [
  12799.                                 'type' => '[JobRequirementTypeCollection]',
  12800.                                 'description' => NULL,
  12801.                             ],
  12802.                         ],
  12803.                         'interfaces' => [
  12804.                         ],
  12805.                         'name' => 'JobRequirementCollection',
  12806.                         'builders' => [
  12807.                         ],
  12808.                     ],
  12809.                 ],
  12810.                 'InfoSectionType' => [
  12811.                     'type' => 'object',
  12812.                     'class_name' => 'InfoSectionTypeType',
  12813.                     'inherits' => [
  12814.                     ],
  12815.                     'decorator' => false,
  12816.                     'config' => [
  12817.                         'description' => NULL,
  12818.                         'fields' => [
  12819.                             'id' => [
  12820.                                 'type' => 'ID!',
  12821.                                 'description' => NULL,
  12822.                             ],
  12823.                             'name' => [
  12824.                                 'type' => 'String!',
  12825.                                 'description' => NULL,
  12826.                             ],
  12827.                         ],
  12828.                         'interfaces' => [
  12829.                         ],
  12830.                         'name' => 'InfoSectionType',
  12831.                         'builders' => [
  12832.                         ],
  12833.                     ],
  12834.                 ],
  12835.                 'ImageInfo' => [
  12836.                     'type' => 'object',
  12837.                     'class_name' => 'ImageInfoType',
  12838.                     'inherits' => [
  12839.                     ],
  12840.                     'decorator' => false,
  12841.                     'config' => [
  12842.                         'description' => NULL,
  12843.                         'fields' => [
  12844.                             'caption' => [
  12845.                                 'type' => 'String',
  12846.                                 'description' => NULL,
  12847.                             ],
  12848.                             'copyright' => [
  12849.                                 'type' => 'String',
  12850.                                 'description' => NULL,
  12851.                             ],
  12852.                         ],
  12853.                         'interfaces' => [
  12854.                         ],
  12855.                         'name' => 'ImageInfo',
  12856.                         'builders' => [
  12857.                         ],
  12858.                     ],
  12859.                 ],
  12860.                 'StoryCardTheme' => [
  12861.                     'type' => 'enum',
  12862.                     'class_name' => 'StoryCardThemeType',
  12863.                     'inherits' => [
  12864.                     ],
  12865.                     'decorator' => false,
  12866.                     'config' => [
  12867.                         'description' => NULL,
  12868.                         'values' => [
  12869.                             'DEFAULT' => [
  12870.                                 'description' => NULL,
  12871.                                 'value' => 'DEFAULT',
  12872.                             ],
  12873.                             'YELLOW' => [
  12874.                                 'description' => NULL,
  12875.                                 'value' => 'YELLOW',
  12876.                             ],
  12877.                             'RED' => [
  12878.                                 'description' => NULL,
  12879.                                 'value' => 'RED',
  12880.                             ],
  12881.                             'BLUE' => [
  12882.                                 'description' => NULL,
  12883.                                 'value' => 'BLUE',
  12884.                             ],
  12885.                         ],
  12886.                         'name' => 'StoryCardTheme',
  12887.                     ],
  12888.                 ],
  12889.                 'InfoSectionEntry' => [
  12890.                     'type' => 'object',
  12891.                     'class_name' => 'InfoSectionEntryType',
  12892.                     'inherits' => [
  12893.                     ],
  12894.                     'decorator' => false,
  12895.                     'config' => [
  12896.                         'description' => NULL,
  12897.                         'fields' => [
  12898.                             'id' => [
  12899.                                 'type' => 'ID!',
  12900.                                 'description' => NULL,
  12901.                             ],
  12902.                             'heading' => [
  12903.                                 'type' => 'String!',
  12904.                                 'description' => NULL,
  12905.                             ],
  12906.                             'description' => [
  12907.                                 'type' => 'String',
  12908.                                 'description' => NULL,
  12909.                             ],
  12910.                             'url' => [
  12911.                                 'type' => 'String',
  12912.                                 'description' => NULL,
  12913.                             ],
  12914.                             'urlType' => [
  12915.                                 'type' => 'String',
  12916.                                 'description' => NULL,
  12917.                             ],
  12918.                             'image' => [
  12919.                                 'type' => 'Image',
  12920.                                 'description' => NULL,
  12921.                             ],
  12922.                             'position' => [
  12923.                                 'type' => 'Int',
  12924.                                 'description' => NULL,
  12925.                             ],
  12926.                         ],
  12927.                         'interfaces' => [
  12928.                         ],
  12929.                         'name' => 'InfoSectionEntry',
  12930.                         'builders' => [
  12931.                         ],
  12932.                     ],
  12933.                 ],
  12934.                 'LinkTargetType' => [
  12935.                     'type' => 'enum',
  12936.                     'class_name' => 'LinkTargetTypeType',
  12937.                     'inherits' => [
  12938.                     ],
  12939.                     'decorator' => false,
  12940.                     'config' => [
  12941.                         'description' => NULL,
  12942.                         'values' => [
  12943.                             'BLANK' => [
  12944.                                 'description' => NULL,
  12945.                                 'value' => 'BLANK',
  12946.                             ],
  12947.                             'SELF' => [
  12948.                                 'description' => NULL,
  12949.                                 'value' => 'SELF',
  12950.                             ],
  12951.                         ],
  12952.                         'name' => 'LinkTargetType',
  12953.                     ],
  12954.                 ],
  12955.                 'AddressCity' => [
  12956.                     'type' => 'object',
  12957.                     'class_name' => 'AddressCityType',
  12958.                     'inherits' => [
  12959.                     ],
  12960.                     'decorator' => false,
  12961.                     'config' => [
  12962.                         'description' => NULL,
  12963.                         'fields' => [
  12964.                             'id' => [
  12965.                                 'type' => 'ID!',
  12966.                                 'description' => NULL,
  12967.                             ],
  12968.                             'name' => [
  12969.                                 'type' => 'String!',
  12970.                                 'description' => NULL,
  12971.                             ],
  12972.                             'zip' => [
  12973.                                 'type' => 'Int!',
  12974.                                 'description' => NULL,
  12975.                             ],
  12976.                             'addressDistrict' => [
  12977.                                 'type' => 'AddressDistrict',
  12978.                                 'description' => NULL,
  12979.                             ],
  12980.                         ],
  12981.                         'interfaces' => [
  12982.                         ],
  12983.                         'name' => 'AddressCity',
  12984.                         'builders' => [
  12985.                         ],
  12986.                     ],
  12987.                 ],
  12988.                 'JobLinkMappingCategory' => [
  12989.                     'type' => 'object',
  12990.                     'class_name' => 'JobLinkMappingCategoryType',
  12991.                     'inherits' => [
  12992.                     ],
  12993.                     'decorator' => false,
  12994.                     'config' => [
  12995.                         'description' => NULL,
  12996.                         'fields' => [
  12997.                             'id' => [
  12998.                                 'type' => 'ID!',
  12999.                                 'description' => NULL,
  13000.                             ],
  13001.                             'name' => [
  13002.                                 'type' => 'String',
  13003.                                 'description' => NULL,
  13004.                             ],
  13005.                         ],
  13006.                         'interfaces' => [
  13007.                         ],
  13008.                         'name' => 'JobLinkMappingCategory',
  13009.                         'builders' => [
  13010.                         ],
  13011.                     ],
  13012.                 ],
  13013.                 'AddressLatLon' => [
  13014.                     'type' => 'object',
  13015.                     'class_name' => 'AddressLatLonType',
  13016.                     'inherits' => [
  13017.                     ],
  13018.                     'decorator' => false,
  13019.                     'config' => [
  13020.                         'description' => NULL,
  13021.                         'fields' => [
  13022.                             'id' => [
  13023.                                 'type' => 'ID!',
  13024.                                 'description' => NULL,
  13025.                             ],
  13026.                             'lat' => [
  13027.                                 'type' => 'String',
  13028.                                 'description' => NULL,
  13029.                             ],
  13030.                             'lon' => [
  13031.                                 'type' => 'String',
  13032.                                 'description' => NULL,
  13033.                             ],
  13034.                         ],
  13035.                         'interfaces' => [
  13036.                         ],
  13037.                         'name' => 'AddressLatLon',
  13038.                         'builders' => [
  13039.                         ],
  13040.                     ],
  13041.                 ],
  13042.                 'EventTag' => [
  13043.                     'type' => 'object',
  13044.                     'class_name' => 'EventTagType',
  13045.                     'inherits' => [
  13046.                     ],
  13047.                     'decorator' => false,
  13048.                     'config' => [
  13049.                         'description' => NULL,
  13050.                         'fields' => [
  13051.                             'tagName' => [
  13052.                                 'type' => 'String!',
  13053.                                 'description' => NULL,
  13054.                             ],
  13055.                         ],
  13056.                         'interfaces' => [
  13057.                         ],
  13058.                         'name' => 'EventTag',
  13059.                         'builders' => [
  13060.                         ],
  13061.                     ],
  13062.                 ],
  13063.                 'Job' => [
  13064.                     'type' => 'object',
  13065.                     'class_name' => 'JobType',
  13066.                     'inherits' => [
  13067.                     ],
  13068.                     'decorator' => false,
  13069.                     'config' => [
  13070.                         'description' => NULL,
  13071.                         'fields' => [
  13072.                             'id' => [
  13073.                                 'type' => 'ID!',
  13074.                                 'description' => NULL,
  13075.                             ],
  13076.                             'name' => [
  13077.                                 'type' => 'String!',
  13078.                                 'description' => NULL,
  13079.                             ],
  13080.                             'bicID' => [
  13081.                                 'type' => 'Int',
  13082.                                 'description' => NULL,
  13083.                             ],
  13084.                             'image' => [
  13085.                                 'type' => 'Image',
  13086.                                 'description' => NULL,
  13087.                             ],
  13088.                             'description' => [
  13089.                                 'type' => 'String',
  13090.                                 'description' => NULL,
  13091.                             ],
  13092.                             'bicAlternativen' => [
  13093.                                 'type' => 'String',
  13094.                                 'description' => NULL,
  13095.                             ],
  13096.                             'bicAnforderungen' => [
  13097.                                 'type' => 'String',
  13098.                                 'description' => NULL,
  13099.                             ],
  13100.                             'bicAusbildungBerufschule' => [
  13101.                                 'type' => 'String',
  13102.                                 'description' => NULL,
  13103.                             ],
  13104.                             'bicMoeglichkeiten' => [
  13105.                                 'type' => 'String',
  13106.                                 'description' => NULL,
  13107.                             ],
  13108.                             'operationsAndTasks' => [
  13109.                                 'type' => 'String',
  13110.                                 'description' => NULL,
  13111.                             ],
  13112.                             'scholasticDuration' => [
  13113.                                 'type' => 'JobScholasticDuration',
  13114.                                 'description' => NULL,
  13115.                             ],
  13116.                             'showSchoolSubjects' => [
  13117.                                 'type' => 'Boolean',
  13118.                                 'description' => NULL,
  13119.                             ],
  13120.                             'expertTerms' => [
  13121.                                 'type' => '[JobExpertTerm!]',
  13122.                                 'description' => NULL,
  13123.                             ],
  13124.                             'interestFields' => [
  13125.                                 'type' => '[InterestField!]',
  13126.                                 'description' => NULL,
  13127.                             ],
  13128.                             'jobEducationCompanies' => [
  13129.                                 'type' => '[CompanyProfileSimple!]',
  13130.                                 'description' => NULL,
  13131.                             ],
  13132.                             'jobEducationalPaths' => [
  13133.                                 'type' => '[JobEducationalPath!]',
  13134.                                 'description' => NULL,
  13135.                             ],
  13136.                             'insights' => [
  13137.                                 'type' => '[Story!]',
  13138.                                 'description' => NULL,
  13139.                             ],
  13140.                             'jobLinkMappings' => [
  13141.                                 'type' => '[JobLinkMapping]',
  13142.                                 'description' => NULL,
  13143.                             ],
  13144.                             'jobMarketDistricts' => [
  13145.                                 'type' => 'JobMarketDistricts',
  13146.                                 'description' => NULL,
  13147.                             ],
  13148.                             'jobRedirects' => [
  13149.                                 'type' => '[JobRedirect!]',
  13150.                                 'description' => NULL,
  13151.                             ],
  13152.                             'jobSalary' => [
  13153.                                 'type' => 'JobSalary',
  13154.                                 'description' => NULL,
  13155.                             ],
  13156.                             'jobSectors' => [
  13157.                                 'type' => '[JobSector!]',
  13158.                                 'description' => NULL,
  13159.                             ],
  13160.                             'jobSchools' => [
  13161.                                 'type' => '[JobSchool!]',
  13162.                                 'description' => NULL,
  13163.                             ],
  13164.                             'jobWorkFields' => [
  13165.                                 'type' => '[JobWorkField!]',
  13166.                                 'description' => NULL,
  13167.                             ],
  13168.                             'requirementsByType' => [
  13169.                                 'type' => 'JobRequirementCollection',
  13170.                                 'description' => NULL,
  13171.                             ],
  13172.                             'schoolSubjectMappings' => [
  13173.                                 'type' => '[JobSchoolSubjectMapping!]',
  13174.                                 'description' => NULL,
  13175.                             ],
  13176.                             'videoUrl' => [
  13177.                                 'type' => 'String',
  13178.                                 'description' => NULL,
  13179.                             ],
  13180.                             'pdfUrl' => [
  13181.                                 'type' => 'String',
  13182.                                 'description' => NULL,
  13183.                             ],
  13184.                             'searchTags' => [
  13185.                                 'type' => '[String]',
  13186.                                 'description' => NULL,
  13187.                             ],
  13188.                             'visits' => [
  13189.                                 'type' => 'Int',
  13190.                                 'description' => NULL,
  13191.                             ],
  13192.                         ],
  13193.                         'interfaces' => [
  13194.                         ],
  13195.                         'name' => 'Job',
  13196.                         'builders' => [
  13197.                         ],
  13198.                     ],
  13199.                 ],
  13200.                 'PageInfo' => [
  13201.                     'type' => 'object',
  13202.                     'class_name' => 'PageInfoType',
  13203.                     'inherits' => [
  13204.                     ],
  13205.                     'decorator' => false,
  13206.                     'config' => [
  13207.                         'description' => 'Information about pagination in a connection.',
  13208.                         'fields' => [
  13209.                             'hasNextPage' => [
  13210.                                 'type' => 'Boolean!',
  13211.                                 'description' => 'When paginating forwards, are there more items?',
  13212.                             ],
  13213.                             'hasPreviousPage' => [
  13214.                                 'type' => 'Boolean!',
  13215.                                 'description' => 'When paginating backwards, are there more items?',
  13216.                             ],
  13217.                             'startCursor' => [
  13218.                                 'type' => 'String',
  13219.                                 'description' => 'When paginating backwards, the cursor to continue.',
  13220.                             ],
  13221.                             'endCursor' => [
  13222.                                 'type' => 'String',
  13223.                                 'description' => 'When paginating forwards, the cursor to continue.',
  13224.                             ],
  13225.                         ],
  13226.                         'name' => 'PageInfo',
  13227.                         'builders' => [
  13228.                         ],
  13229.                         'interfaces' => [
  13230.                         ],
  13231.                     ],
  13232.                 ],
  13233.             ],
  13234.             'overblog_graphql.batching_method' => 'relay',
  13235.             'overblog_graphql.query_max_depth' => 0,
  13236.             'overblog_graphql.query_max_complexity' => 0,
  13237.             'overblog_graphql.enable_introspection' => true,
  13238.             'overblog_graphql.handle_cors' => false,
  13239.             'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
  13240.             'overblog_graphql.cache_dir' => NULL,
  13241.             'overblog_graphql.cache_dir_permissions' => NULL,
  13242.             'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
  13243.             'overblog_graphql.use_experimental_executor' => false,
  13244.             'overblog_graphql.profiler.query_match' => NULL,
  13245.             'overblog_graphql.use_classloader_listener' => true,
  13246.             'overblog_graphql.resources_dir' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources'),
  13247.             'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
  13248.             'sonata.block.container.types' => [
  13249.                 => 'sonata.block.service.container',
  13250.                 => 'sonata.page.block.container',
  13251.                 => 'sonata.dashboard.block.container',
  13252.                 => 'cmf.block.container',
  13253.                 => 'cmf.block.slideshow',
  13254.             ],
  13255.             'sonata_block.blocks' => [
  13256.                 'block.footer' => [
  13257.                     'contexts' => [
  13258.                     ],
  13259.                     'templates' => [
  13260.                     ],
  13261.                     'cache' => 'sonata.cache.noop',
  13262.                     'settings' => [
  13263.                     ],
  13264.                 ],
  13265.                 'block.frontpage.news' => [
  13266.                     'contexts' => [
  13267.                     ],
  13268.                     'templates' => [
  13269.                     ],
  13270.                     'cache' => 'sonata.cache.noop',
  13271.                     'settings' => [
  13272.                     ],
  13273.                 ],
  13274.                 'block.events.4x1' => [
  13275.                     'contexts' => [
  13276.                     ],
  13277.                     'templates' => [
  13278.                     ],
  13279.                     'cache' => 'sonata.cache.noop',
  13280.                     'settings' => [
  13281.                     ],
  13282.                 ],
  13283.                 'block.random.jobs' => [
  13284.                     'contexts' => [
  13285.                     ],
  13286.                     'templates' => [
  13287.                     ],
  13288.                     'cache' => 'sonata.cache.noop',
  13289.                     'settings' => [
  13290.                     ],
  13291.                 ],
  13292.                 'block.slider' => [
  13293.                     'contexts' => [
  13294.                     ],
  13295.                     'templates' => [
  13296.                     ],
  13297.                     'cache' => 'sonata.cache.noop',
  13298.                     'settings' => [
  13299.                     ],
  13300.                 ],
  13301.                 'block.header.main' => [
  13302.                     'contexts' => [
  13303.                     ],
  13304.                     'templates' => [
  13305.                     ],
  13306.                     'cache' => 'sonata.cache.noop',
  13307.                     'settings' => [
  13308.                     ],
  13309.                 ],
  13310.                 'block.header.child' => [
  13311.                     'contexts' => [
  13312.                     ],
  13313.                     'templates' => [
  13314.                     ],
  13315.                     'cache' => 'sonata.cache.noop',
  13316.                     'settings' => [
  13317.                     ],
  13318.                 ],
  13319.                 'block.heading' => [
  13320.                     'contexts' => [
  13321.                     ],
  13322.                     'templates' => [
  13323.                     ],
  13324.                     'cache' => 'sonata.cache.noop',
  13325.                     'settings' => [
  13326.                     ],
  13327.                 ],
  13328.                 'block.editor' => [
  13329.                     'contexts' => [
  13330.                     ],
  13331.                     'templates' => [
  13332.                     ],
  13333.                     'cache' => 'sonata.cache.noop',
  13334.                     'settings' => [
  13335.                     ],
  13336.                 ],
  13337.                 'sonata.block.service.container' => [
  13338.                     'contexts' => [
  13339.                     ],
  13340.                     'templates' => [
  13341.                     ],
  13342.                     'cache' => 'sonata.cache.noop',
  13343.                     'settings' => [
  13344.                     ],
  13345.                 ],
  13346.                 'sonata.block.service.empty' => [
  13347.                     'contexts' => [
  13348.                     ],
  13349.                     'templates' => [
  13350.                     ],
  13351.                     'cache' => 'sonata.cache.noop',
  13352.                     'settings' => [
  13353.                     ],
  13354.                 ],
  13355.                 'sonata.block.service.text' => [
  13356.                     'contexts' => [
  13357.                     ],
  13358.                     'templates' => [
  13359.                     ],
  13360.                     'cache' => 'sonata.cache.noop',
  13361.                     'settings' => [
  13362.                     ],
  13363.                 ],
  13364.                 'sonata.block.service.rss' => [
  13365.                     'contexts' => [
  13366.                     ],
  13367.                     'templates' => [
  13368.                     ],
  13369.                     'cache' => 'sonata.cache.noop',
  13370.                     'settings' => [
  13371.                     ],
  13372.                 ],
  13373.                 'sonata.block.service.template' => [
  13374.                     'contexts' => [
  13375.                     ],
  13376.                     'templates' => [
  13377.                     ],
  13378.                     'cache' => 'sonata.cache.noop',
  13379.                     'settings' => [
  13380.                     ],
  13381.                 ],
  13382.                 'sonata.block.service.menu' => [
  13383.                     'contexts' => [
  13384.                     ],
  13385.                     'templates' => [
  13386.                     ],
  13387.                     'cache' => 'sonata.cache.noop',
  13388.                     'settings' => [
  13389.                     ],
  13390.                 ],
  13391.                 'sonata.admin.block.admin_list' => [
  13392.                     'contexts' => [
  13393.                     ],
  13394.                     'templates' => [
  13395.                     ],
  13396.                     'cache' => 'sonata.cache.noop',
  13397.                     'settings' => [
  13398.                     ],
  13399.                 ],
  13400.                 'sonata.admin.block.search_result' => [
  13401.                     'contexts' => [
  13402.                     ],
  13403.                     'templates' => [
  13404.                     ],
  13405.                     'cache' => 'sonata.cache.noop',
  13406.                     'settings' => [
  13407.                     ],
  13408.                 ],
  13409.                 'sonata.admin.block.stats' => [
  13410.                     'contexts' => [
  13411.                     ],
  13412.                     'templates' => [
  13413.                     ],
  13414.                     'cache' => 'sonata.cache.noop',
  13415.                     'settings' => [
  13416.                     ],
  13417.                 ],
  13418.                 'sonata.admin.block.admin_preview' => [
  13419.                     'contexts' => [
  13420.                     ],
  13421.                     'templates' => [
  13422.                     ],
  13423.                     'cache' => 'sonata.cache.noop',
  13424.                     'settings' => [
  13425.                     ],
  13426.                 ],
  13427.                 'sonata.seo.block.breadcrumb.homepage' => [
  13428.                     'contexts' => [
  13429.                     ],
  13430.                     'templates' => [
  13431.                     ],
  13432.                     'cache' => 'sonata.cache.noop',
  13433.                     'settings' => [
  13434.                     ],
  13435.                 ],
  13436.             ],
  13437.             'sonata_block.blocks_by_class' => [
  13438.             ],
  13439.             'sonata_blocks.block_types' => [
  13440.                 => 'block.footer',
  13441.                 => 'block.frontpage.news',
  13442.                 => 'block.events.4x1',
  13443.                 => 'block.random.jobs',
  13444.                 => 'block.slider',
  13445.                 => 'block.header.main',
  13446.                 => 'block.header.child',
  13447.                 => 'block.heading',
  13448.                 => 'block.editor',
  13449.                 => 'sonata.block.service.container',
  13450.                 10 => 'sonata.block.service.empty',
  13451.                 11 => 'sonata.block.service.text',
  13452.                 12 => 'sonata.block.service.rss',
  13453.                 13 => 'sonata.block.service.template',
  13454.                 14 => 'sonata.block.service.menu',
  13455.                 15 => 'sonata.admin.block.admin_list',
  13456.                 16 => 'sonata.admin.block.search_result',
  13457.                 17 => 'sonata.admin.block.stats',
  13458.                 18 => 'sonata.admin.block.admin_preview',
  13459.                 19 => 'sonata.seo.block.breadcrumb.homepage',
  13460.             ],
  13461.             'sonata_block.cache_blocks' => [
  13462.                 'by_class' => [
  13463.                 ],
  13464.                 'by_type' => [
  13465.                     'block.footer' => 'sonata.cache.noop',
  13466.                     'block.frontpage.news' => 'sonata.cache.noop',
  13467.                     'block.events.4x1' => 'sonata.cache.noop',
  13468.                     'block.random.jobs' => 'sonata.cache.noop',
  13469.                     'block.slider' => 'sonata.cache.noop',
  13470.                     'block.header.main' => 'sonata.cache.noop',
  13471.                     'block.header.child' => 'sonata.cache.noop',
  13472.                     'block.heading' => 'sonata.cache.noop',
  13473.                     'block.editor' => 'sonata.cache.noop',
  13474.                     'sonata.block.service.container' => 'sonata.cache.noop',
  13475.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  13476.                     'sonata.block.service.text' => 'sonata.cache.noop',
  13477.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  13478.                     'sonata.block.service.template' => 'sonata.cache.noop',
  13479.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  13480.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  13481.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  13482.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  13483.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  13484.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  13485.                 ],
  13486.             ],
  13487.             'sonata_blocks.default_contexts' => [
  13488.             ],
  13489.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  13490.                 'choice' => 'select',
  13491.                 'boolean' => 'select',
  13492.                 'textarea' => 'textarea',
  13493.                 'html' => 'textarea',
  13494.                 'email' => 'email',
  13495.                 'string' => 'text',
  13496.                 'integer' => 'number',
  13497.                 'float' => 'number',
  13498.                 'currency' => 'number',
  13499.                 'percent' => 'number',
  13500.                 'url' => 'url',
  13501.             ],
  13502.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  13503.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  13504.             'sonata.admin.configuration.templates' => [
  13505.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  13506.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  13507.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  13508.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  13509.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  13510.                 'search' => '@SonataAdmin/Core/search.html.twig',
  13511.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  13512.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  13513.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  13514.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  13515.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  13516.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  13517.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  13518.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  13519.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  13520.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  13521.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  13522.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  13523.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  13524.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  13525.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  13526.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  13527.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  13528.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  13529.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  13530.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  13531.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  13532.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  13533.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  13534.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  13535.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  13536.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  13537.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  13538.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  13539.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  13540.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  13541.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  13542.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  13543.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  13544.                 'form_theme' => [
  13545.                 ],
  13546.                 'filter_theme' => [
  13547.                 ],
  13548.             ],
  13549.             'sonata.admin.configuration.default_admin_services' => [
  13550.                 'model_manager' => NULL,
  13551.                 'data_source' => NULL,
  13552.                 'field_description_factory' => NULL,
  13553.                 'form_contractor' => NULL,
  13554.                 'show_builder' => NULL,
  13555.                 'list_builder' => NULL,
  13556.                 'datagrid_builder' => NULL,
  13557.                 'translator' => NULL,
  13558.                 'configuration_pool' => NULL,
  13559.                 'route_generator' => NULL,
  13560.                 'security_handler' => NULL,
  13561.                 'menu_factory' => NULL,
  13562.                 'route_builder' => NULL,
  13563.                 'label_translator_strategy' => NULL,
  13564.                 'pager_type' => NULL,
  13565.             ],
  13566.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  13567.             'sonata.admin.configuration.dashboard_groups' => [
  13568.             ],
  13569.             'sonata.admin.configuration.dashboard_blocks' => [
  13570.                 => [
  13571.                     'position' => 'left',
  13572.                     'settings' => [
  13573.                     ],
  13574.                     'type' => 'sonata.admin.block.admin_list',
  13575.                     'roles' => [
  13576.                     ],
  13577.                 ],
  13578.             ],
  13579.             'sonata.admin.configuration.sort_admins' => false,
  13580.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  13581.             'sonata.admin.configuration.default_group' => 'default',
  13582.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  13583.             'sonata.admin.configuration.default_translation_domain' => NULL,
  13584.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  13585.             'sonata.admin.configuration.breadcrumbs' => [
  13586.                 'child_admin_route' => 'show',
  13587.             ],
  13588.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  13589.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  13590.             'sonata.admin.configuration.security.information' => [
  13591.             ],
  13592.             'sonata.admin.configuration.security.admin_permissions' => [
  13593.                 => 'CREATE',
  13594.                 => 'LIST',
  13595.                 => 'DELETE',
  13596.                 => 'UNDELETE',
  13597.                 => 'EXPORT',
  13598.                 => 'OPERATOR',
  13599.                 => 'MASTER',
  13600.             ],
  13601.             'sonata.admin.configuration.security.object_permissions' => [
  13602.                 => 'VIEW',
  13603.                 => 'EDIT',
  13604.                 => 'HISTORY',
  13605.                 => 'DELETE',
  13606.                 => 'UNDELETE',
  13607.                 => 'OPERATOR',
  13608.                 => 'MASTER',
  13609.                 => 'OWNER',
  13610.             ],
  13611.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  13612.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  13613.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  13614.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  13615.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  13616.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  13617.             'sonata.admin.extension.map' => [
  13618.             ],
  13619.             'sonata.admin.configuration.filters.persist' => false,
  13620.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  13621.             'sonata.admin.configuration.show.mosaic.button' => true,
  13622.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  13623.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  13624.             'sonata_doctrine_orm_admin.templates' => [
  13625.                 'types' => [
  13626.                     'list' => [
  13627.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  13628.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  13629.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  13630.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  13631.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  13632.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  13633.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  13634.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  13635.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  13636.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  13637.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  13638.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  13639.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  13640.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  13641.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  13642.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  13643.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  13644.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  13645.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  13646.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  13647.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  13648.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  13649.                     ],
  13650.                     'show' => [
  13651.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  13652.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  13653.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  13654.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  13655.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  13656.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  13657.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  13658.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  13659.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  13660.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  13661.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  13662.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  13663.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  13664.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  13665.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  13666.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  13667.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  13668.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  13669.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  13670.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  13671.                     ],
  13672.                 ],
  13673.             ],
  13674.             'sonata.form.form_type' => 'standard',
  13675.             'sonata.seo.config' => [
  13676.                 'title' => 'Berufsreise',
  13677.                 'default' => 'sonata.seo.page.default',
  13678.                 'metas' => [
  13679.                     'name' => [
  13680.                         'keywords' => 'berufsreise, tirol, berufsorientierung, schüler, eltern, lehrer, unternehmen, beruf',
  13681.                         '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.',
  13682.                         'robots' => 'index, follow',
  13683.                         'viewport' => 'width=device-width, initial-scale=1',
  13684.                     ],
  13685.                     'property' => [
  13686.                         'og:site_name' => 'berufsreise.at',
  13687.                         '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!',
  13688.                         'og:title' => 'berufsreise.at',
  13689.                         'og:type' => 'article',
  13690.                         'og:url' => 'https://www.berufsreise.at',
  13691.                         'og:image' => 'https://www.berufsreise.at/static/images/berufsreise-og-image.png',
  13692.                     ],
  13693.                     'http-equiv' => [
  13694.                         'Content-Type' => 'text/html; charset=utf-8',
  13695.                     ],
  13696.                     'charset' => [
  13697.                         'UTF-8' => '',
  13698.                     ],
  13699.                 ],
  13700.                 'head' => [
  13701.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  13702.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  13703.                 ],
  13704.                 'separator' => ' - ',
  13705.                 'title_prefix' => NULL,
  13706.                 'title_suffix' => NULL,
  13707.             ],
  13708.             'event_dispatcher.event_aliases' => [
  13709.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  13710.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  13711.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  13712.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  13713.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  13714.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  13715.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  13716.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  13717.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  13718.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  13719.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  13720.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  13721.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  13722.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  13723.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  13724.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  13725.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  13726.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  13727.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  13728.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  13729.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  13730.             ],
  13731.             'fragment.renderer.hinclude.global_template' => NULL,
  13732.             'fragment.path' => '/_fragment',
  13733.             'kernel.http_method_override' => false,
  13734.             'kernel.trusted_hosts' => [
  13735.             ],
  13736.             'kernel.default_locale' => 'de',
  13737.             'kernel.enabled_locales' => [
  13738.                 => 'de',
  13739.             ],
  13740.             'kernel.error_controller' => 'error_controller',
  13741.             'debug.file_link_format' => NULL,
  13742.             'asset.request_context.base_path' => NULL,
  13743.             'asset.request_context.secure' => NULL,
  13744.             'translator.logging' => false,
  13745.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  13746.             'debug.error_handler.throw_at' => -1,
  13747.             'router.request_context.host' => 'localhost',
  13748.             'router.request_context.scheme' => 'http',
  13749.             'router.request_context.base_url' => '',
  13750.             'router.resource' => 'kernel::loadRoutes',
  13751.             'request_listener.http_port' => 80,
  13752.             'request_listener.https_port' => 443,
  13753.             'session.metadata.storage_key' => '_sf2_meta',
  13754.             'session.storage.options' => [
  13755.                 'cache_limiter' => '0',
  13756.                 'cookie_secure' => 'auto',
  13757.                 'cookie_httponly' => true,
  13758.                 'cookie_samesite' => 'none',
  13759.                 'gc_probability' => 1,
  13760.             ],
  13761.             'session.save_path' => NULL,
  13762.             'session.metadata.update_threshold' => 0,
  13763.             'form.type_extension.csrf.enabled' => true,
  13764.             'form.type_extension.csrf.field_name' => '_token',
  13765.             'validator.translation_domain' => 'validators',
  13766.             'profiler_listener.only_exceptions' => false,
  13767.             'profiler_listener.only_main_requests' => false,
  13768.             'twig.form.resources' => [
  13769.                 => 'form_div_layout.html.twig',
  13770.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  13771.                 => 'bootstrap_3_layout.html.twig',
  13772.                 => '@frontend/form/datepicker.html.twig',
  13773.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  13774.             ],
  13775.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  13776.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  13777.             'web_profiler.debug_toolbar.mode' => 2,
  13778.             'monolog.use_microseconds' => true,
  13779.             'monolog.swift_mailer.handlers' => [
  13780.             ],
  13781.             'monolog.handlers_to_channels' => [
  13782.                 'monolog.handler.console' => [
  13783.                     'type' => 'exclusive',
  13784.                     'elements' => [
  13785.                         => 'event',
  13786.                         => 'doctrine',
  13787.                         => 'console',
  13788.                     ],
  13789.                 ],
  13790.                 'monolog.handler.main' => [
  13791.                     'type' => 'exclusive',
  13792.                     'elements' => [
  13793.                         => 'event',
  13794.                     ],
  13795.                 ],
  13796.             ],
  13797.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  13798.             'security.role_hierarchy.roles' => [
  13799.             ],
  13800.             'security.access.denied_url' => NULL,
  13801.             'security.authentication.manager.erase_credentials' => true,
  13802.             'security.authentication.session_strategy.strategy' => 'migrate',
  13803.             'security.access.always_authenticate_before_granting' => false,
  13804.             'security.authentication.hide_user_not_found' => true,
  13805.             'security.firewalls' => [
  13806.                 => 'dev',
  13807.                 => 'oauth2_api',
  13808.                 => 'admin',
  13809.                 => 'rookie_admin',
  13810.                 => 'shuttle_admin',
  13811.                 => 'rookie_day_admin',
  13812.                 => 'main',
  13813.             ],
  13814.             'overblog_graphql_types.classes_map' => [
  13815.             ],
  13816.             'data_collector.templates' => [
  13817.                 'data_collector.request' => [
  13818.                     => 'request',
  13819.                     => '@WebProfiler/Collector/request.html.twig',
  13820.                 ],
  13821.                 'data_collector.time' => [
  13822.                     => 'time',
  13823.                     => '@WebProfiler/Collector/time.html.twig',
  13824.                 ],
  13825.                 'data_collector.memory' => [
  13826.                     => 'memory',
  13827.                     => '@WebProfiler/Collector/memory.html.twig',
  13828.                 ],
  13829.                 'data_collector.validator' => [
  13830.                     => 'validator',
  13831.                     => '@WebProfiler/Collector/validator.html.twig',
  13832.                 ],
  13833.                 'data_collector.ajax' => [
  13834.                     => 'ajax',
  13835.                     => '@WebProfiler/Collector/ajax.html.twig',
  13836.                 ],
  13837.                 'data_collector.form' => [
  13838.                     => 'form',
  13839.                     => '@WebProfiler/Collector/form.html.twig',
  13840.                 ],
  13841.                 'data_collector.exception' => [
  13842.                     => 'exception',
  13843.                     => '@WebProfiler/Collector/exception.html.twig',
  13844.                 ],
  13845.                 'data_collector.logger' => [
  13846.                     => 'logger',
  13847.                     => '@WebProfiler/Collector/logger.html.twig',
  13848.                 ],
  13849.                 'data_collector.events' => [
  13850.                     => 'events',
  13851.                     => '@WebProfiler/Collector/events.html.twig',
  13852.                 ],
  13853.                 'data_collector.router' => [
  13854.                     => 'router',
  13855.                     => '@WebProfiler/Collector/router.html.twig',
  13856.                 ],
  13857.                 'data_collector.cache' => [
  13858.                     => 'cache',
  13859.                     => '@WebProfiler/Collector/cache.html.twig',
  13860.                 ],
  13861.                 'data_collector.translation' => [
  13862.                     => 'translation',
  13863.                     => '@WebProfiler/Collector/translation.html.twig',
  13864.                 ],
  13865.                 'data_collector.security' => [
  13866.                     => 'security',
  13867.                     => '@Security/Collector/security.html.twig',
  13868.                 ],
  13869.                 'data_collector.twig' => [
  13870.                     => 'twig',
  13871.                     => '@WebProfiler/Collector/twig.html.twig',
  13872.                 ],
  13873.                 'data_collector.doctrine' => [
  13874.                     => 'db',
  13875.                     => '@Doctrine/Collector/db.html.twig',
  13876.                 ],
  13877.                 'data_collector.http_client' => [
  13878.                     => 'http_client',
  13879.                     => '@WebProfiler/Collector/http_client.html.twig',
  13880.                 ],
  13881.                 'doctrine_migrations.migrations_collector' => [
  13882.                     => 'doctrine_migrations',
  13883.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  13884.                 ],
  13885.                 'data_collector.dump' => [
  13886.                     => 'dump',
  13887.                     => '@Debug/Profiler/dump.html.twig',
  13888.                 ],
  13889.                 'fos_elastica.data_collector' => [
  13890.                     => 'elastica',
  13891.                     => '@FOSElastica/Collector/elastica.html.twig',
  13892.                 ],
  13893.                 'data_collector.jms_serializer' => [
  13894.                     => 'jms_serializer',
  13895.                     => '@JMSSerializer/Collector/panel.html.twig',
  13896.                 ],
  13897.                 'Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector' => [
  13898.                     => 'graphql',
  13899.                     => '@OverblogGraphQL/profiler/panel.html.twig',
  13900.                 ],
  13901.                 'sonata.block.data_collector' => [
  13902.                     => 'block',
  13903.                     => '@SonataBlock/Profiler/block.html.twig',
  13904.                 ],
  13905.                 'mailer.data_collector' => [
  13906.                     => 'mailer',
  13907.                     => '@WebProfiler/Collector/mailer.html.twig',
  13908.                 ],
  13909.                 'notifier.data_collector' => [
  13910.                     => 'notifier',
  13911.                     => '@WebProfiler/Collector/notifier.html.twig',
  13912.                 ],
  13913.                 'data_collector.config' => [
  13914.                     => 'config',
  13915.                     => '@WebProfiler/Collector/config.html.twig',
  13916.                 ],
  13917.             ],
  13918.             'console.command.ids' => [
  13919.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand',
  13920.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand',
  13921.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand',
  13922.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand',
  13923.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand',
  13924.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand',
  13925.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand',
  13926.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand',
  13927.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand',
  13928.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand',
  13929.                 10 => 'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand',
  13930.                 11 => 'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand',
  13931.                 12 => 'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand',
  13932.                 13 => 'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand',
  13933.                 14 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand',
  13934.                 15 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand',
  13935.                 16 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand',
  13936.                 17 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand',
  13937.                 18 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand',
  13938.                 19 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand',
  13939.                 20 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand',
  13940.                 21 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand',
  13941.                 22 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand',
  13942.                 23 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand',
  13943.                 24 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand',
  13944.                 25 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand',
  13945.                 26 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand',
  13946.                 27 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand',
  13947.                 28 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand',
  13948.                 29 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand',
  13949.                 30 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand',
  13950.                 31 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand',
  13951.                 32 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand',
  13952.                 33 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand',
  13953.                 34 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand',
  13954.                 35 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand',
  13955.                 36 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand',
  13956.                 37 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand',
  13957.                 38 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand',
  13958.                 39 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand',
  13959.                 40 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand',
  13960.                 41 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand',
  13961.                 42 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand',
  13962.                 43 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand',
  13963.                 44 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand',
  13964.                 45 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand',
  13965.                 46 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand',
  13966.                 47 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand',
  13967.                 48 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand',
  13968.                 49 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand',
  13969.                 50 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand',
  13970.                 51 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand',
  13971.                 52 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand',
  13972.                 53 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand',
  13973.                 54 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand',
  13974.                 55 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand',
  13975.                 56 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand',
  13976.                 57 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand',
  13977.                 58 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand',
  13978.                 59 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand',
  13979.                 60 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand',
  13980.                 61 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand',
  13981.                 62 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand',
  13982.                 63 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand',
  13983.                 64 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand',
  13984.                 65 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand',
  13985.                 66 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand',
  13986.                 67 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand',
  13987.                 68 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand',
  13988.                 69 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand',
  13989.                 70 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand',
  13990.                 71 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand',
  13991.                 72 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand',
  13992.                 73 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand',
  13993.                 74 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand',
  13994.                 75 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand',
  13995.                 76 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand',
  13996.                 77 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand',
  13997.                 78 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand',
  13998.                 79 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand',
  13999.                 80 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand',
  14000.                 81 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand',
  14001.                 82 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand',
  14002.                 83 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand',
  14003.                 84 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand',
  14004.                 85 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand',
  14005.                 86 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand',
  14006.                 87 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand',
  14007.                 88 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand',
  14008.                 89 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand',
  14009.                 90 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand',
  14010.                 91 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand',
  14011.                 92 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand',
  14012.                 93 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand',
  14013.                 94 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand',
  14014.                 95 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand',
  14015.                 96 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand',
  14016.                 97 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand',
  14017.                 98 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand',
  14018.                 99 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand',
  14019.                 100 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand',
  14020.                 101 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand',
  14021.                 102 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand',
  14022.                 103 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand',
  14023.                 104 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand',
  14024.                 105 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand',
  14025.                 106 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand',
  14026.                 107 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand',
  14027.                 108 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand',
  14028.                 109 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand',
  14029.                 110 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand',
  14030.                 111 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand',
  14031.                 112 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand',
  14032.                 113 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand',
  14033.                 114 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand',
  14034.                 115 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand',
  14035.                 116 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand',
  14036.                 117 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand',
  14037.                 118 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand',
  14038.                 119 => 'console.command.public_alias.sonata.cache.command.flush',
  14039.                 120 => 'console.command.public_alias.sonata.cache.command.flushall',
  14040.                 121 => 'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand',
  14041.                 122 => 'Sonata\\CacheBundle\\Command\\CacheFlushCommand',
  14042.             ],
  14043.         ];
  14044.     }
  14045.     protected function throw($message)
  14046.     {
  14047.         throw new RuntimeException($message);
  14048.     }
  14049. }