var/cache/dev/ContainerJxS5dCo/App_KernelDevDebugContainer.php line 592

Open in your IDE?
  1. <?php
  2. namespace ContainerJxS5dCo;
  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\\SchoolClassCodeCommand' => 'getSchoolClassCodeCommandService',
  441.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand' => 'getSchoolClassPTSArchiveCommandService',
  442.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand' => 'getSchoolClassUpgradeCommandService',
  443.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand' => 'getSchoolImportCommandService',
  444.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand' => 'getSchoolInterestFieldsCommandService',
  445.             'console.command.public_alias.sonata.cache.command.flush' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushService',
  446.             'console.command.public_alias.sonata.cache.command.flushall' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushallService',
  447.             'console.command_loader' => 'getConsole_CommandLoaderService',
  448.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  449.             'error_controller' => 'getErrorControllerService',
  450.             'jms_serializer' => 'getJmsSerializerService',
  451.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  452.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  453.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  454.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  455.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  456.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  457.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  458.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  459.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  460.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  461.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  462.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  463.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  464.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  465.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  466.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  467.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  468.             'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService',
  469.             'overblog_graphql.access_resolver' => 'getOverblogGraphql_AccessResolverService',
  470.             'overblog_graphql.arguments_transformer' => 'getOverblogGraphql_ArgumentsTransformerService',
  471.             'overblog_graphql.mutation_resolver' => 'getOverblogGraphql_MutationResolverService',
  472.             'overblog_graphql.query_resolver' => 'getOverblogGraphql_QueryResolverService',
  473.             'overblog_graphql.react.promise_adapter' => 'getOverblogGraphql_React_PromiseAdapterService',
  474.             'overblog_graphql.request_batch_parser' => 'getOverblogGraphql_RequestBatchParserService',
  475.             'overblog_graphql.request_executor' => 'getOverblogGraphql_RequestExecutorService',
  476.             'overblog_graphql.request_parser' => 'getOverblogGraphql_RequestParserService',
  477.             'overblog_graphql.type_resolver' => 'getOverblogGraphql_TypeResolverService',
  478.             'routing.loader' => 'getRouting_LoaderService',
  479.             'services_resetter' => 'getServicesResetterService',
  480.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  481.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  482.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  483.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  484.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  485.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  486.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  487.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  488.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  489.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  490.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  491.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  492.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  493.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  494.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  495.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  496.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  497.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  498.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  499.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  500.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  501.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  502.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  503.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  504.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  505.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  506.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  507.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  508.             'sonata.cache.orm.event_subscriber.default' => 'getSonata_Cache_Orm_EventSubscriber_DefaultService',
  509.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  510.             'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService',
  511.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  512.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  513.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  514.         ];
  515.         $this->aliases = [
  516.             'App\\Kernel' => 'kernel',
  517.             'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
  518.             'database_connection' => 'doctrine.dbal.default_connection',
  519.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  520.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  521.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  522.             'sonata.seo.page' => 'sonata.seo.page.default',
  523.         ];
  524.         $this->privates['service_container'] = function () {
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  531.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  540.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/AddressHelper.php';
  541.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/BoPartnerHelper.php';
  542.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CodeGeneratorHelper.php';
  543.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CommunicationHelper.php';
  544.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CompanyHelper.php';
  545.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/EventHelper.php';
  546.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GameHelper.php';
  547.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GamePointsHelper.php';
  548.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/JobHelper.php';
  549.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MediaHelper.php';
  550.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/IdGenerator.php';
  551.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/YoutubeGenerator.php';
  552.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/ReferenceGenerator.php';
  553.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MqttHelper.php';
  554.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/RegisterHelper.php';
  555.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SchoolHelper.php';
  556.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchIndexHelper.php';
  557.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchTagHelper.php';
  558.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SecurityHelper.php';
  559.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/TitleHelper.php';
  560.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/UserHelper.php';
  561.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MenuHelper.php';
  562.             include_once \dirname(__DIR__4).'/src/Services/JobService.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  571.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  582.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  601.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  607.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  617.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  618.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerTrait.php';
  619.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/AbstractLogger.php';
  620.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  623.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Client.php';
  624.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  625.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Index.php';
  627.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  628.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  630.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  632.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  635.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  637.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  638.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  639.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  640.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  643.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  644.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  646.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  648.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  649.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  650.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  653.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  655.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  657.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  659.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  660.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  662.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  663.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  664.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  665.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/DataCollector/GraphQLCollector.php';
  670.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/EventListener/ClassLoaderListener.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  673.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  674.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  675.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  678.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  682.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  683.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  687.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  690.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  692.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  694.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  697.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  699.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  700.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  701.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  703.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  705.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  706.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  707.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  709.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  710.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  711.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  712.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  713.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  714.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  715.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  716.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  717.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/CanonicalizeRuntime.php';
  718.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  781.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  782.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  783.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  784.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  821.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  825.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  827.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  828.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  830.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  831.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  832.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  833.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  834.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  877.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  887.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  888.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  889.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  890.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  891.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  892.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  893.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGenerator.php';
  894.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeBuilder.php';
  895.             include_once \dirname(__DIR__4).'/vendor/murtukov/php-code-generator/src/ConverterInterface.php';
  896.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/Converter/ExpressionConverter.php';
  897.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionLanguage.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunction.php';
  899.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction.php';
  900.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Call.php';
  901.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Parameter.php';
  902.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Service.php';
  903.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Arguments.php';
  904.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/IsTypeOf.php';
  905.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Mutation.php';
  906.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Query.php';
  907.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/FromGlobalID.php';
  908.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/GlobalID.php';
  909.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/IdFetcherCallback.php';
  910.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/MutateAndGetPayloadCallback.php';
  911.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/ResolveSingleInputCallback.php';
  912.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Resolver.php';
  913.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/NewObject.php';
  914.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php';
  915.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyPermission.php';
  916.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyRole.php';
  917.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasPermission.php';
  918.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasRole.php';
  919.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAnonymous.php';
  920.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAuthenticated.php';
  921.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsFullyAuthenticated.php';
  922.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsGranted.php';
  923.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsRememberMe.php';
  924.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGeneratorOptions.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  930.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  947.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  949.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  950.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  951.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  952.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  953.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  957.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  959.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  962.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  963.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  964.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  965.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  966.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  967.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  968.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  969.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  970.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  972.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  999.             include_once \dirname(__DIR__4).'/src/Twig/AssetExistsExtension.php';
  1000.             include_once \dirname(__DIR__4).'/src/Twig/DateHelpersExtension.php';
  1001.             include_once \dirname(__DIR__4).'/src/Twig/EventExtension.php';
  1002.             include_once \dirname(__DIR__4).'/src/Twig/FrontendLinkExtensions.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1004.             include_once \dirname(__DIR__4).'/src/Twig/GlobalExtension.php';
  1005.             include_once \dirname(__DIR__4).'/src/Twig/HTMLHelpersExtension.php';
  1006.             include_once \dirname(__DIR__4).'/src/Twig/JsonDecodeExtension.php';
  1007.             include_once \dirname(__DIR__4).'/src/Twig/MathExtension.php';
  1008.             include_once \dirname(__DIR__4).'/src/Twig/MediaExtensions.php';
  1009.             include_once \dirname(__DIR__4).'/src/Twig/VersionExtensions.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1055.         };
  1056.     }
  1057.     public function compile(): void
  1058.     {
  1059.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1060.     }
  1061.     public function isCompiled(): bool
  1062.     {
  1063.         return true;
  1064.     }
  1065.     public function getRemovedIds(): array
  1066.     {
  1067.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1068.     }
  1069.     protected function load($file$lazyLoad true)
  1070.     {
  1071.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1072.             return $class::do($this$lazyLoad);
  1073.         }
  1074.         if ('.' === $file[-4]) {
  1075.             $class substr($class0, -4);
  1076.         } else {
  1077.             $file .= '.php';
  1078.         }
  1079.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1080.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1081.     }
  1082.     protected function createProxy($class\Closure $factory)
  1083.     {
  1084.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1085.         return $factory();
  1086.     }
  1087.     /**
  1088.      * Gets the public '.container.private.filesystem' shared service.
  1089.      *
  1090.      * @return \Symfony\Component\Filesystem\Filesystem
  1091.      */
  1092.     protected function get_Container_Private_FilesystemService()
  1093.     {
  1094.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1095.     }
  1096.     /**
  1097.      * Gets the public '.container.private.profiler' shared service.
  1098.      *
  1099.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1100.      */
  1101.     protected function get_Container_Private_ProfilerService()
  1102.     {
  1103.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1104.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1105.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1106.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1107.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1108.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1109.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1110.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1111.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1112.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1113.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1114.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1115.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1116.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1117.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1118.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1119.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1120.         $d->addInstance('graphql.cache', ($this->privates['.graphql.cache.inner'] ?? $this->get_Graphql_Cache_InnerService()));
  1121.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1122.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1123.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1124.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1125.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1126.         if ($this->has('kernel')) {
  1127.             $f->setKernel($b);
  1128.         }
  1129.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1130.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1131.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1132.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1133.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1134.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1135.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1136.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1137.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1138.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1139.         $instance->add($d);
  1140.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1141.         $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));
  1142.         $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())));
  1143.         $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([])))));
  1144.         $instance->add($e);
  1145.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1146.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1147.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1148.         $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()))));
  1149.         $instance->add(($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector())));
  1150.         $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']));
  1151.         $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()))));
  1152.         $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()))));
  1153.         $instance->add($f);
  1154.         return $instance;
  1155.     }
  1156.     /**
  1157.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1158.      *
  1159.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1160.      */
  1161.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1162.     {
  1163.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1164.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1165.             return $this->services['.container.private.security.authorization_checker'];
  1166.         }
  1167.         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);
  1168.     }
  1169.     /**
  1170.      * Gets the public '.container.private.security.token_storage' shared service.
  1171.      *
  1172.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1173.      */
  1174.     protected function get_Container_Private_Security_TokenStorageService()
  1175.     {
  1176.         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, [
  1177.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1178.         ], [
  1179.             'request_stack' => '?',
  1180.         ]));
  1181.     }
  1182.     /**
  1183.      * Gets the public '.container.private.twig' shared service.
  1184.      *
  1185.      * @return \Twig\Environment
  1186.      */
  1187.     protected function get_Container_Private_TwigService()
  1188.     {
  1189.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1190.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1191.         $a->addPath((\dirname(__DIR__4).'/templates/frontend'), 'frontend');
  1192.         $a->addPath((\dirname(__DIR__4).'/templates/backend'), 'backend');
  1193.         $a->addPath((\dirname(__DIR__4).'/templates/admin'), 'admin');
  1194.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1195.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1196.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1197.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1198.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1199.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1200.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1201.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1202.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1203.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1204.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1205.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1206.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1207.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1208.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), 'OverblogGraphQL');
  1209.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), '!OverblogGraphQL');
  1210.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), 'OverblogGraphiQL');
  1211.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), '!OverblogGraphiQL');
  1212.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1213.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1214.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1215.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  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/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  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/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), '!SonataForm');
  1220.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  1221.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1222.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1223.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1224.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1225.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1226.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1227.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1228.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1229.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1230.         $a->addPath((\dirname(__DIR__4).'/templates'));
  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/Email'), '!email');
  1233.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1234.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1235.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1236.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1237.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1238.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1239.         $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 () {
  1240.             return new \EmptyIterator();
  1241.         }, 0));
  1242.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1243.         $h = ($this->services['router'] ?? $this->getRouterService());
  1244.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1245.         $j = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  1246.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  1247.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  1248.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  1249.         $j->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  1250.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  1251.         $k = new \Knp\Menu\Util\MenuManipulator();
  1252.         $l = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1253.         $m = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1254.         $m->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1255.         $n = new \Symfony\Bridge\Twig\AppVariable();
  1256.         $n->setEnvironment('dev');
  1257.         $n->setDebug(true);
  1258.         if ($this->has('.container.private.security.token_storage')) {
  1259.             $n->setTokenStorage($i);
  1260.         }
  1261.         if ($this->has('request_stack')) {
  1262.             $n->setRequestStack($d);
  1263.         }
  1264.         $o = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1266.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1267.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1268.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1269.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1270.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1271.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1272.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1273.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1274.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1275.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$h)));
  1276.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1277.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1278.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1279.         $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())));
  1280.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1281.         $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)));
  1282.         $instance->addExtension(new \App\Twig\AssetExistsExtension(\dirname(__DIR__4)));
  1283.         $instance->addExtension(new \App\Twig\DateHelpersExtension());
  1284.         $instance->addExtension(new \App\Twig\EventExtension(($this->privates['App\\BackendBundle\\Helper\\EventHelper'] ?? $this->getEventHelperService())));
  1285.         $instance->addExtension(new \App\Twig\FrontendLinkExtensions($this->getEnv('FRONTEND_DOMAIN')));
  1286.         $instance->addExtension(new \App\Twig\GlobalExtension());
  1287.         $instance->addExtension(new \App\Twig\HTMLHelpersExtension());
  1288.         $instance->addExtension(new \App\Twig\JsonDecodeExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1289.         $instance->addExtension(new \App\Twig\MathExtension());
  1290.         $instance->addExtension(new \App\Twig\MediaExtensions(($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService())));
  1291.         $instance->addExtension(new \App\Twig\VersionExtensions());
  1292.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1293.         $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)))));
  1294.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1295.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($j));
  1296.         $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, [
  1297.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1298.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1299.         ], [
  1300.             'list' => '?',
  1301.             'twig' => '?',
  1302.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $k$l), $l$k));
  1303.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  1304.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1305.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1306.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1307.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1308.         $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()))));
  1309.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1310.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1311.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1312.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1313.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1314.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  1315.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1316.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($m));
  1317.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1318.         $instance->addGlobal('app'$n);
  1319.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1320.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1321.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  1322.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1323.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1324.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1325.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1326.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1327.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1328.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1329.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1330.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1331.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1332.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'false],
  1333.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1334.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1335.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1336.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1337.         ], [
  1338.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1339.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  1340.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1341.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1342.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1343.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1344.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1345.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1346.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1347.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1348.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1349.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1350.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  1351.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1352.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1353.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1354.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1355.         ])));
  1356.         $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']));
  1357.         $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]));
  1358.         $instance->registerUndefinedFilterCallback([=> $o=> 'suggestFilter']);
  1359.         $instance->registerUndefinedFunctionCallback([=> $o=> 'suggestFunction']);
  1360.         $instance->registerUndefinedTokenParserCallback([=> $o=> 'suggestTag']);
  1361.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1362.         return $instance;
  1363.     }
  1364.     /**
  1365.      * Gets the public '.container.private.validator' shared service.
  1366.      *
  1367.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1368.      */
  1369.     protected function get_Container_Private_ValidatorService()
  1370.     {
  1371.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1372.         if (isset($this->services['.container.private.validator'])) {
  1373.             return $this->services['.container.private.validator'];
  1374.         }
  1375.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1376.     }
  1377.     /**
  1378.      * Gets the public 'cache.app' shared service.
  1379.      *
  1380.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1381.      */
  1382.     protected function getCache_AppService()
  1383.     {
  1384.         $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))));
  1385.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1386.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1387.     }
  1388.     /**
  1389.      * Gets the public 'cache.system' shared service.
  1390.      *
  1391.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1392.      */
  1393.     protected function getCache_SystemService()
  1394.     {
  1395.         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())));
  1396.     }
  1397.     /**
  1398.      * Gets the public 'cache.validator_expression_language' shared service.
  1399.      *
  1400.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1401.      */
  1402.     protected function getCache_ValidatorExpressionLanguageService()
  1403.     {
  1404.         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())));
  1405.     }
  1406.     /**
  1407.      * Gets the public 'data_collector.dump' shared service.
  1408.      *
  1409.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1410.      */
  1411.     protected function getDataCollector_DumpService()
  1412.     {
  1413.         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()));
  1414.     }
  1415.     /**
  1416.      * Gets the public 'doctrine' shared service.
  1417.      *
  1418.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1419.      */
  1420.     protected function getDoctrineService()
  1421.     {
  1422.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1423.     }
  1424.     /**
  1425.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1426.      *
  1427.      * @return \Doctrine\DBAL\Connection
  1428.      */
  1429.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1430.     {
  1431.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1432.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1433.             return $this->services['doctrine.dbal.default_connection'];
  1434.         }
  1435.         $b = new \Doctrine\DBAL\Configuration();
  1436.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1437.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1438.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1439.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1440.         $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))));
  1441.         $d->setConnectionName('default');
  1442.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1443.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1444.         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, []);
  1445.     }
  1446.     /**
  1447.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1448.      *
  1449.      * @return \Doctrine\ORM\EntityManager
  1450.      */
  1451.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1452.     {
  1453.         if ($lazyLoad) {
  1454.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1455.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1456.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1457.                     $proxy->setProxyInitializer(null);
  1458.                     return true;
  1459.                 });
  1460.             });
  1461.         }
  1462.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1477.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1478.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1479.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1481.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1482.         $a = new \Doctrine\ORM\Configuration();
  1483.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1484.         $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)));
  1485.         $b->addDriver(($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService()), 'App\\Entity');
  1486.         $b->addDriver($c'App\\AdminBundle\\Entity');
  1487.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1488.         $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');
  1489.         $a->setEntityNamespaces(['App' => 'App\\Entity''AdminBundle' => 'App\\AdminBundle\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1490.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1491.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1492.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1493.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1494.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1495.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1496.         ], [
  1497.             'doctrine.ulid_generator' => '?',
  1498.             'doctrine.uuid_generator' => '?',
  1499.         ])));
  1500.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1501.         $a->setProxyNamespace('Proxies');
  1502.         $a->setAutoGenerateProxyClasses(false);
  1503.         $a->setSchemaIgnoreClasses([]);
  1504.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1505.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1506.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1507.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1508.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1509.         $a->setLazyGhostObjectEnabled(false);
  1510.         $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, [], [])))));
  1511.         $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()));
  1512.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1513.         return $instance;
  1514.     }
  1515.     /**
  1516.      * Gets the public 'event_dispatcher' shared service.
  1517.      *
  1518.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1519.      */
  1520.     protected function getEventDispatcherService()
  1521.     {
  1522.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1523.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1524.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1525.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1526.         $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())));
  1527.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1528.             return ($this->privates['oauth2.authorization.requst.listener'] ?? $this->load('getOauth2_Authorization_Requst_ListenerService'));
  1529.         }, => 'resolve'], 0);
  1530.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [=> function () {
  1531.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1532.         }, => 'onPostIndexPopulate'], -9999);
  1533.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1534.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1535.         }, => 'onAuthorizationRequest'], 1024);
  1536.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> function () {
  1537.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1538.         }, => '__invoke'], 0);
  1539.         $instance->addListener('graphql.error_formatting', [=> function () {
  1540.             return ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] ?? ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] = new \Overblog\GraphQLBundle\Validator\Formatter()));
  1541.         }, => 'onErrorFormatting'], 0);
  1542.         $instance->addListener('graphql.executor.context', [=> function () {
  1543.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\RequestFilesListener'] ?? $this->load('getRequestFilesListenerService'));
  1544.         }, => 'onExecutorContextEvent'], 0);
  1545.         $instance->addListener('graphql.type_loaded', [=> function () {
  1546.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\TypeDecoratorListener'] ?? $this->load('getTypeDecoratorListenerService'));
  1547.         }, => 'onTypeLoaded'], 0);
  1548.         $instance->addListener('graphql.error_formatting', [=> function () {
  1549.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] ?? ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] = new \Overblog\GraphQLBundle\EventListener\ValidationErrorsListener()));
  1550.         }, => 'onErrorFormatting'], 0);
  1551.         $instance->addListener('graphql.post_executor', [=> function () {
  1552.             return ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector()));
  1553.         }, => 'onPostExecutor'], 0);
  1554.         $instance->addListener('graphql.post_executor', [=> function () {
  1555.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ErrorHandlerListener'] ?? $this->load('getErrorHandlerListenerService'));
  1556.         }, => 'onPostExecutor'], 0);
  1557.         $instance->addListener('kernel.request', [=> function () {
  1558.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1559.         }, => 'load'], 255);
  1560.         $instance->addListener('console.command', [=> function () {
  1561.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1562.         }, => 'load'], 255);
  1563.         $instance->addListener('kernel.response', [=> function () {
  1564.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  1565.         }, => 'onKernelResponse'], 0);
  1566.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  1567.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  1568.         }, => 'onBlock'], 0);
  1569.         $instance->addListener('kernel.controller', [=> function () {
  1570.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1571.         }, => 'onKernelController'], 0);
  1572.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1573.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1574.         }, => 'checkPassport'], 1024);
  1575.         $instance->addListener('kernel.response', [=> function () {
  1576.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1577.         }, => 'onKernelResponse'], 0);
  1578.         $instance->addListener('kernel.response', [=> function () {
  1579.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1580.         }, => 'onKernelResponse'], 0);
  1581.         $instance->addListener('kernel.response', [=> function () {
  1582.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1583.         }, => 'onKernelResponse'], 0);
  1584.         $instance->addListener('kernel.response', [=> function () {
  1585.             return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  1586.         }, => 'onKernelResponse'], 0);
  1587.         $instance->addListener('kernel.response', [=> function () {
  1588.             return ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
  1589.         }, => 'onKernelResponse'], 0);
  1590.         $instance->addListener('knp_pager.items', [=> function () {
  1591.             return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  1592.         }, => 'items'], 1);
  1593.         $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [=> function () {
  1594.             return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  1595.         }, => 'filterObjects'], 0);
  1596.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1597.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1598.         }, => 'checkPassport'], 256);
  1599.         $instance->addListener('kernel.controller', [=> function () {
  1600.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1601.         }, => 'onKernelController'], 0);
  1602.         $instance->addListener('kernel.controller', [=> function () {
  1603.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1604.         }, => 'onKernelController'], 0);
  1605.         $instance->addListener('kernel.controller', [=> function () {
  1606.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1607.         }, => 'onKernelController'], -128);
  1608.         $instance->addListener('kernel.view', [=> function () {
  1609.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1610.         }, => 'onKernelView'], 0);
  1611.         $instance->addListener('kernel.controller', [=> function () {
  1612.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1613.         }, => 'onKernelController'], 0);
  1614.         $instance->addListener('kernel.response', [=> function () {
  1615.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1616.         }, => 'onKernelResponse'], 0);
  1617.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1618.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1619.         }, => 'onKernelControllerArguments'], 0);
  1620.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1621.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1622.         }, => 'onKernelControllerArguments'], 0);
  1623.         $instance->addListener('kernel.controller', [=> function () {
  1624.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1625.         }, => 'onKernelController'], 0);
  1626.         $instance->addListener('kernel.response', [=> function () {
  1627.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1628.         }, => 'onKernelResponse'], 0);
  1629.         $instance->addListener('kernel.response', [=> function () {
  1630.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1631.         }, => 'onKernelResponse'], -1024);
  1632.         $instance->addListener('kernel.request', [=> function () {
  1633.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1634.         }, => 'setDefaultLocale'], 100);
  1635.         $instance->addListener('kernel.request', [=> function () {
  1636.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1637.         }, => 'onKernelRequest'], 16);
  1638.         $instance->addListener('kernel.finish_request', [=> function () {
  1639.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1640.         }, => 'onKernelFinishRequest'], 0);
  1641.         $instance->addListener('kernel.request', [=> function () {
  1642.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1643.         }, => 'onKernelRequest'], 256);
  1644.         $instance->addListener('kernel.response', [=> function () {
  1645.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1646.         }, => 'onResponse'], -255);
  1647.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1648.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1649.         }, => 'onControllerArguments'], 0);
  1650.         $instance->addListener('kernel.exception', [=> function () {
  1651.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1652.         }, => 'logKernelException'], 0);
  1653.         $instance->addListener('kernel.exception', [=> function () {
  1654.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1655.         }, => 'onKernelException'], -128);
  1656.         $instance->addListener('kernel.response', [=> function () {
  1657.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1658.         }, => 'removeCspHeader'], -128);
  1659.         $instance->addListener('kernel.request', [=> function () {
  1660.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1661.         }, => 'onKernelRequest'], 15);
  1662.         $instance->addListener('kernel.finish_request', [=> function () {
  1663.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1664.         }, => 'onKernelFinishRequest'], -15);
  1665.         $instance->addListener('console.error', [=> function () {
  1666.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1667.         }, => 'onConsoleError'], -128);
  1668.         $instance->addListener('console.terminate', [=> function () {
  1669.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1670.         }, => 'onConsoleTerminate'], -128);
  1671.         $instance->addListener('console.error', [=> function () {
  1672.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1673.         }, => 'onConsoleError'], 0);
  1674.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1675.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1676.         }, => 'onMessage'], -255);
  1677.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1678.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1679.         }, => 'onMessage'], -255);
  1680.         $instance->addListener('kernel.request', [=> function () {
  1681.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1682.         }, => 'configure'], 2048);
  1683.         $instance->addListener('console.command', [=> function () {
  1684.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1685.         }, => 'configure'], 2048);
  1686.         $instance->addListener('kernel.request', [=> function () {
  1687.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1688.         }, => 'onKernelRequest'], 32);
  1689.         $instance->addListener('kernel.finish_request', [=> function () {
  1690.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1691.         }, => 'onKernelFinishRequest'], 0);
  1692.         $instance->addListener('kernel.exception', [=> function () {
  1693.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1694.         }, => 'onKernelException'], -64);
  1695.         $instance->addListener('kernel.response', [=> function () {
  1696.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1697.         }, => 'onKernelResponse'], 0);
  1698.         $instance->addListener('kernel.request', [=> function () {
  1699.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1700.         }, => 'onKernelRequest'], 128);
  1701.         $instance->addListener('kernel.response', [=> function () {
  1702.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1703.         }, => 'onKernelResponse'], -1000);
  1704.         $instance->addListener('kernel.finish_request', [=> function () {
  1705.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1706.         }, => 'onFinishRequest'], 0);
  1707.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1708.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1709.         }, => 'onNotification'], -255);
  1710.         $instance->addListener('kernel.response', [=> function () {
  1711.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1712.         }, => 'onKernelResponse'], -100);
  1713.         $instance->addListener('kernel.exception', [=> function () {
  1714.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1715.         }, => 'onKernelException'], 0);
  1716.         $instance->addListener('kernel.terminate', [=> function () {
  1717.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1718.         }, => 'onKernelTerminate'], -1024);
  1719.         $instance->addListener('kernel.controller', [=> function () {
  1720.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1721.         }, => 'onKernelController'], 0);
  1722.         $instance->addListener('kernel.response', [=> function () {
  1723.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1724.         }, => 'onKernelResponse'], 0);
  1725.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1726.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1727.         }, => 'onMessage'], 0);
  1728.         $instance->addListener('kernel.response', [=> function () {
  1729.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1730.         }, => 'onKernelResponse'], -128);
  1731.         $instance->addListener('console.command', [=> function () {
  1732.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1733.         }, => 'onCommand'], 255);
  1734.         $instance->addListener('console.terminate', [=> function () {
  1735.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1736.         }, => 'onTerminate'], -255);
  1737.         $instance->addListener('console.command', [=> function () {
  1738.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1739.         }, => 'configure'], 1024);
  1740.         $instance->addListener('console.error', [=> function () {
  1741.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1742.         }, => 'onConsoleError'], 0);
  1743.         $instance->addListener('console.terminate', [=> function () {
  1744.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1745.         }, => 'onConsoleTerminate'], 0);
  1746.         $instance->addListener('kernel.response', [=> function () {
  1747.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1748.         }, => 'onKernelResponse'], 0);
  1749.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1750.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1751.         }, => 'checkPassport'], 0);
  1752.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1753.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1754.         }, => 'onLoginSuccess'], 0);
  1755.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1756.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1757.         }, => 'onVoterVote'], 0);
  1758.         $instance->addListener('kernel.request', [=> function () {
  1759.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1760.         }, => 'configureLogoutUrlGenerator'], 8);
  1761.         $instance->addListener('kernel.request', [=> function () {
  1762.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1763.         }, => 'onKernelRequest'], 8);
  1764.         $instance->addListener('kernel.finish_request', [=> function () {
  1765.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1766.         }, => 'onKernelFinishRequest'], 0);
  1767.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1768.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1769.         }, => 'checkPassport'], 512);
  1770.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1771.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1772.         }, => 'onLogout'], 0);
  1773.         return $instance;
  1774.     }
  1775.     /**
  1776.      * Gets the public 'http_kernel' shared service.
  1777.      *
  1778.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1779.      */
  1780.     protected function getHttpKernelService()
  1781.     {
  1782.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1783.         if (isset($this->services['http_kernel'])) {
  1784.             return $this->services['http_kernel'];
  1785.         }
  1786.         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 () {
  1787.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1788.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1789.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1790.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1791.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1792.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  1793.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1794.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1795.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1796.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1797.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1798.     }
  1799.     /**
  1800.      * Gets the public 'knp_menu.matcher' shared service.
  1801.      *
  1802.      * @return \Knp\Menu\Matcher\Matcher
  1803.      */
  1804.     protected function getKnpMenu_MatcherService()
  1805.     {
  1806.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1807.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1808.             yield => ($this->privates['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService'));
  1809.             yield => ($this->privates['sonata.admin.menu.matcher.voter.active'] ?? ($this->privates['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1810.         }, 3));
  1811.     }
  1812.     /**
  1813.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1814.      *
  1815.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1816.      */
  1817.     protected function getLiipImagine_Cache_ManagerService()
  1818.     {
  1819.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1820.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1821.             return $this->services['liip_imagine.cache.manager'];
  1822.         }
  1823.         $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);
  1824.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1825.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1826.         return $instance;
  1827.     }
  1828.     /**
  1829.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1830.      *
  1831.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1832.      */
  1833.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1834.     {
  1835.         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');
  1836.     }
  1837.     /**
  1838.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1839.      *
  1840.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1841.      */
  1842.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1843.     {
  1844.         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()));
  1845.     }
  1846.     /**
  1847.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1848.      *
  1849.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1850.      */
  1851.     protected function getLiipImagine_Cache_SignerService()
  1852.     {
  1853.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1854.     }
  1855.     /**
  1856.      * Gets the public 'markdown.parser' shared service.
  1857.      *
  1858.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  1859.      */
  1860.     protected function getMarkdown_ParserService()
  1861.     {
  1862.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  1863.     }
  1864.     /**
  1865.      * Gets the public 'overblog_graphql.cache_compiler' shared service.
  1866.      *
  1867.      * @return \Overblog\GraphQLBundle\Generator\TypeGenerator
  1868.      */
  1869.     protected function getOverblogGraphql_CacheCompilerService()
  1870.     {
  1871.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1872.         if (isset($this->services['overblog_graphql.cache_compiler'])) {
  1873.             return $this->services['overblog_graphql.cache_compiler'];
  1874.         }
  1875.         $b = new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionLanguage(NULL);
  1876.         $b->addGlobalName('services->get(\'typeResolver\')''typeResolver');
  1877.         $b->addGlobalName('services->get(\'queryResolver\')''queryResolver');
  1878.         $b->addGlobalName('services->get(\'mutationResolver\')''mutationResolver');
  1879.         $b->addGlobalName('services->get(\'argumentFactory\')''argumentFactory');
  1880.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Call());
  1881.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter());
  1882.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service());
  1883.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Arguments());
  1884.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\IsTypeOf());
  1885.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation());
  1886.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query());
  1887.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\FromGlobalID());
  1888.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\GlobalID());
  1889.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\IdFetcherCallback());
  1890.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\MutateAndGetPayloadCallback());
  1891.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\ResolveSingleInputCallback());
  1892.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver());
  1893.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\NewObject());
  1894.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\GetUser());
  1895.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyPermission());
  1896.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyRole());
  1897.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasPermission());
  1898.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasRole());
  1899.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAnonymous());
  1900.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAuthenticated());
  1901.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsFullyAuthenticated());
  1902.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsGranted());
  1903.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsRememberMe());
  1904.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter('param'));
  1905.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service('serv'));
  1906.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation('m'));
  1907.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('q'));
  1908.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('res'));
  1909.         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));
  1910.     }
  1911.     /**
  1912.      * Gets the public 'overblog_graphql.event_listener.classloader_listener' shared service.
  1913.      *
  1914.      * @return \Overblog\GraphQLBundle\EventListener\ClassLoaderListener
  1915.      */
  1916.     protected function getOverblogGraphql_EventListener_ClassloaderListenerService()
  1917.     {
  1918.         $a = ($this->services['overblog_graphql.cache_compiler'] ?? $this->getOverblogGraphql_CacheCompilerService());
  1919.         if (isset($this->services['overblog_graphql.event_listener.classloader_listener'])) {
  1920.             return $this->services['overblog_graphql.event_listener.classloader_listener'];
  1921.         }
  1922.         return $this->services['overblog_graphql.event_listener.classloader_listener'] = new \Overblog\GraphQLBundle\EventListener\ClassLoaderListener($a);
  1923.     }
  1924.     /**
  1925.      * Gets the public 'request_stack' shared service.
  1926.      *
  1927.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1928.      */
  1929.     protected function getRequestStackService()
  1930.     {
  1931.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1932.     }
  1933.     /**
  1934.      * Gets the public 'router' shared service.
  1935.      *
  1936.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1937.      */
  1938.     protected function getRouterService()
  1939.     {
  1940.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1941.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1942.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1943.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1944.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1945.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1946.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1947.         ], [
  1948.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1949.         ]))->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');
  1950.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1951.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1952.         return $instance;
  1953.     }
  1954.     /**
  1955.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1956.      *
  1957.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1958.      */
  1959.     protected function getSonata_Block_ContextManager_DefaultService()
  1960.     {
  1961.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1962.         if (isset($this->services['sonata.block.context_manager.default'])) {
  1963.             return $this->services['sonata.block.context_manager.default'];
  1964.         }
  1965.         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()));
  1966.     }
  1967.     /**
  1968.      * Gets the public 'sonata.block.manager' shared service.
  1969.      *
  1970.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1971.      */
  1972.     protected function getSonata_Block_ManagerService()
  1973.     {
  1974.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1975.             'block.editor' => ['services''block.editor''getBlock_EditorService'true],
  1976.             'block.events.4x1' => ['services''block.events.4x1''getBlock_Events_4x1Service'true],
  1977.             'block.footer' => ['services''block.footer''getBlock_FooterService'true],
  1978.             'block.frontpage.news' => ['services''block.frontpage.news''getBlock_Frontpage_NewsService'true],
  1979.             'block.header.child' => ['services''block.header.child''getBlock_Header_ChildService'true],
  1980.             'block.header.main' => ['services''block.header.main''getBlock_Header_MainService'true],
  1981.             'block.heading' => ['services''block.heading''getBlock_HeadingService'true],
  1982.             'block.random.jobs' => ['services''block.random.jobs''getBlock_Random_JobsService'true],
  1983.             'block.slider' => ['services''block.slider''getBlock_SliderService'true],
  1984.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  1985.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  1986.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  1987.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  1988.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  1989.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  1990.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  1991.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  1992.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  1993.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  1994.             'sonata.seo.block.breadcrumb.homepage' => ['services''sonata.seo.block.breadcrumb.homepage''getSonata_Seo_Block_Breadcrumb_HomepageService'true],
  1995.         ], [
  1996.             'block.editor' => '?',
  1997.             'block.events.4x1' => '?',
  1998.             'block.footer' => '?',
  1999.             'block.frontpage.news' => '?',
  2000.             'block.header.child' => '?',
  2001.             'block.header.main' => '?',
  2002.             'block.heading' => '?',
  2003.             'block.random.jobs' => '?',
  2004.             'block.slider' => '?',
  2005.             'sonata.admin.block.admin_list' => '?',
  2006.             'sonata.admin.block.admin_preview' => '?',
  2007.             'sonata.admin.block.search_result' => '?',
  2008.             'sonata.admin.block.stats' => '?',
  2009.             'sonata.block.service.container' => '?',
  2010.             'sonata.block.service.empty' => '?',
  2011.             'sonata.block.service.menu' => '?',
  2012.             'sonata.block.service.rss' => '?',
  2013.             'sonata.block.service.template' => '?',
  2014.             'sonata.block.service.text' => '?',
  2015.             'sonata.seo.block.breadcrumb.homepage' => '?',
  2016.         ]), $this->parameters['sonata.block.container.types']);
  2017.         $instance->add('block.footer''block.footer', []);
  2018.         $instance->add('block.frontpage.news''block.frontpage.news', []);
  2019.         $instance->add('block.events.4x1''block.events.4x1', []);
  2020.         $instance->add('block.random.jobs''block.random.jobs', []);
  2021.         $instance->add('block.slider''block.slider', []);
  2022.         $instance->add('block.header.main''block.header.main', []);
  2023.         $instance->add('block.header.child''block.header.child', []);
  2024.         $instance->add('block.heading''block.heading', []);
  2025.         $instance->add('block.editor''block.editor', []);
  2026.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  2027.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  2028.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  2029.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  2030.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  2031.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  2032.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  2033.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  2034.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  2035.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  2036.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  2037.         return $instance;
  2038.     }
  2039.     /**
  2040.      * Gets the public 'sonata.block.renderer.default' shared service.
  2041.      *
  2042.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  2043.      */
  2044.     protected function getSonata_Block_Renderer_DefaultService()
  2045.     {
  2046.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2047.         if (isset($this->services['sonata.block.renderer.default'])) {
  2048.             return $this->services['sonata.block.renderer.default'];
  2049.         }
  2050.         $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'], [], []);
  2051.         $b->setDefaultFilter('debug_only');
  2052.         $b->setDefaultRenderer('throw');
  2053.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2054.     }
  2055.     /**
  2056.      * Gets the public 'sonata.seo.page.default' shared service.
  2057.      *
  2058.      * @return \Sonata\SeoBundle\Seo\SeoPage
  2059.      */
  2060.     protected function getSonata_Seo_Page_DefaultService()
  2061.     {
  2062.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  2063.         $instance->setTitle('Berufsreise');
  2064.         $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' => '']]);
  2065.         $instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml''xmlns:og' => 'http://opengraphprotocol.org/schema/']);
  2066.         $instance->setSeparator(' - ');
  2067.         return $instance;
  2068.     }
  2069.     /**
  2070.      * Gets the public 'translator' shared service.
  2071.      *
  2072.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2073.      */
  2074.     protected function getTranslatorService()
  2075.     {
  2076.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2077.     }
  2078.     /**
  2079.      * Gets the public 'var_dumper.cloner' shared service.
  2080.      *
  2081.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2082.      */
  2083.     protected function getVarDumper_ClonerService()
  2084.     {
  2085.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2086.         $instance->setMaxItems(2500);
  2087.         $instance->setMinDepth(1);
  2088.         $instance->setMaxString(-1);
  2089.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2090.         return $instance;
  2091.     }
  2092.     /**
  2093.      * Gets the private '.debug.http_client' shared service.
  2094.      *
  2095.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2096.      */
  2097.     protected function get_Debug_HttpClientService()
  2098.     {
  2099.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2100.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2101.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2102.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2103.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2104.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2105.         $a->setLogger($b);
  2106.         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))));
  2107.     }
  2108.     /**
  2109.      * Gets the private '.graphql.cache.inner' shared service.
  2110.      *
  2111.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2112.      */
  2113.     protected function get_Graphql_Cache_InnerService()
  2114.     {
  2115.         $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))));
  2116.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2117.         return $this->privates['.graphql.cache.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2118.     }
  2119.     /**
  2120.      * Gets the private '.service_locator.B5CP1xq' shared service.
  2121.      *
  2122.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2123.      */
  2124.     protected function get_ServiceLocator_B5CP1xqService()
  2125.     {
  2126.         return $this->privates['.service_locator.B5CP1xq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2127.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2128.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2129.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2130.             'security.firewall.map.context.oauth2_api' => ['privates''security.firewall.map.context.oauth2_api''getSecurity_Firewall_Map_Context_Oauth2ApiService'true],
  2131.             'security.firewall.map.context.rookie_admin' => ['privates''security.firewall.map.context.rookie_admin''getSecurity_Firewall_Map_Context_RookieAdminService'true],
  2132.             'security.firewall.map.context.rookie_day_admin' => ['privates''security.firewall.map.context.rookie_day_admin''getSecurity_Firewall_Map_Context_RookieDayAdminService'true],
  2133.             'security.firewall.map.context.shuttle_admin' => ['privates''security.firewall.map.context.shuttle_admin''getSecurity_Firewall_Map_Context_ShuttleAdminService'true],
  2134.         ], [
  2135.             'security.firewall.map.context.admin' => '?',
  2136.             'security.firewall.map.context.dev' => '?',
  2137.             'security.firewall.map.context.main' => '?',
  2138.             'security.firewall.map.context.oauth2_api' => '?',
  2139.             'security.firewall.map.context.rookie_admin' => '?',
  2140.             'security.firewall.map.context.rookie_day_admin' => '?',
  2141.             'security.firewall.map.context.shuttle_admin' => '?',
  2142.         ]);
  2143.     }
  2144.     /**
  2145.      * Gets the private 'App\BackendBundle\Helper\AddressHelper' shared autowired service.
  2146.      *
  2147.      * @return \App\BackendBundle\Helper\AddressHelper
  2148.      */
  2149.     protected function getAddressHelperService()
  2150.     {
  2151.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2152.         if (isset($this->privates['App\\BackendBundle\\Helper\\AddressHelper'])) {
  2153.             return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'];
  2154.         }
  2155.         return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'] = new \App\BackendBundle\Helper\AddressHelper($a);
  2156.     }
  2157.     /**
  2158.      * Gets the private 'App\BackendBundle\Helper\BoPartnerHelper' shared autowired service.
  2159.      *
  2160.      * @return \App\BackendBundle\Helper\BoPartnerHelper
  2161.      */
  2162.     protected function getBoPartnerHelperService()
  2163.     {
  2164.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2165.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2166.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2167.         }
  2168.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2169.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2170.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2171.         }
  2172.         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()));
  2173.     }
  2174.     /**
  2175.      * Gets the private 'App\BackendBundle\Helper\CommunicationHelper' shared autowired service.
  2176.      *
  2177.      * @return \App\BackendBundle\Helper\CommunicationHelper
  2178.      */
  2179.     protected function getCommunicationHelperService()
  2180.     {
  2181.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2182.         if (isset($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'])) {
  2183.             return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'];
  2184.         }
  2185.         return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] = new \App\BackendBundle\Helper\CommunicationHelper($a);
  2186.     }
  2187.     /**
  2188.      * Gets the private 'App\BackendBundle\Helper\CompanyHelper' shared autowired service.
  2189.      *
  2190.      * @return \App\BackendBundle\Helper\CompanyHelper
  2191.      */
  2192.     protected function getCompanyHelperService()
  2193.     {
  2194.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2195.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2196.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2197.         }
  2198.         $b = ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService());
  2199.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2200.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2201.         }
  2202.         $c = ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService());
  2203.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2204.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2205.         }
  2206.         $d = ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService());
  2207.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2208.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2209.         }
  2210.         $e = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2211.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2212.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2213.         }
  2214.         $f = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2215.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2216.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2217.         }
  2218.         $g = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2219.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2220.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2221.         }
  2222.         $h = ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService());
  2223.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2224.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2225.         }
  2226.         $i = ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService());
  2227.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2228.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2229.         }
  2230.         $j = ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService());
  2231.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2232.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2233.         }
  2234.         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);
  2235.     }
  2236.     /**
  2237.      * Gets the private 'App\BackendBundle\Helper\EventHelper' shared autowired service.
  2238.      *
  2239.      * @return \App\BackendBundle\Helper\EventHelper
  2240.      */
  2241.     protected function getEventHelperService()
  2242.     {
  2243.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2244.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2245.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2246.         }
  2247.         $b = ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService());
  2248.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2249.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2250.         }
  2251.         $c = ($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'] ?? $this->getCompanyHelperService());
  2252.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2253.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2254.         }
  2255.         $d = ($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'] ?? $this->getBoPartnerHelperService());
  2256.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2257.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2258.         }
  2259.         $e = ($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'] ?? $this->getSchoolHelperService());
  2260.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2261.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2262.         }
  2263.         return $this->privates['App\\BackendBundle\\Helper\\EventHelper'] = new \App\BackendBundle\Helper\EventHelper($a, ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), $b$c$d$e, ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService()), ($this->services['router'] ?? $this->getRouterService()));
  2264.     }
  2265.     /**
  2266.      * Gets the private 'App\BackendBundle\Helper\GameHelper' shared autowired service.
  2267.      *
  2268.      * @return \App\BackendBundle\Helper\GameHelper
  2269.      */
  2270.     protected function getGameHelperService()
  2271.     {
  2272.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2273.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2274.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2275.         }
  2276.         $b = ($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] ?? $this->getGamePointsHelperService());
  2277.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2278.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2279.         }
  2280.         return $this->privates['App\\BackendBundle\\Helper\\GameHelper'] = new \App\BackendBundle\Helper\GameHelper($a$b);
  2281.     }
  2282.     /**
  2283.      * Gets the private 'App\BackendBundle\Helper\GamePointsHelper' shared autowired service.
  2284.      *
  2285.      * @return \App\BackendBundle\Helper\GamePointsHelper
  2286.      */
  2287.     protected function getGamePointsHelperService()
  2288.     {
  2289.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2290.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2291.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2292.         }
  2293.         $b = ($this->privates['App\\BackendBundle\\Helper\\MqttHelper'] ?? $this->getMqttHelperService());
  2294.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2295.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2296.         }
  2297.         return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] = new \App\BackendBundle\Helper\GamePointsHelper($a$b);
  2298.     }
  2299.     /**
  2300.      * Gets the private 'App\BackendBundle\Helper\JobHelper' shared autowired service.
  2301.      *
  2302.      * @return \App\BackendBundle\Helper\JobHelper
  2303.      */
  2304.     protected function getJobHelperService()
  2305.     {
  2306.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2307.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2308.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2309.         }
  2310.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2311.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2312.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2313.         }
  2314.         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())));
  2315.     }
  2316.     /**
  2317.      * Gets the private 'App\BackendBundle\Helper\MediaHelper' shared autowired service.
  2318.      *
  2319.      * @return \App\BackendBundle\Helper\MediaHelper
  2320.      */
  2321.     protected function getMediaHelperService()
  2322.     {
  2323.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2324.         if (isset($this->privates['App\\BackendBundle\\Helper\\MediaHelper'])) {
  2325.             return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'];
  2326.         }
  2327.         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));
  2328.     }
  2329.     /**
  2330.      * Gets the private 'App\BackendBundle\Helper\MqttHelper' shared autowired service.
  2331.      *
  2332.      * @return \App\BackendBundle\Helper\MqttHelper
  2333.      */
  2334.     protected function getMqttHelperService()
  2335.     {
  2336.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2337.         if (isset($this->privates['App\\BackendBundle\\Helper\\MqttHelper'])) {
  2338.             return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'];
  2339.         }
  2340.         return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'] = new \App\BackendBundle\Helper\MqttHelper($a);
  2341.     }
  2342.     /**
  2343.      * Gets the private 'App\BackendBundle\Helper\RegisterHelper' shared autowired service.
  2344.      *
  2345.      * @return \App\BackendBundle\Helper\RegisterHelper
  2346.      */
  2347.     protected function getRegisterHelperService()
  2348.     {
  2349.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2350.         if (isset($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'])) {
  2351.             return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'];
  2352.         }
  2353.         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()));
  2354.     }
  2355.     /**
  2356.      * Gets the private 'App\BackendBundle\Helper\SchoolHelper' shared autowired service.
  2357.      *
  2358.      * @return \App\BackendBundle\Helper\SchoolHelper
  2359.      */
  2360.     protected function getSchoolHelperService()
  2361.     {
  2362.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2363.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2364.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2365.         }
  2366.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2367.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2368.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2369.         }
  2370.         $c = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2371.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2372.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2373.         }
  2374.         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()));
  2375.     }
  2376.     /**
  2377.      * Gets the private 'App\BackendBundle\Helper\SearchIndexHelper' shared autowired service.
  2378.      *
  2379.      * @return \App\BackendBundle\Helper\SearchIndexHelper
  2380.      */
  2381.     protected function getSearchIndexHelperService()
  2382.     {
  2383.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2384.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2385.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2386.         }
  2387.         $b = ($this->privates['fos_elastica.object_persister.events'] ?? $this->getFosElastica_ObjectPersister_EventsService());
  2388.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2389.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2390.         }
  2391.         return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] = new \App\BackendBundle\Helper\SearchIndexHelper($a$b$b$b$b);
  2392.     }
  2393.     /**
  2394.      * Gets the private 'App\BackendBundle\Helper\SearchTagHelper' shared autowired service.
  2395.      *
  2396.      * @return \App\BackendBundle\Helper\SearchTagHelper
  2397.      */
  2398.     protected function getSearchTagHelperService()
  2399.     {
  2400.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2401.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'])) {
  2402.             return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'];
  2403.         }
  2404.         return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] = new \App\BackendBundle\Helper\SearchTagHelper($a);
  2405.     }
  2406.     /**
  2407.      * Gets the private 'App\BackendBundle\Helper\SecurityHelper' shared autowired service.
  2408.      *
  2409.      * @return \App\BackendBundle\Helper\SecurityHelper
  2410.      */
  2411.     protected function getSecurityHelperService()
  2412.     {
  2413.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2414.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2415.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2416.         }
  2417.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2418.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2419.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2420.         }
  2421.         return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] = new \App\BackendBundle\Helper\SecurityHelper($a$b);
  2422.     }
  2423.     /**
  2424.      * Gets the private 'App\BackendBundle\Helper\TitleHelper' shared autowired service.
  2425.      *
  2426.      * @return \App\BackendBundle\Helper\TitleHelper
  2427.      */
  2428.     protected function getTitleHelperService()
  2429.     {
  2430.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2431.         if (isset($this->privates['App\\BackendBundle\\Helper\\TitleHelper'])) {
  2432.             return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'];
  2433.         }
  2434.         return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'] = new \App\BackendBundle\Helper\TitleHelper($a);
  2435.     }
  2436.     /**
  2437.      * Gets the private 'App\BackendBundle\Helper\UserHelper' shared autowired service.
  2438.      *
  2439.      * @return \App\BackendBundle\Helper\UserHelper
  2440.      */
  2441.     protected function getUserHelperService()
  2442.     {
  2443.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2444.         if (isset($this->privates['App\\BackendBundle\\Helper\\UserHelper'])) {
  2445.             return $this->privates['App\\BackendBundle\\Helper\\UserHelper'];
  2446.         }
  2447.         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()));
  2448.     }
  2449.     /**
  2450.      * Gets the private 'annotations.cache_adapter' shared service.
  2451.      *
  2452.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2453.      */
  2454.     protected function getAnnotations_CacheAdapterService()
  2455.     {
  2456.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2457.     }
  2458.     /**
  2459.      * Gets the private 'annotations.cached_reader' shared service.
  2460.      *
  2461.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2462.      */
  2463.     protected function getAnnotations_CachedReaderService()
  2464.     {
  2465.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2466.     }
  2467.     /**
  2468.      * Gets the private 'annotations.reader' shared service.
  2469.      *
  2470.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2471.      */
  2472.     protected function getAnnotations_ReaderService()
  2473.     {
  2474.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2475.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2476.         $a->registerUniqueLoader('class_exists');
  2477.         $instance->addGlobalIgnoredName('required'$a);
  2478.         return $instance;
  2479.     }
  2480.     /**
  2481.      * Gets the private 'cache.annotations' shared service.
  2482.      *
  2483.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2484.      */
  2485.     protected function getCache_AnnotationsService()
  2486.     {
  2487.         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())));
  2488.     }
  2489.     /**
  2490.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2491.      *
  2492.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2493.      */
  2494.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2495.     {
  2496.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2497.     }
  2498.     /**
  2499.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2500.      *
  2501.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2502.      */
  2503.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2504.     {
  2505.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2506.     }
  2507.     /**
  2508.      * Gets the private 'cache.property_info' shared service.
  2509.      *
  2510.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2511.      */
  2512.     protected function getCache_PropertyInfoService()
  2513.     {
  2514.         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())));
  2515.     }
  2516.     /**
  2517.      * Gets the private 'cache.security_expression_language' shared service.
  2518.      *
  2519.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2520.      */
  2521.     protected function getCache_SecurityExpressionLanguageService()
  2522.     {
  2523.         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())));
  2524.     }
  2525.     /**
  2526.      * Gets the private 'cache.serializer' shared service.
  2527.      *
  2528.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2529.      */
  2530.     protected function getCache_SerializerService()
  2531.     {
  2532.         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())));
  2533.     }
  2534.     /**
  2535.      * Gets the private 'cache.validator' shared service.
  2536.      *
  2537.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2538.      */
  2539.     protected function getCache_ValidatorService()
  2540.     {
  2541.         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())));
  2542.     }
  2543.     /**
  2544.      * Gets the private 'config_cache_factory' shared service.
  2545.      *
  2546.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2547.      */
  2548.     protected function getConfigCacheFactoryService()
  2549.     {
  2550.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2551.             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)));
  2552.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2553.         }, 2));
  2554.     }
  2555.     /**
  2556.      * Gets the private 'data_collector.form' shared service.
  2557.      *
  2558.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2559.      */
  2560.     protected function getDataCollector_FormService()
  2561.     {
  2562.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2563.     }
  2564.     /**
  2565.      * Gets the private 'data_collector.request' shared service.
  2566.      *
  2567.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2568.      */
  2569.     protected function getDataCollector_RequestService()
  2570.     {
  2571.         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())));
  2572.     }
  2573.     /**
  2574.      * Gets the private 'debug.controller_resolver' shared service.
  2575.      *
  2576.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2577.      */
  2578.     protected function getDebug_ControllerResolverService()
  2579.     {
  2580.         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))));
  2581.     }
  2582.     /**
  2583.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2584.      *
  2585.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2586.      */
  2587.     protected function getDebug_DebugHandlersListenerService()
  2588.     {
  2589.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2590.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2591.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2592.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2593.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2594.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2595.     }
  2596.     /**
  2597.      * Gets the private 'debug.file_link_formatter' shared service.
  2598.      *
  2599.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2600.      */
  2601.     protected function getDebug_FileLinkFormatterService()
  2602.     {
  2603.         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 () {
  2604.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2605.         });
  2606.     }
  2607.     /**
  2608.      * Gets the private 'debug.log_processor' shared service.
  2609.      *
  2610.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2611.      */
  2612.     protected function getDebug_LogProcessorService()
  2613.     {
  2614.         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())));
  2615.     }
  2616.     /**
  2617.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2618.      *
  2619.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2620.      */
  2621.     protected function getDebug_Security_Access_DecisionManagerService()
  2622.     {
  2623.         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 () {
  2624.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2625.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2626.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2627.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2628.     }
  2629.     /**
  2630.      * Gets the private 'debug.security.firewall' shared service.
  2631.      *
  2632.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2633.      */
  2634.     protected function getDebug_Security_FirewallService()
  2635.     {
  2636.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2637.         if (isset($this->privates['debug.security.firewall'])) {
  2638.             return $this->privates['debug.security.firewall'];
  2639.         }
  2640.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2641.         if (isset($this->privates['debug.security.firewall'])) {
  2642.             return $this->privates['debug.security.firewall'];
  2643.         }
  2644.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2645.     }
  2646.     /**
  2647.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2648.      *
  2649.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2650.      */
  2651.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2652.     {
  2653.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2654.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2655.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2656.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2657.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2658.             'fos_elastica.listener.appointments' => ['privates''fos_elastica.listener.appointments''getFosElastica_Listener_AppointmentsService'true],
  2659.             'fos_elastica.listener.events' => ['privates''fos_elastica.listener.events''getFosElastica_Listener_EventsService'true],
  2660.             'fos_elastica.listener.jobDailyRoutines' => ['privates''fos_elastica.listener.jobDailyRoutines''getFosElastica_Listener_JobDailyRoutinesService'true],
  2661.             'fos_elastica.listener.jobOffers' => ['privates''fos_elastica.listener.jobOffers''getFosElastica_Listener_JobOffersService'true],
  2662.             'fos_elastica.listener.jobs' => ['privates''fos_elastica.listener.jobs''getFosElastica_Listener_JobsService'true],
  2663.             'fos_elastica.listener.profiles_bopartner' => ['privates''fos_elastica.listener.profiles_bopartner''getFosElastica_Listener_ProfilesBopartnerService'true],
  2664.             'fos_elastica.listener.profiles_company' => ['privates''fos_elastica.listener.profiles_company''getFosElastica_Listener_ProfilesCompanyService'true],
  2665.             'fos_elastica.listener.profiles_school' => ['privates''fos_elastica.listener.profiles_school''getFosElastica_Listener_ProfilesSchoolService'true],
  2666.             'sonata.cache.orm.event_subscriber' => ['privates''sonata.cache.orm.event_subscriber''getSonata_Cache_Orm_EventSubscriberService'true],
  2667.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  2668.         ], [
  2669.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2670.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2671.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2672.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2673.             'fos_elastica.listener.appointments' => '?',
  2674.             'fos_elastica.listener.events' => '?',
  2675.             'fos_elastica.listener.jobDailyRoutines' => '?',
  2676.             'fos_elastica.listener.jobOffers' => '?',
  2677.             'fos_elastica.listener.jobs' => '?',
  2678.             'fos_elastica.listener.profiles_bopartner' => '?',
  2679.             'fos_elastica.listener.profiles_company' => '?',
  2680.             'fos_elastica.listener.profiles_school' => '?',
  2681.             'sonata.cache.orm.event_subscriber' => '?',
  2682.             'sonata.doctrine.mapper' => '?',
  2683.         ]), [=> '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']]);
  2684.     }
  2685.     /**
  2686.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2687.      *
  2688.      * @return \Doctrine\Migrations\DependencyFactory
  2689.      */
  2690.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2691.     {
  2692.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2693.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2694.         $a->setAllOrNothing(false);
  2695.         $a->setCheckDatabasePlatform(true);
  2696.         $a->setTransactional(true);
  2697.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2698.         $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()));
  2699.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2700.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2701.         });
  2702.         return $instance;
  2703.     }
  2704.     /**
  2705.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  2706.      *
  2707.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  2708.      */
  2709.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  2710.     {
  2711.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/config/doctrine') => 'App\\Entity']);
  2712.         $instance->setGlobalBasename('mapping');
  2713.         return $instance;
  2714.     }
  2715.     /**
  2716.      * Gets the private 'exception_listener' shared service.
  2717.      *
  2718.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2719.      */
  2720.     protected function getExceptionListenerService()
  2721.     {
  2722.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2723.     }
  2724.     /**
  2725.      * Gets the private 'fos_elastica.client.default' shared service.
  2726.      *
  2727.      * @return \FOS\ElasticaBundle\Elastica\Client
  2728.      */
  2729.     protected function getFosElastica_Client_DefaultService()
  2730.     {
  2731.         $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);
  2732.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2733.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  2734.         return $instance;
  2735.     }
  2736.     /**
  2737.      * Gets the private 'fos_elastica.index.events' shared service.
  2738.      *
  2739.      * @return \FOS\ElasticaBundle\Elastica\Index
  2740.      */
  2741.     protected function getFosElastica_Index_EventsService()
  2742.     {
  2743.         return $this->privates['fos_elastica.index.events'] = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('events');
  2744.     }
  2745.     /**
  2746.      * Gets the private 'fos_elastica.logger' shared service.
  2747.      *
  2748.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  2749.      */
  2750.     protected function getFosElastica_LoggerService()
  2751.     {
  2752.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  2753.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2754.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2755.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2756.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2757.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  2758.     }
  2759.     /**
  2760.      * Gets the private 'fos_elastica.object_persister.events' shared service.
  2761.      *
  2762.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  2763.      */
  2764.     protected function getFosElastica_ObjectPersister_EventsService()
  2765.     {
  2766.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2767.         if (isset($this->privates['fos_elastica.object_persister.events'])) {
  2768.             return $this->privates['fos_elastica.object_persister.events'];
  2769.         }
  2770.         $b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'events'], $a);
  2771.         $b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(00))));
  2772.         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']]]]]], []);
  2773.     }
  2774.     /**
  2775.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2776.      *
  2777.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2778.      */
  2779.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2780.     {
  2781.         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())));
  2782.     }
  2783.     /**
  2784.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2785.      *
  2786.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2787.      */
  2788.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2789.     {
  2790.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2791.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2792.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2793.         }
  2794.         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);
  2795.     }
  2796.     /**
  2797.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  2798.      *
  2799.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  2800.      */
  2801.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  2802.     {
  2803.         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')]));
  2804.     }
  2805.     /**
  2806.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  2807.      *
  2808.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  2809.      */
  2810.     protected function getJmsSerializer_TraceableEventDispatcherService()
  2811.     {
  2812.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2813.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  2814.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  2815.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  2816.         ], [
  2817.             'jms_serializer.stopwatch_subscriber' => '?',
  2818.             'jms_serializer.traceable_runs_listener' => '?',
  2819.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2820.         ]));
  2821.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  2822.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2823.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2824.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2825.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  2826.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  2827.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  2828.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2829.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2830.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  2831.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2832.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  2833.         return $instance;
  2834.     }
  2835.     /**
  2836.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  2837.      *
  2838.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  2839.      */
  2840.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  2841.     {
  2842.         $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, [
  2843.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  2844.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  2845.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  2846.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'true],
  2847.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  2848.             'jms_serializer.symfony_uid_handler' => ['privates''jms_serializer.symfony_uid_handler''getJmsSerializer_SymfonyUidHandlerService'true],
  2849.         ], [
  2850.             'jms_serializer.array_collection_handler' => '?',
  2851.             'jms_serializer.constraint_violation_handler' => '?',
  2852.             'jms_serializer.datetime_handler' => '?',
  2853.             'jms_serializer.form_error_handler' => '?',
  2854.             'jms_serializer.iterator_handler' => '?',
  2855.             'jms_serializer.symfony_uid_handler' => '?',
  2856.         ])));
  2857.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2858.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2859.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2860.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2861.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2862.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2863.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2864.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2865.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2866.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2867.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  2868.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  2869.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  2870.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  2871.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2872.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2873.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2874.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2875.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2876.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2877.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2878.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2879.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  2880.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  2881.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  2882.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  2883.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  2884.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  2885.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2886.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2887.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2888.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2889.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2890.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2891.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2892.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2893.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2894.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2895.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2896.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2897.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2898.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2899.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2900.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2901.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2902.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2903.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2904.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2905.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2906.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2907.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2908.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2909.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2910.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2911.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2912.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2913.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2914.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2915.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2916.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2917.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2918.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2919.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  2920.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  2921.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  2922.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  2923.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  2924.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  2925.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  2926.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  2927.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2928.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2929.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2930.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2931.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2932.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2933.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2934.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2935.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2936.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2937.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2938.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2939.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2940.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2941.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2942.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2943.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2944.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2945.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2946.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2947.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2948.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2949.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2950.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2951.         return $instance;
  2952.     }
  2953.     /**
  2954.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  2955.      *
  2956.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  2957.      */
  2958.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  2959.     {
  2960.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2961.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  2962.         ], [
  2963.             'metadata_driver' => '?',
  2964.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2965.         $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')))));
  2966.         $a->setIncludeInterfaces(false);
  2967.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  2968.     }
  2969.     /**
  2970.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  2971.      *
  2972.      * @return \JMS\SerializerBundle\Debug\RunsListener
  2973.      */
  2974.     protected function getJmsSerializer_TraceableRunsListenerService()
  2975.     {
  2976.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  2977.     }
  2978.     /**
  2979.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  2980.      *
  2981.      * @return \Knp\Menu\Provider\ChainProvider
  2982.      */
  2983.     protected function getKnpMenu_MenuProvider_ChainService()
  2984.     {
  2985.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2986.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  2987.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  2988.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService'));
  2989.         }, 3));
  2990.     }
  2991.     /**
  2992.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2993.      *
  2994.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2995.      */
  2996.     protected function getLiipImagine_Filter_ConfigurationService()
  2997.     {
  2998.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2999.     }
  3000.     /**
  3001.      * Gets the private 'locale_aware_listener' shared service.
  3002.      *
  3003.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3004.      */
  3005.     protected function getLocaleAwareListenerService()
  3006.     {
  3007.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3008.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  3009.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  3010.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  3011.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3012.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3013.     }
  3014.     /**
  3015.      * Gets the private 'locale_listener' shared service.
  3016.      *
  3017.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3018.      */
  3019.     protected function getLocaleListenerService()
  3020.     {
  3021.         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']);
  3022.     }
  3023.     /**
  3024.      * Gets the private 'monolog.handler.console' shared service.
  3025.      *
  3026.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3027.      */
  3028.     protected function getMonolog_Handler_ConsoleService()
  3029.     {
  3030.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3031.     }
  3032.     /**
  3033.      * Gets the private 'monolog.handler.main' shared service.
  3034.      *
  3035.      * @return \Monolog\Handler\StreamHandler
  3036.      */
  3037.     protected function getMonolog_Handler_MainService()
  3038.     {
  3039.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  3040.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3041.         return $instance;
  3042.     }
  3043.     /**
  3044.      * Gets the private 'monolog.logger' shared service.
  3045.      *
  3046.      * @return \Symfony\Bridge\Monolog\Logger
  3047.      */
  3048.     protected function getMonolog_LoggerService()
  3049.     {
  3050.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3051.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3052.         $instance->useMicrosecondTimestamps(true);
  3053.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3054.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3055.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3056.         return $instance;
  3057.     }
  3058.     /**
  3059.      * Gets the private 'monolog.logger.cache' shared service.
  3060.      *
  3061.      * @return \Symfony\Bridge\Monolog\Logger
  3062.      */
  3063.     protected function getMonolog_Logger_CacheService()
  3064.     {
  3065.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3066.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3067.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3068.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3069.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3070.         return $instance;
  3071.     }
  3072.     /**
  3073.      * Gets the private 'monolog.logger.request' shared service.
  3074.      *
  3075.      * @return \Symfony\Bridge\Monolog\Logger
  3076.      */
  3077.     protected function getMonolog_Logger_RequestService()
  3078.     {
  3079.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3080.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3081.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3082.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3083.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3084.         return $instance;
  3085.     }
  3086.     /**
  3087.      * Gets the private 'monolog.logger.security' shared service.
  3088.      *
  3089.      * @return \Symfony\Bridge\Monolog\Logger
  3090.      */
  3091.     protected function getMonolog_Logger_SecurityService()
  3092.     {
  3093.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3094.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3095.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3096.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3097.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3098.         return $instance;
  3099.     }
  3100.     /**
  3101.      * Gets the private 'parameter_bag' shared service.
  3102.      *
  3103.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3104.      */
  3105.     protected function getParameterBagService()
  3106.     {
  3107.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3108.     }
  3109.     /**
  3110.      * Gets the private 'profiler_listener' shared service.
  3111.      *
  3112.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3113.      */
  3114.     protected function getProfilerListenerService()
  3115.     {
  3116.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3117.         if (isset($this->privates['profiler_listener'])) {
  3118.             return $this->privates['profiler_listener'];
  3119.         }
  3120.         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);
  3121.     }
  3122.     /**
  3123.      * Gets the private 'property_accessor' shared service.
  3124.      *
  3125.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3126.      */
  3127.     protected function getPropertyAccessorService()
  3128.     {
  3129.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3130.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3131.     }
  3132.     /**
  3133.      * Gets the private 'property_info' shared service.
  3134.      *
  3135.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3136.      */
  3137.     protected function getPropertyInfoService()
  3138.     {
  3139.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3140.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3141.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3142.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3143.         }, 3), new RewindableGenerator(function () {
  3144.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3145.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3146.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3147.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3148.         }, 4), new RewindableGenerator(function () {
  3149.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3150.         }, 1), new RewindableGenerator(function () {
  3151.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3152.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3153.         }, 2), new RewindableGenerator(function () {
  3154.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3155.         }, 1));
  3156.     }
  3157.     /**
  3158.      * Gets the private 'router.expression_language_provider' shared service.
  3159.      *
  3160.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3161.      */
  3162.     protected function getRouter_ExpressionLanguageProviderService()
  3163.     {
  3164.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3165.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3166.         ], [
  3167.             'env' => 'Closure',
  3168.         ]));
  3169.     }
  3170.     /**
  3171.      * Gets the private 'router.request_context' shared service.
  3172.      *
  3173.      * @return \Symfony\Component\Routing\RequestContext
  3174.      */
  3175.     protected function getRouter_RequestContextService()
  3176.     {
  3177.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3178.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3179.         return $instance;
  3180.     }
  3181.     /**
  3182.      * Gets the private 'router_listener' shared service.
  3183.      *
  3184.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3185.      */
  3186.     protected function getRouterListenerService()
  3187.     {
  3188.         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);
  3189.     }
  3190.     /**
  3191.      * Gets the private 'security.context_listener.0' shared service.
  3192.      *
  3193.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3194.      */
  3195.     protected function getSecurity_ContextListener_0Service()
  3196.     {
  3197.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3198.         if (isset($this->privates['security.context_listener.0'])) {
  3199.             return $this->privates['security.context_listener.0'];
  3200.         }
  3201.         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 () {
  3202.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3203.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3204.         }, 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']);
  3205.     }
  3206.     /**
  3207.      * Gets the private 'security.context_listener.1' shared service.
  3208.      *
  3209.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3210.      */
  3211.     protected function getSecurity_ContextListener_1Service()
  3212.     {
  3213.         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 () {
  3214.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3215.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3216.         }, 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']);
  3217.     }
  3218.     /**
  3219.      * Gets the private 'security.context_listener.2' shared service.
  3220.      *
  3221.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3222.      */
  3223.     protected function getSecurity_ContextListener_2Service()
  3224.     {
  3225.         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 () {
  3226.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3227.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3228.         }, 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']);
  3229.     }
  3230.     /**
  3231.      * Gets the private 'security.context_listener.3' shared service.
  3232.      *
  3233.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3234.      */
  3235.     protected function getSecurity_ContextListener_3Service()
  3236.     {
  3237.         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 () {
  3238.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3239.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3240.         }, 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']);
  3241.     }
  3242.     /**
  3243.      * Gets the private 'security.context_listener.4' shared service.
  3244.      *
  3245.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3246.      */
  3247.     protected function getSecurity_ContextListener_4Service()
  3248.     {
  3249.         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 () {
  3250.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3251.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3252.         }, 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']);
  3253.     }
  3254.     /**
  3255.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3256.      *
  3257.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3258.      */
  3259.     protected function getSecurity_EventDispatcher_AdminService()
  3260.     {
  3261.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3262.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3263.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3264.         }, => 'checkPassport'], 2048);
  3265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3266.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3267.         }, => 'onSuccessfulLogin'], 0);
  3268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3269.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  3270.         }, => 'onLogout'], 64);
  3271.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3272.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3273.         }, => 'preCheckCredentials'], 256);
  3274.         $instance->addListener('security.authentication.success', [=> function () {
  3275.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3276.         }, => 'postCheckCredentials'], 256);
  3277.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3278.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3279.         }, => 'checkPassport'], 1024);
  3280.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3281.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3282.         }, => 'checkPassport'], 256);
  3283.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3284.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3285.         }, => 'checkPassport'], 0);
  3286.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3287.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3288.         }, => 'onLoginSuccess'], 0);
  3289.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3290.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3291.         }, => 'checkPassport'], 512);
  3292.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3293.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3294.         }, => 'onLogout'], 0);
  3295.         return $instance;
  3296.     }
  3297.     /**
  3298.      * Gets the private 'security.event_dispatcher.main' shared service.
  3299.      *
  3300.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3301.      */
  3302.     protected function getSecurity_EventDispatcher_MainService()
  3303.     {
  3304.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3305.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3306.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3307.         }, => 'checkPassport'], 2048);
  3308.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3309.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3310.         }, => 'onSuccessfulLogin'], 0);
  3311.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3312.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3313.         }, => 'onLogout'], 64);
  3314.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3315.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3316.         }, => 'preCheckCredentials'], 256);
  3317.         $instance->addListener('security.authentication.success', [=> function () {
  3318.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3319.         }, => 'postCheckCredentials'], 256);
  3320.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3321.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3322.         }, => 'checkPassport'], 1024);
  3323.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3324.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3325.         }, => 'checkPassport'], 256);
  3326.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3327.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3328.         }, => 'checkPassport'], 0);
  3329.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3330.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3331.         }, => 'onLoginSuccess'], 0);
  3332.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3333.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3334.         }, => 'checkPassport'], 512);
  3335.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3336.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3337.         }, => 'onLogout'], 0);
  3338.         return $instance;
  3339.     }
  3340.     /**
  3341.      * Gets the private 'security.event_dispatcher.rookie_admin' shared service.
  3342.      *
  3343.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3344.      */
  3345.     protected function getSecurity_EventDispatcher_RookieAdminService()
  3346.     {
  3347.         $this->privates['security.event_dispatcher.rookie_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3348.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3349.             return ($this->privates['security.listener.rookie_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieAdmin_UserProviderService'));
  3350.         }, => 'checkPassport'], 2048);
  3351.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3352.             return ($this->privates['security.listener.session.rookie_admin'] ?? $this->load('getSecurity_Listener_Session_RookieAdminService'));
  3353.         }, => 'onSuccessfulLogin'], 0);
  3354.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3355.             return ($this->privates['security.logout.listener.default.rookie_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieAdminService'));
  3356.         }, => 'onLogout'], 64);
  3357.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3358.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3359.         }, => 'preCheckCredentials'], 256);
  3360.         $instance->addListener('security.authentication.success', [=> function () {
  3361.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3362.         }, => 'postCheckCredentials'], 256);
  3363.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3364.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3365.         }, => 'checkPassport'], 1024);
  3366.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3367.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3368.         }, => 'checkPassport'], 256);
  3369.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3370.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3371.         }, => 'checkPassport'], 0);
  3372.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3373.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3374.         }, => 'onLoginSuccess'], 0);
  3375.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3376.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3377.         }, => 'checkPassport'], 512);
  3378.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3379.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3380.         }, => 'onLogout'], 0);
  3381.         return $instance;
  3382.     }
  3383.     /**
  3384.      * Gets the private 'security.event_dispatcher.rookie_day_admin' shared service.
  3385.      *
  3386.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3387.      */
  3388.     protected function getSecurity_EventDispatcher_RookieDayAdminService()
  3389.     {
  3390.         $this->privates['security.event_dispatcher.rookie_day_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3391.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3392.             return ($this->privates['security.listener.rookie_day_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieDayAdmin_UserProviderService'));
  3393.         }, => 'checkPassport'], 2048);
  3394.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3395.             return ($this->privates['security.listener.session.rookie_day_admin'] ?? $this->load('getSecurity_Listener_Session_RookieDayAdminService'));
  3396.         }, => 'onSuccessfulLogin'], 0);
  3397.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3398.             return ($this->privates['security.logout.listener.default.rookie_day_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieDayAdminService'));
  3399.         }, => 'onLogout'], 64);
  3400.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3401.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3402.         }, => 'preCheckCredentials'], 256);
  3403.         $instance->addListener('security.authentication.success', [=> function () {
  3404.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3405.         }, => 'postCheckCredentials'], 256);
  3406.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3407.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3408.         }, => 'checkPassport'], 1024);
  3409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3410.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3411.         }, => 'checkPassport'], 256);
  3412.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3413.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3414.         }, => 'checkPassport'], 0);
  3415.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3416.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3417.         }, => 'onLoginSuccess'], 0);
  3418.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3419.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3420.         }, => 'checkPassport'], 512);
  3421.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3422.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3423.         }, => 'onLogout'], 0);
  3424.         return $instance;
  3425.     }
  3426.     /**
  3427.      * Gets the private 'security.event_dispatcher.shuttle_admin' shared service.
  3428.      *
  3429.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3430.      */
  3431.     protected function getSecurity_EventDispatcher_ShuttleAdminService()
  3432.     {
  3433.         $this->privates['security.event_dispatcher.shuttle_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3435.             return ($this->privates['security.listener.shuttle_admin.user_provider'] ?? $this->load('getSecurity_Listener_ShuttleAdmin_UserProviderService'));
  3436.         }, => 'checkPassport'], 2048);
  3437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3438.             return ($this->privates['security.listener.session.shuttle_admin'] ?? $this->load('getSecurity_Listener_Session_ShuttleAdminService'));
  3439.         }, => 'onSuccessfulLogin'], 0);
  3440.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3441.             return ($this->privates['security.logout.listener.default.shuttle_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_ShuttleAdminService'));
  3442.         }, => 'onLogout'], 64);
  3443.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3444.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3445.         }, => 'preCheckCredentials'], 256);
  3446.         $instance->addListener('security.authentication.success', [=> function () {
  3447.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3448.         }, => 'postCheckCredentials'], 256);
  3449.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3450.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3451.         }, => 'checkPassport'], 1024);
  3452.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3453.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3454.         }, => 'checkPassport'], 256);
  3455.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3456.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3457.         }, => 'checkPassport'], 0);
  3458.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3459.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3460.         }, => 'onLoginSuccess'], 0);
  3461.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3462.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3463.         }, => 'checkPassport'], 512);
  3464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3465.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3466.         }, => 'onLogout'], 0);
  3467.         return $instance;
  3468.     }
  3469.     /**
  3470.      * Gets the private 'security.firewall.map' shared service.
  3471.      *
  3472.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3473.      */
  3474.     protected function getSecurity_Firewall_MapService()
  3475.     {
  3476.         $a = ($this->privates['.service_locator.B5CP1xq'] ?? $this->get_ServiceLocator_B5CP1xqService());
  3477.         if (isset($this->privates['security.firewall.map'])) {
  3478.             return $this->privates['security.firewall.map'];
  3479.         }
  3480.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3481.             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)/')));
  3482.             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)$')));
  3483.             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')));
  3484.             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')));
  3485.             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')));
  3486.             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')));
  3487.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3488.         }, 7));
  3489.     }
  3490.     /**
  3491.      * Gets the private 'security.helper' shared service.
  3492.      *
  3493.      * @return \Symfony\Component\Security\Core\Security
  3494.      */
  3495.     protected function getSecurity_HelperService()
  3496.     {
  3497.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3498.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3499.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3500.         ], [
  3501.             'security.authorization_checker' => '?',
  3502.             'security.token_storage' => '?',
  3503.         ]));
  3504.     }
  3505.     /**
  3506.      * Gets the private 'security.logout_url_generator' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3509.      */
  3510.     protected function getSecurity_LogoutUrlGeneratorService()
  3511.     {
  3512.         $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()));
  3513.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3514.         $instance->registerListener('rookie_admin''rookie_admin_logout''logout''_csrf_token'NULLNULL);
  3515.         $instance->registerListener('shuttle_admin''shuttle_admin_logout''logout''_csrf_token'NULLNULL);
  3516.         $instance->registerListener('rookie_day_admin''rookie_day_admin_logout''logout''_csrf_token'NULLNULL);
  3517.         $instance->registerListener('main''security_logout''logout''_csrf_token'NULLNULL);
  3518.         return $instance;
  3519.     }
  3520.     /**
  3521.      * Gets the private 'security.password_hasher_factory' shared service.
  3522.      *
  3523.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3524.      */
  3525.     protected function getSecurity_PasswordHasherFactoryService()
  3526.     {
  3527.         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']]]);
  3528.     }
  3529.     /**
  3530.      * Gets the private 'security.user_password_hasher' shared service.
  3531.      *
  3532.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  3533.      */
  3534.     protected function getSecurity_UserPasswordHasherService()
  3535.     {
  3536.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  3537.     }
  3538.     /**
  3539.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3540.      *
  3541.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3542.      */
  3543.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3544.     {
  3545.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3546.     }
  3547.     /**
  3548.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3549.      *
  3550.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3551.      */
  3552.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3553.     {
  3554.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3555.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3556.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3557.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3558.     }
  3559.     /**
  3560.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3561.      *
  3562.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3563.      */
  3564.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3565.     {
  3566.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3567.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3568.             return $this->privates['sensio_framework_extra.security.listener'];
  3569.         }
  3570.         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()));
  3571.     }
  3572.     /**
  3573.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3574.      *
  3575.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3576.      */
  3577.     protected function getSensioFrameworkExtra_View_ListenerService()
  3578.     {
  3579.         $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))));
  3580.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3581.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3582.         ], [
  3583.             'twig' => '?',
  3584.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3585.         return $instance;
  3586.     }
  3587.     /**
  3588.      * Gets the private 'session_listener' shared service.
  3589.      *
  3590.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3591.      */
  3592.     protected function getSessionListenerService()
  3593.     {
  3594.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3595.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3596.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3597.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3598.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3599.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3600.         ], [
  3601.             'initialized_session' => '?',
  3602.             'logger' => '?',
  3603.             'session' => '?',
  3604.             'session_collector' => '?',
  3605.             'session_factory' => '?',
  3606.         ]), true$this->parameters['session.storage.options']);
  3607.     }
  3608.     /**
  3609.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3610.      *
  3611.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3612.      */
  3613.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3614.     {
  3615.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3616.     }
  3617.     /**
  3618.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  3619.      *
  3620.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3621.      */
  3622.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3623.     {
  3624.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3625.     }
  3626.     /**
  3627.      * Gets the private 'sonata.admin.pool' shared service.
  3628.      *
  3629.      * @return \Sonata\AdminBundle\Admin\Pool
  3630.      */
  3631.     protected function getSonata_Admin_PoolService()
  3632.     {
  3633.         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, [], []))), [], [], []);
  3634.     }
  3635.     /**
  3636.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3637.      *
  3638.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3639.      */
  3640.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3641.     {
  3642.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3643.     }
  3644.     /**
  3645.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3646.      *
  3647.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3648.      */
  3649.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3650.     {
  3651.         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()));
  3652.     }
  3653.     /**
  3654.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3655.      *
  3656.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3657.      */
  3658.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3659.     {
  3660.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3661.     }
  3662.     /**
  3663.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3664.      *
  3665.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3666.      */
  3667.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3668.     {
  3669.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3670.     }
  3671.     /**
  3672.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3673.      *
  3674.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3675.      */
  3676.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3677.     {
  3678.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3679.     }
  3680.     /**
  3681.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3682.      *
  3683.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3684.      */
  3685.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3686.     {
  3687.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3688.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  3689.             return $this->privates['sonata.admin.twig.security_runtime'];
  3690.         }
  3691.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  3692.     }
  3693.     /**
  3694.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3695.      *
  3696.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3697.      */
  3698.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3699.     {
  3700.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3701.     }
  3702.     /**
  3703.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3704.      *
  3705.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3706.      */
  3707.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3708.     {
  3709.         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()));
  3710.     }
  3711.     /**
  3712.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3713.      *
  3714.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3715.      */
  3716.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3717.     {
  3718.         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']);
  3719.     }
  3720.     /**
  3721.      * Gets the private 'sonata.block.templating.helper' shared service.
  3722.      *
  3723.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3724.      */
  3725.     protected function getSonata_Block_Templating_HelperService()
  3726.     {
  3727.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  3728.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3729.             return $this->privates['sonata.block.templating.helper'];
  3730.         }
  3731.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  3732.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3733.             return $this->privates['sonata.block.templating.helper'];
  3734.         }
  3735.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3736.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3737.             return $this->privates['sonata.block.templating.helper'];
  3738.         }
  3739.         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))));
  3740.     }
  3741.     /**
  3742.      * Gets the private 'sonata.form.twig.canonicalize_runtime' shared service.
  3743.      *
  3744.      * @return \Sonata\Form\Twig\CanonicalizeRuntime
  3745.      */
  3746.     protected function getSonata_Form_Twig_CanonicalizeRuntimeService()
  3747.     {
  3748.         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())));
  3749.     }
  3750.     /**
  3751.      * Gets the private 'translator.default' shared service.
  3752.      *
  3753.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3754.      */
  3755.     protected function getTranslator_DefaultService()
  3756.     {
  3757.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3758.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3759.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3760.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3761.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3762.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3763.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3764.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3765.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3766.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3767.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3768.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3769.         ], [
  3770.             'translation.loader.csv' => '?',
  3771.             'translation.loader.dat' => '?',
  3772.             'translation.loader.ini' => '?',
  3773.             'translation.loader.json' => '?',
  3774.             'translation.loader.mo' => '?',
  3775.             'translation.loader.php' => '?',
  3776.             'translation.loader.po' => '?',
  3777.             'translation.loader.qt' => '?',
  3778.             'translation.loader.res' => '?',
  3779.             'translation.loader.xliff' => '?',
  3780.             'translation.loader.yml' => '?',
  3781.         ]), 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']);
  3782.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3783.         $instance->setFallbackLocales($this->parameters['kernel.enabled_locales']);
  3784.         return $instance;
  3785.     }
  3786.     /**
  3787.      * Gets the private 'validator.builder' shared service.
  3788.      *
  3789.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3790.      */
  3791.     protected function getValidator_BuilderService()
  3792.     {
  3793.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3794.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3795.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3796.         if ($this->has('translator')) {
  3797.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3798.         }
  3799.         $instance->setTranslationDomain('validators');
  3800.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3801.         $instance->enableAnnotationMapping(true);
  3802.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3803.         $instance->addMethodMapping('loadValidatorMetadata');
  3804.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3805.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3806.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3807.         return $instance;
  3808.     }
  3809.     /**
  3810.      * Gets the private 'validator.validator_factory' shared service.
  3811.      *
  3812.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3813.      */
  3814.     protected function getValidator_ValidatorFactoryService()
  3815.     {
  3816.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3817.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3818.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3819.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3820.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3821.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3822.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3823.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3824.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3825.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3826.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3827.         ], [
  3828.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3829.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3830.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3831.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3832.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3833.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3834.             'doctrine.orm.validator.unique' => '?',
  3835.             'security.validator.user_password' => '?',
  3836.             'sonata.form.validator.inline' => '?',
  3837.             'validator.expression' => '?',
  3838.         ]));
  3839.     }
  3840.     /**
  3841.      * Gets the private 'var_dumper.html_dumper' shared service.
  3842.      *
  3843.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3844.      */
  3845.     protected function getVarDumper_HtmlDumperService()
  3846.     {
  3847.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3848.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3849.         return $instance;
  3850.     }
  3851.     /**
  3852.      * Gets the private 'var_dumper.server_connection' shared service.
  3853.      *
  3854.      * @return \Symfony\Component\VarDumper\Server\Connection
  3855.      */
  3856.     protected function getVarDumper_ServerConnectionService()
  3857.     {
  3858.         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()]);
  3859.     }
  3860.     /**
  3861.      * Gets the private 'web_profiler.csp.handler' shared service.
  3862.      *
  3863.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3864.      */
  3865.     protected function getWebProfiler_Csp_HandlerService()
  3866.     {
  3867.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3868.     }
  3869.     /**
  3870.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3871.      *
  3872.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3873.      */
  3874.     protected function getWebProfiler_DebugToolbarService()
  3875.     {
  3876.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3877.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3878.             return $this->privates['web_profiler.debug_toolbar'];
  3879.         }
  3880.         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()));
  3881.     }
  3882.     /**
  3883.      * Gets the public 'cache_clearer' alias.
  3884.      *
  3885.      * @return object The ".container.private.cache_clearer" service.
  3886.      */
  3887.     protected function getCacheClearerService()
  3888.     {
  3889.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3890.         return $this->get('.container.private.cache_clearer');
  3891.     }
  3892.     /**
  3893.      * Gets the public 'filesystem' alias.
  3894.      *
  3895.      * @return object The ".container.private.filesystem" service.
  3896.      */
  3897.     protected function getFilesystemService()
  3898.     {
  3899.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3900.         return $this->get('.container.private.filesystem');
  3901.     }
  3902.     /**
  3903.      * Gets the public 'serializer' alias.
  3904.      *
  3905.      * @return object The ".container.private.serializer" service.
  3906.      */
  3907.     protected function getSerializerService()
  3908.     {
  3909.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3910.         return $this->get('.container.private.serializer');
  3911.     }
  3912.     /**
  3913.      * Gets the public 'security.csrf.token_manager' alias.
  3914.      *
  3915.      * @return object The ".container.private.security.csrf.token_manager" service.
  3916.      */
  3917.     protected function getSecurity_Csrf_TokenManagerService()
  3918.     {
  3919.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3920.         return $this->get('.container.private.security.csrf.token_manager');
  3921.     }
  3922.     /**
  3923.      * Gets the public 'form.factory' alias.
  3924.      *
  3925.      * @return object The ".container.private.form.factory" service.
  3926.      */
  3927.     protected function getForm_FactoryService()
  3928.     {
  3929.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3930.         return $this->get('.container.private.form.factory');
  3931.     }
  3932.     /**
  3933.      * Gets the public 'form.type.file' alias.
  3934.      *
  3935.      * @return object The ".container.private.form.type.file" service.
  3936.      */
  3937.     protected function getForm_Type_FileService()
  3938.     {
  3939.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3940.         return $this->get('.container.private.form.type.file');
  3941.     }
  3942.     /**
  3943.      * Gets the public 'profiler' alias.
  3944.      *
  3945.      * @return object The ".container.private.profiler" service.
  3946.      */
  3947.     protected function getProfilerService()
  3948.     {
  3949.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3950.         return $this->get('.container.private.profiler');
  3951.     }
  3952.     /**
  3953.      * Gets the public 'twig' alias.
  3954.      *
  3955.      * @return object The ".container.private.twig" service.
  3956.      */
  3957.     protected function getTwigService()
  3958.     {
  3959.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3960.         return $this->get('.container.private.twig');
  3961.     }
  3962.     /**
  3963.      * Gets the public 'security.authorization_checker' alias.
  3964.      *
  3965.      * @return object The ".container.private.security.authorization_checker" service.
  3966.      */
  3967.     protected function getSecurity_AuthorizationCheckerService()
  3968.     {
  3969.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3970.         return $this->get('.container.private.security.authorization_checker');
  3971.     }
  3972.     /**
  3973.      * Gets the public 'security.token_storage' alias.
  3974.      *
  3975.      * @return object The ".container.private.security.token_storage" service.
  3976.      */
  3977.     protected function getSecurity_TokenStorageService()
  3978.     {
  3979.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3980.         return $this->get('.container.private.security.token_storage');
  3981.     }
  3982.     /**
  3983.      * Gets the public 'security.password_encoder' alias.
  3984.      *
  3985.      * @return object The ".container.private.security.password_encoder" service.
  3986.      */
  3987.     protected function getSecurity_PasswordEncoderService()
  3988.     {
  3989.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3990.         return $this->get('.container.private.security.password_encoder');
  3991.     }
  3992.     /**
  3993.      * Gets the public 'session' alias.
  3994.      *
  3995.      * @return object The ".container.private.session" service.
  3996.      */
  3997.     protected function getSessionService()
  3998.     {
  3999.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4000.         return $this->get('.container.private.session');
  4001.     }
  4002.     /**
  4003.      * Gets the public 'validator' alias.
  4004.      *
  4005.      * @return object The ".container.private.validator" service.
  4006.      */
  4007.     protected function getValidatorService()
  4008.     {
  4009.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4010.         return $this->get('.container.private.validator');
  4011.     }
  4012.     /**
  4013.      * @return array|bool|float|int|string|\UnitEnum|null
  4014.      */
  4015.     public function getParameter(string $name)
  4016.     {
  4017.         if (isset($this->buildParameters[$name])) {
  4018.             return $this->buildParameters[$name];
  4019.         }
  4020.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4021.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4022.         }
  4023.         if (isset($this->loadedDynamicParameters[$name])) {
  4024.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4025.         }
  4026.         return $this->parameters[$name];
  4027.     }
  4028.     public function hasParameter(string $name): bool
  4029.     {
  4030.         if (isset($this->buildParameters[$name])) {
  4031.             return true;
  4032.         }
  4033.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4034.     }
  4035.     public function setParameter(string $name$value): void
  4036.     {
  4037.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4038.     }
  4039.     public function getParameterBag(): ParameterBagInterface
  4040.     {
  4041.         if (null === $this->parameterBag) {
  4042.             $parameters $this->parameters;
  4043.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4044.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4045.             }
  4046.             foreach ($this->buildParameters as $name => $value) {
  4047.                 $parameters[$name] = $value;
  4048.             }
  4049.             $this->parameterBag = new FrozenParameterBag($parameters);
  4050.         }
  4051.         return $this->parameterBag;
  4052.     }
  4053.     private $loadedDynamicParameters = [
  4054.         'kernel.runtime_environment' => false,
  4055.         'kernel.build_dir' => false,
  4056.         'kernel.cache_dir' => false,
  4057.         'frontend_domain' => false,
  4058.         'backend_domain' => false,
  4059.         'image_domain' => false,
  4060.         'etermin_public_key' => false,
  4061.         'etermin_private_key' => false,
  4062.         'matomo_api_key' => false,
  4063.         'doctrine.orm.proxy_dir' => false,
  4064.         'kernel.secret' => false,
  4065.         'debug.container.dump' => false,
  4066.         'serializer.mapping.cache.file' => false,
  4067.         'validator.mapping.cache.file' => false,
  4068.         'profiler.storage.dsn' => false,
  4069.     ];
  4070.     private $dynamicParameters = [];
  4071.     private function getDynamicParameter(string $name)
  4072.     {
  4073.         switch ($name) {
  4074.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4075.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4076.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4077.             case 'frontend_domain'$value $this->getEnv('FRONTEND_DOMAIN'); break;
  4078.             case 'backend_domain'$value $this->getEnv('BACKEND_DOMAIN'); break;
  4079.             case 'image_domain'$value $this->getEnv('IMAGE_DOMAIN'); break;
  4080.             case 'etermin_public_key'$value $this->getEnv('ETERMIN_PUBLIC_KEY'); break;
  4081.             case 'etermin_private_key'$value $this->getEnv('ETERMIN_PRIVATE_KEY'); break;
  4082.             case 'matomo_api_key'$value $this->getEnv('MATOMO_API_KEY'); break;
  4083.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4084.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4085.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4086.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4087.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4088.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4089.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4090.         }
  4091.         $this->loadedDynamicParameters[$name] = true;
  4092.         return $this->dynamicParameters[$name] = $value;
  4093.     }
  4094.     protected function getDefaultParameters(): array
  4095.     {
  4096.         return [
  4097.             'kernel.project_dir' => \dirname(__DIR__4),
  4098.             'kernel.environment' => 'dev',
  4099.             'kernel.debug' => true,
  4100.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4101.             'kernel.bundles' => [
  4102.                 'AdminBundle' => 'App\\AdminBundle\\AdminBundle',
  4103.                 'ApiBundle' => 'App\\ApiBundle\\ApiBundle',
  4104.                 'BackendBundle' => 'App\\BackendBundle\\BackendBundle',
  4105.                 'FrontendBundle' => 'App\\FrontendBundle\\FrontendBundle',
  4106.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4107.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4108.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  4109.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  4110.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4111.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  4112.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4113.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4114.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4115.                 'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
  4116.                 'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
  4117.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4118.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  4119.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  4120.                 'SonataCacheBundle' => 'Sonata\\CacheBundle\\SonataCacheBundle',
  4121.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  4122.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  4123.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle\\SonataFormBundle',
  4124.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  4125.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4126.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4127.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4128.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4129.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4130.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4131.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4132.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4133.             ],
  4134.             'kernel.bundles_metadata' => [
  4135.                 'AdminBundle' => [
  4136.                     'path' => (\dirname(__DIR__4).'/src/AdminBundle'),
  4137.                     'namespace' => 'App\\AdminBundle',
  4138.                 ],
  4139.                 'ApiBundle' => [
  4140.                     'path' => (\dirname(__DIR__4).'/src/ApiBundle'),
  4141.                     'namespace' => 'App\\ApiBundle',
  4142.                 ],
  4143.                 'BackendBundle' => [
  4144.                     'path' => (\dirname(__DIR__4).'/src/BackendBundle'),
  4145.                     'namespace' => 'App\\BackendBundle',
  4146.                 ],
  4147.                 'FrontendBundle' => [
  4148.                     'path' => (\dirname(__DIR__4).'/src/FrontendBundle'),
  4149.                     'namespace' => 'App\\FrontendBundle',
  4150.                 ],
  4151.                 'DoctrineBundle' => [
  4152.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4153.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4154.                 ],
  4155.                 'DoctrineMigrationsBundle' => [
  4156.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4157.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4158.                 ],
  4159.                 'FOSCKEditorBundle' => [
  4160.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  4161.                     'namespace' => 'FOS\\CKEditorBundle',
  4162.                 ],
  4163.                 'FOSElasticaBundle' => [
  4164.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  4165.                     'namespace' => 'FOS\\ElasticaBundle',
  4166.                 ],
  4167.                 'JMSSerializerBundle' => [
  4168.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4169.                     'namespace' => 'JMS\\SerializerBundle',
  4170.                 ],
  4171.                 'KnpMarkdownBundle' => [
  4172.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  4173.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  4174.                 ],
  4175.                 'KnpMenuBundle' => [
  4176.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  4177.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4178.                 ],
  4179.                 'LeagueOAuth2ServerBundle' => [
  4180.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4181.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4182.                 ],
  4183.                 'LiipImagineBundle' => [
  4184.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4185.                     'namespace' => 'Liip\\ImagineBundle',
  4186.                 ],
  4187.                 'OverblogGraphQLBundle' => [
  4188.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src'),
  4189.                     'namespace' => 'Overblog\\GraphQLBundle',
  4190.                 ],
  4191.                 'OverblogGraphiQLBundle' => [
  4192.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle'),
  4193.                     'namespace' => 'Overblog\\GraphiQLBundle',
  4194.                 ],
  4195.                 'SensioFrameworkExtraBundle' => [
  4196.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4197.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4198.                 ],
  4199.                 'SonataBlockBundle' => [
  4200.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  4201.                     'namespace' => 'Sonata\\BlockBundle',
  4202.                 ],
  4203.                 'SonataAdminBundle' => [
  4204.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  4205.                     'namespace' => 'Sonata\\AdminBundle',
  4206.                 ],
  4207.                 'SonataCacheBundle' => [
  4208.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/cache-bundle/src'),
  4209.                     'namespace' => 'Sonata\\CacheBundle',
  4210.                 ],
  4211.                 'SonataDoctrineBundle' => [
  4212.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  4213.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  4214.                 ],
  4215.                 'SonataDoctrineORMAdminBundle' => [
  4216.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  4217.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  4218.                 ],
  4219.                 'SonataFormBundle' => [
  4220.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/..'),
  4221.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle',
  4222.                 ],
  4223.                 'SonataSeoBundle' => [
  4224.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  4225.                     'namespace' => 'Sonata\\SeoBundle',
  4226.                 ],
  4227.                 'FrameworkBundle' => [
  4228.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4229.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4230.                 ],
  4231.                 'TwigBundle' => [
  4232.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4233.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4234.                 ],
  4235.                 'WebProfilerBundle' => [
  4236.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4237.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4238.                 ],
  4239.                 'MonologBundle' => [
  4240.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4241.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4242.                 ],
  4243.                 'DebugBundle' => [
  4244.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4245.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4246.                 ],
  4247.                 'MakerBundle' => [
  4248.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4249.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4250.                 ],
  4251.                 'SecurityBundle' => [
  4252.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4253.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4254.                 ],
  4255.                 'TwigExtraBundle' => [
  4256.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4257.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4258.                 ],
  4259.             ],
  4260.             'kernel.charset' => 'UTF-8',
  4261.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4262.             'admin.authentication.handler.login_success_handler.class' => 'AdminBundle\\Authentication\\Handler\\LoginSuccessHandler',
  4263.             'admin.lastroute.class' => 'AdminBundle\\EventListener\\LastRouteListener',
  4264.             'sonata.media.admin.media.class' => 'AdminBundle\\Admin\\MediaAdmin',
  4265.             'sonata.media.admin.gallery.class' => 'AdminBundle\\Admin\\GalleryAdmin',
  4266.             'sonata.media.admin.gallery_has_media.class' => 'AdminBundle\\Admin\\GalleryHasMediaAdmin',
  4267.             'twig.asset_exists_extension.class' => 'App\\Twig\\AssetExistsExtension',
  4268.             'twig.date_helpers_extension.class' => 'App\\Twig\\DateHelpersExtension',
  4269.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4270.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4271.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4272.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4273.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4274.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4275.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4276.             'doctrine.entity_managers' => [
  4277.                 'default' => 'doctrine.orm.default_entity_manager',
  4278.             ],
  4279.             'doctrine.default_entity_manager' => 'default',
  4280.             'doctrine.dbal.connection_factory.types' => [
  4281.                 'oauth2_grant' => [
  4282.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  4283.                 ],
  4284.                 'oauth2_redirect_uri' => [
  4285.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  4286.                 ],
  4287.                 'oauth2_scope' => [
  4288.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  4289.                 ],
  4290.                 'uuid' => [
  4291.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  4292.                 ],
  4293.                 'json' => [
  4294.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  4295.                 ],
  4296.                 'ulid' => [
  4297.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4298.                 ],
  4299.             ],
  4300.             'doctrine.connections' => [
  4301.                 'default' => 'doctrine.dbal.default_connection',
  4302.             ],
  4303.             'doctrine.default_connection' => 'default',
  4304.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4305.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4306.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4307.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4308.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4309.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4310.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4311.             'doctrine.orm.cache.memcache_port' => 11211,
  4312.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4313.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4314.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4315.             'doctrine.orm.cache.memcached_port' => 11211,
  4316.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4317.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4318.             'doctrine.orm.cache.redis_host' => 'localhost',
  4319.             'doctrine.orm.cache.redis_port' => 6379,
  4320.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4321.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4322.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4323.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4324.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4325.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4326.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4327.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4328.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4329.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4330.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4331.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4332.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4333.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4334.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4335.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4336.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4337.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4338.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4339.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4340.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4341.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4342.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4343.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4344.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4345.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4346.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4347.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4348.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4349.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4350.             'doctrine.orm.auto_generate_proxy_classes' => false,
  4351.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4352.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4353.             'doctrine.migrations.preferred_em' => NULL,
  4354.             'doctrine.migrations.preferred_connection' => NULL,
  4355.             'fos_elastica.property_accessor.magicCall' => 0,
  4356.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  4357.             'fos_elastica.default_index' => 'events',
  4358.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  4359.             'knp_menu.renderer.list.options' => [
  4360.             ],
  4361.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  4362.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  4363.             'knp_menu.renderer.twig.options' => [
  4364.             ],
  4365.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4366.             'knp_menu.default_renderer' => 'twig',
  4367.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  4368.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  4369.             'league.oauth2_server.encryption_key' => '5jsptBuOQnuwC4SECyXd8FVa0BA1/Uxut/H3Yq5vHAk=',
  4370.             'league.oauth2_server.encryption_key.type' => 'plain',
  4371.             'league.oauth2_server.scopes.default' => [
  4372.                 => 'defaultscope',
  4373.             ],
  4374.             'liip_imagine.resolvers' => [
  4375.                 'default' => [
  4376.                     'web_path' => [
  4377.                         'web_root' => (\dirname(__DIR__4).'/public'),
  4378.                         'cache_prefix' => 'media/cache',
  4379.                     ],
  4380.                 ],
  4381.             ],
  4382.             'liip_imagine.loaders' => [
  4383.                 'default' => [
  4384.                     'filesystem' => [
  4385.                         'data_root' => [
  4386.                             => (\dirname(__DIR__4).'/public'),
  4387.                         ],
  4388.                         'locator' => 'filesystem',
  4389.                         'allow_unresolvable_data_roots' => false,
  4390.                         'bundle_resources' => [
  4391.                             'enabled' => false,
  4392.                             'access_control_type' => 'blacklist',
  4393.                             'access_control_list' => [
  4394.                             ],
  4395.                         ],
  4396.                     ],
  4397.                 ],
  4398.             ],
  4399.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4400.             'liip_imagine.jpegoptim.stripAll' => true,
  4401.             'liip_imagine.jpegoptim.max' => NULL,
  4402.             'liip_imagine.jpegoptim.progressive' => true,
  4403.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4404.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4405.             'liip_imagine.optipng.level' => 7,
  4406.             'liip_imagine.optipng.stripAll' => true,
  4407.             'liip_imagine.optipng.tempDir' => NULL,
  4408.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4409.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4410.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4411.             'liip_imagine.cwebp.tempDir' => NULL,
  4412.             'liip_imagine.cwebp.q' => 75,
  4413.             'liip_imagine.cwebp.alphaQ' => 100,
  4414.             'liip_imagine.cwebp.m' => 4,
  4415.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4416.             'liip_imagine.cwebp.alphaMethod' => 1,
  4417.             'liip_imagine.cwebp.exact' => false,
  4418.             'liip_imagine.cwebp.metadata' => [
  4419.                 => 'none',
  4420.             ],
  4421.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  4422.             'liip_imagine.cache.resolver.default' => 'default',
  4423.             'liip_imagine.default_image' => NULL,
  4424.             'liip_imagine.filter_sets' => [
  4425.                 'cache' => [
  4426.                     'format' => 'webp',
  4427.                     'quality' => 100,
  4428.                     'jpeg_quality' => NULL,
  4429.                     'png_compression_level' => NULL,
  4430.                     'png_compression_filter' => NULL,
  4431.                     'animated' => false,
  4432.                     'cache' => NULL,
  4433.                     'data_loader' => NULL,
  4434.                     'default_image' => NULL,
  4435.                     'filters' => [
  4436.                     ],
  4437.                     'post_processors' => [
  4438.                     ],
  4439.                 ],
  4440.                 'tn_medium' => [
  4441.                     'format' => 'webp',
  4442.                     'quality' => 100,
  4443.                     'jpeg_quality' => NULL,
  4444.                     'png_compression_level' => NULL,
  4445.                     'png_compression_filter' => NULL,
  4446.                     'animated' => false,
  4447.                     'cache' => NULL,
  4448.                     'data_loader' => NULL,
  4449.                     'default_image' => NULL,
  4450.                     'filters' => [
  4451.                         'relative_resize' => [
  4452.                             'widen' => 527,
  4453.                         ],
  4454.                     ],
  4455.                     'post_processors' => [
  4456.                     ],
  4457.                 ],
  4458.                 'tn_portrait' => [
  4459.                     'format' => 'webp',
  4460.                     'quality' => 100,
  4461.                     'jpeg_quality' => NULL,
  4462.                     'png_compression_level' => NULL,
  4463.                     'png_compression_filter' => NULL,
  4464.                     'animated' => false,
  4465.                     'cache' => NULL,
  4466.                     'data_loader' => NULL,
  4467.                     'default_image' => NULL,
  4468.                     'filters' => [
  4469.                         'relative_resize' => [
  4470.                             'widen' => 1000,
  4471.                         ],
  4472.                     ],
  4473.                     'post_processors' => [
  4474.                     ],
  4475.                 ],
  4476.                 'tn_landscape' => [
  4477.                     'format' => 'webp',
  4478.                     'quality' => 100,
  4479.                     'jpeg_quality' => NULL,
  4480.                     'png_compression_level' => NULL,
  4481.                     'png_compression_filter' => NULL,
  4482.                     'animated' => false,
  4483.                     'cache' => NULL,
  4484.                     'data_loader' => NULL,
  4485.                     'default_image' => NULL,
  4486.                     'filters' => [
  4487.                         'relative_resize' => [
  4488.                             'widen' => 1240,
  4489.                         ],
  4490.                     ],
  4491.                     'post_processors' => [
  4492.                     ],
  4493.                 ],
  4494.                 'tn_large' => [
  4495.                     'format' => 'webp',
  4496.                     'quality' => 100,
  4497.                     'jpeg_quality' => NULL,
  4498.                     'png_compression_level' => NULL,
  4499.                     'png_compression_filter' => NULL,
  4500.                     'animated' => false,
  4501.                     'cache' => NULL,
  4502.                     'data_loader' => NULL,
  4503.                     'default_image' => NULL,
  4504.                     'filters' => [
  4505.                         'relative_resize' => [
  4506.                             'widen' => 1560,
  4507.                         ],
  4508.                     ],
  4509.                     'post_processors' => [
  4510.                     ],
  4511.                 ],
  4512.                 'tn_xlarge' => [
  4513.                     'format' => 'webp',
  4514.                     'quality' => 100,
  4515.                     'jpeg_quality' => NULL,
  4516.                     'png_compression_level' => NULL,
  4517.                     'png_compression_filter' => NULL,
  4518.                     'animated' => false,
  4519.                     'cache' => NULL,
  4520.                     'data_loader' => NULL,
  4521.                     'default_image' => NULL,
  4522.                     'filters' => [
  4523.                         'relative_resize' => [
  4524.                             'widen' => 1900,
  4525.                         ],
  4526.                     ],
  4527.                     'post_processors' => [
  4528.                     ],
  4529.                 ],
  4530.                 'tn_huge' => [
  4531.                     'format' => 'webp',
  4532.                     'quality' => 100,
  4533.                     'jpeg_quality' => NULL,
  4534.                     'png_compression_level' => NULL,
  4535.                     'png_compression_filter' => NULL,
  4536.                     'animated' => false,
  4537.                     'cache' => NULL,
  4538.                     'data_loader' => NULL,
  4539.                     'default_image' => NULL,
  4540.                     'filters' => [
  4541.                         'relative_resize' => [
  4542.                             'widen' => 2800,
  4543.                         ],
  4544.                     ],
  4545.                     'post_processors' => [
  4546.                     ],
  4547.                 ],
  4548.             ],
  4549.             'liip_imagine.binary.loader.default' => 'default',
  4550.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4551.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4552.             'liip_imagine.webp.generate' => false,
  4553.             'liip_imagine.webp.options' => [
  4554.                 'quality' => 100,
  4555.                 'cache' => NULL,
  4556.                 'data_loader' => NULL,
  4557.                 'post_processors' => [
  4558.                 ],
  4559.             ],
  4560.             'overblog_graphql_types.config' => [
  4561.                 'InternalMutation' => [
  4562.                     'type' => 'object',
  4563.                     'inherits' => [
  4564.                         => 'InternalMutationBoPartnerProfile',
  4565.                         => 'InternalMutationCompanyProfile',
  4566.                         => 'InternalMutationJobMarket',
  4567.                         => 'InternalMutationSchool',
  4568.                         => 'InternalMutationSchoolClass',
  4569.                         => 'InternalMutationSchoolProfile',
  4570.                         => 'InternalMutationTeacher',
  4571.                         => 'InternalMutationUser',
  4572.                     ],
  4573.                     'class_name' => 'InternalMutationType',
  4574.                     'decorator' => false,
  4575.                     'config' => [
  4576.                         'description' => 'Internal Mutation',
  4577.                         'fields' => [
  4578.                             'addBoPartnerProfileContact' => [
  4579.                                 'type' => 'ProfileUpdateResponse!',
  4580.                                 'args' => [
  4581.                                     'profileID' => [
  4582.                                         'description' => 'The profile id',
  4583.                                         'type' => 'Int!',
  4584.                                     ],
  4585.                                     'contact' => [
  4586.                                         'description' => 'The contact data',
  4587.                                         'type' => 'InContactPerson!',
  4588.                                     ],
  4589.                                 ],
  4590.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addContact", args["profileID"], args["contact"])',
  4591.                             ],
  4592.                             'removeBoPartnerProfileContact' => [
  4593.                                 'type' => 'ProfileUpdateResponse!',
  4594.                                 'args' => [
  4595.                                     'profileID' => [
  4596.                                         'description' => 'The profile id',
  4597.                                         'type' => 'Int!',
  4598.                                     ],
  4599.                                     'contactID' => [
  4600.                                         'description' => 'The contact id',
  4601.                                         'type' => 'Int!',
  4602.                                     ],
  4603.                                 ],
  4604.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeContact", args["profileID"], args["contactID"])',
  4605.                             ],
  4606.                             'updateBoPartnerProfileContact' => [
  4607.                                 'type' => 'ProfileUpdateResponse!',
  4608.                                 'args' => [
  4609.                                     'profileID' => [
  4610.                                         'description' => 'The profile id',
  4611.                                         'type' => 'Int!',
  4612.                                     ],
  4613.                                     'contactID' => [
  4614.                                         'description' => 'The contact id',
  4615.                                         'type' => 'Int!',
  4616.                                     ],
  4617.                                     'contact' => [
  4618.                                         'description' => 'The contact data',
  4619.                                         'type' => 'InContactPerson!',
  4620.                                     ],
  4621.                                 ],
  4622.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  4623.                             ],
  4624.                             'updateBoPartnerProfileContactPosition' => [
  4625.                                 'type' => 'ProfileUpdateResponse!',
  4626.                                 'args' => [
  4627.                                     'profileID' => [
  4628.                                         'description' => 'The profile id',
  4629.                                         'type' => 'Int!',
  4630.                                     ],
  4631.                                     'contactIDs' => [
  4632.                                         'description' => 'The contact ids',
  4633.                                         'type' => '[Int!]',
  4634.                                     ],
  4635.                                 ],
  4636.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContactPositions", args["profileID"], args["contactIDs"])',
  4637.                             ],
  4638.                             'removeBoPartnerProfileGallery' => [
  4639.                                 'type' => 'ProfileUpdateResponse!',
  4640.                                 'args' => [
  4641.                                     'profileID' => [
  4642.                                         'description' => 'The profile id',
  4643.                                         'type' => 'Int!',
  4644.                                     ],
  4645.                                     'galleryID' => [
  4646.                                         'description' => 'The gallery id',
  4647.                                         'type' => 'Int!',
  4648.                                     ],
  4649.                                 ],
  4650.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGallery", args["profileID"], args["galleryID"])',
  4651.                             ],
  4652.                             'addBoPartnerProfileGalleryPicture' => [
  4653.                                 'type' => 'ProfileUpdateResponse!',
  4654.                                 'args' => [
  4655.                                     'profileID' => [
  4656.                                         'description' => 'The profile id',
  4657.                                         'type' => 'Int!',
  4658.                                     ],
  4659.                                     'picture' => [
  4660.                                         'description' => 'The picture to add',
  4661.                                         'type' => 'UploadFile!',
  4662.                                     ],
  4663.                                 ],
  4664.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  4665.                             ],
  4666.                             'removeBoPartnerProfileGalleryPicture' => [
  4667.                                 'type' => 'ProfileUpdateResponse!',
  4668.                                 'args' => [
  4669.                                     'profileID' => [
  4670.                                         'description' => 'The profile id',
  4671.                                         'type' => 'Int!',
  4672.                                     ],
  4673.                                     'galleryEntryID' => [
  4674.                                         'description' => 'The gallery entry id',
  4675.                                         'type' => 'Int!',
  4676.                                     ],
  4677.                                 ],
  4678.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  4679.                             ],
  4680.                             'addBoPartnerProfileGalleryDocument' => [
  4681.                                 'type' => 'ProfileUpdateResponse!',
  4682.                                 'args' => [
  4683.                                     'profileID' => [
  4684.                                         'description' => 'The profile id',
  4685.                                         'type' => 'Int!',
  4686.                                     ],
  4687.                                     'document' => [
  4688.                                         'description' => 'The document to add',
  4689.                                         'type' => 'UploadFile!',
  4690.                                     ],
  4691.                                     'documentName' => [
  4692.                                         'description' => 'The document name',
  4693.                                         'type' => 'String!',
  4694.                                     ],
  4695.                                 ],
  4696.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryPicture", args["profileID"], args["document"], args["documentName"])',
  4697.                             ],
  4698.                             'removeBoPartnerProfileGalleryDocument' => [
  4699.                                 'type' => 'ProfileUpdateResponse!',
  4700.                                 'args' => [
  4701.                                     'profileID' => [
  4702.                                         'description' => 'The profile id',
  4703.                                         'type' => 'Int!',
  4704.                                     ],
  4705.                                     'galleryEntryID' => [
  4706.                                         'description' => 'The gallery entry id',
  4707.                                         'type' => 'Int!',
  4708.                                     ],
  4709.                                 ],
  4710.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  4711.                             ],
  4712.                             'addBoPartnerProfileGalleryVideo' => [
  4713.                                 'type' => 'ProfileUpdateResponse!',
  4714.                                 'args' => [
  4715.                                     'profileID' => [
  4716.                                         'description' => 'The profile id',
  4717.                                         'type' => 'Int!',
  4718.                                     ],
  4719.                                     'youtubeURL' => [
  4720.                                         'description' => 'The youtube url',
  4721.                                         'type' => 'UploadFile!',
  4722.                                     ],
  4723.                                     'videoName' => [
  4724.                                         'description' => 'The video name',
  4725.                                         'type' => 'String!',
  4726.                                     ],
  4727.                                 ],
  4728.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  4729.                             ],
  4730.                             'removeBoPartnerProfileGalleryVideo' => [
  4731.                                 'type' => 'ProfileUpdateResponse!',
  4732.                                 'args' => [
  4733.                                     'profileID' => [
  4734.                                         'description' => 'The profile id',
  4735.                                         'type' => 'Int!',
  4736.                                     ],
  4737.                                     'galleryEntryID' => [
  4738.                                         'description' => 'The gallery entry id',
  4739.                                         'type' => 'Int!',
  4740.                                     ],
  4741.                                 ],
  4742.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  4743.                             ],
  4744.                             'updateBoPartnerProfileLinks' => [
  4745.                                 'type' => 'ProfileUpdateResponse!',
  4746.                                 'args' => [
  4747.                                     'profileID' => [
  4748.                                         'description' => 'The profile id',
  4749.                                         'type' => 'Int!',
  4750.                                     ],
  4751.                                     'links' => [
  4752.                                         'description' => 'The link urls',
  4753.                                         'type' => 'InLinks!',
  4754.                                     ],
  4755.                                 ],
  4756.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  4757.                             ],
  4758.                             'removeBoPartnerProfileLink' => [
  4759.                                 'type' => 'ProfileUpdateResponse!',
  4760.                                 'args' => [
  4761.                                     'profileID' => [
  4762.                                         'description' => 'The profile id',
  4763.                                         'type' => 'Int!',
  4764.                                     ],
  4765.                                     'linkEntryID' => [
  4766.                                         'description' => 'The link entry id',
  4767.                                         'type' => 'Int!',
  4768.                                     ],
  4769.                                 ],
  4770.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeProfileLinkEntry", args["profileID"], args["linkEntryID"])',
  4771.                             ],
  4772.                             'addBoPartnerProfileLocation' => [
  4773.                                 'type' => 'ProfileUpdateResponse!',
  4774.                                 'args' => [
  4775.                                     'profileID' => [
  4776.                                         'description' => 'The profile id',
  4777.                                         'type' => 'Int!',
  4778.                                     ],
  4779.                                     'location' => [
  4780.                                         'description' => 'The location data',
  4781.                                         'type' => 'InLocation!',
  4782.                                     ],
  4783.                                 ],
  4784.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addLocation", args["profileID"], args["location"])',
  4785.                             ],
  4786.                             'removeBoPartnerProfileLocation' => [
  4787.                                 'type' => 'ProfileUpdateResponse!',
  4788.                                 'args' => [
  4789.                                     'profileID' => [
  4790.                                         'description' => 'The profile id',
  4791.                                         'type' => 'Int!',
  4792.                                     ],
  4793.                                     'locationID' => [
  4794.                                         'description' => 'The location ID',
  4795.                                         'type' => 'Int!',
  4796.                                     ],
  4797.                                 ],
  4798.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  4799.                             ],
  4800.                             'updateBoPartnerProfileLocation' => [
  4801.                                 'type' => 'ProfileUpdateResponse!',
  4802.                                 'args' => [
  4803.                                     'profileID' => [
  4804.                                         'description' => 'The profile id',
  4805.                                         'type' => 'Int!',
  4806.                                     ],
  4807.                                     'locationID' => [
  4808.                                         'description' => 'The location ID',
  4809.                                         'type' => 'Int!',
  4810.                                     ],
  4811.                                     'location' => [
  4812.                                         'description' => 'The location data',
  4813.                                         'type' => 'InLocation!',
  4814.                                     ],
  4815.                                 ],
  4816.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  4817.                             ],
  4818.                             'toggleBoPartnerProfileOffer' => [
  4819.                                 'type' => 'ProfileUpdateResponse!',
  4820.                                 'args' => [
  4821.                                     'profileID' => [
  4822.                                         'description' => 'The profile id',
  4823.                                         'type' => 'Int!',
  4824.                                     ],
  4825.                                     'offerID' => [
  4826.                                         'description' => 'The offer id',
  4827.                                         'type' => 'Int!',
  4828.                                     ],
  4829.                                     'enable' => [
  4830.                                         'description' => 'enable or disable',
  4831.                                         'type' => 'Boolean!',
  4832.                                     ],
  4833.                                 ],
  4834.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  4835.                             ],
  4836.                             'updateBoPartnerProfileDescription' => [
  4837.                                 'type' => 'ProfileUpdateResponse!',
  4838.                                 'args' => [
  4839.                                     'profileID' => [
  4840.                                         'description' => 'The profile id',
  4841.                                         'type' => 'Int!',
  4842.                                     ],
  4843.                                     'description' => [
  4844.                                         'description' => 'The company profile description',
  4845.                                         'type' => 'String!',
  4846.                                     ],
  4847.                                 ],
  4848.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateDescription", args["profileID"], args["description"])',
  4849.                             ],
  4850.                             'updateBoPartnerProfileEducationInformation' => [
  4851.                                 'type' => 'ProfileUpdateResponse!',
  4852.                                 'args' => [
  4853.                                     'profileID' => [
  4854.                                         'description' => 'The profile id',
  4855.                                         'type' => 'Int!',
  4856.                                     ],
  4857.                                     'educationInformation' => [
  4858.                                         'description' => 'The education information',
  4859.                                         'type' => 'String!',
  4860.                                     ],
  4861.                                 ],
  4862.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  4863.                             ],
  4864.                             'updateBoPartnerProfileHeader' => [
  4865.                                 'type' => 'ProfileUpdateResponse!',
  4866.                                 'args' => [
  4867.                                     'profileID' => [
  4868.                                         'description' => 'The profile id',
  4869.                                         'type' => 'Int!',
  4870.                                     ],
  4871.                                     'headerPicture' => [
  4872.                                         'description' => 'The picture of the header',
  4873.                                         'type' => 'UploadFile!',
  4874.                                     ],
  4875.                                     'copyright' => [
  4876.                                         'description' => 'The copyright of the picture',
  4877.                                         'type' => 'String',
  4878.                                     ],
  4879.                                 ],
  4880.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateHeaderPicture", args["profileID"], args["headerPicture"], args["copyright"])',
  4881.                             ],
  4882.                             'updateBoPartnerProfileLogo' => [
  4883.                                 'type' => 'ProfileUpdateResponse!',
  4884.                                 'args' => [
  4885.                                     'profileID' => [
  4886.                                         'description' => 'The profile id',
  4887.                                         'type' => 'Int!',
  4888.                                     ],
  4889.                                     'logo' => [
  4890.                                         'description' => 'The picture of the logo',
  4891.                                         'type' => 'UploadFile!',
  4892.                                     ],
  4893.                                     'copyright' => [
  4894.                                         'description' => 'The copyright of the picture',
  4895.                                         'type' => 'String',
  4896.                                     ],
  4897.                                 ],
  4898.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  4899.                             ],
  4900.                             'updateBoPartnerProfileName' => [
  4901.                                 'type' => 'ProfileUpdateResponse!',
  4902.                                 'args' => [
  4903.                                     'profileID' => [
  4904.                                         'description' => 'The profile id',
  4905.                                         'type' => 'Int!',
  4906.                                     ],
  4907.                                     'name' => [
  4908.                                         'description' => 'The new profile name',
  4909.                                         'type' => 'String!',
  4910.                                     ],
  4911.                                 ],
  4912.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateName", args["profileID"], args["name"])',
  4913.                             ],
  4914.                             'addCompanyProfileContact' => [
  4915.                                 'type' => 'ProfileUpdateResponse!',
  4916.                                 'args' => [
  4917.                                     'profileID' => [
  4918.                                         'description' => 'The profile id',
  4919.                                         'type' => 'Int!',
  4920.                                     ],
  4921.                                     'contact' => [
  4922.                                         'description' => 'The contact data',
  4923.                                         'type' => 'InContactPerson!',
  4924.                                     ],
  4925.                                 ],
  4926.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addContact", args["profileID"], args["contact"])',
  4927.                             ],
  4928.                             'removeCompanyProfileContact' => [
  4929.                                 'type' => 'ProfileUpdateResponse!',
  4930.                                 'args' => [
  4931.                                     'profileID' => [
  4932.                                         'description' => 'The profile id',
  4933.                                         'type' => 'Int!',
  4934.                                     ],
  4935.                                     'galleryEntryID' => [
  4936.                                         'description' => 'The gallery entry id',
  4937.                                         'type' => 'Int!',
  4938.                                     ],
  4939.                                 ],
  4940.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  4941.                             ],
  4942.                             'updateCompanyProfileContact' => [
  4943.                                 'type' => 'ProfileUpdateResponse!',
  4944.                                 'args' => [
  4945.                                     'profileID' => [
  4946.                                         'description' => 'The profile id',
  4947.                                         'type' => 'Int!',
  4948.                                     ],
  4949.                                     'contactID' => [
  4950.                                         'description' => 'The contact id',
  4951.                                         'type' => 'Int!',
  4952.                                     ],
  4953.                                     'contact' => [
  4954.                                         'description' => 'The contact data',
  4955.                                         'type' => 'InContactPerson!',
  4956.                                     ],
  4957.                                 ],
  4958.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  4959.                             ],
  4960.                             'updateCompanyProfileContactPosition' => [
  4961.                                 'type' => 'ProfileUpdateResponse!',
  4962.                                 'args' => [
  4963.                                     'profileID' => [
  4964.                                         'description' => 'The profile id',
  4965.                                         'type' => 'Int!',
  4966.                                     ],
  4967.                                     'contactIDs' => [
  4968.                                         'description' => 'The contact ids',
  4969.                                         'type' => '[Int!]',
  4970.                                     ],
  4971.                                 ],
  4972.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContactPositions", args["profileID"], args["contactIDs"])',
  4973.                             ],
  4974.                             'removeCompanyProfileGallery' => [
  4975.                                 'type' => 'ProfileUpdateResponse!',
  4976.                                 'args' => [
  4977.                                     'profileID' => [
  4978.                                         'description' => 'The profile id',
  4979.                                         'type' => 'Int!',
  4980.                                     ],
  4981.                                     'galleryID' => [
  4982.                                         'description' => 'The gallery id',
  4983.                                         'type' => 'Int!',
  4984.                                     ],
  4985.                                 ],
  4986.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGallery", args["profileID"], args["galleryID"])',
  4987.                             ],
  4988.                             'addCompanyProfileGalleryPicture' => [
  4989.                                 'type' => 'ProfileUpdateResponse!',
  4990.                                 'args' => [
  4991.                                     'profileID' => [
  4992.                                         'description' => 'The profile id',
  4993.                                         'type' => 'Int!',
  4994.                                     ],
  4995.                                     'picture' => [
  4996.                                         'description' => 'The picture to add',
  4997.                                         'type' => 'UploadFile!',
  4998.                                     ],
  4999.                                 ],
  5000.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  5001.                             ],
  5002.                             'removeCompanyProfileGalleryPicture' => [
  5003.                                 'type' => 'ProfileUpdateResponse!',
  5004.                                 'args' => [
  5005.                                     'profileID' => [
  5006.                                         'description' => 'The profile id',
  5007.                                         'type' => 'Int!',
  5008.                                     ],
  5009.                                     'galleryEntryID' => [
  5010.                                         'description' => 'The gallery entry id',
  5011.                                         'type' => 'Int!',
  5012.                                     ],
  5013.                                 ],
  5014.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  5015.                             ],
  5016.                             'addCompanyProfileGalleryDocument' => [
  5017.                                 'type' => 'ProfileUpdateResponse!',
  5018.                                 'args' => [
  5019.                                     'profileID' => [
  5020.                                         'description' => 'The profile id',
  5021.                                         'type' => 'Int!',
  5022.                                     ],
  5023.                                     'document' => [
  5024.                                         'description' => 'The document to add',
  5025.                                         'type' => 'UploadFile!',
  5026.                                     ],
  5027.                                     'documentName' => [
  5028.                                         'description' => 'The document name',
  5029.                                         'type' => 'String!',
  5030.                                     ],
  5031.                                 ],
  5032.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  5033.                             ],
  5034.                             'removeCompanyProfileGalleryDocument' => [
  5035.                                 'type' => 'ProfileUpdateResponse!',
  5036.                                 'args' => [
  5037.                                     'profileID' => [
  5038.                                         'description' => 'The profile id',
  5039.                                         'type' => 'Int!',
  5040.                                     ],
  5041.                                     'galleryEntryID' => [
  5042.                                         'description' => 'The gallery entry id',
  5043.                                         'type' => 'Int!',
  5044.                                     ],
  5045.                                 ],
  5046.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  5047.                             ],
  5048.                             'addCompanyProfileGalleryVideo' => [
  5049.                                 'type' => 'ProfileUpdateResponse!',
  5050.                                 'args' => [
  5051.                                     'profileID' => [
  5052.                                         'description' => 'The profile id',
  5053.                                         'type' => 'Int!',
  5054.                                     ],
  5055.                                     'youtubeURL' => [
  5056.                                         'description' => 'The youtube url',
  5057.                                         'type' => 'UploadFile!',
  5058.                                     ],
  5059.                                     'videoName' => [
  5060.                                         'description' => 'The video name',
  5061.                                         'type' => 'String!',
  5062.                                     ],
  5063.                                 ],
  5064.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  5065.                             ],
  5066.                             'removeCompanyProfileGalleryVideo' => [
  5067.                                 'type' => 'ProfileUpdateResponse!',
  5068.                                 'args' => [
  5069.                                     'profileID' => [
  5070.                                         'description' => 'The profile id',
  5071.                                         'type' => 'Int!',
  5072.                                     ],
  5073.                                     'galleryEntryID' => [
  5074.                                         'description' => 'The gallery entry id',
  5075.                                         'type' => 'Int!',
  5076.                                     ],
  5077.                                 ],
  5078.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  5079.                             ],
  5080.                             'updateCompanyProfileLinks' => [
  5081.                                 'type' => 'ProfileUpdateResponse!',
  5082.                                 'args' => [
  5083.                                     'profileID' => [
  5084.                                         'description' => 'The profile id',
  5085.                                         'type' => 'Int!',
  5086.                                     ],
  5087.                                     'links' => [
  5088.                                         'description' => 'The link urls',
  5089.                                         'type' => 'InLinks!',
  5090.                                     ],
  5091.                                 ],
  5092.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  5093.                             ],
  5094.                             'removeCompanyProfileLink' => [
  5095.                                 'type' => 'ProfileUpdateResponse!',
  5096.                                 'args' => [
  5097.                                     'profileID' => [
  5098.                                         'description' => 'The profile id',
  5099.                                         'type' => 'Int!',
  5100.                                     ],
  5101.                                     'linkEntryID' => [
  5102.                                         'description' => 'The link entry id',
  5103.                                         'type' => 'Int!',
  5104.                                     ],
  5105.                                 ],
  5106.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeProfileLinkEntry", args["profileID"], args["linkEntryID"])',
  5107.                             ],
  5108.                             'addCompanyProfileLocation' => [
  5109.                                 'type' => 'ProfileUpdateResponse!',
  5110.                                 'args' => [
  5111.                                     'profileID' => [
  5112.                                         'description' => 'The profile id',
  5113.                                         'type' => 'Int!',
  5114.                                     ],
  5115.                                     'location' => [
  5116.                                         'description' => 'The location data',
  5117.                                         'type' => 'InLocation!',
  5118.                                     ],
  5119.                                 ],
  5120.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addLocation", args["profileID"], args["location"])',
  5121.                             ],
  5122.                             'removeCompanyProfileLocation' => [
  5123.                                 'type' => 'ProfileUpdateResponse!',
  5124.                                 'args' => [
  5125.                                     'profileID' => [
  5126.                                         'description' => 'The profile id',
  5127.                                         'type' => 'Int!',
  5128.                                     ],
  5129.                                     'locationID' => [
  5130.                                         'description' => 'The location ID',
  5131.                                         'type' => 'Int!',
  5132.                                     ],
  5133.                                 ],
  5134.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  5135.                             ],
  5136.                             'updateCompanyProfileLocation' => [
  5137.                                 'type' => 'ProfileUpdateResponse!',
  5138.                                 'args' => [
  5139.                                     'profileID' => [
  5140.                                         'description' => 'The profile id',
  5141.                                         'type' => 'Int!',
  5142.                                     ],
  5143.                                     'locationID' => [
  5144.                                         'description' => 'The location ID',
  5145.                                         'type' => 'Int!',
  5146.                                     ],
  5147.                                     'location' => [
  5148.                                         'description' => 'The location data',
  5149.                                         'type' => 'InLocation!',
  5150.                                     ],
  5151.                                 ],
  5152.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  5153.                             ],
  5154.                             'toggleCompanyProfileBenefit' => [
  5155.                                 'type' => 'ProfileUpdateResponse!',
  5156.                                 'args' => [
  5157.                                     'profileID' => [
  5158.                                         'description' => 'The profile id',
  5159.                                         'type' => 'Int!',
  5160.                                     ],
  5161.                                     'benefitID' => [
  5162.                                         'description' => 'The benefit id',
  5163.                                         'type' => 'Int!',
  5164.                                     ],
  5165.                                     'enable' => [
  5166.                                         'description' => 'enable or disable',
  5167.                                         'type' => 'Boolean!',
  5168.                                     ],
  5169.                                 ],
  5170.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleBenefit", args["profileID"], args["benefitID"], args["enable"])',
  5171.                             ],
  5172.                             'setCompanyProfileBenefits' => [
  5173.                                 'type' => 'ProfileUpdateResponse!',
  5174.                                 'args' => [
  5175.                                     'profileID' => [
  5176.                                         'description' => 'The profile id',
  5177.                                         'type' => 'Int!',
  5178.                                     ],
  5179.                                     'benefitIDs' => [
  5180.                                         'description' => 'The benefit ids',
  5181.                                         'type' => '[Int!]',
  5182.                                     ],
  5183.                                 ],
  5184.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setBenefits", args["profileID"], args["benefitIDs"])',
  5185.                             ],
  5186.                             'toggleCompanyProfileCertificate' => [
  5187.                                 'type' => 'ProfileUpdateResponse!',
  5188.                                 'args' => [
  5189.                                     'profileID' => [
  5190.                                         'description' => 'The profile id',
  5191.                                         'type' => 'Int!',
  5192.                                     ],
  5193.                                     'certificateID' => [
  5194.                                         'description' => 'The certificate id',
  5195.                                         'type' => 'Int!',
  5196.                                     ],
  5197.                                     'enable' => [
  5198.                                         'description' => 'enable or disable',
  5199.                                         'type' => 'Boolean!',
  5200.                                     ],
  5201.                                 ],
  5202.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleCertificate", args["profileID"], args["certificateID"], args["enable"])',
  5203.                             ],
  5204.                             'toggleCompanyProfileJob' => [
  5205.                                 'type' => 'ProfileUpdateResponse!',
  5206.                                 'args' => [
  5207.                                     'profileID' => [
  5208.                                         'description' => 'The profile id',
  5209.                                         'type' => 'Int!',
  5210.                                     ],
  5211.                                     'jobID' => [
  5212.                                         'description' => 'The job id',
  5213.                                         'type' => 'Int!',
  5214.                                     ],
  5215.                                     'enable' => [
  5216.                                         'description' => 'enable or disable',
  5217.                                         'type' => 'Boolean!',
  5218.                                     ],
  5219.                                 ],
  5220.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  5221.                             ],
  5222.                             'setCompanyProfileOffers' => [
  5223.                                 'type' => 'ProfileUpdateResponse!',
  5224.                                 'args' => [
  5225.                                     'profileID' => [
  5226.                                         'description' => 'The profile id',
  5227.                                         'type' => 'Int!',
  5228.                                     ],
  5229.                                     'offerIDs' => [
  5230.                                         'description' => 'The offer ids',
  5231.                                         'type' => '[Int!]',
  5232.                                     ],
  5233.                                 ],
  5234.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  5235.                             ],
  5236.                             'toggleCompanyProfileOffer' => [
  5237.                                 'type' => 'ProfileUpdateResponse!',
  5238.                                 'args' => [
  5239.                                     'profileID' => [
  5240.                                         'description' => 'The profile id',
  5241.                                         'type' => 'Int!',
  5242.                                     ],
  5243.                                     'offerID' => [
  5244.                                         'description' => 'The offer id',
  5245.                                         'type' => 'Int!',
  5246.                                     ],
  5247.                                     'enable' => [
  5248.                                         'description' => 'enable or disable',
  5249.                                         'type' => 'Boolean!',
  5250.                                     ],
  5251.                                 ],
  5252.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  5253.                             ],
  5254.                             'updateCompanyProfileDescription' => [
  5255.                                 'type' => 'ProfileUpdateResponse!',
  5256.                                 'args' => [
  5257.                                     'profileID' => [
  5258.                                         'description' => 'The profile id',
  5259.                                         'type' => 'Int!',
  5260.                                     ],
  5261.                                     'description' => [
  5262.                                         'description' => 'The company profile description',
  5263.                                         'type' => 'String!',
  5264.                                     ],
  5265.                                 ],
  5266.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateDescription", args["profileID"], args["description"])',
  5267.                             ],
  5268.                             'updateCompanyProfileEducationInformation' => [
  5269.                                 'type' => 'ProfileUpdateResponse!',
  5270.                                 'args' => [
  5271.                                     'profileID' => [
  5272.                                         'description' => 'The profile id',
  5273.                                         'type' => 'Int!',
  5274.                                     ],
  5275.                                     'educationInformation' => [
  5276.                                         'description' => 'The education information',
  5277.                                         'type' => 'String!',
  5278.                                     ],
  5279.                                 ],
  5280.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  5281.                             ],
  5282.                             'setCompanyProfileHeader' => [
  5283.                                 'type' => 'ProfileUpdateResponse!',
  5284.                                 'args' => [
  5285.                                     'profileID' => [
  5286.                                         'description' => 'The profile id',
  5287.                                         'type' => 'Int!',
  5288.                                     ],
  5289.                                     'galleryEntryID' => [
  5290.                                         'description' => 'The gallery entry id',
  5291.                                         'type' => 'Int!',
  5292.                                     ],
  5293.                                 ],
  5294.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  5295.                             ],
  5296.                             'removeCompanyProfileHeader' => [
  5297.                                 'type' => 'ProfileUpdateResponse!',
  5298.                                 'args' => [
  5299.                                     'profileID' => [
  5300.                                         'description' => 'The profile id',
  5301.                                         'type' => 'Int!',
  5302.                                     ],
  5303.                                 ],
  5304.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeHeaderPicture", args["profileID"])',
  5305.                             ],
  5306.                             'updateCompanyProfileLogo' => [
  5307.                                 'type' => 'ProfileUpdateResponse!',
  5308.                                 'args' => [
  5309.                                     'profileID' => [
  5310.                                         'description' => 'The profile id',
  5311.                                         'type' => 'Int!',
  5312.                                     ],
  5313.                                     'logo' => [
  5314.                                         'description' => 'The picture of the logo',
  5315.                                         'type' => 'UploadFile!',
  5316.                                     ],
  5317.                                     'copyright' => [
  5318.                                         'description' => 'The copyright of the picture',
  5319.                                         'type' => 'String',
  5320.                                     ],
  5321.                                 ],
  5322.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  5323.                             ],
  5324.                             'removeCompanyProfileLogo' => [
  5325.                                 'type' => 'ProfileUpdateResponse!',
  5326.                                 'args' => [
  5327.                                     'profileID' => [
  5328.                                         'description' => 'The profile id',
  5329.                                         'type' => 'Int!',
  5330.                                     ],
  5331.                                 ],
  5332.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLogo", args["profileID"])',
  5333.                             ],
  5334.                             'updateCompanyProfileName' => [
  5335.                                 'type' => 'ProfileUpdateResponse!',
  5336.                                 'args' => [
  5337.                                     'profileID' => [
  5338.                                         'description' => 'The profile id',
  5339.                                         'type' => 'Int!',
  5340.                                     ],
  5341.                                     'name' => [
  5342.                                         'description' => 'The new profile name',
  5343.                                         'type' => 'String!',
  5344.                                     ],
  5345.                                 ],
  5346.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateName", args["profileID"], args["name"])',
  5347.                             ],
  5348.                             'updateCompanyProfileSize' => [
  5349.                                 'type' => 'ProfileUpdateResponse!',
  5350.                                 'args' => [
  5351.                                     'profileID' => [
  5352.                                         'description' => 'The profile id',
  5353.                                         'type' => 'Int!',
  5354.                                     ],
  5355.                                     'companySizeID' => [
  5356.                                         'description' => 'The company size id',
  5357.                                         'type' => 'Int!',
  5358.                                     ],
  5359.                                 ],
  5360.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanySize", args["profileID"], args["companySizeID"])',
  5361.                             ],
  5362.                             'updateCompanyProfileYearOfFoundation' => [
  5363.                                 'type' => 'ProfileUpdateResponse!',
  5364.                                 'args' => [
  5365.                                     'profileID' => [
  5366.                                         'description' => 'The profile id',
  5367.                                         'type' => 'Int!',
  5368.                                     ],
  5369.                                     'year' => [
  5370.                                         'description' => 'The year of foundation',
  5371.                                         'type' => 'Int!',
  5372.                                     ],
  5373.                                 ],
  5374.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateYearFoundation", args["profileID"], args["year"])',
  5375.                             ],
  5376.                             'setCompanyProfileSelected' => [
  5377.                                 'type' => 'Status!',
  5378.                                 'args' => [
  5379.                                     'profileID' => [
  5380.                                         'description' => 'The company profile id',
  5381.                                         'type' => 'Int!',
  5382.                                     ],
  5383.                                 ],
  5384.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setCompanyProfileSelected", args["profileID"])',
  5385.                             ],
  5386.                             'addCompanyProfileQuizQuestions' => [
  5387.                                 'type' => 'Status!',
  5388.                                 'args' => [
  5389.                                     'profileID' => [
  5390.                                         'description' => 'The profile id',
  5391.                                         'type' => 'Int!',
  5392.                                     ],
  5393.                                     'questions' => [
  5394.                                         'description' => 'The questions',
  5395.                                         'type' => '[InQuizQuestion!]',
  5396.                                     ],
  5397.                                 ],
  5398.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addCompanyProfileQuizQuestions", args["profileID"], args["questions"])',
  5399.                             ],
  5400.                             'addJobMarket' => [
  5401.                                 'type' => 'JobMarket!',
  5402.                                 'args' => [
  5403.                                     'data' => [
  5404.                                         'description' => 'The minimum job market data',
  5405.                                         'type' => 'InJobMarket!',
  5406.                                     ],
  5407.                                 ],
  5408.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::addJobMarket", args["data"])',
  5409.                             ],
  5410.                             'toggleJobMarketJob' => [
  5411.                                 'type' => 'Status!',
  5412.                                 'args' => [
  5413.                                     'jobMarketID' => [
  5414.                                         'description' => 'The job market id',
  5415.                                         'type' => 'Int!',
  5416.                                     ],
  5417.                                     'jobID' => [
  5418.                                         'description' => 'The job id',
  5419.                                         'type' => 'Int!',
  5420.                                     ],
  5421.                                     'enable' => [
  5422.                                         'description' => 'enable or disable',
  5423.                                         'type' => 'Boolean!',
  5424.                                     ],
  5425.                                 ],
  5426.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::toggleJob", args["jobMarketID"], args["jobID"], args["enable"])',
  5427.                             ],
  5428.                             'updateJobMarketName' => [
  5429.                                 'type' => 'Status!',
  5430.                                 'args' => [
  5431.                                     'jobMarketID' => [
  5432.                                         'description' => 'The job market id',
  5433.                                         'type' => 'Int!',
  5434.                                     ],
  5435.                                     'name' => [
  5436.                                         'description' => 'The new name',
  5437.                                         'type' => 'String!',
  5438.                                     ],
  5439.                                 ],
  5440.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateName", args["jobMarketID"], args["name"])',
  5441.                             ],
  5442.                             'updateJobMarketOpenClose' => [
  5443.                                 'type' => 'Status!',
  5444.                                 'args' => [
  5445.                                     'jobMarketID' => [
  5446.                                         'description' => 'The job market id',
  5447.                                         'type' => 'Int!',
  5448.                                     ],
  5449.                                     'openDate' => [
  5450.                                         'description' => 'The open date',
  5451.                                         'type' => 'String!',
  5452.                                     ],
  5453.                                     'closeDate' => [
  5454.                                         'description' => 'The close date',
  5455.                                         'type' => 'String!',
  5456.                                     ],
  5457.                                 ],
  5458.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateOpenClose", args["jobMarketID"], args["openDate"], args["closeDate"])',
  5459.                             ],
  5460.                             'updateJobMarketPositionType' => [
  5461.                                 'type' => 'Status!',
  5462.                                 'args' => [
  5463.                                     'jobMarketID' => [
  5464.                                         'description' => 'The job market id',
  5465.                                         'type' => 'Int!',
  5466.                                     ],
  5467.                                     'positionType' => [
  5468.                                         'description' => 'The position type',
  5469.                                         'type' => 'JobMarketPositionType!',
  5470.                                     ],
  5471.                                 ],
  5472.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updatePositionType", args["jobMarketID"], args["positionType"])',
  5473.                             ],
  5474.                             'updateJobMarketApplyType' => [
  5475.                                 'type' => 'Status!',
  5476.                                 'args' => [
  5477.                                     'jobMarketID' => [
  5478.                                         'description' => 'The job market id',
  5479.                                         'type' => 'Int!',
  5480.                                     ],
  5481.                                     'positionType' => [
  5482.                                         'description' => 'The apply type',
  5483.                                         'type' => 'JobMarketApplyType!',
  5484.                                     ],
  5485.                                 ],
  5486.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyType", args["jobMarketID"], args["applyType"])',
  5487.                             ],
  5488.                             'updateJobMarketDescription' => [
  5489.                                 'type' => 'Status!',
  5490.                                 'args' => [
  5491.                                     'jobMarketID' => [
  5492.                                         'description' => 'The job market id',
  5493.                                         'type' => 'Int!',
  5494.                                     ],
  5495.                                     'description' => [
  5496.                                         'description' => 'The description text',
  5497.                                         'type' => 'String!',
  5498.                                     ],
  5499.                                 ],
  5500.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDescription", args["jobMarketID"], args["description"])',
  5501.                             ],
  5502.                             'updateJobMarketRequirements' => [
  5503.                                 'type' => 'Status!',
  5504.                                 'args' => [
  5505.                                     'jobMarketID' => [
  5506.                                         'description' => 'The job market id',
  5507.                                         'type' => 'Int!',
  5508.                                     ],
  5509.                                     'requirements' => [
  5510.                                         'description' => 'The requirements text',
  5511.                                         'type' => 'String!',
  5512.                                     ],
  5513.                                 ],
  5514.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateRequirements", args["jobMarketID"], args["requirements"])',
  5515.                             ],
  5516.                             'updateJobMarketSalary' => [
  5517.                                 'type' => 'Status!',
  5518.                                 'args' => [
  5519.                                     'jobMarketID' => [
  5520.                                         'description' => 'The job market id',
  5521.                                         'type' => 'Int!',
  5522.                                     ],
  5523.                                     'salary' => [
  5524.                                         'description' => 'The salary text',
  5525.                                         'type' => 'String!',
  5526.                                     ],
  5527.                                 ],
  5528.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateSalary", args["jobMarketID"], args["salary"])',
  5529.                             ],
  5530.                             'updateJobMarketStartDate' => [
  5531.                                 'type' => 'Status!',
  5532.                                 'args' => [
  5533.                                     'jobMarketID' => [
  5534.                                         'description' => 'The job market id',
  5535.                                         'type' => 'Int!',
  5536.                                     ],
  5537.                                     'startDate' => [
  5538.                                         'description' => 'The start date',
  5539.                                         'type' => 'String!',
  5540.                                     ],
  5541.                                 ],
  5542.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartDate", args["jobMarketID"], args["startDate"])',
  5543.                             ],
  5544.                             'updateJobMarketContact' => [
  5545.                                 'type' => 'Status!',
  5546.                                 'args' => [
  5547.                                     'jobMarketID' => [
  5548.                                         'description' => 'The job market id',
  5549.                                         'type' => 'Int!',
  5550.                                     ],
  5551.                                     'contactID' => [
  5552.                                         'description' => 'The contactID',
  5553.                                         'type' => 'Int!',
  5554.                                     ],
  5555.                                 ],
  5556.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateContact", args["jobMarketID"], args["contactID"])',
  5557.                             ],
  5558.                             'addSchoolTeacher' => [
  5559.                                 'type' => 'Status!',
  5560.                                 'args' => [
  5561.                                     'email' => [
  5562.                                         'description' => 'The Teacher email',
  5563.                                         'type' => 'String!',
  5564.                                     ],
  5565.                                 ],
  5566.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::addSchoolTeacher", args["email"])',
  5567.                             ],
  5568.                             'removeSchoolTeacher' => [
  5569.                                 'type' => 'Status!',
  5570.                                 'args' => [
  5571.                                     'teacherID' => [
  5572.                                         'description' => 'The TeacherID',
  5573.                                         'type' => 'Int!',
  5574.                                     ],
  5575.                                 ],
  5576.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::removeSchoolTeacher", args["teacherID"])',
  5577.                             ],
  5578.                             'addSchoolClass' => [
  5579.                                 'type' => 'Status!',
  5580.                                 'args' => [
  5581.                                     'data' => [
  5582.                                         'description' => 'The school class data',
  5583.                                         'type' => 'InSchoolClass!',
  5584.                                     ],
  5585.                                 ],
  5586.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClass", args["data"])',
  5587.                             ],
  5588.                             'updateSchoolClass' => [
  5589.                                 'type' => 'Status!',
  5590.                                 'args' => [
  5591.                                     'schoolClassID' => [
  5592.                                         'description' => 'The SchoolClassID',
  5593.                                         'type' => 'Int!',
  5594.                                     ],
  5595.                                     'data' => [
  5596.                                         'description' => 'The school class data',
  5597.                                         'type' => 'InSchoolClass!',
  5598.                                     ],
  5599.                                 ],
  5600.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::updateSchoolClass", args["schoolClassID"], args["data"])',
  5601.                             ],
  5602.                             'removeSchoolClass' => [
  5603.                                 'type' => 'Status!',
  5604.                                 'args' => [
  5605.                                     'schoolClassID' => [
  5606.                                         'description' => 'The SchoolClassID',
  5607.                                         'type' => 'Int!',
  5608.                                     ],
  5609.                                 ],
  5610.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClass", args["schoolClassID"])',
  5611.                             ],
  5612.                             'addSchoolClassTeacher' => [
  5613.                                 'type' => 'Status!',
  5614.                                 'args' => [
  5615.                                     'schoolClassID' => [
  5616.                                         'description' => 'The SchoolClassID',
  5617.                                         'type' => 'Int!',
  5618.                                     ],
  5619.                                     'email' => [
  5620.                                         'description' => 'The Teacher email',
  5621.                                         'type' => 'String!',
  5622.                                     ],
  5623.                                 ],
  5624.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClassTeacher", args["schoolClassID"], args["email"])',
  5625.                             ],
  5626.                             'removeSchoolClassTeacher' => [
  5627.                                 'type' => 'Status!',
  5628.                                 'args' => [
  5629.                                     'schoolClassID' => [
  5630.                                         'description' => 'The SchoolClassID',
  5631.                                         'type' => 'Int!',
  5632.                                     ],
  5633.                                     'teacherID' => [
  5634.                                         'description' => 'The TeacherID',
  5635.                                         'type' => 'Int!',
  5636.                                     ],
  5637.                                 ],
  5638.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClassTeacher", args["schoolClassID"], args["teacherID"])',
  5639.                             ],
  5640.                             'sendTeachingIdea' => [
  5641.                                 'type' => 'Status!',
  5642.                                 'args' => [
  5643.                                     'schoolClassID' => [
  5644.                                         'description' => 'The SchoolClassID',
  5645.                                         'type' => 'Int!',
  5646.                                     ],
  5647.                                     'data' => [
  5648.                                         'description' => 'The teaching idea data',
  5649.                                         'type' => 'InTeachingIdea!',
  5650.                                     ],
  5651.                                 ],
  5652.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::sendTeachingIdea", args["schoolClassID"], args["data"])',
  5653.                             ],
  5654.                             'addSchoolProfileContact' => [
  5655.                                 'type' => 'ProfileUpdateResponse!',
  5656.                                 'args' => [
  5657.                                     'profileID' => [
  5658.                                         'description' => 'The profile id',
  5659.                                         'type' => 'Int!',
  5660.                                     ],
  5661.                                     'contact' => [
  5662.                                         'description' => 'The contact data',
  5663.                                         'type' => 'InContactPerson!',
  5664.                                     ],
  5665.                                 ],
  5666.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addContact", args["profileID"], args["contact"])',
  5667.                             ],
  5668.                             'removeSchoolProfileContact' => [
  5669.                                 'type' => 'ProfileUpdateResponse!',
  5670.                                 'args' => [
  5671.                                     'profileID' => [
  5672.                                         'description' => 'The profile id',
  5673.                                         'type' => 'Int!',
  5674.                                     ],
  5675.                                     'contactID' => [
  5676.                                         'description' => 'The contact id',
  5677.                                         'type' => 'Int!',
  5678.                                     ],
  5679.                                 ],
  5680.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeContact", args["profileID"], args["contactID"])',
  5681.                             ],
  5682.                             'updateSchoolProfileContact' => [
  5683.                                 'type' => 'ProfileUpdateResponse!',
  5684.                                 'args' => [
  5685.                                     'profileID' => [
  5686.                                         'description' => 'The profile id',
  5687.                                         'type' => 'Int!',
  5688.                                     ],
  5689.                                     'contactID' => [
  5690.                                         'description' => 'The contact id',
  5691.                                         'type' => 'Int!',
  5692.                                     ],
  5693.                                     'contact' => [
  5694.                                         'description' => 'The contact data',
  5695.                                         'type' => 'InContactPerson!',
  5696.                                     ],
  5697.                                 ],
  5698.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  5699.                             ],
  5700.                             'updateSchoolProfileContactPosition' => [
  5701.                                 'type' => 'ProfileUpdateResponse!',
  5702.                                 'args' => [
  5703.                                     'profileID' => [
  5704.                                         'description' => 'The profile id',
  5705.                                         'type' => 'Int!',
  5706.                                     ],
  5707.                                     'contactIDs' => [
  5708.                                         'description' => 'The contact ids',
  5709.                                         'type' => '[Int!]',
  5710.                                     ],
  5711.                                 ],
  5712.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContactPositions", args["profileID"], args["contactIDs"])',
  5713.                             ],
  5714.                             'removeSchoolProfileGallery' => [
  5715.                                 'type' => 'ProfileUpdateResponse!',
  5716.                                 'args' => [
  5717.                                     'profileID' => [
  5718.                                         'description' => 'The profile id',
  5719.                                         'type' => 'Int!',
  5720.                                     ],
  5721.                                     'galleryID' => [
  5722.                                         'description' => 'The gallery id',
  5723.                                         'type' => 'Int!',
  5724.                                     ],
  5725.                                 ],
  5726.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGallery", args["profileID"], args["galleryID"])',
  5727.                             ],
  5728.                             'addSchoolProfileGalleryPicture' => [
  5729.                                 'type' => 'ProfileUpdateResponse!',
  5730.                                 'args' => [
  5731.                                     'profileID' => [
  5732.                                         'description' => 'The profile id',
  5733.                                         'type' => 'Int!',
  5734.                                     ],
  5735.                                     'picture' => [
  5736.                                         'description' => 'The picture to add',
  5737.                                         'type' => 'UploadFile!',
  5738.                                     ],
  5739.                                 ],
  5740.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  5741.                             ],
  5742.                             'removeSchoolProfileGalleryPicture' => [
  5743.                                 'type' => 'ProfileUpdateResponse!',
  5744.                                 'args' => [
  5745.                                     'profileID' => [
  5746.                                         'description' => 'The profile id',
  5747.                                         'type' => 'Int!',
  5748.                                     ],
  5749.                                     'galleryEntryID' => [
  5750.                                         'description' => 'The gallery entry id',
  5751.                                         'type' => 'Int!',
  5752.                                     ],
  5753.                                 ],
  5754.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  5755.                             ],
  5756.                             'addSchoolProfileGalleryDocument' => [
  5757.                                 'type' => 'ProfileUpdateResponse!',
  5758.                                 'args' => [
  5759.                                     'profileID' => [
  5760.                                         'description' => 'The profile id',
  5761.                                         'type' => 'Int!',
  5762.                                     ],
  5763.                                     'document' => [
  5764.                                         'description' => 'The document to add',
  5765.                                         'type' => 'UploadFile!',
  5766.                                     ],
  5767.                                     'documentName' => [
  5768.                                         'description' => 'The document name',
  5769.                                         'type' => 'String!',
  5770.                                     ],
  5771.                                 ],
  5772.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryPicture", args["profileID"], args["document"], args["documentName"])',
  5773.                             ],
  5774.                             'removeSchoolProfileGalleryDocument' => [
  5775.                                 'type' => 'ProfileUpdateResponse!',
  5776.                                 'args' => [
  5777.                                     'profileID' => [
  5778.                                         'description' => 'The profile id',
  5779.                                         'type' => 'Int!',
  5780.                                     ],
  5781.                                     'galleryEntryID' => [
  5782.                                         'description' => 'The gallery entry id',
  5783.                                         'type' => 'Int!',
  5784.                                     ],
  5785.                                 ],
  5786.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  5787.                             ],
  5788.                             'addSchoolProfileGalleryVideo' => [
  5789.                                 'type' => 'ProfileUpdateResponse!',
  5790.                                 'args' => [
  5791.                                     'profileID' => [
  5792.                                         'description' => 'The profile id',
  5793.                                         'type' => 'Int!',
  5794.                                     ],
  5795.                                     'youtubeURL' => [
  5796.                                         'description' => 'The youtube url',
  5797.                                         'type' => 'UploadFile!',
  5798.                                     ],
  5799.                                     'videoName' => [
  5800.                                         'description' => 'The video name',
  5801.                                         'type' => 'String!',
  5802.                                     ],
  5803.                                 ],
  5804.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  5805.                             ],
  5806.                             'removeSchoolProfileGalleryVideo' => [
  5807.                                 'type' => 'ProfileUpdateResponse!',
  5808.                                 'args' => [
  5809.                                     'profileID' => [
  5810.                                         'description' => 'The profile id',
  5811.                                         'type' => 'Int!',
  5812.                                     ],
  5813.                                     'galleryEntryID' => [
  5814.                                         'description' => 'The gallery entry id',
  5815.                                         'type' => 'Int!',
  5816.                                     ],
  5817.                                 ],
  5818.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  5819.                             ],
  5820.                             'updateSchoolProfileLinks' => [
  5821.                                 'type' => 'ProfileUpdateResponse!',
  5822.                                 'args' => [
  5823.                                     'profileID' => [
  5824.                                         'description' => 'The profile id',
  5825.                                         'type' => 'Int!',
  5826.                                     ],
  5827.                                     'links' => [
  5828.                                         'description' => 'The link urls',
  5829.                                         'type' => 'InLinks!',
  5830.                                     ],
  5831.                                 ],
  5832.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLinks", args["profileID"], args["links"])',
  5833.                             ],
  5834.                             'removeSchoolProfileLink' => [
  5835.                                 'type' => 'ProfileUpdateResponse!',
  5836.                                 'args' => [
  5837.                                     'profileID' => [
  5838.                                         'description' => 'The profile id',
  5839.                                         'type' => 'Int!',
  5840.                                     ],
  5841.                                     'linkEntryID' => [
  5842.                                         'description' => 'The link entry id',
  5843.                                         'type' => 'Int!',
  5844.                                     ],
  5845.                                 ],
  5846.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeProfileLinkEntry", args["profileID"], args["linkEntryID"])',
  5847.                             ],
  5848.                             'addSchoolProfileLocation' => [
  5849.                                 'type' => 'ProfileUpdateResponse!',
  5850.                                 'args' => [
  5851.                                     'profileID' => [
  5852.                                         'description' => 'The profile id',
  5853.                                         'type' => 'Int!',
  5854.                                     ],
  5855.                                     'location' => [
  5856.                                         'description' => 'The location data',
  5857.                                         'type' => 'InLocation!',
  5858.                                     ],
  5859.                                 ],
  5860.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addLocation", args["profileID"], args["location"])',
  5861.                             ],
  5862.                             'removeSchoolProfileLocation' => [
  5863.                                 'type' => 'ProfileUpdateResponse!',
  5864.                                 'args' => [
  5865.                                     'profileID' => [
  5866.                                         'description' => 'The profile id',
  5867.                                         'type' => 'Int!',
  5868.                                     ],
  5869.                                     'locationID' => [
  5870.                                         'description' => 'The location ID',
  5871.                                         'type' => 'Int!',
  5872.                                     ],
  5873.                                 ],
  5874.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  5875.                             ],
  5876.                             'updateSchoolProfileLocation' => [
  5877.                                 'type' => 'ProfileUpdateResponse!',
  5878.                                 'args' => [
  5879.                                     'profileID' => [
  5880.                                         'description' => 'The profile id',
  5881.                                         'type' => 'Int!',
  5882.                                     ],
  5883.                                     'locationID' => [
  5884.                                         'description' => 'The location ID',
  5885.                                         'type' => 'Int!',
  5886.                                     ],
  5887.                                     'location' => [
  5888.                                         'description' => 'The location data',
  5889.                                         'type' => 'InLocation!',
  5890.                                     ],
  5891.                                 ],
  5892.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  5893.                             ],
  5894.                             'toggleSchoolProfileOffer' => [
  5895.                                 'type' => 'ProfileUpdateResponse!',
  5896.                                 'args' => [
  5897.                                     'profileID' => [
  5898.                                         'description' => 'The profile id',
  5899.                                         'type' => 'Int!',
  5900.                                     ],
  5901.                                     'offerID' => [
  5902.                                         'description' => 'The offer id',
  5903.                                         'type' => 'Int!',
  5904.                                     ],
  5905.                                     'enable' => [
  5906.                                         'description' => 'enable or disable',
  5907.                                         'type' => 'Boolean!',
  5908.                                     ],
  5909.                                 ],
  5910.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  5911.                             ],
  5912.                             'updateSchoolProfileDescription' => [
  5913.                                 'type' => 'ProfileUpdateResponse!',
  5914.                                 'args' => [
  5915.                                     'profileID' => [
  5916.                                         'description' => 'The profile id',
  5917.                                         'type' => 'Int!',
  5918.                                     ],
  5919.                                     'description' => [
  5920.                                         'description' => 'The company profile description',
  5921.                                         'type' => 'String!',
  5922.                                     ],
  5923.                                 ],
  5924.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateDescription", args["profileID"], args["description"])',
  5925.                             ],
  5926.                             'updateSchoolProfileEducationInformation' => [
  5927.                                 'type' => 'ProfileUpdateResponse!',
  5928.                                 'args' => [
  5929.                                     'profileID' => [
  5930.                                         'description' => 'The profile id',
  5931.                                         'type' => 'Int!',
  5932.                                     ],
  5933.                                     'educationInformation' => [
  5934.                                         'description' => 'The education information',
  5935.                                         'type' => 'String!',
  5936.                                     ],
  5937.                                 ],
  5938.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  5939.                             ],
  5940.                             'updateSchoolProfileHeader' => [
  5941.                                 'type' => 'ProfileUpdateResponse!',
  5942.                                 'args' => [
  5943.                                     'profileID' => [
  5944.                                         'description' => 'The profile id',
  5945.                                         'type' => 'Int!',
  5946.                                     ],
  5947.                                     'headerPicture' => [
  5948.                                         'description' => 'The picture of the header',
  5949.                                         'type' => 'UploadFile!',
  5950.                                     ],
  5951.                                     'copyright' => [
  5952.                                         'description' => 'The copyright of the picture',
  5953.                                         'type' => 'String',
  5954.                                     ],
  5955.                                 ],
  5956.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateHeaderPicture", args["profileID"], args["headerPicture"], args["copyright"])',
  5957.                             ],
  5958.                             'updateSchoolProfileLogo' => [
  5959.                                 'type' => 'ProfileUpdateResponse!',
  5960.                                 'args' => [
  5961.                                     'profileID' => [
  5962.                                         'description' => 'The profile id',
  5963.                                         'type' => 'Int!',
  5964.                                     ],
  5965.                                     'logo' => [
  5966.                                         'description' => 'The picture of the logo',
  5967.                                         'type' => 'UploadFile!',
  5968.                                     ],
  5969.                                     'copyright' => [
  5970.                                         'description' => 'The copyright of the picture',
  5971.                                         'type' => 'String',
  5972.                                     ],
  5973.                                 ],
  5974.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  5975.                             ],
  5976.                             'updateSchoolProfileName' => [
  5977.                                 'type' => 'ProfileUpdateResponse!',
  5978.                                 'args' => [
  5979.                                     'profileID' => [
  5980.                                         'description' => 'The profile id',
  5981.                                         'type' => 'Int!',
  5982.                                     ],
  5983.                                     'name' => [
  5984.                                         'description' => 'The new profile name',
  5985.                                         'type' => 'String!',
  5986.                                     ],
  5987.                                 ],
  5988.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateName", args["profileID"], args["name"])',
  5989.                             ],
  5990.                             'updateTeacher' => [
  5991.                                 'type' => 'Status!',
  5992.                                 'args' => [
  5993.                                     'data' => [
  5994.                                         'description' => 'The teacher data',
  5995.                                         'type' => 'InTeacherUser!',
  5996.                                     ],
  5997.                                 ],
  5998.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\TeacherResolver::updateTeacher", args["data"])',
  5999.                             ],
  6000.                             'setUserRoleSelected' => [
  6001.                                 'type' => 'Status!',
  6002.                                 'args' => [
  6003.                                     'role' => [
  6004.                                         'description' => 'The user role string',
  6005.                                         'type' => 'String!',
  6006.                                     ],
  6007.                                 ],
  6008.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\UserResolver::setUserRoleSelected", args["role"])',
  6009.                             ],
  6010.                         ],
  6011.                         'name' => 'InternalMutation',
  6012.                         'builders' => [
  6013.                         ],
  6014.                         'interfaces' => [
  6015.                         ],
  6016.                     ],
  6017.                 ],
  6018.                 'InternalQuery' => [
  6019.                     'type' => 'object',
  6020.                     'inherits' => [
  6021.                         => 'InternalQueryCompanyProfile',
  6022.                         => 'InternalQueryEvent',
  6023.                         => 'InternalQueryGame',
  6024.                         => 'InternalQuerySchool',
  6025.                         => 'InternalQuerySchoolClass',
  6026.                         => 'InternalQueryUser',
  6027.                     ],
  6028.                     'class_name' => 'InternalQueryType',
  6029.                     'decorator' => false,
  6030.                     'config' => [
  6031.                         'description' => 'Internal Query',
  6032.                         'fields' => [
  6033.                             'getSelectedCompanyProfile' => [
  6034.                                 'type' => 'CompanyProfile',
  6035.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getSelectedCompanyProfile")',
  6036.                             ],
  6037.                             'getCompanyProfiles' => [
  6038.                                 'type' => '[CompanyProfileSimple!]',
  6039.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfilesByUser")',
  6040.                             ],
  6041.                             'getProviderEventsByDistrict' => [
  6042.                                 'type' => '[CompanyProfile!]',
  6043.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getProviderEventsByDistrict")',
  6044.                             ],
  6045.                             'getEventsBcByDistrict' => [
  6046.                                 'type' => '[Event!]',
  6047.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getEventsBcByDistrict")',
  6048.                             ],
  6049.                             'startGameTimer' => [
  6050.                                 'type' => 'GameTimer',
  6051.                                 'args' => [
  6052.                                     'schoolClassID' => [
  6053.                                         'description' => 'The school class id',
  6054.                                         'type' => 'Int!',
  6055.                                     ],
  6056.                                     'duration' => [
  6057.                                         'description' => 'The duration for the game timer in seconds',
  6058.                                         'type' => 'Int!',
  6059.                                     ],
  6060.                                 ],
  6061.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::startGameTimer", args["schoolClassID"], args["duration"])',
  6062.                             ],
  6063.                             'modifyGameTimer' => [
  6064.                                 'type' => 'GameTimer',
  6065.                                 'args' => [
  6066.                                     'timerID' => [
  6067.                                         'description' => 'The timer id',
  6068.                                         'type' => 'Int!',
  6069.                                     ],
  6070.                                     'modifyType' => [
  6071.                                         'description' => 'The modify type',
  6072.                                         'type' => 'GameTimerModifyType!',
  6073.                                     ],
  6074.                                     'duration' => [
  6075.                                         'description' => 'The duration the timer is modified in seconds',
  6076.                                         'type' => 'Int!',
  6077.                                     ],
  6078.                                 ],
  6079.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::modifyGameTimer", args["timerID"], args["modifyType"], args["duration"])',
  6080.                             ],
  6081.                             'getGameTimeLeft' => [
  6082.                                 'type' => 'CommonResult!',
  6083.                                 'args' => [
  6084.                                     'schoolClassID' => [
  6085.                                         'description' => 'The school class id',
  6086.                                         'type' => 'Int!',
  6087.                                     ],
  6088.                                 ],
  6089.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::getGameTimeLeft", args["schoolClassID"])',
  6090.                             ],
  6091.                             'getSchoolByTeacher' => [
  6092.                                 'type' => 'School',
  6093.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolByTeacher")',
  6094.                             ],
  6095.                             'getSchoolClassesBySchool' => [
  6096.                                 'type' => '[SchoolClass!]',
  6097.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolClassesBySchool")',
  6098.                             ],
  6099.                             'getSchoolTeachers' => [
  6100.                                 'type' => '[Teacher!]',
  6101.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolTeachers")',
  6102.                             ],
  6103.                             'getViewedInterestFieldsBySchool' => [
  6104.                                 'type' => '[InterestFieldStats!]',
  6105.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getViewedInterestFields")',
  6106.                             ],
  6107.                             'getSchoolClassByID' => [
  6108.                                 'type' => 'SchoolClass',
  6109.                                 'args' => [
  6110.                                     'schoolClassID' => [
  6111.                                         'description' => 'The school class ID',
  6112.                                         'type' => 'Int!',
  6113.                                     ],
  6114.                                 ],
  6115.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClass", args["schoolClassID"])',
  6116.                             ],
  6117.                             'getSchoolClassesByUser' => [
  6118.                                 'type' => '[SchoolClass!]',
  6119.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassesByUser")',
  6120.                             ],
  6121.                             'getSchoolClassTeachers' => [
  6122.                                 'type' => '[Teacher!]',
  6123.                                 'args' => [
  6124.                                     'schoolClassID' => [
  6125.                                         'description' => 'The school class ID',
  6126.                                         'type' => 'Int!',
  6127.                                     ],
  6128.                                 ],
  6129.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassTeachers", args["schoolClassID"])',
  6130.                             ],
  6131.                             'getViewedBoPartnerProfiles' => [
  6132.                                 'type' => '[BoPartnerProfile!]',
  6133.                                 'args' => [
  6134.                                     'schoolClassID' => [
  6135.                                         'description' => 'The school class ID',
  6136.                                         'type' => 'Int!',
  6137.                                     ],
  6138.                                 ],
  6139.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedBoPartnerProfiles", args["schoolClassID"])',
  6140.                             ],
  6141.                             'getViewedCompanyProfiles' => [
  6142.                                 'type' => '[CompanyProfile!]',
  6143.                                 'args' => [
  6144.                                     'schoolClassID' => [
  6145.                                         'description' => 'The school class ID',
  6146.                                         'type' => 'Int!',
  6147.                                     ],
  6148.                                 ],
  6149.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedCompanyProfiles", args["schoolClassID"])',
  6150.                             ],
  6151.                             'getViewedSchoolProfiles' => [
  6152.                                 'type' => '[SchoolProfile!]',
  6153.                                 'args' => [
  6154.                                     'schoolClassID' => [
  6155.                                         'description' => 'The school class ID',
  6156.                                         'type' => 'Int!',
  6157.                                     ],
  6158.                                 ],
  6159.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolProfiles", args["schoolClassID"])',
  6160.                             ],
  6161.                             'getViewedJobs' => [
  6162.                                 'type' => '[Job!]',
  6163.                                 'args' => [
  6164.                                     'schoolClassID' => [
  6165.                                         'description' => 'The school class ID',
  6166.                                         'type' => 'Int!',
  6167.                                     ],
  6168.                                 ],
  6169.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobs", args["schoolClassID"])',
  6170.                             ],
  6171.                             'getViewedJobPortaits' => [
  6172.                                 'type' => '[Story!]',
  6173.                                 'args' => [
  6174.                                     'schoolClassID' => [
  6175.                                         'description' => 'The school class ID',
  6176.                                         'type' => 'Int!',
  6177.                                     ],
  6178.                                 ],
  6179.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobPortraits", args["schoolClassID"])',
  6180.                             ],
  6181.                             'getViewedSchoolPortaits' => [
  6182.                                 'type' => '[Story!]',
  6183.                                 'args' => [
  6184.                                     'schoolClassID' => [
  6185.                                         'description' => 'The school class ID',
  6186.                                         'type' => 'Int!',
  6187.                                     ],
  6188.                                 ],
  6189.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolPortraits", args["schoolClassID"])',
  6190.                             ],
  6191.                             'getViewedInterestFields' => [
  6192.                                 'type' => '[InterestFieldStats!]',
  6193.                                 'args' => [
  6194.                                     'schoolClassID' => [
  6195.                                         'description' => 'The school class ID',
  6196.                                         'type' => 'Int!',
  6197.                                     ],
  6198.                                 ],
  6199.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedInterestFields", args["schoolClassID"])',
  6200.                             ],
  6201.                             'getViewedRequirements' => [
  6202.                                 'type' => '[JobRequirementStats!]',
  6203.                                 'args' => [
  6204.                                     'schoolClassID' => [
  6205.                                         'description' => 'The school class ID',
  6206.                                         'type' => 'Int!',
  6207.                                     ],
  6208.                                 ],
  6209.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedRequirements", args["schoolClassID"])',
  6210.                             ],
  6211.                             'setGameCategoriesTeacher' => [
  6212.                                 'type' => 'Status!',
  6213.                                 'args' => [
  6214.                                     'schoolClassID' => [
  6215.                                         'description' => 'The school class ID',
  6216.                                         'type' => 'Int!',
  6217.                                     ],
  6218.                                     'categoryIDs' => [
  6219.                                         'description' => 'The category IDs',
  6220.                                         'type' => '[Int!]!',
  6221.                                     ],
  6222.                                 ],
  6223.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::setGameCategories", args["schoolClassID"], args["categoryIDs"])',
  6224.                             ],
  6225.                             'getTeachingIdeas' => [
  6226.                                 'type' => '[TeachingIdea!]',
  6227.                                 'args' => [
  6228.                                     'schoolClassID' => [
  6229.                                         'description' => 'The school class ID',
  6230.                                         'type' => 'Int!',
  6231.                                     ],
  6232.                                 ],
  6233.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getTeachingIdeas", args["schoolClassID"])',
  6234.                             ],
  6235.                             'getUserSetting' => [
  6236.                                 'type' => 'UserSetting',
  6237.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::getUserSetting")',
  6238.                             ],
  6239.                             'userinfo' => [
  6240.                                 'type' => 'UserInfo',
  6241.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::userInfo")',
  6242.                             ],
  6243.                             'job' => [
  6244.                                 'type' => 'Job',
  6245.                                 'args' => [
  6246.                                     'bicid' => [
  6247.                                         'description' => 'BicID of the job to be retrieved',
  6248.                                         'type' => 'ID!',
  6249.                                     ],
  6250.                                 ],
  6251.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  6252.                             ],
  6253.                         ],
  6254.                         'name' => 'InternalQuery',
  6255.                         'builders' => [
  6256.                         ],
  6257.                         'interfaces' => [
  6258.                         ],
  6259.                     ],
  6260.                 ],
  6261.                 'DefaultQuery' => [
  6262.                     'type' => 'object',
  6263.                     'inherits' => [
  6264.                         => 'DefaultQueryAddress',
  6265.                         => 'DefaultQueryBookmark',
  6266.                         => 'DefaultQueryCommon',
  6267.                         => 'DefaultQueryEvent',
  6268.                         => 'DefaultQueryGame',
  6269.                         => 'DefaultQueryGameOpen',
  6270.                         => 'DefaultQueryJob',
  6271.                         => 'DefaultQueryProfiles',
  6272.                         => 'DefaultQuerySchool',
  6273.                         => 'DefaultQueryStory',
  6274.                     ],
  6275.                     'class_name' => 'DefaultQueryType',
  6276.                     'decorator' => false,
  6277.                     'config' => [
  6278.                         'description' => 'Default Query',
  6279.                         'fields' => [
  6280.                             'addressCities' => [
  6281.                                 'type' => '[AddressCity!]',
  6282.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getCities")',
  6283.                             ],
  6284.                             'addressDistricts' => [
  6285.                                 'type' => '[AddressDistrict!]',
  6286.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getDistricts")',
  6287.                             ],
  6288.                             'bookmarkCreate' => [
  6289.                                 'type' => 'Bookmark',
  6290.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::create")',
  6291.                             ],
  6292.                             'bookmarkDelete' => [
  6293.                                 'type' => 'String!',
  6294.                                 'args' => [
  6295.                                     'code' => [
  6296.                                         'description' => 'The code of the bookmark to delete',
  6297.                                         'type' => 'String!',
  6298.                                     ],
  6299.                                 ],
  6300.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::delete", args["code"])',
  6301.                             ],
  6302.                             'bookmarkGet' => [
  6303.                                 'type' => 'Bookmark',
  6304.                                 'args' => [
  6305.                                     'code' => [
  6306.                                         'description' => 'The code to access the bookmark',
  6307.                                         'type' => 'String!',
  6308.                                     ],
  6309.                                 ],
  6310.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::get", args["code"])',
  6311.                             ],
  6312.                             'bookmarkUpdate' => [
  6313.                                 'type' => 'Bookmark',
  6314.                                 'args' => [
  6315.                                     'code' => [
  6316.                                         'description' => 'The code to access the bookmark',
  6317.                                         'type' => 'String!',
  6318.                                     ],
  6319.                                     'storedValue' => [
  6320.                                         'description' => 'The value to store in bookmark',
  6321.                                         'type' => 'String!',
  6322.                                     ],
  6323.                                 ],
  6324.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::update", args["code"], args["storedValue"])',
  6325.                             ],
  6326.                             'titles' => [
  6327.                                 'type' => '[Title]',
  6328.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::titles")',
  6329.                             ],
  6330.                             'teachingIdeaTypes' => [
  6331.                                 'type' => '[TeachingIdeaType!]',
  6332.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getTeachingIdeaTypes")',
  6333.                             ],
  6334.                             'informationLinks' => [
  6335.                                 'type' => '[InformationLink!]',
  6336.                                 'args' => [
  6337.                                     'typeID' => [
  6338.                                         'description' => 'The type id of the information links',
  6339.                                         'type' => 'Int!',
  6340.                                     ],
  6341.                                 ],
  6342.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getInformationLinks", args["typeID"])',
  6343.                             ],
  6344.                             'searchSchools' => [
  6345.                                 'type' => '[School!]',
  6346.                                 'args' => [
  6347.                                     'searchText' => [
  6348.                                         'description' => 'The search text for the school',
  6349.                                         'type' => 'String!',
  6350.                                     ],
  6351.                                 ],
  6352.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::searchSchools", args["searchText"])',
  6353.                             ],
  6354.                             'event' => [
  6355.                                 'type' => 'Event',
  6356.                                 'args' => [
  6357.                                     'id' => [
  6358.                                         'description' => 'ID of the Event',
  6359.                                         'type' => 'ID!',
  6360.                                     ],
  6361.                                 ],
  6362.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEventByID", args["id"])',
  6363.                             ],
  6364.                             'events' => [
  6365.                                 'type' => '[Event!]',
  6366.                                 'args' => [
  6367.                                     'limit' => [
  6368.                                         'description' => 'Limit',
  6369.                                         'type' => 'Int!',
  6370.                                     ],
  6371.                                     'offset' => [
  6372.                                         'description' => 'Offset',
  6373.                                         'type' => 'Int!',
  6374.                                     ],
  6375.                                 ],
  6376.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEvents", args["limit"], args["offset"])',
  6377.                             ],
  6378.                             'getOffersBoPartner' => [
  6379.                                 'type' => '[Offer!]',
  6380.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersBoPartner")',
  6381.                             ],
  6382.                             'getOffersCompany' => [
  6383.                                 'type' => '[Offer!]',
  6384.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersCompany")',
  6385.                             ],
  6386.                             'getOffersSchool' => [
  6387.                                 'type' => '[Offer!]',
  6388.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersSchool")',
  6389.                             ],
  6390.                             'offerList' => [
  6391.                                 'type' => 'OfferList!',
  6392.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOfferList")',
  6393.                             ],
  6394.                             'getChampionship' => [
  6395.                                 'type' => 'Championship',
  6396.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getChampionship")',
  6397.                             ],
  6398.                             'getGameCategoriesPerGame' => [
  6399.                                 'type' => 'GameCategoriesPerGame!',
  6400.                                 'args' => [
  6401.                                     'clientID' => [
  6402.                                         'description' => 'The client ID',
  6403.                                         'type' => 'String!',
  6404.                                     ],
  6405.                                 ],
  6406.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesPerGame", args["clientID"])',
  6407.                             ],
  6408.                             'getGameCategoriesTeacher' => [
  6409.                                 'type' => '[GameCategory!]',
  6410.                                 'args' => [
  6411.                                     'schoolClassID' => [
  6412.                                         'description' => 'The school class id',
  6413.                                         'type' => 'Int!',
  6414.                                     ],
  6415.                                 ],
  6416.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesTeacher", args["schoolClassID"])',
  6417.                             ],
  6418.                             'getGameCategoriesStudent' => [
  6419.                                 'type' => '[GameCategory!]',
  6420.                                 'args' => [
  6421.                                     'clientID' => [
  6422.                                         'description' => 'The client ID',
  6423.                                         'type' => 'String!',
  6424.                                     ],
  6425.                                 ],
  6426.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesStudent", args["clientID"])',
  6427.                             ],
  6428.                             'getGame' => [
  6429.                                 'type' => 'Game!',
  6430.                                 'args' => [
  6431.                                     'gameType' => [
  6432.                                         'description' => 'The game type',
  6433.                                         'type' => 'GameType',
  6434.                                     ],
  6435.                                     'clientID' => [
  6436.                                         'description' => 'The client ID',
  6437.                                         'type' => 'String!',
  6438.                                     ],
  6439.                                     'categoryIDs' => [
  6440.                                         'description' => 'The category IDs',
  6441.                                         'type' => '[Int!]!',
  6442.                                     ],
  6443.                                 ],
  6444.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGame", args["gameType"], args["clientID"], args["categoryIDs"])',
  6445.                             ],
  6446.                             'setGameEnd' => [
  6447.                                 'type' => 'Status!',
  6448.                                 'args' => [
  6449.                                     'gameID' => [
  6450.                                         'description' => 'The game id',
  6451.                                         'type' => 'Int!',
  6452.                                     ],
  6453.                                     'gameEnd' => [
  6454.                                         'description' => 'The end type',
  6455.                                         'type' => 'GameEndType!',
  6456.                                     ],
  6457.                                     'points' => [
  6458.                                         'description' => 'Points',
  6459.                                         'type' => 'Int!',
  6460.                                     ],
  6461.                                 ],
  6462.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::setGameEnd", args["gameID"], args["gameEnd"], args["points"])',
  6463.                             ],
  6464.                             'getGameActiveUsers' => [
  6465.                                 'type' => 'Int!',
  6466.                                 'args' => [
  6467.                                     'gameType' => [
  6468.                                         'description' => 'The game type',
  6469.                                         'type' => 'GameType!',
  6470.                                     ],
  6471.                                 ],
  6472.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameActiveUsers", args["gameType"])',
  6473.                             ],
  6474.                             'getGameRoundPlayers' => [
  6475.                                 'type' => 'RoundPlayers!',
  6476.                                 'args' => [
  6477.                                     'gameID' => [
  6478.                                         'description' => 'The game id',
  6479.                                         'type' => 'Int!',
  6480.                                     ],
  6481.                                 ],
  6482.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameRoundPlayers", args["gameID"])',
  6483.                             ],
  6484.                             'getGameTrophies' => [
  6485.                                 'type' => '[GameTrophy]',
  6486.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophies")',
  6487.                             ],
  6488.                             'getGameTrophyProgress' => [
  6489.                                 'type' => 'GameTrophyProgress!',
  6490.                                 'args' => [
  6491.                                     'schoolClassID' => [
  6492.                                         'description' => 'The school class id',
  6493.                                         'type' => 'Int!',
  6494.                                     ],
  6495.                                 ],
  6496.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophyProgress", args["schoolClassID"])',
  6497.                             ],
  6498.                             'getGameTimersSchool' => [
  6499.                                 'type' => '[GameTimer!]',
  6500.                                 'args' => [
  6501.                                     'schoolID' => [
  6502.                                         'description' => 'The school id',
  6503.                                         'type' => 'Int!',
  6504.                                     ],
  6505.                                 ],
  6506.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimersSchool", args["schoolID"])',
  6507.                             ],
  6508.                             'getGameTimer' => [
  6509.                                 'type' => 'GameTimer',
  6510.                                 'args' => [
  6511.                                     'schoolClassID' => [
  6512.                                         'description' => 'The school class id',
  6513.                                         'type' => 'Int!',
  6514.                                     ],
  6515.                                 ],
  6516.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimer", args["schoolClassID"])',
  6517.                             ],
  6518.                             'getQuizQuestion' => [
  6519.                                 'type' => 'Question!',
  6520.                                 'args' => [
  6521.                                     'gameID' => [
  6522.                                         'description' => 'The game id',
  6523.                                         'type' => 'Int!',
  6524.                                     ],
  6525.                                     'round' => [
  6526.                                         'description' => 'The round of the game',
  6527.                                         'type' => 'Int!',
  6528.                                     ],
  6529.                                 ],
  6530.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuestion", args["gameID"], args["round"])',
  6531.                             ],
  6532.                             'getQuizAnswerWrong' => [
  6533.                                 'type' => 'AnswerWrong!',
  6534.                                 'args' => [
  6535.                                     'gameID' => [
  6536.                                         'description' => 'The game id',
  6537.                                         'type' => 'Int!',
  6538.                                     ],
  6539.                                     'questionID' => [
  6540.                                         'description' => 'The question ID',
  6541.                                         'type' => 'Int!',
  6542.                                     ],
  6543.                                 ],
  6544.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  6545.                             ],
  6546.                             'sendQuizAnswer' => [
  6547.                                 'type' => 'AnswerResponse!',
  6548.                                 'args' => [
  6549.                                     'gameID' => [
  6550.                                         'description' => 'The game id',
  6551.                                         'type' => 'Int!',
  6552.                                     ],
  6553.                                     'questionID' => [
  6554.                                         'description' => 'The question ID',
  6555.                                         'type' => 'Int!',
  6556.                                     ],
  6557.                                     'answerID' => [
  6558.                                         'description' => 'The answer ID',
  6559.                                         'type' => 'Int!',
  6560.                                     ],
  6561.                                 ],
  6562.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  6563.                             ],
  6564.                             'getClickThePicQuestion' => [
  6565.                                 'type' => 'Question!',
  6566.                                 'args' => [
  6567.                                     'gameID' => [
  6568.                                         'description' => 'The game id',
  6569.                                         'type' => 'Int!',
  6570.                                     ],
  6571.                                     'round' => [
  6572.                                         'description' => 'The round of the game',
  6573.                                         'type' => 'Int!',
  6574.                                     ],
  6575.                                 ],
  6576.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getQuestion", args["gameID"], args["round"])',
  6577.                             ],
  6578.                             'sendClickThePicAnswer' => [
  6579.                                 'type' => 'AnswerResponse!',
  6580.                                 'args' => [
  6581.                                     'gameID' => [
  6582.                                         'description' => 'The game id',
  6583.                                         'type' => 'Int!',
  6584.                                     ],
  6585.                                     'questionID' => [
  6586.                                         'description' => 'The question ID',
  6587.                                         'type' => 'Int!',
  6588.                                     ],
  6589.                                     'answerID' => [
  6590.                                         'description' => 'The answer ID',
  6591.                                         'type' => 'Int!',
  6592.                                     ],
  6593.                                     'points' => [
  6594.                                         'description' => 'Points for the round',
  6595.                                         'type' => 'Int!',
  6596.                                     ],
  6597.                                 ],
  6598.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"], args["points"])',
  6599.                             ],
  6600.                             'getQuizQuestionsOpen' => [
  6601.                                 'type' => '[QuestionOpen!]',
  6602.                                 'args' => [
  6603.                                     'companyProfileID' => [
  6604.                                         'description' => 'The company profile id',
  6605.                                         'type' => 'Int!',
  6606.                                     ],
  6607.                                 ],
  6608.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizOpenResolver::getQuestions", args["companyProfileID"])',
  6609.                             ],
  6610.                             'interestFields' => [
  6611.                                 'type' => '[InterestField!]',
  6612.                                 'resolve' => '@=query("App\\\\Resolver\\\\InterestFieldResolver::getFields")',
  6613.                             ],
  6614.                             'job' => [
  6615.                                 'type' => 'Job',
  6616.                                 'args' => [
  6617.                                     'bicid' => [
  6618.                                         'description' => 'BicID of the job to be retrieved',
  6619.                                         'type' => 'ID!',
  6620.                                     ],
  6621.                                 ],
  6622.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  6623.                             ],
  6624.                             'job_id' => [
  6625.                                 'type' => 'Job',
  6626.                                 'args' => [
  6627.                                     'id' => [
  6628.                                         'description' => 'ID of the job to retrieve',
  6629.                                         'type' => 'ID!',
  6630.                                     ],
  6631.                                 ],
  6632.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobID", args["id"])',
  6633.                             ],
  6634.                             'jobs' => [
  6635.                                 'type' => '[Job!]',
  6636.                                 'args' => [
  6637.                                     'limit' => [
  6638.                                         'description' => 'Limit',
  6639.                                         'type' => 'Int!',
  6640.                                     ],
  6641.                                     'offset' => [
  6642.                                         'description' => 'Offset',
  6643.                                         'type' => 'Int!',
  6644.                                     ],
  6645.                                 ],
  6646.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobs", args["limit"], args["offset"])',
  6647.                             ],
  6648.                             'jobExpertTerm' => [
  6649.                                 'type' => 'JobExpertTerm',
  6650.                                 'args' => [
  6651.                                     'bicid' => [
  6652.                                         'description' => 'BicID of the job expert term to retrieve',
  6653.                                         'type' => 'ID!',
  6654.                                     ],
  6655.                                 ],
  6656.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerm", args["bicid"])',
  6657.                             ],
  6658.                             'jobExpertTerms' => [
  6659.                                 'type' => '[JobExpertTerm!]',
  6660.                                 'args' => [
  6661.                                     'limit' => [
  6662.                                         'description' => 'Limit',
  6663.                                         'type' => 'Int!',
  6664.                                     ],
  6665.                                     'offset' => [
  6666.                                         'description' => 'Offset',
  6667.                                         'type' => 'Int!',
  6668.                                     ],
  6669.                                 ],
  6670.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerms", args["limit"], args["offset"])',
  6671.                             ],
  6672.                             'jobMarket' => [
  6673.                                 'type' => 'JobMarket',
  6674.                                 'args' => [
  6675.                                     'id' => [
  6676.                                         'description' => 'ID of the job market to be retrieved',
  6677.                                         'type' => 'ID!',
  6678.                                     ],
  6679.                                 ],
  6680.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  6681.                             ],
  6682.                             'jobMarkets' => [
  6683.                                 'type' => 'JobMarketResults',
  6684.                                 'args' => [
  6685.                                     'search' => [
  6686.                                         'description' => 'Search parameters',
  6687.                                         'type' => 'String!',
  6688.                                     ],
  6689.                                 ],
  6690.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarkets", args["search"])',
  6691.                             ],
  6692.                             'jobRequirements' => [
  6693.                                 'type' => '[JobRequirement!]',
  6694.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirements")',
  6695.                             ],
  6696.                             'jobRequirementTypes' => [
  6697.                                 'type' => 'JobRequirementCollection!',
  6698.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirementTypes")',
  6699.                             ],
  6700.                             'bopartnerProfile' => [
  6701.                                 'type' => 'BoPartnerProfile',
  6702.                                 'args' => [
  6703.                                     'id' => [
  6704.                                         'description' => 'ID of the BO Partner Profile',
  6705.                                         'type' => 'Int',
  6706.                                     ],
  6707.                                     'uuid' => [
  6708.                                         'description' => 'UUID of the BO Partner Profile',
  6709.                                         'type' => 'String',
  6710.                                     ],
  6711.                                 ],
  6712.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfile", args["id"], args["uuid"])',
  6713.                             ],
  6714.                             'bopartnerProfiles' => [
  6715.                                 'type' => '[BoPartnerProfile!]',
  6716.                                 'args' => [
  6717.                                     'limit' => [
  6718.                                         'description' => 'Limit',
  6719.                                         'type' => 'Int!',
  6720.                                     ],
  6721.                                     'offset' => [
  6722.                                         'description' => 'Offset',
  6723.                                         'type' => 'Int!',
  6724.                                     ],
  6725.                                 ],
  6726.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfiles", args["limit"], args["offset"])',
  6727.                             ],
  6728.                             'getCompanyBenefits' => [
  6729.                                 'type' => '[CompanyBenefit!]',
  6730.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyBenefits")',
  6731.                             ],
  6732.                             'getCompanyCertificates' => [
  6733.                                 'type' => '[CompanyCertificate!]',
  6734.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyCertificates")',
  6735.                             ],
  6736.                             'getCompanySizes' => [
  6737.                                 'type' => '[CompanySize!]',
  6738.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanySizes")',
  6739.                             ],
  6740.                             'companyProfile' => [
  6741.                                 'type' => 'CompanyProfile',
  6742.                                 'args' => [
  6743.                                     'id' => [
  6744.                                         'description' => 'ID of the Company Profile',
  6745.                                         'type' => 'Int',
  6746.                                     ],
  6747.                                     'uuid' => [
  6748.                                         'description' => 'UUID of the Company Profile',
  6749.                                         'type' => 'String',
  6750.                                     ],
  6751.                                 ],
  6752.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfile", args["id"], args["uuid"])',
  6753.                             ],
  6754.                             'companyProfiles' => [
  6755.                                 'type' => '[CompanyProfile!]',
  6756.                                 'args' => [
  6757.                                     'limit' => [
  6758.                                         'description' => 'Limit',
  6759.                                         'type' => 'Int!',
  6760.                                     ],
  6761.                                     'offset' => [
  6762.                                         'description' => 'Offset',
  6763.                                         'type' => 'Int!',
  6764.                                     ],
  6765.                                 ],
  6766.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfiles", args["limit"], args["offset"])',
  6767.                             ],
  6768.                             'profiles' => [
  6769.                                 'type' => 'ProfileResults!',
  6770.                                 'args' => [
  6771.                                     'search' => [
  6772.                                         'description' => 'Search parameters',
  6773.                                         'type' => 'String!',
  6774.                                     ],
  6775.                                 ],
  6776.                                 'resolve' => '@=query("App\\\\Resolver\\\\ProfileResolver::getProfilesSearch", args["search"])',
  6777.                             ],
  6778.                             'schoolProfile' => [
  6779.                                 'type' => 'SchoolProfile',
  6780.                                 'args' => [
  6781.                                     'id' => [
  6782.                                         'description' => 'ID of the School Profile',
  6783.                                         'type' => 'Int',
  6784.                                     ],
  6785.                                     'uuid' => [
  6786.                                         'description' => 'UUID of the School Profile',
  6787.                                         'type' => 'String',
  6788.                                     ],
  6789.                                 ],
  6790.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfile", args["id"], args["uuid"])',
  6791.                             ],
  6792.                             'schoolProfiles' => [
  6793.                                 'type' => '[SchoolProfile!]',
  6794.                                 'args' => [
  6795.                                     'limit' => [
  6796.                                         'description' => 'Limit',
  6797.                                         'type' => 'Int!',
  6798.                                     ],
  6799.                                     'offset' => [
  6800.                                         'description' => 'Offset',
  6801.                                         'type' => 'Int!',
  6802.                                     ],
  6803.                                 ],
  6804.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfiles", args["limit"], args["offset"])',
  6805.                             ],
  6806.                             'schoolSubjects' => [
  6807.                                 'type' => '[SchoolSubject!]',
  6808.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getAllJobSchoolSubjects")',
  6809.                             ],
  6810.                             'schoolSubject' => [
  6811.                                 'type' => 'SchoolSubject!',
  6812.                                 'args' => [
  6813.                                     'id' => [
  6814.                                         'description' => 'ID of the school subject to be retrieved',
  6815.                                         'type' => 'ID!',
  6816.                                     ],
  6817.                                 ],
  6818.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getJobSchoolSubjectByID", args["id"])',
  6819.                             ],
  6820.                             'stories' => [
  6821.                                 'type' => 'Stories!',
  6822.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStories")',
  6823.                             ],
  6824.                             'storyByID' => [
  6825.                                 'type' => 'Story',
  6826.                                 'args' => [
  6827.                                     'id' => [
  6828.                                         'description' => 'ID of the story to retrieve',
  6829.                                         'type' => 'ID!',
  6830.                                     ],
  6831.                                 ],
  6832.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByID", args["id"])',
  6833.                             ],
  6834.                             'storyByBicID' => [
  6835.                                 'type' => 'Story',
  6836.                                 'args' => [
  6837.                                     'bicid' => [
  6838.                                         'description' => 'BicID of the story to retrieve',
  6839.                                         'type' => 'ID!',
  6840.                                     ],
  6841.                                 ],
  6842.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByBicID", args["bicid"])',
  6843.                             ],
  6844.                             'schoolClassLogin' => [
  6845.                                 'type' => 'SchoolClassLogin',
  6846.                                 'args' => [
  6847.                                     'classCode' => [
  6848.                                         'description' => 'Class Code',
  6849.                                         'type' => 'String!',
  6850.                                     ],
  6851.                                 ],
  6852.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::login", args["classCode"])',
  6853.                             ],
  6854.                             'schoolClassGameHistory' => [
  6855.                                 'type' => '[SchoolClassGameHistory!]',
  6856.                                 'args' => [
  6857.                                     'classCode' => [
  6858.                                         'description' => 'Class Code',
  6859.                                         'type' => 'String!',
  6860.                                     ],
  6861.                                 ],
  6862.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getGameHistories", args["classCode"])',
  6863.                             ],
  6864.                             'schoolClassPoints' => [
  6865.                                 'type' => 'Int',
  6866.                                 'args' => [
  6867.                                     'classCode' => [
  6868.                                         'description' => 'Class Code',
  6869.                                         'type' => 'String!',
  6870.                                     ],
  6871.                                 ],
  6872.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getPoints", args["classCode"])',
  6873.                             ],
  6874.                             'schoolClassTimePlayed' => [
  6875.                                 'type' => 'Int',
  6876.                                 'args' => [
  6877.                                     'classCode' => [
  6878.                                         'description' => 'Class Code',
  6879.                                         'type' => 'String!',
  6880.                                     ],
  6881.                                 ],
  6882.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getTimePlayed", args["classCode"])',
  6883.                             ],
  6884.                             'schoolClassGameState' => [
  6885.                                 'type' => 'SchoolClassGameState',
  6886.                                 'args' => [
  6887.                                     'classCode' => [
  6888.                                         'description' => 'Class Code',
  6889.                                         'type' => 'String!',
  6890.                                     ],
  6891.                                 ],
  6892.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::gameState", args["classCode"])',
  6893.                             ],
  6894.                             'schoolClassGrades' => [
  6895.                                 'type' => '[SchoolClassGrade!]',
  6896.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassGrades")',
  6897.                             ],
  6898.                             'schoolClassRankings' => [
  6899.                                 'type' => '[SchoolClassRank!]',
  6900.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassRankings")',
  6901.                             ],
  6902.                             'schoolClassYears' => [
  6903.                                 'type' => '[SchoolClassYear!]',
  6904.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassYears")',
  6905.                             ],
  6906.                             'faqCategories' => [
  6907.                                 'type' => '[FaqCategory!]',
  6908.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategories")',
  6909.                             ],
  6910.                             'faqGewinnspiel' => [
  6911.                                 'type' => 'FaqCategory',
  6912.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategoryGewinnspiel")',
  6913.                             ],
  6914.                             'globalSearch' => [
  6915.                                 'type' => 'GlobalSearch',
  6916.                                 'args' => [
  6917.                                     'search' => [
  6918.                                         'description' => 'Search parameters',
  6919.                                         'type' => 'String!',
  6920.                                     ],
  6921.                                 ],
  6922.                                 'resolve' => '@=query("App\\\\Resolver\\\\GlobalSearchResolver::search", args["search"])',
  6923.                             ],
  6924.                             'homeContent' => [
  6925.                                 'type' => 'HomeContent!',
  6926.                                 'resolve' => '@=query("App\\\\Resolver\\\\HomeContentResolver::getContent")',
  6927.                             ],
  6928.                             'image' => [
  6929.                                 'type' => 'Image',
  6930.                                 'args' => [
  6931.                                     'id' => [
  6932.                                         'description' => 'ID of the Image',
  6933.                                         'type' => 'ID!',
  6934.                                     ],
  6935.                                 ],
  6936.                                 'resolve' => '@=query("App\\\\Resolver\\\\ImageResolver::getImageByID", args["id"])',
  6937.                             ],
  6938.                             'mqttTest' => [
  6939.                                 'type' => 'Status!',
  6940.                                 'args' => [
  6941.                                     'topic' => [
  6942.                                         'description' => 'Topic',
  6943.                                         'type' => 'String!',
  6944.                                     ],
  6945.                                     'strValue' => [
  6946.                                         'description' => 'TestString',
  6947.                                         'type' => 'String!',
  6948.                                     ],
  6949.                                 ],
  6950.                                 'resolve' => '@=query("App\\\\Resolver\\\\TestResolver::mqttTest", args["topic"], args["strValue"])',
  6951.                             ],
  6952.                             'trophyCount' => [
  6953.                                 'type' => 'Status!',
  6954.                                 'args' => [
  6955.                                     'clientId' => [
  6956.                                         'description' => 'ClientID',
  6957.                                         'type' => 'String!',
  6958.                                     ],
  6959.                                     'classCode' => [
  6960.                                         'description' => 'Class Code',
  6961.                                         'type' => 'String!',
  6962.                                     ],
  6963.                                     'itemId' => [
  6964.                                         'description' => 'ItemID',
  6965.                                         'type' => 'String!',
  6966.                                     ],
  6967.                                     'itemType' => [
  6968.                                         'description' => 'TrophyItemType',
  6969.                                         'type' => 'TrophyItemType',
  6970.                                     ],
  6971.                                 ],
  6972.                                 'resolve' => '@=query("App\\\\Resolver\\\\TrophyCountResolver::trophyCount", args["clientId"], args["classCode"], args["itemId"], args["itemType"])',
  6973.                             ],
  6974.                         ],
  6975.                         'name' => 'DefaultQuery',
  6976.                         'builders' => [
  6977.                         ],
  6978.                         'interfaces' => [
  6979.                         ],
  6980.                     ],
  6981.                 ],
  6982.                 'DefaultMutation' => [
  6983.                     'type' => 'object',
  6984.                     'inherits' => [
  6985.                         => 'DefaultMutationRegister',
  6986.                     ],
  6987.                     'class_name' => 'DefaultMutationType',
  6988.                     'decorator' => false,
  6989.                     'config' => [
  6990.                         'description' => 'Default Mutation',
  6991.                         'fields' => [
  6992.                             'registerBoPartner' => [
  6993.                                 'type' => 'Status!',
  6994.                                 'args' => [
  6995.                                     'login' => [
  6996.                                         'description' => 'The login data',
  6997.                                         'type' => 'InRegisterLogin!',
  6998.                                     ],
  6999.                                     'person' => [
  7000.                                         'description' => 'The person data',
  7001.                                         'type' => 'InRegisterPerson!',
  7002.                                     ],
  7003.                                     'organisation' => [
  7004.                                         'description' => 'The bo partner data',
  7005.                                         'type' => 'InRegisterOrganisation!',
  7006.                                     ],
  7007.                                 ],
  7008.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerBoPartner", args["login"], args["person"], args["organisation"])',
  7009.                             ],
  7010.                             'registerCompany' => [
  7011.                                 'type' => 'Status!',
  7012.                                 'args' => [
  7013.                                     'login' => [
  7014.                                         'description' => 'The login data',
  7015.                                         'type' => 'InRegisterLogin!',
  7016.                                     ],
  7017.                                     'person' => [
  7018.                                         'description' => 'The person data',
  7019.                                         'type' => 'InRegisterPerson!',
  7020.                                     ],
  7021.                                     'organisation' => [
  7022.                                         'description' => 'The company data',
  7023.                                         'type' => 'InRegisterOrganisation!',
  7024.                                     ],
  7025.                                 ],
  7026.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerCompany", args["login"], args["person"], args["organisation"])',
  7027.                             ],
  7028.                             'registerSchool' => [
  7029.                                 'type' => 'Status!',
  7030.                                 'args' => [
  7031.                                     'login' => [
  7032.                                         'description' => 'The login data',
  7033.                                         'type' => 'InRegisterLogin!',
  7034.                                     ],
  7035.                                     'person' => [
  7036.                                         'description' => 'The person data',
  7037.                                         'type' => 'InRegisterPerson!',
  7038.                                     ],
  7039.                                     'organisation' => [
  7040.                                         'description' => 'The school data',
  7041.                                         'type' => 'InRegisterOrganisation!',
  7042.                                     ],
  7043.                                 ],
  7044.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerSchool", args["login"], args["person"], args["organisation"])',
  7045.                             ],
  7046.                             'registerDirector' => [
  7047.                                 'type' => 'Status!',
  7048.                                 'args' => [
  7049.                                     'login' => [
  7050.                                         'description' => 'The login data',
  7051.                                         'type' => 'InRegisterLogin!',
  7052.                                     ],
  7053.                                     'person' => [
  7054.                                         'description' => 'The person data',
  7055.                                         'type' => 'InRegisterPerson!',
  7056.                                     ],
  7057.                                     'schoolID' => [
  7058.                                         'description' => 'The school id',
  7059.                                         'type' => 'Int!',
  7060.                                     ],
  7061.                                 ],
  7062.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerDirector", args["login"], args["person"], args["schoolID"])',
  7063.                             ],
  7064.                             'registerTeacher' => [
  7065.                                 'type' => 'Status!',
  7066.                                 'args' => [
  7067.                                     'login' => [
  7068.                                         'description' => 'The login data',
  7069.                                         'type' => 'InRegisterLogin!',
  7070.                                     ],
  7071.                                     'person' => [
  7072.                                         'description' => 'The person data',
  7073.                                         'type' => 'InRegisterPerson!',
  7074.                                     ],
  7075.                                 ],
  7076.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerTeacher", args["login"], args["person"])',
  7077.                             ],
  7078.                         ],
  7079.                         'name' => 'DefaultMutation',
  7080.                         'builders' => [
  7081.                         ],
  7082.                         'interfaces' => [
  7083.                         ],
  7084.                     ],
  7085.                 ],
  7086.                 'UploadFile' => [
  7087.                     'type' => 'custom-scalar',
  7088.                     'class_name' => 'UploadFileType',
  7089.                     'inherits' => [
  7090.                     ],
  7091.                     'decorator' => false,
  7092.                     'config' => [
  7093.                         'scalarType' => '@=newObject("Overblog\\\\GraphQLBundle\\\\Upload\\\\Type\\\\GraphQLUploadType")',
  7094.                         'name' => 'UploadFile',
  7095.                     ],
  7096.                 ],
  7097.                 'RoundPlayersEntry' => [
  7098.                     'type' => 'object',
  7099.                     'class_name' => 'RoundPlayersEntryType',
  7100.                     'inherits' => [
  7101.                     ],
  7102.                     'decorator' => false,
  7103.                     'config' => [
  7104.                         'description' => NULL,
  7105.                         'fields' => [
  7106.                             'round' => [
  7107.                                 'type' => 'Int!',
  7108.                                 'description' => NULL,
  7109.                             ],
  7110.                             'players' => [
  7111.                                 'type' => 'Int!',
  7112.                                 'description' => NULL,
  7113.                             ],
  7114.                         ],
  7115.                         'interfaces' => [
  7116.                         ],
  7117.                         'name' => 'RoundPlayersEntry',
  7118.                         'builders' => [
  7119.                         ],
  7120.                     ],
  7121.                 ],
  7122.                 'StoryCard' => [
  7123.                     'type' => 'object',
  7124.                     'class_name' => 'StoryCardType',
  7125.                     'inherits' => [
  7126.                     ],
  7127.                     'decorator' => false,
  7128.                     'config' => [
  7129.                         'description' => NULL,
  7130.                         'fields' => [
  7131.                             'title' => [
  7132.                                 'type' => 'String',
  7133.                                 'description' => NULL,
  7134.                             ],
  7135.                             'time' => [
  7136.                                 'type' => 'String!',
  7137.                                 'description' => NULL,
  7138.                             ],
  7139.                             'backgroundImage' => [
  7140.                                 'type' => 'Image',
  7141.                                 'description' => NULL,
  7142.                             ],
  7143.                             'backgroundVideo' => [
  7144.                                 'type' => 'Video',
  7145.                                 'description' => NULL,
  7146.                             ],
  7147.                             'embedVideo' => [
  7148.                                 'type' => 'Video',
  7149.                                 'description' => NULL,
  7150.                             ],
  7151.                             'lottieAnimation' => [
  7152.                                 'type' => 'String',
  7153.                                 'description' => NULL,
  7154.                             ],
  7155.                             'textHeading' => [
  7156.                                 'type' => 'String',
  7157.                                 'description' => NULL,
  7158.                             ],
  7159.                             'text' => [
  7160.                                 'type' => 'String',
  7161.                                 'description' => NULL,
  7162.                             ],
  7163.                             'image' => [
  7164.                                 'type' => 'Image',
  7165.                                 'description' => NULL,
  7166.                             ],
  7167.                             'imagePosition' => [
  7168.                                 'type' => 'StoryCardImagePosition',
  7169.                                 'description' => NULL,
  7170.                             ],
  7171.                             'highlightPosition' => [
  7172.                                 'type' => 'StoryCardHighlightPosition',
  7173.                                 'description' => NULL,
  7174.                             ],
  7175.                             'layout' => [
  7176.                                 'type' => 'StoryCardLayout!',
  7177.                                 'description' => NULL,
  7178.                             ],
  7179.                             'theme' => [
  7180.                                 'type' => 'StoryCardTheme!',
  7181.                                 'description' => NULL,
  7182.                             ],
  7183.                         ],
  7184.                         'interfaces' => [
  7185.                         ],
  7186.                         'name' => 'StoryCard',
  7187.                         'builders' => [
  7188.                         ],
  7189.                     ],
  7190.                 ],
  7191.                 'TrophyStats' => [
  7192.                     'type' => 'object',
  7193.                     'class_name' => 'TrophyStatsType',
  7194.                     'inherits' => [
  7195.                     ],
  7196.                     'decorator' => false,
  7197.                     'config' => [
  7198.                         'description' => NULL,
  7199.                         'fields' => [
  7200.                             'scoredCount' => [
  7201.                                 'type' => 'Int!',
  7202.                                 'description' => NULL,
  7203.                             ],
  7204.                             'totalCount' => [
  7205.                                 'type' => 'Int!',
  7206.                                 'description' => NULL,
  7207.                             ],
  7208.                         ],
  7209.                         'interfaces' => [
  7210.                         ],
  7211.                         'name' => 'TrophyStats',
  7212.                         'builders' => [
  7213.                         ],
  7214.                     ],
  7215.                 ],
  7216.                 'GameCategoriesPerGame' => [
  7217.                     'type' => 'object',
  7218.                     'class_name' => 'GameCategoriesPerGameType',
  7219.                     'inherits' => [
  7220.                     ],
  7221.                     'decorator' => false,
  7222.                     'config' => [
  7223.                         'description' => NULL,
  7224.                         'fields' => [
  7225.                             'status' => [
  7226.                                 'type' => 'Status!',
  7227.                                 'description' => NULL,
  7228.                             ],
  7229.                             'guessTheJob' => [
  7230.                                 'type' => 'Int!',
  7231.                                 'description' => NULL,
  7232.                             ],
  7233.                             'quiz' => [
  7234.                                 'type' => 'Int!',
  7235.                                 'description' => NULL,
  7236.                             ],
  7237.                         ],
  7238.                         'interfaces' => [
  7239.                         ],
  7240.                         'name' => 'GameCategoriesPerGame',
  7241.                         'builders' => [
  7242.                         ],
  7243.                     ],
  7244.                 ],
  7245.                 'Person' => [
  7246.                     'type' => 'object',
  7247.                     'class_name' => 'PersonType',
  7248.                     'inherits' => [
  7249.                     ],
  7250.                     'decorator' => false,
  7251.                     'config' => [
  7252.                         'description' => NULL,
  7253.                         'fields' => [
  7254.                             'id' => [
  7255.                                 'type' => 'ID!',
  7256.                                 'description' => NULL,
  7257.                             ],
  7258.                             'firstname' => [
  7259.                                 'type' => 'String!',
  7260.                                 'description' => NULL,
  7261.                             ],
  7262.                             'lastname' => [
  7263.                                 'type' => 'String!',
  7264.                                 'description' => NULL,
  7265.                             ],
  7266.                             'sex' => [
  7267.                                 'type' => 'Int',
  7268.                                 'description' => NULL,
  7269.                             ],
  7270.                             'titles' => [
  7271.                                 'type' => '[Title!]',
  7272.                                 'description' => NULL,
  7273.                             ],
  7274.                         ],
  7275.                         'interfaces' => [
  7276.                         ],
  7277.                         'name' => 'Person',
  7278.                         'builders' => [
  7279.                         ],
  7280.                     ],
  7281.                 ],
  7282.                 'Bookmark' => [
  7283.                     'type' => 'object',
  7284.                     'class_name' => 'BookmarkType',
  7285.                     'inherits' => [
  7286.                     ],
  7287.                     'decorator' => false,
  7288.                     'config' => [
  7289.                         'description' => NULL,
  7290.                         'fields' => [
  7291.                             'id' => [
  7292.                                 'type' => 'ID!',
  7293.                                 'description' => NULL,
  7294.                             ],
  7295.                             'accessToken' => [
  7296.                                 'type' => 'String!',
  7297.                                 'description' => NULL,
  7298.                             ],
  7299.                             'storedValue' => [
  7300.                                 'type' => 'String',
  7301.                                 'description' => NULL,
  7302.                             ],
  7303.                             'createdAt' => [
  7304.                                 'type' => 'String!',
  7305.                                 'description' => NULL,
  7306.                             ],
  7307.                         ],
  7308.                         'interfaces' => [
  7309.                         ],
  7310.                         'name' => 'Bookmark',
  7311.                         'builders' => [
  7312.                         ],
  7313.                     ],
  7314.                 ],
  7315.                 'Contact' => [
  7316.                     'type' => 'object',
  7317.                     'class_name' => 'ContactType',
  7318.                     'inherits' => [
  7319.                     ],
  7320.                     'decorator' => false,
  7321.                     'config' => [
  7322.                         'description' => NULL,
  7323.                         'fields' => [
  7324.                             'id' => [
  7325.                                 'type' => 'ID!',
  7326.                                 'description' => NULL,
  7327.                             ],
  7328.                             'employeePosition' => [
  7329.                                 'type' => 'String',
  7330.                                 'description' => NULL,
  7331.                             ],
  7332.                             'communication' => [
  7333.                                 'type' => 'Communication!',
  7334.                                 'description' => NULL,
  7335.                             ],
  7336.                             'person' => [
  7337.                                 'type' => 'Person!',
  7338.                                 'description' => NULL,
  7339.                             ],
  7340.                             'picture' => [
  7341.                                 'type' => 'Image',
  7342.                                 'description' => NULL,
  7343.                             ],
  7344.                         ],
  7345.                         'interfaces' => [
  7346.                         ],
  7347.                         'name' => 'Contact',
  7348.                         'builders' => [
  7349.                         ],
  7350.                     ],
  7351.                 ],
  7352.                 'Gallery' => [
  7353.                     'type' => 'object',
  7354.                     'class_name' => 'GalleryType',
  7355.                     'inherits' => [
  7356.                     ],
  7357.                     'decorator' => false,
  7358.                     'config' => [
  7359.                         'description' => NULL,
  7360.                         'fields' => [
  7361.                             'id' => [
  7362.                                 'type' => 'ID!',
  7363.                                 'description' => NULL,
  7364.                             ],
  7365.                             'name' => [
  7366.                                 'type' => 'String',
  7367.                                 'description' => NULL,
  7368.                             ],
  7369.                             'galleryItems' => [
  7370.                                 'type' => '[Media]',
  7371.                                 'description' => NULL,
  7372.                             ],
  7373.                         ],
  7374.                         'interfaces' => [
  7375.                         ],
  7376.                         'name' => 'Gallery',
  7377.                         'builders' => [
  7378.                         ],
  7379.                     ],
  7380.                 ],
  7381.                 'JobSchoolSubject' => [
  7382.                     'type' => 'object',
  7383.                     'class_name' => 'JobSchoolSubjectType',
  7384.                     'inherits' => [
  7385.                     ],
  7386.                     'decorator' => false,
  7387.                     'config' => [
  7388.                         'description' => NULL,
  7389.                         'fields' => [
  7390.                             'id' => [
  7391.                                 'type' => 'ID!',
  7392.                                 'description' => NULL,
  7393.                             ],
  7394.                             'subjectName' => [
  7395.                                 'type' => 'String!',
  7396.                                 'description' => NULL,
  7397.                             ],
  7398.                             'abbreviation' => [
  7399.                                 'type' => 'String!',
  7400.                                 'description' => NULL,
  7401.                             ],
  7402.                         ],
  7403.                         'interfaces' => [
  7404.                         ],
  7405.                         'name' => 'JobSchoolSubject',
  7406.                         'builders' => [
  7407.                         ],
  7408.                     ],
  7409.                 ],
  7410.                 'GameTrophyProgress' => [
  7411.                     'type' => 'object',
  7412.                     'class_name' => 'GameTrophyProgressType',
  7413.                     'inherits' => [
  7414.                     ],
  7415.                     'decorator' => false,
  7416.                     'config' => [
  7417.                         'description' => NULL,
  7418.                         'fields' => [
  7419.                             'id' => [
  7420.                                 'type' => 'ID!',
  7421.                                 'description' => NULL,
  7422.                             ],
  7423.                             'schoolClassID' => [
  7424.                                 'type' => 'Int',
  7425.                                 'description' => NULL,
  7426.                             ],
  7427.                             'createdAt' => [
  7428.                                 'type' => 'String',
  7429.                                 'description' => NULL,
  7430.                             ],
  7431.                             'entries' => [
  7432.                                 'type' => '[GameTrophyProgressEntry!]',
  7433.                                 'description' => NULL,
  7434.                             ],
  7435.                         ],
  7436.                         'interfaces' => [
  7437.                         ],
  7438.                         'name' => 'GameTrophyProgress',
  7439.                         'builders' => [
  7440.                         ],
  7441.                     ],
  7442.                 ],
  7443.                 'SchoolClassLogin' => [
  7444.                     'type' => 'object',
  7445.                     'class_name' => 'SchoolClassLoginType',
  7446.                     'inherits' => [
  7447.                     ],
  7448.                     'decorator' => false,
  7449.                     'config' => [
  7450.                         'description' => NULL,
  7451.                         'fields' => [
  7452.                             'status' => [
  7453.                                 'type' => 'Status!',
  7454.                                 'description' => NULL,
  7455.                             ],
  7456.                             'clientId' => [
  7457.                                 'type' => 'String!',
  7458.                                 'description' => NULL,
  7459.                             ],
  7460.                             'school' => [
  7461.                                 'type' => 'School',
  7462.                                 'description' => NULL,
  7463.                             ],
  7464.                             'schoolClass' => [
  7465.                                 'type' => 'SchoolClass',
  7466.                                 'description' => NULL,
  7467.                             ],
  7468.                         ],
  7469.                         'interfaces' => [
  7470.                         ],
  7471.                         'name' => 'SchoolClassLogin',
  7472.                         'builders' => [
  7473.                         ],
  7474.                     ],
  7475.                 ],
  7476.                 'GlobalSearch' => [
  7477.                     'type' => 'object',
  7478.                     'class_name' => 'GlobalSearchType',
  7479.                     'inherits' => [
  7480.                     ],
  7481.                     'decorator' => false,
  7482.                     'config' => [
  7483.                         'description' => NULL,
  7484.                         'fields' => [
  7485.                             'jobs' => [
  7486.                                 'type' => '[Job!]',
  7487.                                 'description' => NULL,
  7488.                             ],
  7489.                             'jobMarkets' => [
  7490.                                 'type' => '[JobMarket!]',
  7491.                                 'description' => NULL,
  7492.                             ],
  7493.                             'profiles' => [
  7494.                                 'type' => '[Profile!]',
  7495.                                 'description' => NULL,
  7496.                             ],
  7497.                             'stories' => [
  7498.                                 'type' => '[Story!]',
  7499.                                 'description' => NULL,
  7500.                             ],
  7501.                         ],
  7502.                         'interfaces' => [
  7503.                         ],
  7504.                         'name' => 'GlobalSearch',
  7505.                         'builders' => [
  7506.                         ],
  7507.                     ],
  7508.                 ],
  7509.                 'Offer' => [
  7510.                     'type' => 'object',
  7511.                     'class_name' => 'OfferType',
  7512.                     'inherits' => [
  7513.                     ],
  7514.                     'decorator' => false,
  7515.                     'config' => [
  7516.                         'description' => NULL,
  7517.                         'fields' => [
  7518.                             'id' => [
  7519.                                 'type' => 'ID!',
  7520.                                 'description' => NULL,
  7521.                             ],
  7522.                             'offerType' => [
  7523.                                 'type' => 'OfferType',
  7524.                                 'description' => NULL,
  7525.                             ],
  7526.                             'name' => [
  7527.                                 'type' => 'String',
  7528.                                 'description' => NULL,
  7529.                             ],
  7530.                             'dateFrom' => [
  7531.                                 'type' => 'String',
  7532.                                 'description' => NULL,
  7533.                             ],
  7534.                             'dateTo' => [
  7535.                                 'type' => 'String',
  7536.                                 'description' => NULL,
  7537.                             ],
  7538.                         ],
  7539.                         'interfaces' => [
  7540.                         ],
  7541.                         'name' => 'Offer',
  7542.                         'builders' => [
  7543.                         ],
  7544.                     ],
  7545.                 ],
  7546.                 'UserRole' => [
  7547.                     'type' => 'object',
  7548.                     'class_name' => 'UserRoleType',
  7549.                     'inherits' => [
  7550.                     ],
  7551.                     'decorator' => false,
  7552.                     'config' => [
  7553.                         'description' => NULL,
  7554.                         'fields' => [
  7555.                             'id' => [
  7556.                                 'type' => 'Int',
  7557.                                 'description' => NULL,
  7558.                             ],
  7559.                             'roleName' => [
  7560.                                 'type' => 'String',
  7561.                                 'description' => NULL,
  7562.                             ],
  7563.                         ],
  7564.                         'interfaces' => [
  7565.                         ],
  7566.                         'name' => 'UserRole',
  7567.                         'builders' => [
  7568.                         ],
  7569.                     ],
  7570.                 ],
  7571.                 'Video' => [
  7572.                     'type' => 'object',
  7573.                     'class_name' => 'VideoType',
  7574.                     'inherits' => [
  7575.                     ],
  7576.                     'decorator' => false,
  7577.                     'config' => [
  7578.                         'description' => NULL,
  7579.                         'fields' => [
  7580.                             'title' => [
  7581.                                 'type' => 'String',
  7582.                                 'description' => NULL,
  7583.                             ],
  7584.                             'author' => [
  7585.                                 'type' => 'String',
  7586.                                 'description' => NULL,
  7587.                             ],
  7588.                             'authorUrl' => [
  7589.                                 'type' => 'String',
  7590.                                 'description' => NULL,
  7591.                             ],
  7592.                             'thumbnailUrl' => [
  7593.                                 'type' => 'String',
  7594.                                 'description' => NULL,
  7595.                             ],
  7596.                             'thumbnailHeight' => [
  7597.                                 'type' => 'Int',
  7598.                                 'description' => NULL,
  7599.                             ],
  7600.                             'thumbnailWidth' => [
  7601.                                 'type' => 'Int',
  7602.                                 'description' => NULL,
  7603.                             ],
  7604.                             'src' => [
  7605.                                 'type' => 'String',
  7606.                                 'description' => NULL,
  7607.                             ],
  7608.                         ],
  7609.                         'interfaces' => [
  7610.                         ],
  7611.                         'name' => 'Video',
  7612.                         'builders' => [
  7613.                         ],
  7614.                     ],
  7615.                 ],
  7616.                 'ImageData' => [
  7617.                     'type' => 'object',
  7618.                     'class_name' => 'ImageDataType',
  7619.                     'inherits' => [
  7620.                     ],
  7621.                     'decorator' => false,
  7622.                     'config' => [
  7623.                         'description' => NULL,
  7624.                         'fields' => [
  7625.                             'url' => [
  7626.                                 'type' => 'String',
  7627.                                 'description' => NULL,
  7628.                             ],
  7629.                             'width' => [
  7630.                                 'type' => 'Int',
  7631.                                 'description' => NULL,
  7632.                             ],
  7633.                         ],
  7634.                         'interfaces' => [
  7635.                         ],
  7636.                         'name' => 'ImageData',
  7637.                         'builders' => [
  7638.                         ],
  7639.                     ],
  7640.                 ],
  7641.                 'TeachingIdea' => [
  7642.                     'type' => 'object',
  7643.                     'class_name' => 'TeachingIdeaType',
  7644.                     'inherits' => [
  7645.                     ],
  7646.                     'decorator' => false,
  7647.                     'config' => [
  7648.                         'description' => NULL,
  7649.                         'fields' => [
  7650.                             'type' => [
  7651.                                 'type' => 'TeachingIdeaType!',
  7652.                                 'description' => NULL,
  7653.                             ],
  7654.                             'implementedAt' => [
  7655.                                 'type' => 'String!',
  7656.                                 'description' => NULL,
  7657.                             ],
  7658.                             'difficulties' => [
  7659.                                 'type' => 'String!',
  7660.                                 'description' => NULL,
  7661.                             ],
  7662.                             'worksWell' => [
  7663.                                 'type' => 'String!',
  7664.                                 'description' => NULL,
  7665.                             ],
  7666.                             'note' => [
  7667.                                 'type' => 'String!',
  7668.                                 'description' => NULL,
  7669.                             ],
  7670.                             'rating' => [
  7671.                                 'type' => 'Int!',
  7672.                                 'description' => NULL,
  7673.                             ],
  7674.                             'status' => [
  7675.                                 'type' => 'Int!',
  7676.                                 'description' => NULL,
  7677.                             ],
  7678.                         ],
  7679.                         'interfaces' => [
  7680.                         ],
  7681.                         'name' => 'TeachingIdea',
  7682.                         'builders' => [
  7683.                         ],
  7684.                     ],
  7685.                 ],
  7686.                 'UserInfo' => [
  7687.                     'type' => 'object',
  7688.                     'class_name' => 'UserInfoType',
  7689.                     'inherits' => [
  7690.                     ],
  7691.                     'decorator' => false,
  7692.                     'config' => [
  7693.                         'description' => NULL,
  7694.                         'fields' => [
  7695.                             'id' => [
  7696.                                 'type' => 'Int',
  7697.                                 'description' => NULL,
  7698.                             ],
  7699.                             'title' => [
  7700.                                 'type' => '[Title!]',
  7701.                                 'description' => NULL,
  7702.                             ],
  7703.                             'email' => [
  7704.                                 'type' => 'String',
  7705.                                 'description' => NULL,
  7706.                             ],
  7707.                             'username' => [
  7708.                                 'type' => 'String',
  7709.                                 'description' => NULL,
  7710.                             ],
  7711.                             'firstname' => [
  7712.                                 'type' => 'String',
  7713.                                 'description' => NULL,
  7714.                             ],
  7715.                             'lastname' => [
  7716.                                 'type' => 'String',
  7717.                                 'description' => NULL,
  7718.                             ],
  7719.                             'roles' => [
  7720.                                 'type' => '[UserRole]',
  7721.                                 'description' => NULL,
  7722.                             ],
  7723.                             'avatar' => [
  7724.                                 'type' => 'Media',
  7725.                                 'description' => NULL,
  7726.                             ],
  7727.                         ],
  7728.                         'interfaces' => [
  7729.                         ],
  7730.                         'name' => 'UserInfo',
  7731.                         'builders' => [
  7732.                         ],
  7733.                     ],
  7734.                 ],
  7735.                 'QuestionAnswer' => [
  7736.                     'type' => 'object',
  7737.                     'class_name' => 'QuestionAnswerType',
  7738.                     'inherits' => [
  7739.                     ],
  7740.                     'decorator' => false,
  7741.                     'config' => [
  7742.                         'description' => NULL,
  7743.                         'fields' => [
  7744.                             'id' => [
  7745.                                 'type' => 'ID!',
  7746.                                 'description' => NULL,
  7747.                             ],
  7748.                             'questionID' => [
  7749.                                 'type' => 'Int',
  7750.                                 'description' => NULL,
  7751.                             ],
  7752.                             'text' => [
  7753.                                 'type' => 'String',
  7754.                                 'description' => NULL,
  7755.                             ],
  7756.                         ],
  7757.                         'interfaces' => [
  7758.                         ],
  7759.                         'name' => 'QuestionAnswer',
  7760.                         'builders' => [
  7761.                         ],
  7762.                     ],
  7763.                 ],
  7764.                 'StoryCardImagePosition' => [
  7765.                     'type' => 'enum',
  7766.                     'class_name' => 'StoryCardImagePositionType',
  7767.                     'inherits' => [
  7768.                     ],
  7769.                     'decorator' => false,
  7770.                     'config' => [
  7771.                         'description' => NULL,
  7772.                         'values' => [
  7773.                             'TOP' => [
  7774.                                 'description' => NULL,
  7775.                                 'value' => 'TOP',
  7776.                             ],
  7777.                             'CENTER' => [
  7778.                                 'description' => NULL,
  7779.                                 'value' => 'CENTER',
  7780.                             ],
  7781.                             'BOTTOM' => [
  7782.                                 'description' => NULL,
  7783.                                 'value' => 'BOTTOM',
  7784.                             ],
  7785.                         ],
  7786.                         'name' => 'StoryCardImagePosition',
  7787.                     ],
  7788.                 ],
  7789.                 'GameTimer' => [
  7790.                     'type' => 'object',
  7791.                     'class_name' => 'GameTimerType',
  7792.                     'inherits' => [
  7793.                     ],
  7794.                     'decorator' => false,
  7795.                     'config' => [
  7796.                         'description' => NULL,
  7797.                         'fields' => [
  7798.                             'status' => [
  7799.                                 'type' => 'Status!',
  7800.                                 'description' => NULL,
  7801.                             ],
  7802.                             'id' => [
  7803.                                 'type' => 'Int!',
  7804.                                 'description' => NULL,
  7805.                             ],
  7806.                             'schoolClassID' => [
  7807.                                 'type' => 'Int',
  7808.                                 'description' => NULL,
  7809.                             ],
  7810.                             'startAt' => [
  7811.                                 'type' => 'String',
  7812.                                 'description' => NULL,
  7813.                             ],
  7814.                             'endAt' => [
  7815.                                 'type' => 'String',
  7816.                                 'description' => NULL,
  7817.                             ],
  7818.                             'duration' => [
  7819.                                 'type' => 'Int',
  7820.                                 'description' => NULL,
  7821.                             ],
  7822.                             'createdAt' => [
  7823.                                 'type' => 'String',
  7824.                                 'description' => NULL,
  7825.                             ],
  7826.                         ],
  7827.                         'interfaces' => [
  7828.                         ],
  7829.                         'name' => 'GameTimer',
  7830.                         'builders' => [
  7831.                         ],
  7832.                     ],
  7833.                 ],
  7834.                 'TrophyItemType' => [
  7835.                     'type' => 'enum',
  7836.                     'class_name' => 'TrophyItemTypeType',
  7837.                     'inherits' => [
  7838.                     ],
  7839.                     'decorator' => false,
  7840.                     'config' => [
  7841.                         'description' => NULL,
  7842.                         'values' => [
  7843.                             'BOPARTNERPROFILE' => [
  7844.                                 'description' => NULL,
  7845.                                 'value' => 'BOPARTNERPROFILE',
  7846.                             ],
  7847.                             'CLICKTHEPIC' => [
  7848.                                 'description' => NULL,
  7849.                                 'value' => 'CLICKTHEPIC',
  7850.                             ],
  7851.                             'COMPANYPROFILE' => [
  7852.                                 'description' => NULL,
  7853.                                 'value' => 'COMPANYPROFILE',
  7854.                             ],
  7855.                             'JOB' => [
  7856.                                 'description' => NULL,
  7857.                                 'value' => 'JOB',
  7858.                             ],
  7859.                             'JOBPORTRAIT' => [
  7860.                                 'description' => NULL,
  7861.                                 'value' => 'JOBPORTRAIT',
  7862.                             ],
  7863.                             'PROVIDERQUIZ' => [
  7864.                                 'description' => NULL,
  7865.                                 'value' => 'PROVIDERQUIZ',
  7866.                             ],
  7867.                             'QUIZ' => [
  7868.                                 'description' => NULL,
  7869.                                 'value' => 'QUIZ',
  7870.                             ],
  7871.                             'SCHOOLPORTRAIT' => [
  7872.                                 'description' => NULL,
  7873.                                 'value' => 'SCHOOLPORTRAIT',
  7874.                             ],
  7875.                             'SCHOOLPROFILE' => [
  7876.                                 'description' => NULL,
  7877.                                 'value' => 'SCHOOLPROFILE',
  7878.                             ],
  7879.                             'TEACHINGIDEA' => [
  7880.                                 'description' => NULL,
  7881.                                 'value' => 'TEACHINGIDEA',
  7882.                             ],
  7883.                         ],
  7884.                         'name' => 'TrophyItemType',
  7885.                     ],
  7886.                 ],
  7887.                 'Profile' => [
  7888.                     'type' => 'object',
  7889.                     'class_name' => 'ProfileType',
  7890.                     'inherits' => [
  7891.                     ],
  7892.                     'decorator' => false,
  7893.                     'config' => [
  7894.                         'description' => NULL,
  7895.                         'fields' => [
  7896.                             'id' => [
  7897.                                 'type' => 'ID!',
  7898.                                 'description' => NULL,
  7899.                             ],
  7900.                             'uuid' => [
  7901.                                 'type' => 'String!',
  7902.                                 'description' => NULL,
  7903.                             ],
  7904.                             'name' => [
  7905.                                 'type' => 'String!',
  7906.                                 'description' => NULL,
  7907.                             ],
  7908.                             'searchTags' => [
  7909.                                 'type' => '[SearchTag!]',
  7910.                                 'description' => NULL,
  7911.                             ],
  7912.                             'address' => [
  7913.                                 'type' => '[Address!]',
  7914.                                 'description' => NULL,
  7915.                             ],
  7916.                             'jobs' => [
  7917.                                 'type' => '[Job!]',
  7918.                                 'description' => NULL,
  7919.                             ],
  7920.                             'picture' => [
  7921.                                 'type' => 'Image',
  7922.                                 'description' => NULL,
  7923.                             ],
  7924.                             'benefits' => [
  7925.                                 'type' => '[Benefit!]',
  7926.                                 'description' => NULL,
  7927.                             ],
  7928.                             'profileType' => [
  7929.                                 'type' => 'ProfileType!',
  7930.                                 'description' => NULL,
  7931.                             ],
  7932.                             'profileLink' => [
  7933.                                 'type' => 'ProfileLink',
  7934.                                 'description' => NULL,
  7935.                             ],
  7936.                             'hasStory' => [
  7937.                                 'type' => 'Boolean!',
  7938.                                 'description' => NULL,
  7939.                             ],
  7940.                             'providerUrl' => [
  7941.                                 'type' => 'String',
  7942.                                 'description' => NULL,
  7943.                             ],
  7944.                         ],
  7945.                         'interfaces' => [
  7946.                             => 'ProfileInterface',
  7947.                         ],
  7948.                         'name' => 'Profile',
  7949.                         'builders' => [
  7950.                         ],
  7951.                     ],
  7952.                 ],
  7953.                 'JobMarketResults' => [
  7954.                     'type' => 'object',
  7955.                     'class_name' => 'JobMarketResultsType',
  7956.                     'inherits' => [
  7957.                     ],
  7958.                     'decorator' => false,
  7959.                     'config' => [
  7960.                         'description' => NULL,
  7961.                         'fields' => [
  7962.                             'numResults' => [
  7963.                                 'type' => 'Int!',
  7964.                                 'description' => NULL,
  7965.                             ],
  7966.                             'entries' => [
  7967.                                 'type' => '[JobMarket!]',
  7968.                                 'description' => NULL,
  7969.                             ],
  7970.                         ],
  7971.                         'interfaces' => [
  7972.                         ],
  7973.                         'name' => 'JobMarketResults',
  7974.                         'builders' => [
  7975.                         ],
  7976.                     ],
  7977.                 ],
  7978.                 'ProfileInterface' => [
  7979.                     'type' => 'interface',
  7980.                     'class_name' => 'ProfileInterfaceType',
  7981.                     'inherits' => [
  7982.                     ],
  7983.                     'decorator' => false,
  7984.                     'config' => [
  7985.                         'description' => NULL,
  7986.                         'fields' => [
  7987.                             'id' => [
  7988.                                 'type' => 'ID!',
  7989.                                 'description' => NULL,
  7990.                             ],
  7991.                             'name' => [
  7992.                                 'type' => 'String!',
  7993.                                 'description' => NULL,
  7994.                             ],
  7995.                             'uuid' => [
  7996.                                 'type' => 'String!',
  7997.                                 'description' => NULL,
  7998.                             ],
  7999.                             'searchTags' => [
  8000.                                 'type' => '[SearchTag!]',
  8001.                                 'description' => NULL,
  8002.                             ],
  8003.                             'providerUrl' => [
  8004.                                 'type' => 'String',
  8005.                                 'description' => NULL,
  8006.                             ],
  8007.                         ],
  8008.                         'interfaces' => [
  8009.                         ],
  8010.                         'name' => 'ProfileInterface',
  8011.                     ],
  8012.                 ],
  8013.                 'SchoolLocation' => [
  8014.                     'type' => 'object',
  8015.                     'class_name' => 'SchoolLocationType',
  8016.                     'inherits' => [
  8017.                     ],
  8018.                     'decorator' => false,
  8019.                     'config' => [
  8020.                         'description' => NULL,
  8021.                         'fields' => [
  8022.                             'id' => [
  8023.                                 'type' => 'ID!',
  8024.                                 'description' => NULL,
  8025.                             ],
  8026.                             'name' => [
  8027.                                 'type' => 'String',
  8028.                                 'description' => NULL,
  8029.                             ],
  8030.                             'address' => [
  8031.                                 'type' => 'Address',
  8032.                                 'description' => NULL,
  8033.                             ],
  8034.                         ],
  8035.                         'interfaces' => [
  8036.                         ],
  8037.                         'name' => 'SchoolLocation',
  8038.                         'builders' => [
  8039.                         ],
  8040.                     ],
  8041.                 ],
  8042.                 'StoryGradient' => [
  8043.                     'type' => 'enum',
  8044.                     'class_name' => 'StoryGradientType',
  8045.                     'inherits' => [
  8046.                     ],
  8047.                     'decorator' => false,
  8048.                     'config' => [
  8049.                         'description' => NULL,
  8050.                         'values' => [
  8051.                             'OFF' => [
  8052.                                 'description' => NULL,
  8053.                                 'value' => 'OFF',
  8054.                             ],
  8055.                             'BLACK' => [
  8056.                                 'description' => NULL,
  8057.                                 'value' => 'BLACK',
  8058.                             ],
  8059.                             'WHITE' => [
  8060.                                 'description' => NULL,
  8061.                                 'value' => 'WHITE',
  8062.                             ],
  8063.                         ],
  8064.                         'name' => 'StoryGradient',
  8065.                     ],
  8066.                 ],
  8067.                 'InterestField' => [
  8068.                     'type' => 'object',
  8069.                     'class_name' => 'InterestFieldType',
  8070.                     'inherits' => [
  8071.                     ],
  8072.                     'decorator' => false,
  8073.                     'config' => [
  8074.                         'description' => NULL,
  8075.                         'fields' => [
  8076.                             'id' => [
  8077.                                 'type' => 'ID!',
  8078.                                 'description' => NULL,
  8079.                             ],
  8080.                             'interestName' => [
  8081.                                 'type' => 'String!',
  8082.                                 'description' => NULL,
  8083.                             ],
  8084.                             'subHeading' => [
  8085.                                 'type' => 'String!',
  8086.                                 'description' => NULL,
  8087.                             ],
  8088.                             'countJobs' => [
  8089.                                 'type' => 'Int',
  8090.                                 'description' => NULL,
  8091.                             ],
  8092.                             'countSchools' => [
  8093.                                 'type' => 'Int',
  8094.                                 'description' => NULL,
  8095.                             ],
  8096.                             'countProviders' => [
  8097.                                 'type' => 'Int',
  8098.                                 'description' => NULL,
  8099.                             ],
  8100.                         ],
  8101.                         'interfaces' => [
  8102.                         ],
  8103.                         'name' => 'InterestField',
  8104.                         'builders' => [
  8105.                         ],
  8106.                     ],
  8107.                 ],
  8108.                 'GameTrophy' => [
  8109.                     'type' => 'object',
  8110.                     'class_name' => 'GameTrophyType',
  8111.                     'inherits' => [
  8112.                     ],
  8113.                     'decorator' => false,
  8114.                     'config' => [
  8115.                         'description' => NULL,
  8116.                         'fields' => [
  8117.                             'id' => [
  8118.                                 'type' => 'ID!',
  8119.                                 'description' => NULL,
  8120.                             ],
  8121.                             'trophyName' => [
  8122.                                 'type' => 'String',
  8123.                                 'description' => NULL,
  8124.                             ],
  8125.                             'description' => [
  8126.                                 'type' => 'String',
  8127.                                 'description' => NULL,
  8128.                             ],
  8129.                             'trophyStatus' => [
  8130.                                 'type' => 'GameTrophyStatus!',
  8131.                                 'description' => NULL,
  8132.                             ],
  8133.                         ],
  8134.                         'interfaces' => [
  8135.                         ],
  8136.                         'name' => 'GameTrophy',
  8137.                         'builders' => [
  8138.                         ],
  8139.                     ],
  8140.                 ],
  8141.                 'CompanyProfile' => [
  8142.                     'type' => 'object',
  8143.                     'class_name' => 'CompanyProfileType',
  8144.                     'inherits' => [
  8145.                     ],
  8146.                     'decorator' => false,
  8147.                     'config' => [
  8148.                         'description' => NULL,
  8149.                         'fields' => [
  8150.                             'id' => [
  8151.                                 'type' => 'ID!',
  8152.                                 'description' => NULL,
  8153.                             ],
  8154.                             'uuid' => [
  8155.                                 'type' => 'String!',
  8156.                                 'description' => NULL,
  8157.                             ],
  8158.                             'name' => [
  8159.                                 'type' => 'String!',
  8160.                                 'description' => NULL,
  8161.                             ],
  8162.                             'description' => [
  8163.                                 'type' => 'String',
  8164.                                 'description' => NULL,
  8165.                             ],
  8166.                             'searchTags' => [
  8167.                                 'type' => '[SearchTag!]',
  8168.                                 'description' => NULL,
  8169.                             ],
  8170.                             'locations' => [
  8171.                                 'type' => '[CompanyLocation!]',
  8172.                                 'description' => NULL,
  8173.                             ],
  8174.                             'jobs' => [
  8175.                                 'type' => '[Job!]',
  8176.                                 'description' => NULL,
  8177.                             ],
  8178.                             'communication' => [
  8179.                                 'type' => '[Communication!]',
  8180.                                 'description' => NULL,
  8181.                             ],
  8182.                             'url' => [
  8183.                                 'type' => 'String',
  8184.                                 'description' => NULL,
  8185.                             ],
  8186.                             'contactGallery' => [
  8187.                                 'type' => 'ContactGallery',
  8188.                                 'description' => NULL,
  8189.                             ],
  8190.                             'mediaGallery' => [
  8191.                                 'type' => 'Gallery',
  8192.                                 'description' => NULL,
  8193.                             ],
  8194.                             'documents' => [
  8195.                                 'type' => 'Gallery',
  8196.                                 'description' => NULL,
  8197.                             ],
  8198.                             'founded' => [
  8199.                                 'type' => 'Int',
  8200.                                 'description' => NULL,
  8201.                             ],
  8202.                             'companySize' => [
  8203.                                 'type' => 'CompanySize',
  8204.                                 'description' => NULL,
  8205.                             ],
  8206.                             'companyBenefits' => [
  8207.                                 'type' => '[CompanyBenefit!]',
  8208.                                 'description' => NULL,
  8209.                             ],
  8210.                             'certificates' => [
  8211.                                 'type' => '[CompanyCertificate!]',
  8212.                                 'description' => NULL,
  8213.                             ],
  8214.                             'trainingInformation' => [
  8215.                                 'type' => 'String',
  8216.                                 'description' => NULL,
  8217.                             ],
  8218.                             'companyProfilePicture' => [
  8219.                                 'type' => 'Image',
  8220.                                 'description' => NULL,
  8221.                             ],
  8222.                             'headerPicture' => [
  8223.                                 'type' => 'Image',
  8224.                                 'description' => NULL,
  8225.                             ],
  8226.                             'profileLink' => [
  8227.                                 'type' => 'ProfileLink',
  8228.                                 'description' => NULL,
  8229.                             ],
  8230.                             'offers' => [
  8231.                                 'type' => '[Offer!]',
  8232.                                 'description' => NULL,
  8233.                             ],
  8234.                             'relatedCompanies' => [
  8235.                                 'type' => '[CompanyProfile!]',
  8236.                                 'description' => NULL,
  8237.                             ],
  8238.                             'jobMarkets' => [
  8239.                                 'type' => '[JobMarket!]',
  8240.                                 'description' => NULL,
  8241.                             ],
  8242.                             'quizUrl' => [
  8243.                                 'type' => 'String',
  8244.                                 'description' => NULL,
  8245.                             ],
  8246.                             'visits' => [
  8247.                                 'type' => 'Int',
  8248.                                 'description' => NULL,
  8249.                             ],
  8250.                             'providerUrl' => [
  8251.                                 'type' => 'String',
  8252.                                 'description' => NULL,
  8253.                             ],
  8254.                         ],
  8255.                         'interfaces' => [
  8256.                             => 'ProfileInterface',
  8257.                         ],
  8258.                         'name' => 'CompanyProfile',
  8259.                         'builders' => [
  8260.                         ],
  8261.                     ],
  8262.                 ],
  8263.                 'UserSetting' => [
  8264.                     'type' => 'object',
  8265.                     'class_name' => 'UserSettingType',
  8266.                     'inherits' => [
  8267.                     ],
  8268.                     'decorator' => false,
  8269.                     'config' => [
  8270.                         'description' => NULL,
  8271.                         'fields' => [
  8272.                             'status' => [
  8273.                                 'type' => 'Status!',
  8274.                                 'description' => NULL,
  8275.                             ],
  8276.                             'selectedUserRole' => [
  8277.                                 'type' => 'String!',
  8278.                                 'description' => NULL,
  8279.                             ],
  8280.                             'userRoles' => [
  8281.                                 'type' => '[String!]',
  8282.                                 'description' => NULL,
  8283.                             ],
  8284.                             'changedAt' => [
  8285.                                 'type' => 'String!',
  8286.                                 'description' => NULL,
  8287.                             ],
  8288.                             'createdAt' => [
  8289.                                 'type' => 'String!',
  8290.                                 'description' => NULL,
  8291.                             ],
  8292.                         ],
  8293.                         'interfaces' => [
  8294.                         ],
  8295.                         'name' => 'UserSetting',
  8296.                         'builders' => [
  8297.                         ],
  8298.                     ],
  8299.                 ],
  8300.                 'CompanyLocation' => [
  8301.                     'type' => 'object',
  8302.                     'class_name' => 'CompanyLocationType',
  8303.                     'inherits' => [
  8304.                     ],
  8305.                     'decorator' => false,
  8306.                     'config' => [
  8307.                         'description' => NULL,
  8308.                         'fields' => [
  8309.                             'id' => [
  8310.                                 'type' => 'ID!',
  8311.                                 'description' => NULL,
  8312.                             ],
  8313.                             'name' => [
  8314.                                 'type' => 'String',
  8315.                                 'description' => NULL,
  8316.                             ],
  8317.                             'address' => [
  8318.                                 'type' => 'Address',
  8319.                                 'description' => NULL,
  8320.                             ],
  8321.                         ],
  8322.                         'interfaces' => [
  8323.                         ],
  8324.                         'name' => 'CompanyLocation',
  8325.                         'builders' => [
  8326.                         ],
  8327.                     ],
  8328.                 ],
  8329.                 'JobRequirement' => [
  8330.                     'type' => 'object',
  8331.                     'class_name' => 'JobRequirementType',
  8332.                     'inherits' => [
  8333.                     ],
  8334.                     'decorator' => false,
  8335.                     'config' => [
  8336.                         'description' => NULL,
  8337.                         'fields' => [
  8338.                             'id' => [
  8339.                                 'type' => 'ID!',
  8340.                                 'description' => NULL,
  8341.                             ],
  8342.                             'bicID' => [
  8343.                                 'type' => 'Int',
  8344.                                 'description' => NULL,
  8345.                             ],
  8346.                             'requirementName' => [
  8347.                                 'type' => 'String!',
  8348.                                 'description' => NULL,
  8349.                             ],
  8350.                             'description' => [
  8351.                                 'type' => 'String',
  8352.                                 'description' => NULL,
  8353.                             ],
  8354.                         ],
  8355.                         'interfaces' => [
  8356.                         ],
  8357.                         'name' => 'JobRequirement',
  8358.                         'builders' => [
  8359.                         ],
  8360.                     ],
  8361.                 ],
  8362.                 'JobMarketSubmitType' => [
  8363.                     'type' => 'enum',
  8364.                     'class_name' => 'JobMarketSubmitTypeType',
  8365.                     'inherits' => [
  8366.                     ],
  8367.                     'decorator' => false,
  8368.                     'config' => [
  8369.                         'description' => NULL,
  8370.                         'values' => [
  8371.                             'NORMAL' => [
  8372.                                 'description' => NULL,
  8373.                                 'value' => 'NORMAL',
  8374.                             ],
  8375.                             'EXISTING' => [
  8376.                                 'description' => NULL,
  8377.                                 'value' => 'EXISTING',
  8378.                             ],
  8379.                         ],
  8380.                         'name' => 'JobMarketSubmitType',
  8381.                     ],
  8382.                 ],
  8383.                 'Title' => [
  8384.                     'type' => 'object',
  8385.                     'class_name' => 'TitleType',
  8386.                     'inherits' => [
  8387.                     ],
  8388.                     'decorator' => false,
  8389.                     'config' => [
  8390.                         'description' => NULL,
  8391.                         'fields' => [
  8392.                             'id' => [
  8393.                                 'type' => 'Int!',
  8394.                                 'description' => NULL,
  8395.                             ],
  8396.                             'shortName' => [
  8397.                                 'type' => 'String!',
  8398.                                 'description' => NULL,
  8399.                             ],
  8400.                             'description' => [
  8401.                                 'type' => 'String!',
  8402.                                 'description' => NULL,
  8403.                             ],
  8404.                         ],
  8405.                         'interfaces' => [
  8406.                         ],
  8407.                         'name' => 'Title',
  8408.                         'builders' => [
  8409.                         ],
  8410.                     ],
  8411.                 ],
  8412.                 'StoryCardLayout' => [
  8413.                     'type' => 'enum',
  8414.                     'class_name' => 'StoryCardLayoutType',
  8415.                     'inherits' => [
  8416.                     ],
  8417.                     'decorator' => false,
  8418.                     'config' => [
  8419.                         'description' => NULL,
  8420.                         'values' => [
  8421.                             'COVER' => [
  8422.                                 'description' => NULL,
  8423.                                 'value' => 'COVER',
  8424.                             ],
  8425.                             'VIDEO' => [
  8426.                                 'description' => NULL,
  8427.                                 'value' => 'VIDEO',
  8428.                             ],
  8429.                             'ANIMATION' => [
  8430.                                 'description' => NULL,
  8431.                                 'value' => 'ANIMATION',
  8432.                             ],
  8433.                             'CONTENT' => [
  8434.                                 'description' => NULL,
  8435.                                 'value' => 'CONTENT',
  8436.                             ],
  8437.                             'HIGHLIGHT' => [
  8438.                                 'description' => NULL,
  8439.                                 'value' => 'HIGHLIGHT',
  8440.                             ],
  8441.                             'QUIZ' => [
  8442.                                 'description' => NULL,
  8443.                                 'value' => 'QUIZ',
  8444.                             ],
  8445.                         ],
  8446.                         'name' => 'StoryCardLayout',
  8447.                     ],
  8448.                 ],
  8449.                 'ProfileType' => [
  8450.                     'type' => 'object',
  8451.                     'class_name' => 'ProfileTypeType',
  8452.                     'inherits' => [
  8453.                     ],
  8454.                     'decorator' => false,
  8455.                     'config' => [
  8456.                         'description' => NULL,
  8457.                         'fields' => [
  8458.                             'id' => [
  8459.                                 'type' => 'ID!',
  8460.                                 'description' => NULL,
  8461.                             ],
  8462.                             'name' => [
  8463.                                 'type' => 'String!',
  8464.                                 'description' => NULL,
  8465.                             ],
  8466.                             'shortName' => [
  8467.                                 'type' => 'String!',
  8468.                                 'description' => NULL,
  8469.                             ],
  8470.                             'position' => [
  8471.                                 'type' => 'Int!',
  8472.                                 'description' => NULL,
  8473.                             ],
  8474.                         ],
  8475.                         'interfaces' => [
  8476.                         ],
  8477.                         'name' => 'ProfileType',
  8478.                         'builders' => [
  8479.                         ],
  8480.                     ],
  8481.                 ],
  8482.                 'CommonResult' => [
  8483.                     'type' => 'object',
  8484.                     'class_name' => 'CommonResultType',
  8485.                     'inherits' => [
  8486.                     ],
  8487.                     'decorator' => false,
  8488.                     'config' => [
  8489.                         'description' => NULL,
  8490.                         'fields' => [
  8491.                             'status' => [
  8492.                                 'type' => 'Status!',
  8493.                                 'description' => NULL,
  8494.                             ],
  8495.                             'intValue' => [
  8496.                                 'type' => 'Int',
  8497.                                 'description' => NULL,
  8498.                             ],
  8499.                             'stringValue' => [
  8500.                                 'type' => 'String',
  8501.                                 'description' => NULL,
  8502.                             ],
  8503.                         ],
  8504.                         'interfaces' => [
  8505.                         ],
  8506.                         'name' => 'CommonResult',
  8507.                         'builders' => [
  8508.                         ],
  8509.                     ],
  8510.                 ],
  8511.                 'ProfileLinkEntry' => [
  8512.                     'type' => 'object',
  8513.                     'class_name' => 'ProfileLinkEntryType',
  8514.                     'inherits' => [
  8515.                     ],
  8516.                     'decorator' => false,
  8517.                     'config' => [
  8518.                         'description' => NULL,
  8519.                         'fields' => [
  8520.                             'id' => [
  8521.                                 'type' => 'Int!',
  8522.                                 'description' => NULL,
  8523.                             ],
  8524.                             'linkType' => [
  8525.                                 'type' => 'ProfileLinkType!',
  8526.                                 'description' => NULL,
  8527.                             ],
  8528.                             'linkValue' => [
  8529.                                 'type' => 'String!',
  8530.                                 'description' => NULL,
  8531.                             ],
  8532.                         ],
  8533.                         'interfaces' => [
  8534.                         ],
  8535.                         'name' => 'ProfileLinkEntry',
  8536.                         'builders' => [
  8537.                         ],
  8538.                     ],
  8539.                 ],
  8540.                 'InfoSectionSubCategory' => [
  8541.                     'type' => 'object',
  8542.                     'class_name' => 'InfoSectionSubCategoryType',
  8543.                     'inherits' => [
  8544.                     ],
  8545.                     'decorator' => false,
  8546.                     'config' => [
  8547.                         'description' => NULL,
  8548.                         'fields' => [
  8549.                             'id' => [
  8550.                                 'type' => 'ID!',
  8551.                                 'description' => NULL,
  8552.                             ],
  8553.                             'heading' => [
  8554.                                 'type' => 'String!',
  8555.                                 'description' => NULL,
  8556.                             ],
  8557.                             'description' => [
  8558.                                 'type' => 'String',
  8559.                                 'description' => NULL,
  8560.                             ],
  8561.                             'position' => [
  8562.                                 'type' => 'Int',
  8563.                                 'description' => NULL,
  8564.                             ],
  8565.                             'urlText' => [
  8566.                                 'type' => 'String',
  8567.                                 'description' => NULL,
  8568.                             ],
  8569.                             'entries' => [
  8570.                                 'type' => '[InfoSectionEntry!]',
  8571.                                 'description' => NULL,
  8572.                             ],
  8573.                         ],
  8574.                         'interfaces' => [
  8575.                         ],
  8576.                         'name' => 'InfoSectionSubCategory',
  8577.                         'builders' => [
  8578.                         ],
  8579.                     ],
  8580.                 ],
  8581.                 'StoryUser' => [
  8582.                     'type' => 'object',
  8583.                     'class_name' => 'StoryUserType',
  8584.                     'inherits' => [
  8585.                     ],
  8586.                     'decorator' => false,
  8587.                     'config' => [
  8588.                         'description' => NULL,
  8589.                         'fields' => [
  8590.                             'avatar' => [
  8591.                                 'type' => 'Image',
  8592.                                 'description' => NULL,
  8593.                             ],
  8594.                             'position' => [
  8595.                                 'type' => 'String',
  8596.                                 'description' => NULL,
  8597.                             ],
  8598.                         ],
  8599.                         'interfaces' => [
  8600.                         ],
  8601.                         'name' => 'StoryUser',
  8602.                         'builders' => [
  8603.                         ],
  8604.                     ],
  8605.                 ],
  8606.                 'JobScholasticDuration' => [
  8607.                     'type' => 'object',
  8608.                     'class_name' => 'JobScholasticDurationType',
  8609.                     'inherits' => [
  8610.                     ],
  8611.                     'decorator' => false,
  8612.                     'config' => [
  8613.                         'description' => NULL,
  8614.                         'fields' => [
  8615.                             'id' => [
  8616.                                 'type' => 'ID!',
  8617.                                 'description' => NULL,
  8618.                             ],
  8619.                             'durationName' => [
  8620.                                 'type' => 'String',
  8621.                                 'description' => NULL,
  8622.                             ],
  8623.                             'position' => [
  8624.                                 'type' => 'Int',
  8625.                                 'description' => NULL,
  8626.                             ],
  8627.                         ],
  8628.                         'interfaces' => [
  8629.                         ],
  8630.                         'name' => 'JobScholasticDuration',
  8631.                         'builders' => [
  8632.                         ],
  8633.                     ],
  8634.                 ],
  8635.                 'GameCategory' => [
  8636.                     'type' => 'object',
  8637.                     'class_name' => 'GameCategoryType',
  8638.                     'inherits' => [
  8639.                     ],
  8640.                     'decorator' => false,
  8641.                     'config' => [
  8642.                         'description' => NULL,
  8643.                         'fields' => [
  8644.                             'id' => [
  8645.                                 'type' => 'ID!',
  8646.                                 'description' => NULL,
  8647.                             ],
  8648.                             'name' => [
  8649.                                 'type' => 'String!',
  8650.                                 'description' => NULL,
  8651.                             ],
  8652.                             'isActive' => [
  8653.                                 'type' => 'Boolean!',
  8654.                                 'description' => NULL,
  8655.                             ],
  8656.                             'isSelected' => [
  8657.                                 'type' => 'Boolean!',
  8658.                                 'description' => NULL,
  8659.                             ],
  8660.                             'progress' => [
  8661.                                 'type' => '[GameCategoryProgress!]',
  8662.                                 'description' => NULL,
  8663.                             ],
  8664.                         ],
  8665.                         'interfaces' => [
  8666.                         ],
  8667.                         'name' => 'GameCategory',
  8668.                         'builders' => [
  8669.                         ],
  8670.                     ],
  8671.                 ],
  8672.                 'Appointment' => [
  8673.                     'type' => 'object',
  8674.                     'class_name' => 'AppointmentType',
  8675.                     'inherits' => [
  8676.                     ],
  8677.                     'decorator' => false,
  8678.                     'config' => [
  8679.                         'description' => NULL,
  8680.                         'fields' => [
  8681.                             'id' => [
  8682.                                 'type' => 'ID!',
  8683.                                 'description' => NULL,
  8684.                             ],
  8685.                             'startTime' => [
  8686.                                 'type' => 'String',
  8687.                                 'description' => NULL,
  8688.                             ],
  8689.                             'endTime' => [
  8690.                                 'type' => 'String',
  8691.                                 'description' => NULL,
  8692.                             ],
  8693.                             'startDate' => [
  8694.                                 'type' => 'String',
  8695.                                 'description' => NULL,
  8696.                             ],
  8697.                             'endDate' => [
  8698.                                 'type' => 'String',
  8699.                                 'description' => NULL,
  8700.                             ],
  8701.                             'note' => [
  8702.                                 'type' => 'AppointmentNote',
  8703.                                 'description' => NULL,
  8704.                             ],
  8705.                             'bookableUntil' => [
  8706.                                 'type' => 'String',
  8707.                                 'description' => NULL,
  8708.                             ],
  8709.                             'maxParticipantes' => [
  8710.                                 'type' => 'Int',
  8711.                                 'description' => NULL,
  8712.                             ],
  8713.                             'appointmentType' => [
  8714.                                 'type' => 'AppointmentType',
  8715.                                 'description' => NULL,
  8716.                             ],
  8717.                             'appointmentState' => [
  8718.                                 'type' => 'AppointmentState',
  8719.                                 'description' => NULL,
  8720.                             ],
  8721.                             'bookingLink' => [
  8722.                                 'type' => 'String',
  8723.                                 'description' => NULL,
  8724.                             ],
  8725.                         ],
  8726.                         'interfaces' => [
  8727.                         ],
  8728.                         'name' => 'Appointment',
  8729.                         'builders' => [
  8730.                         ],
  8731.                     ],
  8732.                 ],
  8733.                 'JobMarketDistrict' => [
  8734.                     'type' => 'object',
  8735.                     'class_name' => 'JobMarketDistrictType',
  8736.                     'inherits' => [
  8737.                     ],
  8738.                     'decorator' => false,
  8739.                     'config' => [
  8740.                         'description' => NULL,
  8741.                         'fields' => [
  8742.                             'districtID' => [
  8743.                                 'type' => 'Int',
  8744.                                 'description' => NULL,
  8745.                             ],
  8746.                             'districtName' => [
  8747.                                 'type' => 'String',
  8748.                                 'description' => NULL,
  8749.                             ],
  8750.                             'trainingCompanies' => [
  8751.                                 'type' => '[CompanyProfileSimple!]',
  8752.                                 'description' => NULL,
  8753.                             ],
  8754.                             'jobMarketEntries' => [
  8755.                                 'type' => '[CompanyProfileSimple!]',
  8756.                                 'description' => NULL,
  8757.                             ],
  8758.                         ],
  8759.                         'interfaces' => [
  8760.                         ],
  8761.                         'name' => 'JobMarketDistrict',
  8762.                         'builders' => [
  8763.                         ],
  8764.                     ],
  8765.                 ],
  8766.                 'FaqQuestion' => [
  8767.                     'type' => 'object',
  8768.                     'class_name' => 'FaqQuestionType',
  8769.                     'inherits' => [
  8770.                     ],
  8771.                     'decorator' => false,
  8772.                     'config' => [
  8773.                         'description' => NULL,
  8774.                         'fields' => [
  8775.                             'question' => [
  8776.                                 'type' => 'String!',
  8777.                                 'description' => NULL,
  8778.                             ],
  8779.                             'answer' => [
  8780.                                 'type' => 'String!',
  8781.                                 'description' => NULL,
  8782.                             ],
  8783.                             'position' => [
  8784.                                 'type' => 'Int',
  8785.                                 'description' => NULL,
  8786.                             ],
  8787.                         ],
  8788.                         'interfaces' => [
  8789.                         ],
  8790.                         'name' => 'FaqQuestion',
  8791.                         'builders' => [
  8792.                         ],
  8793.                     ],
  8794.                 ],
  8795.                 'KeyValue' => [
  8796.                     'type' => 'object',
  8797.                     'class_name' => 'KeyValueType',
  8798.                     'inherits' => [
  8799.                     ],
  8800.                     'decorator' => false,
  8801.                     'config' => [
  8802.                         'description' => NULL,
  8803.                         'fields' => [
  8804.                             'key' => [
  8805.                                 'type' => 'String!',
  8806.                                 'description' => NULL,
  8807.                             ],
  8808.                             'value' => [
  8809.                                 'type' => 'String',
  8810.                                 'description' => NULL,
  8811.                             ],
  8812.                         ],
  8813.                         'interfaces' => [
  8814.                         ],
  8815.                         'name' => 'KeyValue',
  8816.                         'builders' => [
  8817.                         ],
  8818.                     ],
  8819.                 ],
  8820.                 'FaqSubCategory' => [
  8821.                     'type' => 'object',
  8822.                     'class_name' => 'FaqSubCategoryType',
  8823.                     'inherits' => [
  8824.                     ],
  8825.                     'decorator' => false,
  8826.                     'config' => [
  8827.                         'description' => NULL,
  8828.                         'fields' => [
  8829.                             'subCategoryName' => [
  8830.                                 'type' => 'String!',
  8831.                                 'description' => NULL,
  8832.                             ],
  8833.                             'position' => [
  8834.                                 'type' => 'Int!',
  8835.                                 'description' => NULL,
  8836.                             ],
  8837.                             'questions' => [
  8838.                                 'type' => '[FaqQuestion!]',
  8839.                                 'description' => NULL,
  8840.                             ],
  8841.                         ],
  8842.                         'interfaces' => [
  8843.                         ],
  8844.                         'name' => 'FaqSubCategory',
  8845.                         'builders' => [
  8846.                         ],
  8847.                     ],
  8848.                 ],
  8849.                 'CompanyContact' => [
  8850.                     'type' => 'object',
  8851.                     'class_name' => 'CompanyContactType',
  8852.                     'inherits' => [
  8853.                     ],
  8854.                     'decorator' => false,
  8855.                     'config' => [
  8856.                         'description' => NULL,
  8857.                         'fields' => [
  8858.                             'id' => [
  8859.                                 'type' => 'ID!',
  8860.                                 'description' => NULL,
  8861.                             ],
  8862.                             'employeePosition' => [
  8863.                                 'type' => 'String!',
  8864.                                 'description' => NULL,
  8865.                             ],
  8866.                             'communication' => [
  8867.                                 'type' => 'Communication!',
  8868.                                 'description' => NULL,
  8869.                             ],
  8870.                         ],
  8871.                         'interfaces' => [
  8872.                         ],
  8873.                         'name' => 'CompanyContact',
  8874.                         'builders' => [
  8875.                         ],
  8876.                     ],
  8877.                 ],
  8878.                 'GameTimerModifyType' => [
  8879.                     'type' => 'enum',
  8880.                     'class_name' => 'GameTimerModifyTypeType',
  8881.                     'inherits' => [
  8882.                     ],
  8883.                     'decorator' => false,
  8884.                     'config' => [
  8885.                         'description' => NULL,
  8886.                         'values' => [
  8887.                             'END' => [
  8888.                                 'description' => NULL,
  8889.                                 'value' => 'END',
  8890.                             ],
  8891.                             'EXTEND' => [
  8892.                                 'description' => NULL,
  8893.                                 'value' => 'EXTEND',
  8894.                             ],
  8895.                             'PAUSE' => [
  8896.                                 'description' => NULL,
  8897.                                 'value' => 'PAUSE',
  8898.                             ],
  8899.                             'RESUME' => [
  8900.                                 'description' => NULL,
  8901.                                 'value' => 'RESUME',
  8902.                             ],
  8903.                         ],
  8904.                         'name' => 'GameTimerModifyType',
  8905.                     ],
  8906.                 ],
  8907.                 'GameType' => [
  8908.                     'type' => 'enum',
  8909.                     'class_name' => 'GameTypeType',
  8910.                     'inherits' => [
  8911.                     ],
  8912.                     'decorator' => false,
  8913.                     'config' => [
  8914.                         'description' => NULL,
  8915.                         'values' => [
  8916.                             'NOTSET' => [
  8917.                                 'description' => NULL,
  8918.                                 'value' => 'NOTSET',
  8919.                             ],
  8920.                             'QUIZ' => [
  8921.                                 'description' => NULL,
  8922.                                 'value' => 'QUIZ',
  8923.                             ],
  8924.                             'CLICKTHEPIC' => [
  8925.                                 'description' => NULL,
  8926.                                 'value' => 'CLICKTHEPIC',
  8927.                             ],
  8928.                         ],
  8929.                         'name' => 'GameType',
  8930.                     ],
  8931.                 ],
  8932.                 'Status' => [
  8933.                     'type' => 'object',
  8934.                     'class_name' => 'StatusType',
  8935.                     'inherits' => [
  8936.                     ],
  8937.                     'decorator' => false,
  8938.                     'config' => [
  8939.                         'description' => NULL,
  8940.                         'fields' => [
  8941.                             'type' => [
  8942.                                 'type' => 'StatusType!',
  8943.                                 'description' => NULL,
  8944.                             ],
  8945.                             'message' => [
  8946.                                 'type' => 'String',
  8947.                                 'description' => NULL,
  8948.                             ],
  8949.                         ],
  8950.                         'interfaces' => [
  8951.                         ],
  8952.                         'name' => 'Status',
  8953.                         'builders' => [
  8954.                         ],
  8955.                     ],
  8956.                 ],
  8957.                 'BoPartnerLocation' => [
  8958.                     'type' => 'object',
  8959.                     'class_name' => 'BoPartnerLocationType',
  8960.                     'inherits' => [
  8961.                     ],
  8962.                     'decorator' => false,
  8963.                     'config' => [
  8964.                         'description' => NULL,
  8965.                         'fields' => [
  8966.                             'id' => [
  8967.                                 'type' => 'ID!',
  8968.                                 'description' => NULL,
  8969.                             ],
  8970.                             'name' => [
  8971.                                 'type' => 'String',
  8972.                                 'description' => NULL,
  8973.                             ],
  8974.                             'address' => [
  8975.                                 'type' => 'Address',
  8976.                                 'description' => NULL,
  8977.                             ],
  8978.                         ],
  8979.                         'interfaces' => [
  8980.                         ],
  8981.                         'name' => 'BoPartnerLocation',
  8982.                         'builders' => [
  8983.                         ],
  8984.                     ],
  8985.                 ],
  8986.                 'SchoolClass' => [
  8987.                     'type' => 'object',
  8988.                     'class_name' => 'SchoolClassType',
  8989.                     'inherits' => [
  8990.                     ],
  8991.                     'decorator' => false,
  8992.                     'config' => [
  8993.                         'description' => NULL,
  8994.                         'fields' => [
  8995.                             'id' => [
  8996.                                 'type' => 'Int!',
  8997.                                 'description' => NULL,
  8998.                             ],
  8999.                             'name' => [
  9000.                                 'type' => 'String!',
  9001.                                 'description' => NULL,
  9002.                             ],
  9003.                             'classNumber' => [
  9004.                                 'type' => 'String!',
  9005.                                 'description' => NULL,
  9006.                             ],
  9007.                             'classAddition' => [
  9008.                                 'type' => 'String!',
  9009.                                 'description' => NULL,
  9010.                             ],
  9011.                             'numberStudents' => [
  9012.                                 'type' => 'Int',
  9013.                                 'description' => NULL,
  9014.                             ],
  9015.                             'schoolClassYear' => [
  9016.                                 'type' => 'SchoolClassYear',
  9017.                                 'description' => NULL,
  9018.                             ],
  9019.                             'grade' => [
  9020.                                 'type' => 'SchoolClassGrade',
  9021.                                 'description' => NULL,
  9022.                             ],
  9023.                             'classCode' => [
  9024.                                 'type' => 'String',
  9025.                                 'description' => NULL,
  9026.                             ],
  9027.                             'school' => [
  9028.                                 'type' => 'School',
  9029.                                 'description' => NULL,
  9030.                             ],
  9031.                             'teachers' => [
  9032.                                 'type' => '[Teacher!]',
  9033.                                 'description' => NULL,
  9034.                             ],
  9035.                             'schoolClassRankMin' => [
  9036.                                 'type' => 'SchoolClassRankMin',
  9037.                                 'description' => NULL,
  9038.                             ],
  9039.                             'trophyStats' => [
  9040.                                 'type' => 'TrophyStats',
  9041.                                 'description' => NULL,
  9042.                             ],
  9043.                             'milestoneStats' => [
  9044.                                 'type' => 'MilestoneStats',
  9045.                                 'description' => NULL,
  9046.                             ],
  9047.                             'createdAt' => [
  9048.                                 'type' => 'String',
  9049.                                 'description' => NULL,
  9050.                             ],
  9051.                         ],
  9052.                         'interfaces' => [
  9053.                         ],
  9054.                         'name' => 'SchoolClass',
  9055.                         'builders' => [
  9056.                         ],
  9057.                     ],
  9058.                 ],
  9059.                 'Stories' => [
  9060.                     'type' => 'object',
  9061.                     'class_name' => 'StoriesType',
  9062.                     'inherits' => [
  9063.                     ],
  9064.                     'decorator' => false,
  9065.                     'config' => [
  9066.                         'description' => NULL,
  9067.                         'fields' => [
  9068.                             'entries' => [
  9069.                                 'type' => '[Story!]',
  9070.                                 'description' => NULL,
  9071.                             ],
  9072.                         ],
  9073.                         'interfaces' => [
  9074.                         ],
  9075.                         'name' => 'Stories',
  9076.                         'builders' => [
  9077.                         ],
  9078.                     ],
  9079.                 ],
  9080.                 'CompanySize' => [
  9081.                     'type' => 'object',
  9082.                     'class_name' => 'CompanySizeType',
  9083.                     'inherits' => [
  9084.                     ],
  9085.                     'decorator' => false,
  9086.                     'config' => [
  9087.                         'description' => NULL,
  9088.                         'fields' => [
  9089.                             'id' => [
  9090.                                 'type' => 'ID!',
  9091.                                 'description' => NULL,
  9092.                             ],
  9093.                             'name' => [
  9094.                                 'type' => 'String!',
  9095.                                 'description' => NULL,
  9096.                             ],
  9097.                             'text' => [
  9098.                                 'type' => 'String!',
  9099.                                 'description' => NULL,
  9100.                             ],
  9101.                         ],
  9102.                         'interfaces' => [
  9103.                         ],
  9104.                         'name' => 'CompanySize',
  9105.                         'builders' => [
  9106.                         ],
  9107.                     ],
  9108.                 ],
  9109.                 'HomeContent' => [
  9110.                     'type' => 'object',
  9111.                     'class_name' => 'HomeContentType',
  9112.                     'inherits' => [
  9113.                     ],
  9114.                     'decorator' => false,
  9115.                     'config' => [
  9116.                         'description' => NULL,
  9117.                         'fields' => [
  9118.                             'featuredCompanies' => [
  9119.                                 'type' => '[CompanyProfile!]',
  9120.                                 'description' => NULL,
  9121.                             ],
  9122.                             'featuredStories' => [
  9123.                                 'type' => '[Story!]',
  9124.                                 'description' => NULL,
  9125.                             ],
  9126.                             'helpfulLinks' => [
  9127.                                 'type' => '[ExternalLink!]',
  9128.                                 'description' => NULL,
  9129.                             ],
  9130.                         ],
  9131.                         'interfaces' => [
  9132.                         ],
  9133.                         'name' => 'HomeContent',
  9134.                         'builders' => [
  9135.                         ],
  9136.                     ],
  9137.                 ],
  9138.                 'ProfileUpdateResponse' => [
  9139.                     'type' => 'object',
  9140.                     'class_name' => 'ProfileUpdateResponseType',
  9141.                     'inherits' => [
  9142.                     ],
  9143.                     'decorator' => false,
  9144.                     'config' => [
  9145.                         'description' => NULL,
  9146.                         'fields' => [
  9147.                             'status' => [
  9148.                                 'type' => 'Status!',
  9149.                                 'description' => NULL,
  9150.                             ],
  9151.                             'keyValues' => [
  9152.                                 'type' => '[KeyValue!]',
  9153.                                 'description' => NULL,
  9154.                             ],
  9155.                         ],
  9156.                         'interfaces' => [
  9157.                         ],
  9158.                         'name' => 'ProfileUpdateResponse',
  9159.                         'builders' => [
  9160.                         ],
  9161.                     ],
  9162.                 ],
  9163.                 'Color' => [
  9164.                     'type' => 'enum',
  9165.                     'class_name' => 'ColorType',
  9166.                     'inherits' => [
  9167.                     ],
  9168.                     'decorator' => false,
  9169.                     'config' => [
  9170.                         'description' => NULL,
  9171.                         'values' => [
  9172.                             'BLACK' => [
  9173.                                 'description' => NULL,
  9174.                                 'value' => 'BLACK',
  9175.                             ],
  9176.                             'DARKBLUE' => [
  9177.                                 'description' => NULL,
  9178.                                 'value' => 'DARKBLUE',
  9179.                             ],
  9180.                             'DARKGREEN' => [
  9181.                                 'description' => NULL,
  9182.                                 'value' => 'DARKGREEN',
  9183.                             ],
  9184.                             'GREY' => [
  9185.                                 'description' => NULL,
  9186.                                 'value' => 'GREY',
  9187.                             ],
  9188.                             'LIGHTGREEN' => [
  9189.                                 'description' => NULL,
  9190.                                 'value' => 'LIGHTGREEN',
  9191.                             ],
  9192.                             'LIGHTBLUE' => [
  9193.                                 'description' => NULL,
  9194.                                 'value' => 'LIGHTBLUE',
  9195.                             ],
  9196.                             'PETROL' => [
  9197.                                 'description' => NULL,
  9198.                                 'value' => 'PETROL',
  9199.                             ],
  9200.                             'RED' => [
  9201.                                 'description' => NULL,
  9202.                                 'value' => 'RED',
  9203.                             ],
  9204.                             'WHITE' => [
  9205.                                 'description' => NULL,
  9206.                                 'value' => 'WHITE',
  9207.                             ],
  9208.                             'YELLOW' => [
  9209.                                 'description' => NULL,
  9210.                                 'value' => 'YELLOW',
  9211.                             ],
  9212.                         ],
  9213.                         'name' => 'Color',
  9214.                     ],
  9215.                 ],
  9216.                 'GameEndType' => [
  9217.                     'type' => 'enum',
  9218.                     'class_name' => 'GameEndTypeType',
  9219.                     'inherits' => [
  9220.                     ],
  9221.                     'decorator' => false,
  9222.                     'config' => [
  9223.                         'description' => NULL,
  9224.                         'values' => [
  9225.                             'NOTSET' => [
  9226.                                 'description' => NULL,
  9227.                                 'value' => 'NOTSET',
  9228.                             ],
  9229.                             'DECISION' => [
  9230.                                 'description' => NULL,
  9231.                                 'value' => 'DECISION',
  9232.                             ],
  9233.                             'WRONGANSWER' => [
  9234.                                 'description' => NULL,
  9235.                                 'value' => 'WRONGANSWER',
  9236.                             ],
  9237.                         ],
  9238.                         'name' => 'GameEndType',
  9239.                     ],
  9240.                 ],
  9241.                 'SchoolClassGameState' => [
  9242.                     'type' => 'object',
  9243.                     'class_name' => 'SchoolClassGameStateType',
  9244.                     'inherits' => [
  9245.                     ],
  9246.                     'decorator' => false,
  9247.                     'config' => [
  9248.                         'description' => NULL,
  9249.                         'fields' => [
  9250.                             'status' => [
  9251.                                 'type' => 'Status!',
  9252.                                 'description' => NULL,
  9253.                             ],
  9254.                             'viewCount' => [
  9255.                                 'type' => 'ViewCount',
  9256.                                 'description' => NULL,
  9257.                             ],
  9258.                         ],
  9259.                         'interfaces' => [
  9260.                         ],
  9261.                         'name' => 'SchoolClassGameState',
  9262.                         'builders' => [
  9263.                         ],
  9264.                     ],
  9265.                 ],
  9266.                 'JobSalaryEntry' => [
  9267.                     'type' => 'object',
  9268.                     'class_name' => 'JobSalaryEntryType',
  9269.                     'inherits' => [
  9270.                     ],
  9271.                     'decorator' => false,
  9272.                     'config' => [
  9273.                         'description' => NULL,
  9274.                         'fields' => [
  9275.                             'id' => [
  9276.                                 'type' => 'ID!',
  9277.                                 'description' => NULL,
  9278.                             ],
  9279.                             'salaryType' => [
  9280.                                 'type' => 'JobSalaryType',
  9281.                                 'description' => NULL,
  9282.                             ],
  9283.                             'salaryFrom' => [
  9284.                                 'type' => 'String',
  9285.                                 'description' => NULL,
  9286.                             ],
  9287.                             'salaryTo' => [
  9288.                                 'type' => 'String',
  9289.                                 'description' => NULL,
  9290.                             ],
  9291.                             'urlExt' => [
  9292.                                 'type' => 'String',
  9293.                                 'description' => NULL,
  9294.                             ],
  9295.                             'createdAt' => [
  9296.                                 'type' => 'String',
  9297.                                 'description' => NULL,
  9298.                             ],
  9299.                         ],
  9300.                         'interfaces' => [
  9301.                         ],
  9302.                         'name' => 'JobSalaryEntry',
  9303.                         'builders' => [
  9304.                         ],
  9305.                     ],
  9306.                 ],
  9307.                 'Document' => [
  9308.                     'type' => 'object',
  9309.                     'class_name' => 'DocumentType',
  9310.                     'inherits' => [
  9311.                     ],
  9312.                     'decorator' => false,
  9313.                     'config' => [
  9314.                         'description' => NULL,
  9315.                         'fields' => [
  9316.                             'id' => [
  9317.                                 'type' => 'ID!',
  9318.                                 'description' => NULL,
  9319.                             ],
  9320.                             'name' => [
  9321.                                 'type' => 'String',
  9322.                                 'description' => NULL,
  9323.                             ],
  9324.                             'filePath' => [
  9325.                                 'type' => 'String',
  9326.                                 'description' => NULL,
  9327.                             ],
  9328.                         ],
  9329.                         'interfaces' => [
  9330.                         ],
  9331.                         'name' => 'Document',
  9332.                         'builders' => [
  9333.                         ],
  9334.                     ],
  9335.                 ],
  9336.                 'AppointmentState' => [
  9337.                     'type' => 'enum',
  9338.                     'class_name' => 'AppointmentStateType',
  9339.                     'inherits' => [
  9340.                     ],
  9341.                     'decorator' => false,
  9342.                     'config' => [
  9343.                         'description' => NULL,
  9344.                         'values' => [
  9345.                             'ACTIVE' => [
  9346.                                 'description' => NULL,
  9347.                                 'value' => 'ACTIVE',
  9348.                             ],
  9349.                             'FULL' => [
  9350.                                 'description' => NULL,
  9351.                                 'value' => 'FULL',
  9352.                             ],
  9353.                             'CANCELLED' => [
  9354.                                 'description' => NULL,
  9355.                                 'value' => 'CANCELLED',
  9356.                             ],
  9357.                             'DELETED' => [
  9358.                                 'description' => NULL,
  9359.                                 'value' => 'DELETED',
  9360.                             ],
  9361.                         ],
  9362.                         'name' => 'AppointmentState',
  9363.                     ],
  9364.                 ],
  9365.                 'OfferType' => [
  9366.                     'type' => 'enum',
  9367.                     'class_name' => 'OfferTypeType',
  9368.                     'inherits' => [
  9369.                     ],
  9370.                     'decorator' => false,
  9371.                     'config' => [
  9372.                         'description' => NULL,
  9373.                         'values' => [
  9374.                             'BERUFSBERATUNG' => [
  9375.                                 'description' => NULL,
  9376.                                 'value' => 'BERUFSBERATUNG',
  9377.                             ],
  9378.                             'BERUFSPRAKTISCH' => [
  9379.                                 'description' => NULL,
  9380.                                 'value' => 'BERUFSPRAKTISCH',
  9381.                             ],
  9382.                             'BETRIEBSERKUNDUNG' => [
  9383.                                 'description' => NULL,
  9384.                                 'value' => 'BETRIEBSERKUNDUNG',
  9385.                             ],
  9386.                             'TAGOFFENETUER' => [
  9387.                                 'description' => NULL,
  9388.                                 'value' => 'TAGOFFENETUER',
  9389.                             ],
  9390.                             'UNTERNEHMENSCHULE' => [
  9391.                                 'description' => NULL,
  9392.                                 'value' => 'UNTERNEHMENSCHULE',
  9393.                             ],
  9394.                             'VORTRAG' => [
  9395.                                 'description' => NULL,
  9396.                                 'value' => 'VORTRAG',
  9397.                             ],
  9398.                             'WORKSHOP' => [
  9399.                                 'description' => NULL,
  9400.                                 'value' => 'WORKSHOP',
  9401.                             ],
  9402.                             'WORKSHOPBO' => [
  9403.                                 'description' => NULL,
  9404.                                 'value' => 'WORKSHOPBO',
  9405.                             ],
  9406.                         ],
  9407.                         'name' => 'OfferType',
  9408.                     ],
  9409.                 ],
  9410.                 'CompanyProfileSimple' => [
  9411.                     'type' => 'object',
  9412.                     'class_name' => 'CompanyProfileSimpleType',
  9413.                     'inherits' => [
  9414.                     ],
  9415.                     'decorator' => false,
  9416.                     'config' => [
  9417.                         'description' => NULL,
  9418.                         'fields' => [
  9419.                             'id' => [
  9420.                                 'type' => 'Int',
  9421.                                 'description' => NULL,
  9422.                             ],
  9423.                             'uuid' => [
  9424.                                 'type' => 'String',
  9425.                                 'description' => NULL,
  9426.                             ],
  9427.                             'name' => [
  9428.                                 'type' => 'String',
  9429.                                 'description' => NULL,
  9430.                             ],
  9431.                             'companyProfilePicture' => [
  9432.                                 'type' => 'Image',
  9433.                                 'description' => NULL,
  9434.                             ],
  9435.                             'isSelected' => [
  9436.                                 'type' => 'Boolean!',
  9437.                                 'description' => NULL,
  9438.                             ],
  9439.                         ],
  9440.                         'interfaces' => [
  9441.                         ],
  9442.                         'name' => 'CompanyProfileSimple',
  9443.                         'builders' => [
  9444.                         ],
  9445.                     ],
  9446.                 ],
  9447.                 'AnswerResponse' => [
  9448.                     'type' => 'object',
  9449.                     'class_name' => 'AnswerResponseType',
  9450.                     'inherits' => [
  9451.                     ],
  9452.                     'decorator' => false,
  9453.                     'config' => [
  9454.                         'description' => NULL,
  9455.                         'fields' => [
  9456.                             'status' => [
  9457.                                 'type' => 'Status!',
  9458.                                 'description' => NULL,
  9459.                             ],
  9460.                             'correctAnswerId' => [
  9461.                                 'type' => 'Int',
  9462.                                 'description' => NULL,
  9463.                             ],
  9464.                         ],
  9465.                         'interfaces' => [
  9466.                         ],
  9467.                         'name' => 'AnswerResponse',
  9468.                         'builders' => [
  9469.                         ],
  9470.                     ],
  9471.                 ],
  9472.                 'InformationLink' => [
  9473.                     'type' => 'object',
  9474.                     'class_name' => 'InformationLinkType',
  9475.                     'inherits' => [
  9476.                     ],
  9477.                     'decorator' => false,
  9478.                     'config' => [
  9479.                         'description' => NULL,
  9480.                         'fields' => [
  9481.                             'id' => [
  9482.                                 'type' => 'ID!',
  9483.                                 'description' => NULL,
  9484.                             ],
  9485.                             'heading' => [
  9486.                                 'type' => 'String',
  9487.                                 'description' => NULL,
  9488.                             ],
  9489.                             'description' => [
  9490.                                 'type' => 'String',
  9491.                                 'description' => NULL,
  9492.                             ],
  9493.                             'linkUrl' => [
  9494.                                 'type' => 'String',
  9495.                                 'description' => NULL,
  9496.                             ],
  9497.                             'target' => [
  9498.                                 'type' => 'Int',
  9499.                                 'description' => NULL,
  9500.                             ],
  9501.                             'position' => [
  9502.                                 'type' => 'Int',
  9503.                                 'description' => NULL,
  9504.                             ],
  9505.                             'media' => [
  9506.                                 'type' => 'Media',
  9507.                                 'description' => NULL,
  9508.                             ],
  9509.                             'type' => [
  9510.                                 'type' => 'InformationLinkType!',
  9511.                                 'description' => NULL,
  9512.                             ],
  9513.                         ],
  9514.                         'interfaces' => [
  9515.                         ],
  9516.                         'name' => 'InformationLink',
  9517.                         'builders' => [
  9518.                         ],
  9519.                     ],
  9520.                 ],
  9521.                 'JobMarket' => [
  9522.                     'type' => 'object',
  9523.                     'class_name' => 'JobMarketType',
  9524.                     'inherits' => [
  9525.                     ],
  9526.                     'decorator' => false,
  9527.                     'config' => [
  9528.                         'description' => NULL,
  9529.                         'fields' => [
  9530.                             'status' => [
  9531.                                 'type' => 'Status!',
  9532.                                 'description' => NULL,
  9533.                             ],
  9534.                             'id' => [
  9535.                                 'type' => 'ID!',
  9536.                                 'description' => NULL,
  9537.                             ],
  9538.                             'name' => [
  9539.                                 'type' => 'String!',
  9540.                                 'description' => NULL,
  9541.                             ],
  9542.                             'numberOfPositions' => [
  9543.                                 'type' => 'Int',
  9544.                                 'description' => NULL,
  9545.                             ],
  9546.                             'description' => [
  9547.                                 'type' => 'String',
  9548.                                 'description' => NULL,
  9549.                             ],
  9550.                             'details' => [
  9551.                                 'type' => 'String',
  9552.                                 'description' => NULL,
  9553.                             ],
  9554.                             'url' => [
  9555.                                 'type' => 'String',
  9556.                                 'description' => NULL,
  9557.                             ],
  9558.                             'requirements' => [
  9559.                                 'type' => 'String',
  9560.                                 'description' => NULL,
  9561.                             ],
  9562.                             'salary' => [
  9563.                                 'type' => 'String',
  9564.                                 'description' => NULL,
  9565.                             ],
  9566.                             'additionalInfo' => [
  9567.                                 'type' => 'JobMarketAdditionalInfo',
  9568.                                 'description' => NULL,
  9569.                             ],
  9570.                             'startDate' => [
  9571.                                 'type' => 'String',
  9572.                                 'description' => NULL,
  9573.                             ],
  9574.                             'applyUntil' => [
  9575.                                 'type' => 'String',
  9576.                                 'description' => NULL,
  9577.                             ],
  9578.                             'openDate' => [
  9579.                                 'type' => 'String',
  9580.                                 'description' => NULL,
  9581.                             ],
  9582.                             'closeDate' => [
  9583.                                 'type' => 'String',
  9584.                                 'description' => NULL,
  9585.                             ],
  9586.                             'companyProfile' => [
  9587.                                 'type' => 'CompanyProfile',
  9588.                                 'description' => NULL,
  9589.                             ],
  9590.                             'contact' => [
  9591.                                 'type' => 'Contact',
  9592.                                 'description' => NULL,
  9593.                             ],
  9594.                             'image' => [
  9595.                                 'type' => 'Image',
  9596.                                 'description' => NULL,
  9597.                             ],
  9598.                             'customMedia' => [
  9599.                                 'type' => 'Media',
  9600.                                 'description' => NULL,
  9601.                             ],
  9602.                             'positionType' => [
  9603.                                 'type' => 'JobMarketPositionType',
  9604.                                 'description' => NULL,
  9605.                             ],
  9606.                             'applyType' => [
  9607.                                 'type' => 'JobMarketApplyType',
  9608.                                 'description' => NULL,
  9609.                             ],
  9610.                             'onlineUrl' => [
  9611.                                 'type' => 'String',
  9612.                                 'description' => NULL,
  9613.                             ],
  9614.                             'startType' => [
  9615.                                 'type' => 'JobMarketStartType',
  9616.                                 'description' => NULL,
  9617.                             ],
  9618.                             'addresses' => [
  9619.                                 'type' => '[Address!]',
  9620.                                 'description' => NULL,
  9621.                             ],
  9622.                             'jobs' => [
  9623.                                 'type' => '[JobSimple!]',
  9624.                                 'description' => NULL,
  9625.                             ],
  9626.                         ],
  9627.                         'interfaces' => [
  9628.                         ],
  9629.                         'name' => 'JobMarket',
  9630.                         'builders' => [
  9631.                         ],
  9632.                     ],
  9633.                 ],
  9634.                 'JobRequirementTypeCollection' => [
  9635.                     'type' => 'object',
  9636.                     'class_name' => 'JobRequirementTypeCollectionType',
  9637.                     'inherits' => [
  9638.                     ],
  9639.                     'decorator' => false,
  9640.                     'config' => [
  9641.                         'description' => NULL,
  9642.                         'fields' => [
  9643.                             'requirementType' => [
  9644.                                 'type' => 'JobRequirementType!',
  9645.                                 'description' => NULL,
  9646.                             ],
  9647.                             'requirements' => [
  9648.                                 'type' => '[JobRequirement!]',
  9649.                                 'description' => NULL,
  9650.                             ],
  9651.                         ],
  9652.                         'interfaces' => [
  9653.                         ],
  9654.                         'name' => 'JobRequirementTypeCollection',
  9655.                         'builders' => [
  9656.                         ],
  9657.                     ],
  9658.                 ],
  9659.                 'JobLinkMapping' => [
  9660.                     'type' => 'object',
  9661.                     'class_name' => 'JobLinkMappingType',
  9662.                     'inherits' => [
  9663.                     ],
  9664.                     'decorator' => false,
  9665.                     'config' => [
  9666.                         'description' => NULL,
  9667.                         'fields' => [
  9668.                             'id' => [
  9669.                                 'type' => 'ID!',
  9670.                                 'description' => NULL,
  9671.                             ],
  9672.                             'jobLink' => [
  9673.                                 'type' => 'JobLink',
  9674.                                 'description' => NULL,
  9675.                             ],
  9676.                             'jobLinkMappingCategory' => [
  9677.                                 'type' => 'JobLinkMappingCategory',
  9678.                                 'description' => NULL,
  9679.                             ],
  9680.                             'jobLinkMappingType' => [
  9681.                                 'type' => 'JobLinkMappingType',
  9682.                                 'description' => NULL,
  9683.                             ],
  9684.                         ],
  9685.                         'interfaces' => [
  9686.                         ],
  9687.                         'name' => 'JobLinkMapping',
  9688.                         'builders' => [
  9689.                         ],
  9690.                     ],
  9691.                 ],
  9692.                 'JobSalary' => [
  9693.                     'type' => 'object',
  9694.                     'class_name' => 'JobSalaryType',
  9695.                     'inherits' => [
  9696.                     ],
  9697.                     'decorator' => false,
  9698.                     'config' => [
  9699.                         'description' => NULL,
  9700.                         'fields' => [
  9701.                             'id' => [
  9702.                                 'type' => 'ID!',
  9703.                                 'description' => NULL,
  9704.                             ],
  9705.                             'entryValue' => [
  9706.                                 'type' => 'String',
  9707.                                 'description' => NULL,
  9708.                             ],
  9709.                             'entries' => [
  9710.                                 'type' => '[JobSalaryEntry!]',
  9711.                                 'description' => NULL,
  9712.                             ],
  9713.                             'createdAt' => [
  9714.                                 'type' => 'String',
  9715.                                 'description' => NULL,
  9716.                             ],
  9717.                         ],
  9718.                         'interfaces' => [
  9719.                         ],
  9720.                         'name' => 'JobSalary',
  9721.                         'builders' => [
  9722.                         ],
  9723.                     ],
  9724.                 ],
  9725.                 'CompanyCertificate' => [
  9726.                     'type' => 'object',
  9727.                     'class_name' => 'CompanyCertificateType',
  9728.                     'inherits' => [
  9729.                     ],
  9730.                     'decorator' => false,
  9731.                     'config' => [
  9732.                         'description' => NULL,
  9733.                         'fields' => [
  9734.                             'id' => [
  9735.                                 'type' => 'ID!',
  9736.                                 'description' => NULL,
  9737.                             ],
  9738.                             'name' => [
  9739.                                 'type' => 'String!',
  9740.                                 'description' => NULL,
  9741.                             ],
  9742.                             'shortName' => [
  9743.                                 'type' => 'String!',
  9744.                                 'description' => NULL,
  9745.                             ],
  9746.                             'picturePath' => [
  9747.                                 'type' => 'String!',
  9748.                                 'description' => NULL,
  9749.                             ],
  9750.                         ],
  9751.                         'interfaces' => [
  9752.                         ],
  9753.                         'name' => 'CompanyCertificate',
  9754.                         'builders' => [
  9755.                         ],
  9756.                     ],
  9757.                 ],
  9758.                 'ContentType' => [
  9759.                     'type' => 'enum',
  9760.                     'class_name' => 'ContentTypeType',
  9761.                     'inherits' => [
  9762.                     ],
  9763.                     'decorator' => false,
  9764.                     'config' => [
  9765.                         'description' => NULL,
  9766.                         'values' => [
  9767.                             'IMAGE' => [
  9768.                                 'description' => NULL,
  9769.                                 'value' => 'IMAGE',
  9770.                             ],
  9771.                             'VIDEO' => [
  9772.                                 'description' => NULL,
  9773.                                 'value' => 'VIDEO',
  9774.                             ],
  9775.                             'DOCUMENT' => [
  9776.                                 'description' => NULL,
  9777.                                 'value' => 'DOCUMENT',
  9778.                             ],
  9779.                         ],
  9780.                         'name' => 'ContentType',
  9781.                     ],
  9782.                 ],
  9783.                 'AppointmentNote' => [
  9784.                     'type' => 'object',
  9785.                     'class_name' => 'AppointmentNoteType',
  9786.                     'inherits' => [
  9787.                     ],
  9788.                     'decorator' => false,
  9789.                     'config' => [
  9790.                         'description' => NULL,
  9791.                         'fields' => [
  9792.                             'link' => [
  9793.                                 'type' => 'String',
  9794.                                 'description' => NULL,
  9795.                             ],
  9796.                             'firstname' => [
  9797.                                 'type' => 'String',
  9798.                                 'description' => NULL,
  9799.                             ],
  9800.                             'lastname' => [
  9801.                                 'type' => 'String',
  9802.                                 'description' => NULL,
  9803.                             ],
  9804.                             'email' => [
  9805.                                 'type' => 'String',
  9806.                                 'description' => NULL,
  9807.                             ],
  9808.                             'phone' => [
  9809.                                 'type' => 'String',
  9810.                                 'description' => NULL,
  9811.                             ],
  9812.                             'remark' => [
  9813.                                 'type' => 'String',
  9814.                                 'description' => NULL,
  9815.                             ],
  9816.                         ],
  9817.                         'interfaces' => [
  9818.                         ],
  9819.                         'name' => 'AppointmentNote',
  9820.                         'builders' => [
  9821.                         ],
  9822.                     ],
  9823.                 ],
  9824.                 'GameTrophyStatus' => [
  9825.                     'type' => 'enum',
  9826.                     'class_name' => 'GameTrophyStatusType',
  9827.                     'inherits' => [
  9828.                     ],
  9829.                     'decorator' => false,
  9830.                     'config' => [
  9831.                         'description' => NULL,
  9832.                         'values' => [
  9833.                             'NORMAL' => [
  9834.                                 'description' => NULL,
  9835.                                 'value' => 'NORMAL',
  9836.                             ],
  9837.                             'HIDDEN' => [
  9838.                                 'description' => NULL,
  9839.                                 'value' => 'HIDDEN',
  9840.                             ],
  9841.                         ],
  9842.                         'name' => 'GameTrophyStatus',
  9843.                     ],
  9844.                 ],
  9845.                 'SchoolClassRankMin' => [
  9846.                     'type' => 'object',
  9847.                     'class_name' => 'SchoolClassRankMinType',
  9848.                     'inherits' => [
  9849.                     ],
  9850.                     'decorator' => false,
  9851.                     'config' => [
  9852.                         'description' => NULL,
  9853.                         'fields' => [
  9854.                             'rank' => [
  9855.                                 'type' => 'Int!',
  9856.                                 'description' => NULL,
  9857.                             ],
  9858.                             'points' => [
  9859.                                 'type' => 'Int!',
  9860.                                 'description' => NULL,
  9861.                             ],
  9862.                             'playtimeMinutes' => [
  9863.                                 'type' => 'Int!',
  9864.                                 'description' => NULL,
  9865.                             ],
  9866.                             'activityLevel' => [
  9867.                                 'type' => 'Int!',
  9868.                                 'description' => NULL,
  9869.                             ],
  9870.                         ],
  9871.                         'interfaces' => [
  9872.                         ],
  9873.                         'name' => 'SchoolClassRankMin',
  9874.                         'builders' => [
  9875.                         ],
  9876.                     ],
  9877.                 ],
  9878.                 'Address' => [
  9879.                     'type' => 'object',
  9880.                     'class_name' => 'AddressType',
  9881.                     'inherits' => [
  9882.                     ],
  9883.                     'decorator' => false,
  9884.                     'config' => [
  9885.                         'description' => NULL,
  9886.                         'fields' => [
  9887.                             'id' => [
  9888.                                 'type' => 'ID!',
  9889.                                 'description' => NULL,
  9890.                             ],
  9891.                             'street' => [
  9892.                                 'type' => 'String',
  9893.                                 'description' => NULL,
  9894.                             ],
  9895.                             'number' => [
  9896.                                 'type' => 'String',
  9897.                                 'description' => NULL,
  9898.                             ],
  9899.                             'floor' => [
  9900.                                 'type' => 'String',
  9901.                                 'description' => NULL,
  9902.                             ],
  9903.                             'stair' => [
  9904.                                 'type' => 'String',
  9905.                                 'description' => NULL,
  9906.                             ],
  9907.                             'addressLatLon' => [
  9908.                                 'type' => 'AddressLatLon',
  9909.                                 'description' => NULL,
  9910.                             ],
  9911.                             'addressCity' => [
  9912.                                 'type' => 'AddressCity',
  9913.                                 'description' => NULL,
  9914.                             ],
  9915.                         ],
  9916.                         'interfaces' => [
  9917.                         ],
  9918.                         'name' => 'Address',
  9919.                         'builders' => [
  9920.                         ],
  9921.                     ],
  9922.                 ],
  9923.                 'JobSchoolSubjectMapping' => [
  9924.                     'type' => 'object',
  9925.                     'class_name' => 'JobSchoolSubjectMappingType',
  9926.                     'inherits' => [
  9927.                     ],
  9928.                     'decorator' => false,
  9929.                     'config' => [
  9930.                         'description' => NULL,
  9931.                         'fields' => [
  9932.                             'id' => [
  9933.                                 'type' => 'ID!',
  9934.                                 'description' => NULL,
  9935.                             ],
  9936.                             'jobSchoolSubject' => [
  9937.                                 'type' => 'JobSchoolSubject!',
  9938.                                 'description' => NULL,
  9939.                             ],
  9940.                         ],
  9941.                         'interfaces' => [
  9942.                         ],
  9943.                         'name' => 'JobSchoolSubjectMapping',
  9944.                         'builders' => [
  9945.                         ],
  9946.                     ],
  9947.                 ],
  9948.                 'CommunicationType' => [
  9949.                     'type' => 'object',
  9950.                     'class_name' => 'CommunicationTypeType',
  9951.                     'inherits' => [
  9952.                     ],
  9953.                     'decorator' => false,
  9954.                     'config' => [
  9955.                         'description' => NULL,
  9956.                         'fields' => [
  9957.                             'name' => [
  9958.                                 'type' => 'String!',
  9959.                                 'description' => NULL,
  9960.                             ],
  9961.                             'shortName' => [
  9962.                                 'type' => 'String!',
  9963.                                 'description' => NULL,
  9964.                             ],
  9965.                             'visible' => [
  9966.                                 'type' => 'Boolean!',
  9967.                                 'description' => NULL,
  9968.                             ],
  9969.                         ],
  9970.                         'interfaces' => [
  9971.                         ],
  9972.                         'name' => 'CommunicationType',
  9973.                         'builders' => [
  9974.                         ],
  9975.                     ],
  9976.                 ],
  9977.                 'Media' => [
  9978.                     'type' => 'object',
  9979.                     'class_name' => 'MediaType',
  9980.                     'inherits' => [
  9981.                     ],
  9982.                     'decorator' => false,
  9983.                     'config' => [
  9984.                         'description' => NULL,
  9985.                         'fields' => [
  9986.                             'id' => [
  9987.                                 'type' => 'ID!',
  9988.                                 'description' => NULL,
  9989.                             ],
  9990.                             'name' => [
  9991.                                 'type' => 'String',
  9992.                                 'description' => NULL,
  9993.                             ],
  9994.                             'contentType' => [
  9995.                                 'type' => 'ContentType',
  9996.                                 'description' => NULL,
  9997.                             ],
  9998.                             'image' => [
  9999.                                 'type' => 'Image',
  10000.                                 'description' => NULL,
  10001.                             ],
  10002.                             'video' => [
  10003.                                 'type' => 'Video',
  10004.                                 'description' => NULL,
  10005.                             ],
  10006.                             'document' => [
  10007.                                 'type' => 'Document',
  10008.                                 'description' => NULL,
  10009.                             ],
  10010.                         ],
  10011.                         'interfaces' => [
  10012.                         ],
  10013.                         'name' => 'Media',
  10014.                         'builders' => [
  10015.                         ],
  10016.                     ],
  10017.                 ],
  10018.                 'GameTrophyProgressEntry' => [
  10019.                     'type' => 'object',
  10020.                     'class_name' => 'GameTrophyProgressEntryType',
  10021.                     'inherits' => [
  10022.                     ],
  10023.                     'decorator' => false,
  10024.                     'config' => [
  10025.                         'description' => NULL,
  10026.                         'fields' => [
  10027.                             'id' => [
  10028.                                 'type' => 'ID!',
  10029.                                 'description' => NULL,
  10030.                             ],
  10031.                             'trophy' => [
  10032.                                 'type' => 'GameTrophy!',
  10033.                                 'description' => NULL,
  10034.                             ],
  10035.                             'percentValue' => [
  10036.                                 'type' => 'Int!',
  10037.                                 'description' => NULL,
  10038.                             ],
  10039.                             'createdAt' => [
  10040.                                 'type' => 'String',
  10041.                                 'description' => NULL,
  10042.                             ],
  10043.                             'finishedAt' => [
  10044.                                 'type' => 'String',
  10045.                                 'description' => NULL,
  10046.                             ],
  10047.                         ],
  10048.                         'interfaces' => [
  10049.                         ],
  10050.                         'name' => 'GameTrophyProgressEntry',
  10051.                         'builders' => [
  10052.                         ],
  10053.                     ],
  10054.                 ],
  10055.                 'JobRequirementStats' => [
  10056.                     'type' => 'object',
  10057.                     'class_name' => 'JobRequirementStatsType',
  10058.                     'inherits' => [
  10059.                     ],
  10060.                     'decorator' => false,
  10061.                     'config' => [
  10062.                         'description' => NULL,
  10063.                         'fields' => [
  10064.                             'id' => [
  10065.                                 'type' => 'ID!',
  10066.                                 'description' => NULL,
  10067.                             ],
  10068.                             'requirementName' => [
  10069.                                 'type' => 'String!',
  10070.                                 'description' => NULL,
  10071.                             ],
  10072.                             'value' => [
  10073.                                 'type' => 'Int!',
  10074.                                 'description' => NULL,
  10075.                             ],
  10076.                         ],
  10077.                         'interfaces' => [
  10078.                         ],
  10079.                         'name' => 'JobRequirementStats',
  10080.                         'builders' => [
  10081.                         ],
  10082.                     ],
  10083.                 ],
  10084.                 'CommunicationEntry' => [
  10085.                     'type' => 'object',
  10086.                     'class_name' => 'CommunicationEntryType',
  10087.                     'inherits' => [
  10088.                     ],
  10089.                     'decorator' => false,
  10090.                     'config' => [
  10091.                         'description' => NULL,
  10092.                         'fields' => [
  10093.                             'id' => [
  10094.                                 'type' => 'ID!',
  10095.                                 'description' => NULL,
  10096.                             ],
  10097.                             'entryValue' => [
  10098.                                 'type' => 'String!',
  10099.                                 'description' => NULL,
  10100.                             ],
  10101.                             'communicationType' => [
  10102.                                 'type' => 'CommunicationType!',
  10103.                                 'description' => NULL,
  10104.                             ],
  10105.                         ],
  10106.                         'interfaces' => [
  10107.                         ],
  10108.                         'name' => 'CommunicationEntry',
  10109.                         'builders' => [
  10110.                         ],
  10111.                     ],
  10112.                 ],
  10113.                 'AppointmentType' => [
  10114.                     'type' => 'enum',
  10115.                     'class_name' => 'AppointmentTypeType',
  10116.                     'inherits' => [
  10117.                     ],
  10118.                     'decorator' => false,
  10119.                     'config' => [
  10120.                         'description' => NULL,
  10121.                         'values' => [
  10122.                             'AGREEMENT' => [
  10123.                                 'description' => NULL,
  10124.                                 'value' => 'AGREEMENT',
  10125.                             ],
  10126.                             'FIXED' => [
  10127.                                 'description' => NULL,
  10128.                                 'value' => 'FIXED',
  10129.                             ],
  10130.                             'BOTHPOSSIBLE' => [
  10131.                                 'description' => NULL,
  10132.                                 'value' => 'BOTHPOSSIBLE',
  10133.                             ],
  10134.                             'INDIVIDUAL' => [
  10135.                                 'description' => NULL,
  10136.                                 'value' => 'INDIVIDUAL',
  10137.                             ],
  10138.                             'CUSTOM' => [
  10139.                                 'description' => NULL,
  10140.                                 'value' => 'CUSTOM',
  10141.                             ],
  10142.                         ],
  10143.                         'name' => 'AppointmentType',
  10144.                     ],
  10145.                 ],
  10146.                 'ProfileLinkType' => [
  10147.                     'type' => 'enum',
  10148.                     'class_name' => 'ProfileLinkTypeType',
  10149.                     'inherits' => [
  10150.                     ],
  10151.                     'decorator' => false,
  10152.                     'config' => [
  10153.                         'description' => NULL,
  10154.                         'values' => [
  10155.                             'HOMEPAGE' => [
  10156.                                 'description' => NULL,
  10157.                                 'value' => 'HOMEPAGE',
  10158.                             ],
  10159.                             'FACEBOOK' => [
  10160.                                 'description' => NULL,
  10161.                                 'value' => 'FACEBOOK',
  10162.                             ],
  10163.                             'YOUTUBE' => [
  10164.                                 'description' => NULL,
  10165.                                 'value' => 'YOUTUBE',
  10166.                             ],
  10167.                             'LINKEDIN' => [
  10168.                                 'description' => NULL,
  10169.                                 'value' => 'LINKEDIN',
  10170.                             ],
  10171.                             'XING' => [
  10172.                                 'description' => NULL,
  10173.                                 'value' => 'XING',
  10174.                             ],
  10175.                             'KARRIEREPORTAL' => [
  10176.                                 'description' => NULL,
  10177.                                 'value' => 'KARRIEREPORTAL',
  10178.                             ],
  10179.                             'INSTAGRAM' => [
  10180.                                 'description' => NULL,
  10181.                                 'value' => 'INSTAGRAM',
  10182.                             ],
  10183.                             'X' => [
  10184.                                 'description' => NULL,
  10185.                                 'value' => 'X',
  10186.                             ],
  10187.                             'TIKTOK' => [
  10188.                                 'description' => NULL,
  10189.                                 'value' => 'TIKTOK',
  10190.                             ],
  10191.                         ],
  10192.                         'name' => 'ProfileLinkType',
  10193.                     ],
  10194.                 ],
  10195.                 'JobWorkField' => [
  10196.                     'type' => 'object',
  10197.                     'class_name' => 'JobWorkFieldType',
  10198.                     'inherits' => [
  10199.                     ],
  10200.                     'decorator' => false,
  10201.                     'config' => [
  10202.                         'description' => NULL,
  10203.                         'fields' => [
  10204.                             'id' => [
  10205.                                 'type' => 'ID!',
  10206.                                 'description' => NULL,
  10207.                             ],
  10208.                             'name' => [
  10209.                                 'type' => 'String!',
  10210.                                 'description' => NULL,
  10211.                             ],
  10212.                             'bicID' => [
  10213.                                 'type' => 'Int',
  10214.                                 'description' => NULL,
  10215.                             ],
  10216.                             'description' => [
  10217.                                 'type' => 'String',
  10218.                                 'description' => NULL,
  10219.                             ],
  10220.                         ],
  10221.                         'interfaces' => [
  10222.                         ],
  10223.                         'name' => 'JobWorkField',
  10224.                         'builders' => [
  10225.                         ],
  10226.                     ],
  10227.                 ],
  10228.                 'Icon' => [
  10229.                     'type' => 'object',
  10230.                     'class_name' => 'IconType',
  10231.                     'inherits' => [
  10232.                     ],
  10233.                     'decorator' => false,
  10234.                     'config' => [
  10235.                         'description' => NULL,
  10236.                         'fields' => [
  10237.                             'iconValue' => [
  10238.                                 'type' => 'String!',
  10239.                                 'description' => NULL,
  10240.                             ],
  10241.                             'color' => [
  10242.                                 'type' => 'Color',
  10243.                                 'description' => NULL,
  10244.                             ],
  10245.                         ],
  10246.                         'interfaces' => [
  10247.                         ],
  10248.                         'name' => 'Icon',
  10249.                         'builders' => [
  10250.                         ],
  10251.                     ],
  10252.                 ],
  10253.                 'School' => [
  10254.                     'type' => 'object',
  10255.                     'class_name' => 'SchoolType',
  10256.                     'inherits' => [
  10257.                     ],
  10258.                     'decorator' => false,
  10259.                     'config' => [
  10260.                         'description' => NULL,
  10261.                         'fields' => [
  10262.                             'id' => [
  10263.                                 'type' => 'ID!',
  10264.                                 'description' => NULL,
  10265.                             ],
  10266.                             'name' => [
  10267.                                 'type' => 'String!',
  10268.                                 'description' => NULL,
  10269.                             ],
  10270.                             'url' => [
  10271.                                 'type' => 'String',
  10272.                                 'description' => NULL,
  10273.                             ],
  10274.                             'address' => [
  10275.                                 'type' => 'Address',
  10276.                                 'description' => NULL,
  10277.                             ],
  10278.                             'communication' => [
  10279.                                 'type' => 'Communication',
  10280.                                 'description' => NULL,
  10281.                             ],
  10282.                         ],
  10283.                         'interfaces' => [
  10284.                         ],
  10285.                         'name' => 'School',
  10286.                         'builders' => [
  10287.                         ],
  10288.                     ],
  10289.                 ],
  10290.                 'StoryCardHighlightPosition' => [
  10291.                     'type' => 'enum',
  10292.                     'class_name' => 'StoryCardHighlightPositionType',
  10293.                     'inherits' => [
  10294.                     ],
  10295.                     'decorator' => false,
  10296.                     'config' => [
  10297.                         'description' => NULL,
  10298.                         'values' => [
  10299.                             'AFTER' => [
  10300.                                 'description' => NULL,
  10301.                                 'value' => 'AFTER',
  10302.                             ],
  10303.                             'BEFORE' => [
  10304.                                 'description' => NULL,
  10305.                                 'value' => 'BEFORE',
  10306.                             ],
  10307.                         ],
  10308.                         'name' => 'StoryCardHighlightPosition',
  10309.                     ],
  10310.                 ],
  10311.                 'GameCategoryProgress' => [
  10312.                     'type' => 'object',
  10313.                     'class_name' => 'GameCategoryProgressType',
  10314.                     'inherits' => [
  10315.                     ],
  10316.                     'decorator' => false,
  10317.                     'config' => [
  10318.                         'description' => NULL,
  10319.                         'fields' => [
  10320.                             'id' => [
  10321.                                 'type' => 'ID!',
  10322.                                 'description' => NULL,
  10323.                             ],
  10324.                             'gameType' => [
  10325.                                 'type' => 'GameType!',
  10326.                                 'description' => NULL,
  10327.                             ],
  10328.                             'roundNumber' => [
  10329.                                 'type' => 'Int!',
  10330.                                 'description' => NULL,
  10331.                             ],
  10332.                             'highscore' => [
  10333.                                 'type' => 'Int!',
  10334.                                 'description' => NULL,
  10335.                             ],
  10336.                         ],
  10337.                         'interfaces' => [
  10338.                         ],
  10339.                         'name' => 'GameCategoryProgress',
  10340.                         'builders' => [
  10341.                         ],
  10342.                     ],
  10343.                 ],
  10344.                 'Image' => [
  10345.                     'type' => 'object',
  10346.                     'class_name' => 'ImageType',
  10347.                     'inherits' => [
  10348.                     ],
  10349.                     'decorator' => false,
  10350.                     'config' => [
  10351.                         'description' => NULL,
  10352.                         'fields' => [
  10353.                             'info' => [
  10354.                                 'type' => 'ImageInfo',
  10355.                                 'description' => NULL,
  10356.                             ],
  10357.                             'medium' => [
  10358.                                 'type' => 'ImageData',
  10359.                                 'description' => NULL,
  10360.                             ],
  10361.                             'portrait' => [
  10362.                                 'type' => 'ImageData',
  10363.                                 'description' => NULL,
  10364.                             ],
  10365.                             'landscape' => [
  10366.                                 'type' => 'ImageData',
  10367.                                 'description' => NULL,
  10368.                             ],
  10369.                             'large' => [
  10370.                                 'type' => 'ImageData',
  10371.                                 'description' => NULL,
  10372.                             ],
  10373.                             'xlarge' => [
  10374.                                 'type' => 'ImageData',
  10375.                                 'description' => NULL,
  10376.                             ],
  10377.                             'huge' => [
  10378.                                 'type' => 'ImageData',
  10379.                                 'description' => NULL,
  10380.                             ],
  10381.                         ],
  10382.                         'interfaces' => [
  10383.                         ],
  10384.                         'name' => 'Image',
  10385.                         'builders' => [
  10386.                         ],
  10387.                     ],
  10388.                 ],
  10389.                 'Question' => [
  10390.                     'type' => 'object',
  10391.                     'class_name' => 'QuestionType',
  10392.                     'inherits' => [
  10393.                     ],
  10394.                     'decorator' => false,
  10395.                     'config' => [
  10396.                         'description' => NULL,
  10397.                         'fields' => [
  10398.                             'status' => [
  10399.                                 'type' => 'Status',
  10400.                                 'description' => NULL,
  10401.                             ],
  10402.                             'id' => [
  10403.                                 'type' => 'ID!',
  10404.                                 'description' => NULL,
  10405.                             ],
  10406.                             'text' => [
  10407.                                 'type' => 'String',
  10408.                                 'description' => NULL,
  10409.                             ],
  10410.                             'image' => [
  10411.                                 'type' => 'Image',
  10412.                                 'description' => NULL,
  10413.                             ],
  10414.                             'answers' => [
  10415.                                 'type' => '[QuestionAnswer!]',
  10416.                                 'description' => NULL,
  10417.                             ],
  10418.                         ],
  10419.                         'interfaces' => [
  10420.                         ],
  10421.                         'name' => 'Question',
  10422.                         'builders' => [
  10423.                         ],
  10424.                     ],
  10425.                 ],
  10426.                 'Communication' => [
  10427.                     'type' => 'object',
  10428.                     'class_name' => 'CommunicationType',
  10429.                     'inherits' => [
  10430.                     ],
  10431.                     'decorator' => false,
  10432.                     'config' => [
  10433.                         'description' => NULL,
  10434.                         'fields' => [
  10435.                             'id' => [
  10436.                                 'type' => 'ID!',
  10437.                                 'description' => NULL,
  10438.                             ],
  10439.                             'entries' => [
  10440.                                 'type' => '[CommunicationEntry!]',
  10441.                                 'description' => NULL,
  10442.                             ],
  10443.                         ],
  10444.                         'interfaces' => [
  10445.                         ],
  10446.                         'name' => 'Communication',
  10447.                         'builders' => [
  10448.                         ],
  10449.                     ],
  10450.                 ],
  10451.                 'EventState' => [
  10452.                     'type' => 'enum',
  10453.                     'class_name' => 'EventStateType',
  10454.                     'inherits' => [
  10455.                     ],
  10456.                     'decorator' => false,
  10457.                     'config' => [
  10458.                         'description' => NULL,
  10459.                         'values' => [
  10460.                             'ACTIVE' => [
  10461.                                 'description' => NULL,
  10462.                                 'value' => 'ACTIVE',
  10463.                             ],
  10464.                             'INACTIVE' => [
  10465.                                 'description' => NULL,
  10466.                                 'value' => 'INACTIVE',
  10467.                             ],
  10468.                             'DELETED' => [
  10469.                                 'description' => NULL,
  10470.                                 'value' => 'DELETED',
  10471.                             ],
  10472.                         ],
  10473.                         'name' => 'EventState',
  10474.                     ],
  10475.                 ],
  10476.                 'JobSimple' => [
  10477.                     'type' => 'object',
  10478.                     'class_name' => 'JobSimpleType',
  10479.                     'inherits' => [
  10480.                     ],
  10481.                     'decorator' => false,
  10482.                     'config' => [
  10483.                         'description' => NULL,
  10484.                         'fields' => [
  10485.                             'id' => [
  10486.                                 'type' => 'ID!',
  10487.                                 'description' => NULL,
  10488.                             ],
  10489.                             'name' => [
  10490.                                 'type' => 'String!',
  10491.                                 'description' => NULL,
  10492.                             ],
  10493.                             'bicID' => [
  10494.                                 'type' => 'Int',
  10495.                                 'description' => NULL,
  10496.                             ],
  10497.                             'interestFields' => [
  10498.                                 'type' => '[InterestField!]',
  10499.                                 'description' => NULL,
  10500.                             ],
  10501.                         ],
  10502.                         'interfaces' => [
  10503.                         ],
  10504.                         'name' => 'JobSimple',
  10505.                         'builders' => [
  10506.                         ],
  10507.                     ],
  10508.                 ],
  10509.                 'SearchTag' => [
  10510.                     'type' => 'object',
  10511.                     'class_name' => 'SearchTagType',
  10512.                     'inherits' => [
  10513.                     ],
  10514.                     'decorator' => false,
  10515.                     'config' => [
  10516.                         'description' => NULL,
  10517.                         'fields' => [
  10518.                             'id' => [
  10519.                                 'type' => 'ID!',
  10520.                                 'description' => NULL,
  10521.                             ],
  10522.                             'name' => [
  10523.                                 'type' => 'String!',
  10524.                                 'description' => NULL,
  10525.                             ],
  10526.                         ],
  10527.                         'interfaces' => [
  10528.                         ],
  10529.                         'name' => 'SearchTag',
  10530.                         'builders' => [
  10531.                         ],
  10532.                     ],
  10533.                 ],
  10534.                 'ViewCount' => [
  10535.                     'type' => 'object',
  10536.                     'class_name' => 'ViewCountType',
  10537.                     'inherits' => [
  10538.                     ],
  10539.                     'decorator' => false,
  10540.                     'config' => [
  10541.                         'description' => NULL,
  10542.                         'fields' => [
  10543.                             'jobs' => [
  10544.                                 'type' => 'Int',
  10545.                                 'description' => NULL,
  10546.                             ],
  10547.                             'profiles' => [
  10548.                                 'type' => 'Int',
  10549.                                 'description' => NULL,
  10550.                             ],
  10551.                         ],
  10552.                         'interfaces' => [
  10553.                         ],
  10554.                         'name' => 'ViewCount',
  10555.                         'builders' => [
  10556.                         ],
  10557.                     ],
  10558.                 ],
  10559.                 'InterestFieldStats' => [
  10560.                     'type' => 'object',
  10561.                     'class_name' => 'InterestFieldStatsType',
  10562.                     'inherits' => [
  10563.                     ],
  10564.                     'decorator' => false,
  10565.                     'config' => [
  10566.                         'description' => NULL,
  10567.                         'fields' => [
  10568.                             'id' => [
  10569.                                 'type' => 'ID!',
  10570.                                 'description' => NULL,
  10571.                             ],
  10572.                             'interestName' => [
  10573.                                 'type' => 'String!',
  10574.                                 'description' => NULL,
  10575.                             ],
  10576.                             'value' => [
  10577.                                 'type' => 'Int!',
  10578.                                 'description' => NULL,
  10579.                             ],
  10580.                         ],
  10581.                         'interfaces' => [
  10582.                         ],
  10583.                         'name' => 'InterestFieldStats',
  10584.                         'builders' => [
  10585.                         ],
  10586.                     ],
  10587.                 ],
  10588.                 'JobExpertTerm' => [
  10589.                     'type' => 'object',
  10590.                     'class_name' => 'JobExpertTermType',
  10591.                     'inherits' => [
  10592.                     ],
  10593.                     'decorator' => false,
  10594.                     'config' => [
  10595.                         'description' => NULL,
  10596.                         'fields' => [
  10597.                             'id' => [
  10598.                                 'type' => 'ID!',
  10599.                                 'description' => NULL,
  10600.                             ],
  10601.                             'bicID' => [
  10602.                                 'type' => 'Int',
  10603.                                 'description' => NULL,
  10604.                             ],
  10605.                             'termName' => [
  10606.                                 'type' => 'String!',
  10607.                                 'description' => NULL,
  10608.                             ],
  10609.                             'description' => [
  10610.                                 'type' => 'String',
  10611.                                 'description' => NULL,
  10612.                             ],
  10613.                         ],
  10614.                         'interfaces' => [
  10615.                         ],
  10616.                         'name' => 'JobExpertTerm',
  10617.                         'builders' => [
  10618.                         ],
  10619.                     ],
  10620.                 ],
  10621.                 'Championship' => [
  10622.                     'type' => 'object',
  10623.                     'class_name' => 'ChampionshipType',
  10624.                     'inherits' => [
  10625.                     ],
  10626.                     'decorator' => false,
  10627.                     'config' => [
  10628.                         'description' => NULL,
  10629.                         'fields' => [
  10630.                             'id' => [
  10631.                                 'type' => 'ID!',
  10632.                                 'description' => NULL,
  10633.                             ],
  10634.                             'competitionName' => [
  10635.                                 'type' => 'String!',
  10636.                                 'description' => NULL,
  10637.                             ],
  10638.                             'startAt' => [
  10639.                                 'type' => 'String',
  10640.                                 'description' => NULL,
  10641.                             ],
  10642.                             'endAt' => [
  10643.                                 'type' => 'String',
  10644.                                 'description' => NULL,
  10645.                             ],
  10646.                             'daysLeft' => [
  10647.                                 'type' => 'Int!',
  10648.                                 'description' => NULL,
  10649.                             ],
  10650.                         ],
  10651.                         'interfaces' => [
  10652.                         ],
  10653.                         'name' => 'Championship',
  10654.                         'builders' => [
  10655.                         ],
  10656.                     ],
  10657.                 ],
  10658.                 'AddressDistrict' => [
  10659.                     'type' => 'object',
  10660.                     'class_name' => 'AddressDistrictType',
  10661.                     'inherits' => [
  10662.                     ],
  10663.                     'decorator' => false,
  10664.                     'config' => [
  10665.                         'description' => NULL,
  10666.                         'fields' => [
  10667.                             'id' => [
  10668.                                 'type' => 'ID!',
  10669.                                 'description' => NULL,
  10670.                             ],
  10671.                             'name' => [
  10672.                                 'type' => 'String!',
  10673.                                 'description' => NULL,
  10674.                             ],
  10675.                             'bkz' => [
  10676.                                 'type' => 'String!',
  10677.                                 'description' => NULL,
  10678.                             ],
  10679.                         ],
  10680.                         'interfaces' => [
  10681.                         ],
  10682.                         'name' => 'AddressDistrict',
  10683.                         'builders' => [
  10684.                         ],
  10685.                     ],
  10686.                 ],
  10687.                 'Event' => [
  10688.                     'type' => 'object',
  10689.                     'class_name' => 'EventType',
  10690.                     'inherits' => [
  10691.                     ],
  10692.                     'decorator' => false,
  10693.                     'config' => [
  10694.                         'description' => NULL,
  10695.                         'fields' => [
  10696.                             'id' => [
  10697.                                 'type' => 'ID!',
  10698.                                 'description' => NULL,
  10699.                             ],
  10700.                             'name' => [
  10701.                                 'type' => 'String!',
  10702.                                 'description' => NULL,
  10703.                             ],
  10704.                             'description' => [
  10705.                                 'type' => 'String!',
  10706.                                 'description' => NULL,
  10707.                             ],
  10708.                             'descriptionLong' => [
  10709.                                 'type' => 'String!',
  10710.                                 'description' => NULL,
  10711.                             ],
  10712.                             'maxParticipants' => [
  10713.                                 'type' => 'Int',
  10714.                                 'description' => NULL,
  10715.                             ],
  10716.                             'duration' => [
  10717.                                 'type' => 'String',
  10718.                                 'description' => NULL,
  10719.                             ],
  10720.                             'requirements' => [
  10721.                                 'type' => 'String',
  10722.                                 'description' => NULL,
  10723.                             ],
  10724.                             'createdAt' => [
  10725.                                 'type' => 'String',
  10726.                                 'description' => NULL,
  10727.                             ],
  10728.                             'address' => [
  10729.                                 'type' => 'Address',
  10730.                                 'description' => NULL,
  10731.                             ],
  10732.                             'image' => [
  10733.                                 'type' => 'Image',
  10734.                                 'description' => NULL,
  10735.                             ],
  10736.                             'eventState' => [
  10737.                                 'type' => 'EventState',
  10738.                                 'description' => NULL,
  10739.                             ],
  10740.                             'eventTags' => [
  10741.                                 'type' => '[EventTag!]',
  10742.                                 'description' => NULL,
  10743.                             ],
  10744.                             'jobs' => [
  10745.                                 'type' => '[JobSimple!]',
  10746.                                 'description' => NULL,
  10747.                             ],
  10748.                             'media' => [
  10749.                                 'type' => '[Media!]',
  10750.                                 'description' => NULL,
  10751.                             ],
  10752.                             'appointments' => [
  10753.                                 'type' => '[Appointment!]',
  10754.                                 'description' => NULL,
  10755.                             ],
  10756.                             'mediaGallery' => [
  10757.                                 'type' => 'Gallery',
  10758.                                 'description' => NULL,
  10759.                             ],
  10760.                             'documents' => [
  10761.                                 'type' => 'Gallery',
  10762.                                 'description' => NULL,
  10763.                             ],
  10764.                             'documentsFollowUp' => [
  10765.                                 'type' => 'Gallery',
  10766.                                 'description' => NULL,
  10767.                             ],
  10768.                         ],
  10769.                         'interfaces' => [
  10770.                         ],
  10771.                         'name' => 'Event',
  10772.                         'builders' => [
  10773.                         ],
  10774.                     ],
  10775.                 ],
  10776.                 'AnswerWrong' => [
  10777.                     'type' => 'object',
  10778.                     'class_name' => 'AnswerWrongType',
  10779.                     'inherits' => [
  10780.                     ],
  10781.                     'decorator' => false,
  10782.                     'config' => [
  10783.                         'description' => NULL,
  10784.                         'fields' => [
  10785.                             'status' => [
  10786.                                 'type' => 'Status!',
  10787.                                 'description' => NULL,
  10788.                             ],
  10789.                             'answerIds' => [
  10790.                                 'type' => '[Int]',
  10791.                                 'description' => NULL,
  10792.                             ],
  10793.                         ],
  10794.                         'interfaces' => [
  10795.                         ],
  10796.                         'name' => 'AnswerWrong',
  10797.                         'builders' => [
  10798.                         ],
  10799.                     ],
  10800.                 ],
  10801.                 'ProfileResults' => [
  10802.                     'type' => 'object',
  10803.                     'class_name' => 'ProfileResultsType',
  10804.                     'inherits' => [
  10805.                     ],
  10806.                     'decorator' => false,
  10807.                     'config' => [
  10808.                         'description' => NULL,
  10809.                         'fields' => [
  10810.                             'numResults' => [
  10811.                                 'type' => 'Int!',
  10812.                                 'description' => NULL,
  10813.                             ],
  10814.                             'profiles' => [
  10815.                                 'type' => '[Profile!]',
  10816.                                 'description' => NULL,
  10817.                             ],
  10818.                         ],
  10819.                         'interfaces' => [
  10820.                         ],
  10821.                         'name' => 'ProfileResults',
  10822.                         'builders' => [
  10823.                         ],
  10824.                     ],
  10825.                 ],
  10826.                 'Story' => [
  10827.                     'type' => 'object',
  10828.                     'class_name' => 'StoryType',
  10829.                     'inherits' => [
  10830.                     ],
  10831.                     'decorator' => false,
  10832.                     'config' => [
  10833.                         'description' => NULL,
  10834.                         'fields' => [
  10835.                             'id' => [
  10836.                                 'type' => 'Int',
  10837.                                 'description' => NULL,
  10838.                             ],
  10839.                             'bicID' => [
  10840.                                 'type' => 'Int',
  10841.                                 'description' => NULL,
  10842.                             ],
  10843.                             'jobName' => [
  10844.                                 'type' => 'String',
  10845.                                 'description' => NULL,
  10846.                             ],
  10847.                             'title' => [
  10848.                                 'type' => 'String',
  10849.                                 'description' => NULL,
  10850.                             ],
  10851.                             'portrait' => [
  10852.                                 'type' => 'String',
  10853.                                 'description' => NULL,
  10854.                             ],
  10855.                             'user' => [
  10856.                                 'type' => 'StoryUser',
  10857.                                 'description' => NULL,
  10858.                             ],
  10859.                             'cards' => [
  10860.                                 'type' => '[StoryCard!]',
  10861.                                 'description' => NULL,
  10862.                             ],
  10863.                             'nextStories' => [
  10864.                                 'type' => 'NextStoryCard',
  10865.                                 'description' => NULL,
  10866.                             ],
  10867.                             'image' => [
  10868.                                 'type' => 'Image',
  10869.                                 'description' => NULL,
  10870.                             ],
  10871.                             'icon' => [
  10872.                                 'type' => 'Icon',
  10873.                                 'description' => NULL,
  10874.                             ],
  10875.                             'tags' => [
  10876.                                 'type' => '[Tag!]',
  10877.                                 'description' => NULL,
  10878.                             ],
  10879.                             'color' => [
  10880.                                 'type' => 'Color',
  10881.                                 'description' => NULL,
  10882.                             ],
  10883.                             'gradient' => [
  10884.                                 'type' => 'StoryGradient',
  10885.                                 'description' => NULL,
  10886.                             ],
  10887.                             'quizLink' => [
  10888.                                 'type' => 'String',
  10889.                                 'description' => NULL,
  10890.                             ],
  10891.                             'vrDirectLink' => [
  10892.                                 'type' => 'String',
  10893.                                 'description' => NULL,
  10894.                             ],
  10895.                             'schoolProfile' => [
  10896.                                 'type' => 'SchoolProfile',
  10897.                                 'description' => NULL,
  10898.                             ],
  10899.                             'visits' => [
  10900.                                 'type' => 'Int',
  10901.                                 'description' => NULL,
  10902.                             ],
  10903.                         ],
  10904.                         'interfaces' => [
  10905.                         ],
  10906.                         'name' => 'Story',
  10907.                         'builders' => [
  10908.                         ],
  10909.                     ],
  10910.                 ],
  10911.                 'JobSalaryType' => [
  10912.                     'type' => 'enum',
  10913.                     'class_name' => 'JobSalaryTypeType',
  10914.                     'inherits' => [
  10915.                     ],
  10916.                     'decorator' => false,
  10917.                     'config' => [
  10918.                         'description' => NULL,
  10919.                         'values' => [
  10920.                             'YROA1' => [
  10921.                                 'description' => NULL,
  10922.                                 'value' => 'YROA1',
  10923.                             ],
  10924.                             'YROA2' => [
  10925.                                 'description' => NULL,
  10926.                                 'value' => 'YROA2',
  10927.                             ],
  10928.                             'YROA3' => [
  10929.                                 'description' => NULL,
  10930.                                 'value' => 'YROA3',
  10931.                             ],
  10932.                             'YROA4' => [
  10933.                                 'description' => NULL,
  10934.                                 'value' => 'YROA4',
  10935.                             ],
  10936.                             'ENTRY' => [
  10937.                                 'description' => NULL,
  10938.                                 'value' => 'ENTRY',
  10939.                             ],
  10940.                         ],
  10941.                         'name' => 'JobSalaryType',
  10942.                     ],
  10943.                 ],
  10944.                 'MiscFile' => [
  10945.                     'type' => 'object',
  10946.                     'class_name' => 'MiscFileType',
  10947.                     'inherits' => [
  10948.                     ],
  10949.                     'decorator' => false,
  10950.                     'config' => [
  10951.                         'description' => NULL,
  10952.                         'fields' => [
  10953.                             'id' => [
  10954.                                 'type' => 'ID!',
  10955.                                 'description' => NULL,
  10956.                             ],
  10957.                             'name' => [
  10958.                                 'type' => 'String',
  10959.                                 'description' => NULL,
  10960.                             ],
  10961.                             'filename' => [
  10962.                                 'type' => 'String',
  10963.                                 'description' => NULL,
  10964.                             ],
  10965.                         ],
  10966.                         'interfaces' => [
  10967.                         ],
  10968.                         'name' => 'MiscFile',
  10969.                         'builders' => [
  10970.                         ],
  10971.                     ],
  10972.                 ],
  10973.                 'JobEducationalPath' => [
  10974.                     'type' => 'object',
  10975.                     'class_name' => 'JobEducationalPathType',
  10976.                     'inherits' => [
  10977.                     ],
  10978.                     'decorator' => false,
  10979.                     'config' => [
  10980.                         'description' => NULL,
  10981.                         'fields' => [
  10982.                             'id' => [
  10983.                                 'type' => 'ID!',
  10984.                                 'description' => NULL,
  10985.                             ],
  10986.                             'bicID' => [
  10987.                                 'type' => 'Int',
  10988.                                 'description' => NULL,
  10989.                             ],
  10990.                             'name' => [
  10991.                                 'type' => 'String!',
  10992.                                 'description' => NULL,
  10993.                             ],
  10994.                             'description' => [
  10995.                                 'type' => 'String',
  10996.                                 'description' => NULL,
  10997.                             ],
  10998.                         ],
  10999.                         'interfaces' => [
  11000.                         ],
  11001.                         'name' => 'JobEducationalPath',
  11002.                         'builders' => [
  11003.                         ],
  11004.                     ],
  11005.                 ],
  11006.                 'JobMarketApplyType' => [
  11007.                     'type' => 'enum',
  11008.                     'class_name' => 'JobMarketApplyTypeType',
  11009.                     'inherits' => [
  11010.                     ],
  11011.                     'decorator' => false,
  11012.                     'config' => [
  11013.                         'description' => NULL,
  11014.                         'values' => [
  11015.                             'ONLINE' => [
  11016.                                 'description' => NULL,
  11017.                                 'value' => 'ONLINE',
  11018.                             ],
  11019.                             'EMAIL' => [
  11020.                                 'description' => NULL,
  11021.                                 'value' => 'EMAIL',
  11022.                             ],
  11023.                             'PHONE' => [
  11024.                                 'description' => NULL,
  11025.                                 'value' => 'PHONE',
  11026.                             ],
  11027.                             'POSTAL' => [
  11028.                                 'description' => NULL,
  11029.                                 'value' => 'POSTAL',
  11030.                             ],
  11031.                         ],
  11032.                         'name' => 'JobMarketApplyType',
  11033.                     ],
  11034.                 ],
  11035.                 'QuestionOpen' => [
  11036.                     'type' => 'object',
  11037.                     'class_name' => 'QuestionOpenType',
  11038.                     'inherits' => [
  11039.                     ],
  11040.                     'decorator' => false,
  11041.                     'config' => [
  11042.                         'description' => NULL,
  11043.                         'fields' => [
  11044.                             'status' => [
  11045.                                 'type' => 'Status',
  11046.                                 'description' => NULL,
  11047.                             ],
  11048.                             'id' => [
  11049.                                 'type' => 'ID!',
  11050.                                 'description' => NULL,
  11051.                             ],
  11052.                             'text' => [
  11053.                                 'type' => 'String',
  11054.                                 'description' => NULL,
  11055.                             ],
  11056.                             'answers' => [
  11057.                                 'type' => '[QuestionAnswer!]',
  11058.                                 'description' => NULL,
  11059.                             ],
  11060.                             'correctAnswer' => [
  11061.                                 'type' => 'QuestionAnswer!',
  11062.                                 'description' => NULL,
  11063.                             ],
  11064.                         ],
  11065.                         'interfaces' => [
  11066.                         ],
  11067.                         'name' => 'QuestionOpen',
  11068.                         'builders' => [
  11069.                         ],
  11070.                     ],
  11071.                 ],
  11072.                 'SchoolSubject' => [
  11073.                     'type' => 'object',
  11074.                     'class_name' => 'SchoolSubjectType',
  11075.                     'inherits' => [
  11076.                     ],
  11077.                     'decorator' => false,
  11078.                     'config' => [
  11079.                         'description' => NULL,
  11080.                         'fields' => [
  11081.                             'id' => [
  11082.                                 'type' => 'ID!',
  11083.                                 'description' => NULL,
  11084.                             ],
  11085.                             'name' => [
  11086.                                 'type' => 'String!',
  11087.                                 'description' => NULL,
  11088.                             ],
  11089.                             'abbreviation' => [
  11090.                                 'type' => 'String!',
  11091.                                 'description' => NULL,
  11092.                             ],
  11093.                         ],
  11094.                         'interfaces' => [
  11095.                         ],
  11096.                         'name' => 'SchoolSubject',
  11097.                         'builders' => [
  11098.                         ],
  11099.                     ],
  11100.                 ],
  11101.                 'MilestoneStats' => [
  11102.                     'type' => 'object',
  11103.                     'class_name' => 'MilestoneStatsType',
  11104.                     'inherits' => [
  11105.                     ],
  11106.                     'decorator' => false,
  11107.                     'config' => [
  11108.                         'description' => NULL,
  11109.                         'fields' => [
  11110.                             'scoredCount' => [
  11111.                                 'type' => 'Int!',
  11112.                                 'description' => NULL,
  11113.                             ],
  11114.                             'totalCount' => [
  11115.                                 'type' => 'Int!',
  11116.                                 'description' => NULL,
  11117.                             ],
  11118.                         ],
  11119.                         'interfaces' => [
  11120.                         ],
  11121.                         'name' => 'MilestoneStats',
  11122.                         'builders' => [
  11123.                         ],
  11124.                     ],
  11125.                 ],
  11126.                 'TeachingIdeaType' => [
  11127.                     'type' => 'object',
  11128.                     'class_name' => 'TeachingIdeaTypeType',
  11129.                     'inherits' => [
  11130.                     ],
  11131.                     'decorator' => false,
  11132.                     'config' => [
  11133.                         'description' => NULL,
  11134.                         'fields' => [
  11135.                             'id' => [
  11136.                                 'type' => 'Int!',
  11137.                                 'description' => NULL,
  11138.                             ],
  11139.                             'typeName' => [
  11140.                                 'type' => 'String!',
  11141.                                 'description' => NULL,
  11142.                             ],
  11143.                         ],
  11144.                         'interfaces' => [
  11145.                         ],
  11146.                         'name' => 'TeachingIdeaType',
  11147.                         'builders' => [
  11148.                         ],
  11149.                     ],
  11150.                 ],
  11151.                 'BoPartnerProfile' => [
  11152.                     'type' => 'object',
  11153.                     'class_name' => 'BoPartnerProfileType',
  11154.                     'inherits' => [
  11155.                     ],
  11156.                     'decorator' => false,
  11157.                     'config' => [
  11158.                         'description' => NULL,
  11159.                         'fields' => [
  11160.                             'id' => [
  11161.                                 'type' => 'ID!',
  11162.                                 'description' => NULL,
  11163.                             ],
  11164.                             'uuid' => [
  11165.                                 'type' => 'String!',
  11166.                                 'description' => NULL,
  11167.                             ],
  11168.                             'name' => [
  11169.                                 'type' => 'String!',
  11170.                                 'description' => NULL,
  11171.                             ],
  11172.                             'description' => [
  11173.                                 'type' => 'String',
  11174.                                 'description' => NULL,
  11175.                             ],
  11176.                             'searchTags' => [
  11177.                                 'type' => '[SearchTag!]',
  11178.                                 'description' => NULL,
  11179.                             ],
  11180.                             'locations' => [
  11181.                                 'type' => '[BoPartnerLocation!]',
  11182.                                 'description' => NULL,
  11183.                             ],
  11184.                             'jobs' => [
  11185.                                 'type' => '[Job!]',
  11186.                                 'description' => NULL,
  11187.                             ],
  11188.                             'communication' => [
  11189.                                 'type' => '[Communication!]',
  11190.                                 'description' => NULL,
  11191.                             ],
  11192.                             'url' => [
  11193.                                 'type' => 'String',
  11194.                                 'description' => NULL,
  11195.                             ],
  11196.                             'contactGallery' => [
  11197.                                 'type' => 'ContactGallery',
  11198.                                 'description' => NULL,
  11199.                             ],
  11200.                             'mediaGallery' => [
  11201.                                 'type' => 'Gallery',
  11202.                                 'description' => NULL,
  11203.                             ],
  11204.                             'documents' => [
  11205.                                 'type' => 'Gallery',
  11206.                                 'description' => NULL,
  11207.                             ],
  11208.                             'boPartnerProfilePicture' => [
  11209.                                 'type' => 'Image',
  11210.                                 'description' => NULL,
  11211.                             ],
  11212.                             'headerPicture' => [
  11213.                                 'type' => 'Image',
  11214.                                 'description' => NULL,
  11215.                             ],
  11216.                             'profileLink' => [
  11217.                                 'type' => 'ProfileLink',
  11218.                                 'description' => NULL,
  11219.                             ],
  11220.                             'offers' => [
  11221.                                 'type' => '[Offer!]',
  11222.                                 'description' => NULL,
  11223.                             ],
  11224.                             'relatedBoPartners' => [
  11225.                                 'type' => '[BoPartnerProfile!]',
  11226.                                 'description' => NULL,
  11227.                             ],
  11228.                             'quizUrl' => [
  11229.                                 'type' => 'String',
  11230.                                 'description' => NULL,
  11231.                             ],
  11232.                             'visits' => [
  11233.                                 'type' => 'Int',
  11234.                                 'description' => NULL,
  11235.                             ],
  11236.                             'providerUrl' => [
  11237.                                 'type' => 'String',
  11238.                                 'description' => NULL,
  11239.                             ],
  11240.                         ],
  11241.                         'interfaces' => [
  11242.                             => 'ProfileInterface',
  11243.                         ],
  11244.                         'name' => 'BoPartnerProfile',
  11245.                         'builders' => [
  11246.                         ],
  11247.                     ],
  11248.                 ],
  11249.                 'JobSector' => [
  11250.                     'type' => 'object',
  11251.                     'class_name' => 'JobSectorType',
  11252.                     'inherits' => [
  11253.                     ],
  11254.                     'decorator' => false,
  11255.                     'config' => [
  11256.                         'description' => NULL,
  11257.                         'fields' => [
  11258.                             'id' => [
  11259.                                 'type' => 'ID!',
  11260.                                 'description' => NULL,
  11261.                             ],
  11262.                             'name' => [
  11263.                                 'type' => 'String!',
  11264.                                 'description' => NULL,
  11265.                             ],
  11266.                             'bicID' => [
  11267.                                 'type' => 'Int',
  11268.                                 'description' => NULL,
  11269.                             ],
  11270.                             'description' => [
  11271.                                 'type' => 'String',
  11272.                                 'description' => NULL,
  11273.                             ],
  11274.                         ],
  11275.                         'interfaces' => [
  11276.                         ],
  11277.                         'name' => 'JobSector',
  11278.                         'builders' => [
  11279.                         ],
  11280.                     ],
  11281.                 ],
  11282.                 'FaqCategory' => [
  11283.                     'type' => 'object',
  11284.                     'class_name' => 'FaqCategoryType',
  11285.                     'inherits' => [
  11286.                     ],
  11287.                     'decorator' => false,
  11288.                     'config' => [
  11289.                         'description' => NULL,
  11290.                         'fields' => [
  11291.                             'categoryName' => [
  11292.                                 'type' => 'String!',
  11293.                                 'description' => NULL,
  11294.                             ],
  11295.                             'position' => [
  11296.                                 'type' => 'Int!',
  11297.                                 'description' => NULL,
  11298.                             ],
  11299.                             'subcategories' => [
  11300.                                 'type' => '[FaqSubCategory!]',
  11301.                                 'description' => NULL,
  11302.                             ],
  11303.                         ],
  11304.                         'interfaces' => [
  11305.                         ],
  11306.                         'name' => 'FaqCategory',
  11307.                         'builders' => [
  11308.                         ],
  11309.                     ],
  11310.                 ],
  11311.                 'Game' => [
  11312.                     'type' => 'object',
  11313.                     'class_name' => 'GameType',
  11314.                     'inherits' => [
  11315.                     ],
  11316.                     'decorator' => false,
  11317.                     'config' => [
  11318.                         'description' => NULL,
  11319.                         'fields' => [
  11320.                             'status' => [
  11321.                                 'type' => 'Status!',
  11322.                                 'description' => NULL,
  11323.                             ],
  11324.                             'id' => [
  11325.                                 'type' => 'ID!',
  11326.                                 'description' => NULL,
  11327.                             ],
  11328.                             'gameType' => [
  11329.                                 'type' => 'GameType',
  11330.                                 'description' => NULL,
  11331.                             ],
  11332.                             'clientID' => [
  11333.                                 'type' => 'String',
  11334.                                 'description' => NULL,
  11335.                             ],
  11336.                             'createdAt' => [
  11337.                                 'type' => 'String',
  11338.                                 'description' => NULL,
  11339.                             ],
  11340.                         ],
  11341.                         'interfaces' => [
  11342.                         ],
  11343.                         'name' => 'Game',
  11344.                         'builders' => [
  11345.                         ],
  11346.                     ],
  11347.                 ],
  11348.                 'SchoolProfile' => [
  11349.                     'type' => 'object',
  11350.                     'class_name' => 'SchoolProfileType',
  11351.                     'inherits' => [
  11352.                     ],
  11353.                     'decorator' => false,
  11354.                     'config' => [
  11355.                         'description' => NULL,
  11356.                         'fields' => [
  11357.                             'id' => [
  11358.                                 'type' => 'ID!',
  11359.                                 'description' => NULL,
  11360.                             ],
  11361.                             'uuid' => [
  11362.                                 'type' => 'String!',
  11363.                                 'description' => NULL,
  11364.                             ],
  11365.                             'name' => [
  11366.                                 'type' => 'String!',
  11367.                                 'description' => NULL,
  11368.                             ],
  11369.                             'description' => [
  11370.                                 'type' => 'String',
  11371.                                 'description' => NULL,
  11372.                             ],
  11373.                             'searchTags' => [
  11374.                                 'type' => '[SearchTag!]',
  11375.                                 'description' => NULL,
  11376.                             ],
  11377.                             'locations' => [
  11378.                                 'type' => '[SchoolLocation!]',
  11379.                                 'description' => NULL,
  11380.                             ],
  11381.                             'jobs' => [
  11382.                                 'type' => '[Job!]',
  11383.                                 'description' => NULL,
  11384.                             ],
  11385.                             'communication' => [
  11386.                                 'type' => '[Communication!]',
  11387.                                 'description' => NULL,
  11388.                             ],
  11389.                             'url' => [
  11390.                                 'type' => 'String',
  11391.                                 'description' => NULL,
  11392.                             ],
  11393.                             'contactGallery' => [
  11394.                                 'type' => 'ContactGallery',
  11395.                                 'description' => NULL,
  11396.                             ],
  11397.                             'mediaGallery' => [
  11398.                                 'type' => 'Gallery',
  11399.                                 'description' => NULL,
  11400.                             ],
  11401.                             'documents' => [
  11402.                                 'type' => 'Gallery',
  11403.                                 'description' => NULL,
  11404.                             ],
  11405.                             'trainingInformation' => [
  11406.                                 'type' => 'String',
  11407.                                 'description' => NULL,
  11408.                             ],
  11409.                             'certificateInformation' => [
  11410.                                 'type' => 'String',
  11411.                                 'description' => NULL,
  11412.                             ],
  11413.                             'schoolProfilePicture' => [
  11414.                                 'type' => 'Image',
  11415.                                 'description' => NULL,
  11416.                             ],
  11417.                             'headerPicture' => [
  11418.                                 'type' => 'Image',
  11419.                                 'description' => NULL,
  11420.                             ],
  11421.                             'profileLink' => [
  11422.                                 'type' => 'ProfileLink',
  11423.                                 'description' => NULL,
  11424.                             ],
  11425.                             'offers' => [
  11426.                                 'type' => '[Offer!]',
  11427.                                 'description' => NULL,
  11428.                             ],
  11429.                             'relatedSchools' => [
  11430.                                 'type' => '[SchoolProfile!]',
  11431.                                 'description' => NULL,
  11432.                             ],
  11433.                             'stories' => [
  11434.                                 'type' => '[Story!]',
  11435.                                 'description' => NULL,
  11436.                             ],
  11437.                             'videoUrl' => [
  11438.                                 'type' => 'String',
  11439.                                 'description' => NULL,
  11440.                             ],
  11441.                             'quizUrl' => [
  11442.                                 'type' => 'String',
  11443.                                 'description' => NULL,
  11444.                             ],
  11445.                             'visits' => [
  11446.                                 'type' => 'Int',
  11447.                                 'description' => NULL,
  11448.                             ],
  11449.                             'providerUrl' => [
  11450.                                 'type' => 'String',
  11451.                                 'description' => NULL,
  11452.                             ],
  11453.                         ],
  11454.                         'interfaces' => [
  11455.                             => 'ProfileInterface',
  11456.                         ],
  11457.                         'name' => 'SchoolProfile',
  11458.                         'builders' => [
  11459.                         ],
  11460.                     ],
  11461.                 ],
  11462.                 'InTeachingIdea' => [
  11463.                     'type' => 'input-object',
  11464.                     'class_name' => 'InTeachingIdeaType',
  11465.                     'inherits' => [
  11466.                     ],
  11467.                     'decorator' => false,
  11468.                     'config' => [
  11469.                         'description' => NULL,
  11470.                         'fields' => [
  11471.                             'teachingIdeaType' => [
  11472.                                 'type' => 'Int!',
  11473.                                 'description' => NULL,
  11474.                             ],
  11475.                             'implementedAt' => [
  11476.                                 'type' => 'String!',
  11477.                                 'description' => NULL,
  11478.                             ],
  11479.                             'difficulties' => [
  11480.                                 'type' => 'String!',
  11481.                                 'description' => NULL,
  11482.                             ],
  11483.                             'worksWell' => [
  11484.                                 'type' => 'String!',
  11485.                                 'description' => NULL,
  11486.                             ],
  11487.                             'note' => [
  11488.                                 'type' => 'String!',
  11489.                                 'description' => NULL,
  11490.                             ],
  11491.                             'rating' => [
  11492.                                 'type' => 'Int!',
  11493.                                 'description' => NULL,
  11494.                             ],
  11495.                         ],
  11496.                         'name' => 'InTeachingIdea',
  11497.                     ],
  11498.                 ],
  11499.                 'InTeacherUser' => [
  11500.                     'type' => 'input-object',
  11501.                     'class_name' => 'InTeacherUserType',
  11502.                     'inherits' => [
  11503.                     ],
  11504.                     'decorator' => false,
  11505.                     'config' => [
  11506.                         'description' => NULL,
  11507.                         'fields' => [
  11508.                             'picture' => [
  11509.                                 'type' => 'UploadFile',
  11510.                                 'description' => NULL,
  11511.                             ],
  11512.                             'title' => [
  11513.                                 'type' => '[Int!]',
  11514.                                 'description' => NULL,
  11515.                             ],
  11516.                             'firstname' => [
  11517.                                 'type' => 'String!',
  11518.                                 'description' => NULL,
  11519.                             ],
  11520.                             'lastname' => [
  11521.                                 'type' => 'String!',
  11522.                                 'description' => NULL,
  11523.                             ],
  11524.                             'email' => [
  11525.                                 'type' => 'String!',
  11526.                                 'description' => NULL,
  11527.                             ],
  11528.                             'currentPassword' => [
  11529.                                 'type' => 'String',
  11530.                                 'description' => NULL,
  11531.                             ],
  11532.                             'newPassword' => [
  11533.                                 'type' => 'String',
  11534.                                 'description' => NULL,
  11535.                             ],
  11536.                         ],
  11537.                         'name' => 'InTeacherUser',
  11538.                     ],
  11539.                 ],
  11540.                 'InJobMarket' => [
  11541.                     'type' => 'input-object',
  11542.                     'class_name' => 'InJobMarketType',
  11543.                     'inherits' => [
  11544.                     ],
  11545.                     'decorator' => false,
  11546.                     'config' => [
  11547.                         'description' => NULL,
  11548.                         'fields' => [
  11549.                             'submitType' => [
  11550.                                 'type' => 'JobMarketSubmitType!',
  11551.                                 'description' => NULL,
  11552.                             ],
  11553.                             'openDate' => [
  11554.                                 'type' => 'String!',
  11555.                                 'description' => NULL,
  11556.                             ],
  11557.                             'closeDate' => [
  11558.                                 'type' => 'String!',
  11559.                                 'description' => NULL,
  11560.                             ],
  11561.                             'name' => [
  11562.                                 'type' => 'String!',
  11563.                                 'description' => NULL,
  11564.                             ],
  11565.                             'positionType' => [
  11566.                                 'type' => 'JobMarketPositionType!',
  11567.                                 'description' => NULL,
  11568.                             ],
  11569.                             'applyType' => [
  11570.                                 'type' => 'JobMarketApplyType!',
  11571.                                 'description' => NULL,
  11572.                             ],
  11573.                             'applyUntil' => [
  11574.                                 'type' => 'String',
  11575.                                 'description' => NULL,
  11576.                             ],
  11577.                             'description' => [
  11578.                                 'type' => 'String!',
  11579.                                 'description' => NULL,
  11580.                             ],
  11581.                             'requirements' => [
  11582.                                 'type' => 'String!',
  11583.                                 'description' => NULL,
  11584.                             ],
  11585.                             'salary' => [
  11586.                                 'type' => 'String',
  11587.                                 'description' => NULL,
  11588.                             ],
  11589.                             'numberOfPositions' => [
  11590.                                 'type' => 'Int!',
  11591.                                 'description' => NULL,
  11592.                             ],
  11593.                             'startDate' => [
  11594.                                 'type' => 'String',
  11595.                                 'description' => NULL,
  11596.                             ],
  11597.                             'additionalInfo' => [
  11598.                                 'type' => 'String',
  11599.                                 'description' => NULL,
  11600.                             ],
  11601.                             'contactID' => [
  11602.                                 'type' => 'Int!',
  11603.                                 'description' => NULL,
  11604.                             ],
  11605.                             'addressID' => [
  11606.                                 'type' => 'Int!',
  11607.                                 'description' => NULL,
  11608.                             ],
  11609.                             'jobIDs' => [
  11610.                                 'type' => '[Int!]',
  11611.                                 'description' => NULL,
  11612.                             ],
  11613.                             'pdf' => [
  11614.                                 'type' => 'UploadFile',
  11615.                                 'description' => NULL,
  11616.                             ],
  11617.                         ],
  11618.                         'name' => 'InJobMarket',
  11619.                     ],
  11620.                 ],
  11621.                 'InRegisterPerson' => [
  11622.                     'type' => 'input-object',
  11623.                     'class_name' => 'InRegisterPersonType',
  11624.                     'inherits' => [
  11625.                     ],
  11626.                     'decorator' => false,
  11627.                     'config' => [
  11628.                         'description' => NULL,
  11629.                         'fields' => [
  11630.                             'gender' => [
  11631.                                 'type' => 'Int!',
  11632.                                 'description' => NULL,
  11633.                             ],
  11634.                             'firstname' => [
  11635.                                 'type' => 'String!',
  11636.                                 'description' => NULL,
  11637.                             ],
  11638.                             'lastname' => [
  11639.                                 'type' => 'String!',
  11640.                                 'description' => NULL,
  11641.                             ],
  11642.                         ],
  11643.                         'name' => 'InRegisterPerson',
  11644.                     ],
  11645.                 ],
  11646.                 'InLink' => [
  11647.                     'type' => 'input-object',
  11648.                     'class_name' => 'InLinkType',
  11649.                     'inherits' => [
  11650.                     ],
  11651.                     'decorator' => false,
  11652.                     'config' => [
  11653.                         'description' => NULL,
  11654.                         'fields' => [
  11655.                             'linkType' => [
  11656.                                 'type' => 'ProfileLinkType!',
  11657.                                 'description' => NULL,
  11658.                             ],
  11659.                             'url' => [
  11660.                                 'type' => 'String!',
  11661.                                 'description' => NULL,
  11662.                             ],
  11663.                         ],
  11664.                         'name' => 'InLink',
  11665.                     ],
  11666.                 ],
  11667.                 'InRegisterLogin' => [
  11668.                     'type' => 'input-object',
  11669.                     'class_name' => 'InRegisterLoginType',
  11670.                     'inherits' => [
  11671.                     ],
  11672.                     'decorator' => false,
  11673.                     'config' => [
  11674.                         'description' => NULL,
  11675.                         'fields' => [
  11676.                             'email' => [
  11677.                                 'type' => 'String!',
  11678.                                 'description' => NULL,
  11679.                             ],
  11680.                             'password' => [
  11681.                                 'type' => 'String!',
  11682.                                 'description' => NULL,
  11683.                             ],
  11684.                         ],
  11685.                         'name' => 'InRegisterLogin',
  11686.                     ],
  11687.                 ],
  11688.                 'InLinks' => [
  11689.                     'type' => 'input-object',
  11690.                     'class_name' => 'InLinksType',
  11691.                     'inherits' => [
  11692.                     ],
  11693.                     'decorator' => false,
  11694.                     'config' => [
  11695.                         'description' => NULL,
  11696.                         'fields' => [
  11697.                             'entries' => [
  11698.                                 'type' => '[InLink!]',
  11699.                                 'description' => NULL,
  11700.                             ],
  11701.                         ],
  11702.                         'name' => 'InLinks',
  11703.                     ],
  11704.                 ],
  11705.                 'InSchoolClass' => [
  11706.                     'type' => 'input-object',
  11707.                     'class_name' => 'InSchoolClassType',
  11708.                     'inherits' => [
  11709.                     ],
  11710.                     'decorator' => false,
  11711.                     'config' => [
  11712.                         'description' => NULL,
  11713.                         'fields' => [
  11714.                             'schoolClassGradeID' => [
  11715.                                 'type' => 'Int!',
  11716.                                 'description' => NULL,
  11717.                             ],
  11718.                             'schoolClassYear' => [
  11719.                                 'type' => 'Int!',
  11720.                                 'description' => NULL,
  11721.                             ],
  11722.                             'classNumber' => [
  11723.                                 'type' => 'String!',
  11724.                                 'description' => NULL,
  11725.                             ],
  11726.                             'classAddition' => [
  11727.                                 'type' => 'String!',
  11728.                                 'description' => NULL,
  11729.                             ],
  11730.                             'numScholars' => [
  11731.                                 'type' => 'Int!',
  11732.                                 'description' => NULL,
  11733.                             ],
  11734.                             'teacherIDs' => [
  11735.                                 'type' => '[Int!]',
  11736.                                 'description' => NULL,
  11737.                             ],
  11738.                         ],
  11739.                         'name' => 'InSchoolClass',
  11740.                     ],
  11741.                 ],
  11742.                 'InRegisterOrganisation' => [
  11743.                     'type' => 'input-object',
  11744.                     'class_name' => 'InRegisterOrganisationType',
  11745.                     'inherits' => [
  11746.                     ],
  11747.                     'decorator' => false,
  11748.                     'config' => [
  11749.                         'description' => NULL,
  11750.                         'fields' => [
  11751.                             'name' => [
  11752.                                 'type' => 'String!',
  11753.                                 'description' => NULL,
  11754.                             ],
  11755.                             'wkoNr' => [
  11756.                                 'type' => 'String',
  11757.                                 'description' => NULL,
  11758.                             ],
  11759.                             'street' => [
  11760.                                 'type' => 'String!',
  11761.                                 'description' => NULL,
  11762.                             ],
  11763.                             'zip' => [
  11764.                                 'type' => 'String!',
  11765.                                 'description' => NULL,
  11766.                             ],
  11767.                             'place' => [
  11768.                                 'type' => 'String!',
  11769.                                 'description' => NULL,
  11770.                             ],
  11771.                         ],
  11772.                         'name' => 'InRegisterOrganisation',
  11773.                     ],
  11774.                 ],
  11775.                 'InQuizQuestion' => [
  11776.                     'type' => 'input-object',
  11777.                     'class_name' => 'InQuizQuestionType',
  11778.                     'inherits' => [
  11779.                     ],
  11780.                     'decorator' => false,
  11781.                     'config' => [
  11782.                         'description' => NULL,
  11783.                         'fields' => [
  11784.                             'questionNumber' => [
  11785.                                 'type' => 'Int!',
  11786.                                 'description' => NULL,
  11787.                             ],
  11788.                             'question' => [
  11789.                                 'type' => 'String!',
  11790.                                 'description' => NULL,
  11791.                             ],
  11792.                             'correctAnswer' => [
  11793.                                 'type' => 'String!',
  11794.                                 'description' => NULL,
  11795.                             ],
  11796.                             'wrongAnswer1' => [
  11797.                                 'type' => 'String!',
  11798.                                 'description' => NULL,
  11799.                             ],
  11800.                             'wrongAnswer2' => [
  11801.                                 'type' => 'String!',
  11802.                                 'description' => NULL,
  11803.                             ],
  11804.                             'wrongAnswer3' => [
  11805.                                 'type' => 'String!',
  11806.                                 'description' => NULL,
  11807.                             ],
  11808.                         ],
  11809.                         'name' => 'InQuizQuestion',
  11810.                     ],
  11811.                 ],
  11812.                 'InLocation' => [
  11813.                     'type' => 'input-object',
  11814.                     'class_name' => 'InLocationType',
  11815.                     'inherits' => [
  11816.                     ],
  11817.                     'decorator' => false,
  11818.                     'config' => [
  11819.                         'description' => NULL,
  11820.                         'fields' => [
  11821.                             'locationname' => [
  11822.                                 'type' => 'String!',
  11823.                                 'description' => NULL,
  11824.                             ],
  11825.                             'street' => [
  11826.                                 'type' => 'String!',
  11827.                                 'description' => NULL,
  11828.                             ],
  11829.                             'zip' => [
  11830.                                 'type' => 'String!',
  11831.                                 'description' => NULL,
  11832.                             ],
  11833.                             'city' => [
  11834.                                 'type' => 'String!',
  11835.                                 'description' => NULL,
  11836.                             ],
  11837.                             'lat' => [
  11838.                                 'type' => 'String',
  11839.                                 'description' => NULL,
  11840.                             ],
  11841.                             'lon' => [
  11842.                                 'type' => 'String',
  11843.                                 'description' => NULL,
  11844.                             ],
  11845.                         ],
  11846.                         'name' => 'InLocation',
  11847.                     ],
  11848.                 ],
  11849.                 'InContactPerson' => [
  11850.                     'type' => 'input-object',
  11851.                     'class_name' => 'InContactPersonType',
  11852.                     'inherits' => [
  11853.                     ],
  11854.                     'decorator' => false,
  11855.                     'config' => [
  11856.                         'description' => NULL,
  11857.                         'fields' => [
  11858.                             'picture' => [
  11859.                                 'type' => 'UploadFile',
  11860.                                 'description' => NULL,
  11861.                             ],
  11862.                             'title' => [
  11863.                                 'type' => '[Int!]',
  11864.                                 'description' => NULL,
  11865.                             ],
  11866.                             'firstname' => [
  11867.                                 'type' => 'String!',
  11868.                                 'description' => NULL,
  11869.                             ],
  11870.                             'lastname' => [
  11871.                                 'type' => 'String!',
  11872.                                 'description' => NULL,
  11873.                             ],
  11874.                             'position' => [
  11875.                                 'type' => 'String',
  11876.                                 'description' => NULL,
  11877.                             ],
  11878.                             'phone' => [
  11879.                                 'type' => 'String!',
  11880.                                 'description' => NULL,
  11881.                             ],
  11882.                             'email' => [
  11883.                                 'type' => 'String!',
  11884.                                 'description' => NULL,
  11885.                             ],
  11886.                         ],
  11887.                         'name' => 'InContactPerson',
  11888.                     ],
  11889.                 ],
  11890.                 'InformationLinkType' => [
  11891.                     'type' => 'object',
  11892.                     'class_name' => 'InformationLinkTypeType',
  11893.                     'inherits' => [
  11894.                     ],
  11895.                     'decorator' => false,
  11896.                     'config' => [
  11897.                         'description' => NULL,
  11898.                         'fields' => [
  11899.                             'id' => [
  11900.                                 'type' => 'ID!',
  11901.                                 'description' => NULL,
  11902.                             ],
  11903.                             'typeName' => [
  11904.                                 'type' => 'String!',
  11905.                                 'description' => NULL,
  11906.                             ],
  11907.                         ],
  11908.                         'interfaces' => [
  11909.                         ],
  11910.                         'name' => 'InformationLinkType',
  11911.                         'builders' => [
  11912.                         ],
  11913.                     ],
  11914.                 ],
  11915.                 'JobSchool' => [
  11916.                     'type' => 'object',
  11917.                     'class_name' => 'JobSchoolType',
  11918.                     'inherits' => [
  11919.                     ],
  11920.                     'decorator' => false,
  11921.                     'config' => [
  11922.                         'description' => NULL,
  11923.                         'fields' => [
  11924.                             'id' => [
  11925.                                 'type' => 'ID!',
  11926.                                 'description' => NULL,
  11927.                             ],
  11928.                             'school' => [
  11929.                                 'type' => 'School!',
  11930.                                 'description' => NULL,
  11931.                             ],
  11932.                         ],
  11933.                         'interfaces' => [
  11934.                         ],
  11935.                         'name' => 'JobSchool',
  11936.                         'builders' => [
  11937.                         ],
  11938.                     ],
  11939.                 ],
  11940.                 'SchoolClassGrade' => [
  11941.                     'type' => 'object',
  11942.                     'class_name' => 'SchoolClassGradeType',
  11943.                     'inherits' => [
  11944.                     ],
  11945.                     'decorator' => false,
  11946.                     'config' => [
  11947.                         'description' => NULL,
  11948.                         'fields' => [
  11949.                             'id' => [
  11950.                                 'type' => 'ID!',
  11951.                                 'description' => NULL,
  11952.                             ],
  11953.                             'name' => [
  11954.                                 'type' => 'String!',
  11955.                                 'description' => NULL,
  11956.                             ],
  11957.                         ],
  11958.                         'interfaces' => [
  11959.                         ],
  11960.                         'name' => 'SchoolClassGrade',
  11961.                         'builders' => [
  11962.                         ],
  11963.                     ],
  11964.                 ],
  11965.                 'GalleryType' => [
  11966.                     'type' => 'enum',
  11967.                     'class_name' => 'GalleryTypeType',
  11968.                     'inherits' => [
  11969.                     ],
  11970.                     'decorator' => false,
  11971.                     'config' => [
  11972.                         'description' => NULL,
  11973.                         'values' => [
  11974.                             'IMAGE' => [
  11975.                                 'description' => NULL,
  11976.                                 'value' => 'IMAGE',
  11977.                             ],
  11978.                             'DOCUMENT' => [
  11979.                                 'description' => NULL,
  11980.                                 'value' => 'DOCUMENT',
  11981.                             ],
  11982.                             'VIDEO' => [
  11983.                                 'description' => NULL,
  11984.                                 'value' => 'VIDEO',
  11985.                             ],
  11986.                         ],
  11987.                         'name' => 'GalleryType',
  11988.                     ],
  11989.                 ],
  11990.                 'JobRedirect' => [
  11991.                     'type' => 'object',
  11992.                     'class_name' => 'JobRedirectType',
  11993.                     'inherits' => [
  11994.                     ],
  11995.                     'decorator' => false,
  11996.                     'config' => [
  11997.                         'description' => NULL,
  11998.                         'fields' => [
  11999.                             'bicID' => [
  12000.                                 'type' => 'Int!',
  12001.                                 'description' => NULL,
  12002.                             ],
  12003.                             'jobName' => [
  12004.                                 'type' => 'String!',
  12005.                                 'description' => NULL,
  12006.                             ],
  12007.                             'redirectType' => [
  12008.                                 'type' => 'JobRedirectType!',
  12009.                                 'description' => NULL,
  12010.                             ],
  12011.                         ],
  12012.                         'interfaces' => [
  12013.                         ],
  12014.                         'name' => 'JobRedirect',
  12015.                         'builders' => [
  12016.                         ],
  12017.                     ],
  12018.                 ],
  12019.                 'ExternalLink' => [
  12020.                     'type' => 'object',
  12021.                     'class_name' => 'ExternalLinkType',
  12022.                     'inherits' => [
  12023.                     ],
  12024.                     'decorator' => false,
  12025.                     'config' => [
  12026.                         'description' => NULL,
  12027.                         'fields' => [
  12028.                             'heading' => [
  12029.                                 'type' => 'String!',
  12030.                                 'description' => NULL,
  12031.                             ],
  12032.                             'subHeading' => [
  12033.                                 'type' => 'String',
  12034.                                 'description' => NULL,
  12035.                             ],
  12036.                             'typeName' => [
  12037.                                 'type' => 'String!',
  12038.                                 'description' => NULL,
  12039.                             ],
  12040.                             'position' => [
  12041.                                 'type' => 'Int',
  12042.                                 'description' => NULL,
  12043.                             ],
  12044.                             'image' => [
  12045.                                 'type' => 'Image',
  12046.                                 'description' => NULL,
  12047.                             ],
  12048.                             'link' => [
  12049.                                 'type' => 'String!',
  12050.                                 'description' => NULL,
  12051.                             ],
  12052.                             'linkTargetType' => [
  12053.                                 'type' => 'LinkTargetType!',
  12054.                                 'description' => NULL,
  12055.                             ],
  12056.                         ],
  12057.                         'interfaces' => [
  12058.                         ],
  12059.                         'name' => 'ExternalLink',
  12060.                         'builders' => [
  12061.                         ],
  12062.                     ],
  12063.                 ],
  12064.                 'ContactGalleryEntry' => [
  12065.                     'type' => 'object',
  12066.                     'class_name' => 'ContactGalleryEntryType',
  12067.                     'inherits' => [
  12068.                     ],
  12069.                     'decorator' => false,
  12070.                     'config' => [
  12071.                         'description' => NULL,
  12072.                         'fields' => [
  12073.                             'id' => [
  12074.                                 'type' => 'ID!',
  12075.                                 'description' => NULL,
  12076.                             ],
  12077.                             'contact' => [
  12078.                                 'type' => 'Contact!',
  12079.                                 'description' => NULL,
  12080.                             ],
  12081.                         ],
  12082.                         'interfaces' => [
  12083.                         ],
  12084.                         'name' => 'ContactGalleryEntry',
  12085.                         'builders' => [
  12086.                         ],
  12087.                     ],
  12088.                 ],
  12089.                 'ContactGallery' => [
  12090.                     'type' => 'object',
  12091.                     'class_name' => 'ContactGalleryType',
  12092.                     'inherits' => [
  12093.                     ],
  12094.                     'decorator' => false,
  12095.                     'config' => [
  12096.                         'description' => NULL,
  12097.                         'fields' => [
  12098.                             'status' => [
  12099.                                 'type' => 'Status!',
  12100.                                 'description' => NULL,
  12101.                             ],
  12102.                             'id' => [
  12103.                                 'type' => 'ID!',
  12104.                                 'description' => NULL,
  12105.                             ],
  12106.                             'galleryEntries' => [
  12107.                                 'type' => '[ContactGalleryEntry!]',
  12108.                                 'description' => NULL,
  12109.                             ],
  12110.                         ],
  12111.                         'interfaces' => [
  12112.                         ],
  12113.                         'name' => 'ContactGallery',
  12114.                         'builders' => [
  12115.                         ],
  12116.                     ],
  12117.                 ],
  12118.                 'NextStoryPreview' => [
  12119.                     'type' => 'object',
  12120.                     'class_name' => 'NextStoryPreviewType',
  12121.                     'inherits' => [
  12122.                     ],
  12123.                     'decorator' => false,
  12124.                     'config' => [
  12125.                         'description' => NULL,
  12126.                         'fields' => [
  12127.                             'avatar' => [
  12128.                                 'type' => 'Image',
  12129.                                 'description' => NULL,
  12130.                             ],
  12131.                             'title' => [
  12132.                                 'type' => 'String',
  12133.                                 'description' => NULL,
  12134.                             ],
  12135.                             'linkTitle' => [
  12136.                                 'type' => 'String',
  12137.                                 'description' => NULL,
  12138.                             ],
  12139.                             'portrait' => [
  12140.                                 'type' => 'String',
  12141.                                 'description' => NULL,
  12142.                             ],
  12143.                             'storyId' => [
  12144.                                 'type' => 'String',
  12145.                                 'description' => NULL,
  12146.                             ],
  12147.                         ],
  12148.                         'interfaces' => [
  12149.                         ],
  12150.                         'name' => 'NextStoryPreview',
  12151.                         'builders' => [
  12152.                         ],
  12153.                     ],
  12154.                 ],
  12155.                 'JobMarketAdditionalInfo' => [
  12156.                     'type' => 'object',
  12157.                     'class_name' => 'JobMarketAdditionalInfoType',
  12158.                     'inherits' => [
  12159.                     ],
  12160.                     'decorator' => false,
  12161.                     'config' => [
  12162.                         'description' => NULL,
  12163.                         'fields' => [
  12164.                             'from' => [
  12165.                                 'type' => 'String',
  12166.                                 'description' => NULL,
  12167.                             ],
  12168.                             'to' => [
  12169.                                 'type' => 'String',
  12170.                                 'description' => NULL,
  12171.                             ],
  12172.                             'workFrom' => [
  12173.                                 'type' => 'String',
  12174.                                 'description' => NULL,
  12175.                             ],
  12176.                             'workTo' => [
  12177.                                 'type' => 'String',
  12178.                                 'description' => NULL,
  12179.                             ],
  12180.                             'age' => [
  12181.                                 'type' => 'String',
  12182.                                 'description' => NULL,
  12183.                             ],
  12184.                         ],
  12185.                         'interfaces' => [
  12186.                         ],
  12187.                         'name' => 'JobMarketAdditionalInfo',
  12188.                         'builders' => [
  12189.                         ],
  12190.                     ],
  12191.                 ],
  12192.                 'RoundPlayers' => [
  12193.                     'type' => 'object',
  12194.                     'class_name' => 'RoundPlayersType',
  12195.                     'inherits' => [
  12196.                     ],
  12197.                     'decorator' => false,
  12198.                     'config' => [
  12199.                         'description' => NULL,
  12200.                         'fields' => [
  12201.                             'highscore' => [
  12202.                                 'type' => 'Int!',
  12203.                                 'description' => NULL,
  12204.                             ],
  12205.                             'entries' => [
  12206.                                 'type' => '[RoundPlayersEntry!]',
  12207.                                 'description' => NULL,
  12208.                             ],
  12209.                         ],
  12210.                         'interfaces' => [
  12211.                         ],
  12212.                         'name' => 'RoundPlayers',
  12213.                         'builders' => [
  12214.                         ],
  12215.                     ],
  12216.                 ],
  12217.                 'SchoolClassYear' => [
  12218.                     'type' => 'object',
  12219.                     'class_name' => 'SchoolClassYearType',
  12220.                     'inherits' => [
  12221.                     ],
  12222.                     'decorator' => false,
  12223.                     'config' => [
  12224.                         'description' => NULL,
  12225.                         'fields' => [
  12226.                             'id' => [
  12227.                                 'type' => 'ID!',
  12228.                                 'description' => NULL,
  12229.                             ],
  12230.                             'name' => [
  12231.                                 'type' => 'String!',
  12232.                                 'description' => NULL,
  12233.                             ],
  12234.                             'startYear' => [
  12235.                                 'type' => 'String!',
  12236.                                 'description' => NULL,
  12237.                             ],
  12238.                             'endYear' => [
  12239.                                 'type' => 'String!',
  12240.                                 'description' => NULL,
  12241.                             ],
  12242.                         ],
  12243.                         'interfaces' => [
  12244.                         ],
  12245.                         'name' => 'SchoolClassYear',
  12246.                         'builders' => [
  12247.                         ],
  12248.                     ],
  12249.                 ],
  12250.                 'OfferList' => [
  12251.                     'type' => 'object',
  12252.                     'class_name' => 'OfferListType',
  12253.                     'inherits' => [
  12254.                     ],
  12255.                     'decorator' => false,
  12256.                     'config' => [
  12257.                         'description' => NULL,
  12258.                         'fields' => [
  12259.                             'boPartnerTypes' => [
  12260.                                 'type' => '[Offer!]',
  12261.                                 'description' => NULL,
  12262.                             ],
  12263.                             'companyTypes' => [
  12264.                                 'type' => '[Offer!]',
  12265.                                 'description' => NULL,
  12266.                             ],
  12267.                             'schoolTypes' => [
  12268.                                 'type' => '[Offer!]',
  12269.                                 'description' => NULL,
  12270.                             ],
  12271.                         ],
  12272.                         'interfaces' => [
  12273.                         ],
  12274.                         'name' => 'OfferList',
  12275.                         'builders' => [
  12276.                         ],
  12277.                     ],
  12278.                 ],
  12279.                 'SchoolClassGameHistory' => [
  12280.                     'type' => 'object',
  12281.                     'class_name' => 'SchoolClassGameHistoryType',
  12282.                     'inherits' => [
  12283.                     ],
  12284.                     'decorator' => false,
  12285.                     'config' => [
  12286.                         'description' => NULL,
  12287.                         'fields' => [
  12288.                             'status' => [
  12289.                                 'type' => 'Status!',
  12290.                                 'description' => NULL,
  12291.                             ],
  12292.                             'schoolClassID' => [
  12293.                                 'type' => 'Int',
  12294.                                 'description' => NULL,
  12295.                             ],
  12296.                             'points' => [
  12297.                                 'type' => 'Float',
  12298.                                 'description' => NULL,
  12299.                             ],
  12300.                             'playtime' => [
  12301.                                 'type' => 'Int',
  12302.                                 'description' => NULL,
  12303.                             ],
  12304.                             'createdAt' => [
  12305.                                 'type' => 'String',
  12306.                                 'description' => NULL,
  12307.                             ],
  12308.                         ],
  12309.                         'interfaces' => [
  12310.                         ],
  12311.                         'name' => 'SchoolClassGameHistory',
  12312.                         'builders' => [
  12313.                         ],
  12314.                     ],
  12315.                 ],
  12316.                 'Benefit' => [
  12317.                     'type' => 'object',
  12318.                     'class_name' => 'BenefitType',
  12319.                     'inherits' => [
  12320.                     ],
  12321.                     'decorator' => false,
  12322.                     'config' => [
  12323.                         'description' => NULL,
  12324.                         'fields' => [
  12325.                             'id' => [
  12326.                                 'type' => 'ID!',
  12327.                                 'description' => NULL,
  12328.                             ],
  12329.                             'name' => [
  12330.                                 'type' => 'String!',
  12331.                                 'description' => NULL,
  12332.                             ],
  12333.                         ],
  12334.                         'interfaces' => [
  12335.                         ],
  12336.                         'name' => 'Benefit',
  12337.                         'builders' => [
  12338.                         ],
  12339.                     ],
  12340.                 ],
  12341.                 'JobLink' => [
  12342.                     'type' => 'object',
  12343.                     'class_name' => 'JobLinkType',
  12344.                     'inherits' => [
  12345.                     ],
  12346.                     'decorator' => false,
  12347.                     'config' => [
  12348.                         'description' => NULL,
  12349.                         'fields' => [
  12350.                             'id' => [
  12351.                                 'type' => 'ID!',
  12352.                                 'description' => NULL,
  12353.                             ],
  12354.                             'url' => [
  12355.                                 'type' => 'String',
  12356.                                 'description' => NULL,
  12357.                             ],
  12358.                             'title' => [
  12359.                                 'type' => 'String',
  12360.                                 'description' => NULL,
  12361.                             ],
  12362.                             'start' => [
  12363.                                 'type' => 'Int',
  12364.                                 'description' => NULL,
  12365.                             ],
  12366.                             'end' => [
  12367.                                 'type' => 'Int',
  12368.                                 'description' => NULL,
  12369.                             ],
  12370.                             'titleFrontend' => [
  12371.                                 'type' => 'String',
  12372.                                 'description' => NULL,
  12373.                             ],
  12374.                             'titleBackend' => [
  12375.                                 'type' => 'String',
  12376.                                 'description' => NULL,
  12377.                             ],
  12378.                         ],
  12379.                         'interfaces' => [
  12380.                         ],
  12381.                         'name' => 'JobLink',
  12382.                         'builders' => [
  12383.                         ],
  12384.                     ],
  12385.                 ],
  12386.                 'JobRedirectType' => [
  12387.                     'type' => 'enum',
  12388.                     'class_name' => 'JobRedirectTypeType',
  12389.                     'inherits' => [
  12390.                     ],
  12391.                     'decorator' => false,
  12392.                     'config' => [
  12393.                         'description' => NULL,
  12394.                         'values' => [
  12395.                             'ALTERNATIVES' => [
  12396.                                 'description' => NULL,
  12397.                                 'value' => 'ALTERNATIVES',
  12398.                             ],
  12399.                             'CONNECTED' => [
  12400.                                 'description' => NULL,
  12401.                                 'value' => 'CONNECTED',
  12402.                             ],
  12403.                             'DESCRIPTION' => [
  12404.                                 'description' => NULL,
  12405.                                 'value' => 'DESCRIPTION',
  12406.                             ],
  12407.                             'EXPIRED' => [
  12408.                                 'description' => NULL,
  12409.                                 'value' => 'EXPIRED',
  12410.                             ],
  12411.                             'SPECIALIZED' => [
  12412.                                 'description' => NULL,
  12413.                                 'value' => 'SPECIALIZED',
  12414.                             ],
  12415.                             'REDIRECT' => [
  12416.                                 'description' => NULL,
  12417.                                 'value' => 'REDIRECT',
  12418.                             ],
  12419.                         ],
  12420.                         'name' => 'JobRedirectType',
  12421.                     ],
  12422.                 ],
  12423.                 'JobMarketPositionType' => [
  12424.                     'type' => 'enum',
  12425.                     'class_name' => 'JobMarketPositionTypeType',
  12426.                     'inherits' => [
  12427.                     ],
  12428.                     'decorator' => false,
  12429.                     'config' => [
  12430.                         'description' => NULL,
  12431.                         'values' => [
  12432.                             'LEHRSTELLE' => [
  12433.                                 'description' => NULL,
  12434.                                 'value' => 'LEHRSTELLE',
  12435.                             ],
  12436.                             'FERIALJOB' => [
  12437.                                 'description' => NULL,
  12438.                                 'value' => 'FERIALJOB',
  12439.                             ],
  12440.                             'PRAKTIKUM' => [
  12441.                                 'description' => NULL,
  12442.                                 'value' => 'PRAKTIKUM',
  12443.                             ],
  12444.                         ],
  12445.                         'name' => 'JobMarketPositionType',
  12446.                     ],
  12447.                 ],
  12448.                 'Tag' => [
  12449.                     'type' => 'object',
  12450.                     'class_name' => 'TagType',
  12451.                     'inherits' => [
  12452.                     ],
  12453.                     'decorator' => false,
  12454.                     'config' => [
  12455.                         'description' => NULL,
  12456.                         'fields' => [
  12457.                             'tagName' => [
  12458.                                 'type' => 'String!',
  12459.                                 'description' => NULL,
  12460.                             ],
  12461.                         ],
  12462.                         'interfaces' => [
  12463.                         ],
  12464.                         'name' => 'Tag',
  12465.                         'builders' => [
  12466.                         ],
  12467.                     ],
  12468.                 ],
  12469.                 'JobMarketDistricts' => [
  12470.                     'type' => 'object',
  12471.                     'class_name' => 'JobMarketDistrictsType',
  12472.                     'inherits' => [
  12473.                     ],
  12474.                     'decorator' => false,
  12475.                     'config' => [
  12476.                         'description' => NULL,
  12477.                         'fields' => [
  12478.                             'districts' => [
  12479.                                 'type' => '[JobMarketDistrict!]',
  12480.                                 'description' => NULL,
  12481.                             ],
  12482.                             'countDistricts' => [
  12483.                                 'type' => 'Int!',
  12484.                                 'description' => NULL,
  12485.                             ],
  12486.                         ],
  12487.                         'interfaces' => [
  12488.                         ],
  12489.                         'name' => 'JobMarketDistricts',
  12490.                         'builders' => [
  12491.                         ],
  12492.                     ],
  12493.                 ],
  12494.                 'JobRequirementType' => [
  12495.                     'type' => 'object',
  12496.                     'class_name' => 'JobRequirementTypeType',
  12497.                     'inherits' => [
  12498.                     ],
  12499.                     'decorator' => false,
  12500.                     'config' => [
  12501.                         'description' => NULL,
  12502.                         'fields' => [
  12503.                             'id' => [
  12504.                                 'type' => 'ID!',
  12505.                                 'description' => NULL,
  12506.                             ],
  12507.                             'bicID' => [
  12508.                                 'type' => 'Int',
  12509.                                 'description' => NULL,
  12510.                             ],
  12511.                             'typeName' => [
  12512.                                 'type' => 'String!',
  12513.                                 'description' => NULL,
  12514.                             ],
  12515.                         ],
  12516.                         'interfaces' => [
  12517.                         ],
  12518.                         'name' => 'JobRequirementType',
  12519.                         'builders' => [
  12520.                         ],
  12521.                     ],
  12522.                 ],
  12523.                 'JobMarketStartType' => [
  12524.                     'type' => 'enum',
  12525.                     'class_name' => 'JobMarketStartTypeType',
  12526.                     'inherits' => [
  12527.                     ],
  12528.                     'decorator' => false,
  12529.                     'config' => [
  12530.                         'description' => NULL,
  12531.                         'values' => [
  12532.                             'DATE' => [
  12533.                                 'description' => NULL,
  12534.                                 'value' => 'DATE',
  12535.                             ],
  12536.                             'ANYTIME' => [
  12537.                                 'description' => NULL,
  12538.                                 'value' => 'ANYTIME',
  12539.                             ],
  12540.                             'CONSENT' => [
  12541.                                 'description' => NULL,
  12542.                                 'value' => 'CONSENT',
  12543.                             ],
  12544.                         ],
  12545.                         'name' => 'JobMarketStartType',
  12546.                     ],
  12547.                 ],
  12548.                 'StatusType' => [
  12549.                     'type' => 'enum',
  12550.                     'class_name' => 'StatusTypeType',
  12551.                     'inherits' => [
  12552.                     ],
  12553.                     'decorator' => false,
  12554.                     'config' => [
  12555.                         'description' => NULL,
  12556.                         'values' => [
  12557.                             'OK' => [
  12558.                                 'description' => NULL,
  12559.                                 'value' => 'OK',
  12560.                             ],
  12561.                             'ERROR' => [
  12562.                                 'description' => NULL,
  12563.                                 'value' => 'ERROR',
  12564.                             ],
  12565.                             'GAMEEND' => [
  12566.                                 'description' => NULL,
  12567.                                 'value' => 'GAMEEND',
  12568.                             ],
  12569.                         ],
  12570.                         'name' => 'StatusType',
  12571.                     ],
  12572.                 ],
  12573.                 'CompanyBenefit' => [
  12574.                     'type' => 'object',
  12575.                     'class_name' => 'CompanyBenefitType',
  12576.                     'inherits' => [
  12577.                     ],
  12578.                     'decorator' => false,
  12579.                     'config' => [
  12580.                         'description' => NULL,
  12581.                         'fields' => [
  12582.                             'id' => [
  12583.                                 'type' => 'ID!',
  12584.                                 'description' => NULL,
  12585.                             ],
  12586.                             'name' => [
  12587.                                 'type' => 'String!',
  12588.                                 'description' => NULL,
  12589.                             ],
  12590.                         ],
  12591.                         'interfaces' => [
  12592.                         ],
  12593.                         'name' => 'CompanyBenefit',
  12594.                         'builders' => [
  12595.                         ],
  12596.                     ],
  12597.                 ],
  12598.                 'Teacher' => [
  12599.                     'type' => 'object',
  12600.                     'class_name' => 'TeacherType',
  12601.                     'inherits' => [
  12602.                     ],
  12603.                     'decorator' => false,
  12604.                     'config' => [
  12605.                         'description' => NULL,
  12606.                         'fields' => [
  12607.                             'id' => [
  12608.                                 'type' => 'Int',
  12609.                                 'description' => NULL,
  12610.                             ],
  12611.                             'email' => [
  12612.                                 'type' => 'String',
  12613.                                 'description' => NULL,
  12614.                             ],
  12615.                             'firstname' => [
  12616.                                 'type' => 'String',
  12617.                                 'description' => NULL,
  12618.                             ],
  12619.                             'lastname' => [
  12620.                                 'type' => 'String',
  12621.                                 'description' => NULL,
  12622.                             ],
  12623.                         ],
  12624.                         'interfaces' => [
  12625.                         ],
  12626.                         'name' => 'Teacher',
  12627.                         'builders' => [
  12628.                         ],
  12629.                     ],
  12630.                 ],
  12631.                 'SchoolClassRank' => [
  12632.                     'type' => 'object',
  12633.                     'class_name' => 'SchoolClassRankType',
  12634.                     'inherits' => [
  12635.                     ],
  12636.                     'decorator' => false,
  12637.                     'config' => [
  12638.                         'description' => NULL,
  12639.                         'fields' => [
  12640.                             'school' => [
  12641.                                 'type' => 'School!',
  12642.                                 'description' => NULL,
  12643.                             ],
  12644.                             'schoolClass' => [
  12645.                                 'type' => 'SchoolClass!',
  12646.                                 'description' => NULL,
  12647.                             ],
  12648.                             'points' => [
  12649.                                 'type' => 'Int!',
  12650.                                 'description' => NULL,
  12651.                             ],
  12652.                             'playtimeMinutes' => [
  12653.                                 'type' => 'Int!',
  12654.                                 'description' => NULL,
  12655.                             ],
  12656.                         ],
  12657.                         'interfaces' => [
  12658.                         ],
  12659.                         'name' => 'SchoolClassRank',
  12660.                         'builders' => [
  12661.                         ],
  12662.                     ],
  12663.                 ],
  12664.                 'NextStoryCard' => [
  12665.                     'type' => 'object',
  12666.                     'class_name' => 'NextStoryCardType',
  12667.                     'inherits' => [
  12668.                     ],
  12669.                     'decorator' => false,
  12670.                     'config' => [
  12671.                         'description' => NULL,
  12672.                         'fields' => [
  12673.                             'title' => [
  12674.                                 'type' => 'String',
  12675.                                 'description' => NULL,
  12676.                             ],
  12677.                             'description' => [
  12678.                                 'type' => 'String',
  12679.                                 'description' => NULL,
  12680.                             ],
  12681.                             'stories' => [
  12682.                                 'type' => '[NextStoryPreview!]',
  12683.                                 'description' => NULL,
  12684.                             ],
  12685.                         ],
  12686.                         'interfaces' => [
  12687.                         ],
  12688.                         'name' => 'NextStoryCard',
  12689.                         'builders' => [
  12690.                         ],
  12691.                     ],
  12692.                 ],
  12693.                 'ProfileLink' => [
  12694.                     'type' => 'object',
  12695.                     'class_name' => 'ProfileLinkType',
  12696.                     'inherits' => [
  12697.                     ],
  12698.                     'decorator' => false,
  12699.                     'config' => [
  12700.                         'description' => NULL,
  12701.                         'fields' => [
  12702.                             'createdAt' => [
  12703.                                 'type' => 'String!',
  12704.                                 'description' => NULL,
  12705.                             ],
  12706.                             'entries' => [
  12707.                                 'type' => '[ProfileLinkEntry!]',
  12708.                                 'description' => NULL,
  12709.                             ],
  12710.                         ],
  12711.                         'interfaces' => [
  12712.                         ],
  12713.                         'name' => 'ProfileLink',
  12714.                         'builders' => [
  12715.                         ],
  12716.                     ],
  12717.                 ],
  12718.                 'InfoSectionCategory' => [
  12719.                     'type' => 'object',
  12720.                     'class_name' => 'InfoSectionCategoryType',
  12721.                     'inherits' => [
  12722.                     ],
  12723.                     'decorator' => false,
  12724.                     'config' => [
  12725.                         'description' => NULL,
  12726.                         'fields' => [
  12727.                             'id' => [
  12728.                                 'type' => 'ID!',
  12729.                                 'description' => NULL,
  12730.                             ],
  12731.                             'heading' => [
  12732.                                 'type' => 'String!',
  12733.                                 'description' => NULL,
  12734.                             ],
  12735.                             'description' => [
  12736.                                 'type' => 'String',
  12737.                                 'description' => NULL,
  12738.                             ],
  12739.                             'link' => [
  12740.                                 'type' => 'String',
  12741.                                 'description' => NULL,
  12742.                             ],
  12743.                             'type' => [
  12744.                                 'type' => 'InfoSectionType!',
  12745.                                 'description' => NULL,
  12746.                             ],
  12747.                             'image' => [
  12748.                                 'type' => 'Image',
  12749.                                 'description' => NULL,
  12750.                             ],
  12751.                             'position' => [
  12752.                                 'type' => 'Int',
  12753.                                 'description' => NULL,
  12754.                             ],
  12755.                             'urlText' => [
  12756.                                 'type' => 'String',
  12757.                                 'description' => NULL,
  12758.                             ],
  12759.                             'subCategories' => [
  12760.                                 'type' => '[InfoSectionSubCategory!]',
  12761.                                 'description' => NULL,
  12762.                             ],
  12763.                         ],
  12764.                         'interfaces' => [
  12765.                         ],
  12766.                         'name' => 'InfoSectionCategory',
  12767.                         'builders' => [
  12768.                         ],
  12769.                     ],
  12770.                 ],
  12771.                 'JobLinkMappingType' => [
  12772.                     'type' => 'object',
  12773.                     'class_name' => 'JobLinkMappingTypeType',
  12774.                     'inherits' => [
  12775.                     ],
  12776.                     'decorator' => false,
  12777.                     'config' => [
  12778.                         'description' => NULL,
  12779.                         'fields' => [
  12780.                             'id' => [
  12781.                                 'type' => 'ID!',
  12782.                                 'description' => NULL,
  12783.                             ],
  12784.                             'name' => [
  12785.                                 'type' => 'String',
  12786.                                 'description' => NULL,
  12787.                             ],
  12788.                         ],
  12789.                         'interfaces' => [
  12790.                         ],
  12791.                         'name' => 'JobLinkMappingType',
  12792.                         'builders' => [
  12793.                         ],
  12794.                     ],
  12795.                 ],
  12796.                 'JobRequirementCollection' => [
  12797.                     'type' => 'object',
  12798.                     'class_name' => 'JobRequirementCollectionType',
  12799.                     'inherits' => [
  12800.                     ],
  12801.                     'decorator' => false,
  12802.                     'config' => [
  12803.                         'description' => NULL,
  12804.                         'fields' => [
  12805.                             'requirementTypes' => [
  12806.                                 'type' => '[JobRequirementTypeCollection]',
  12807.                                 'description' => NULL,
  12808.                             ],
  12809.                         ],
  12810.                         'interfaces' => [
  12811.                         ],
  12812.                         'name' => 'JobRequirementCollection',
  12813.                         'builders' => [
  12814.                         ],
  12815.                     ],
  12816.                 ],
  12817.                 'InfoSectionType' => [
  12818.                     'type' => 'object',
  12819.                     'class_name' => 'InfoSectionTypeType',
  12820.                     'inherits' => [
  12821.                     ],
  12822.                     'decorator' => false,
  12823.                     'config' => [
  12824.                         'description' => NULL,
  12825.                         'fields' => [
  12826.                             'id' => [
  12827.                                 'type' => 'ID!',
  12828.                                 'description' => NULL,
  12829.                             ],
  12830.                             'name' => [
  12831.                                 'type' => 'String!',
  12832.                                 'description' => NULL,
  12833.                             ],
  12834.                         ],
  12835.                         'interfaces' => [
  12836.                         ],
  12837.                         'name' => 'InfoSectionType',
  12838.                         'builders' => [
  12839.                         ],
  12840.                     ],
  12841.                 ],
  12842.                 'ImageInfo' => [
  12843.                     'type' => 'object',
  12844.                     'class_name' => 'ImageInfoType',
  12845.                     'inherits' => [
  12846.                     ],
  12847.                     'decorator' => false,
  12848.                     'config' => [
  12849.                         'description' => NULL,
  12850.                         'fields' => [
  12851.                             'caption' => [
  12852.                                 'type' => 'String',
  12853.                                 'description' => NULL,
  12854.                             ],
  12855.                             'copyright' => [
  12856.                                 'type' => 'String',
  12857.                                 'description' => NULL,
  12858.                             ],
  12859.                         ],
  12860.                         'interfaces' => [
  12861.                         ],
  12862.                         'name' => 'ImageInfo',
  12863.                         'builders' => [
  12864.                         ],
  12865.                     ],
  12866.                 ],
  12867.                 'StoryCardTheme' => [
  12868.                     'type' => 'enum',
  12869.                     'class_name' => 'StoryCardThemeType',
  12870.                     'inherits' => [
  12871.                     ],
  12872.                     'decorator' => false,
  12873.                     'config' => [
  12874.                         'description' => NULL,
  12875.                         'values' => [
  12876.                             'DEFAULT' => [
  12877.                                 'description' => NULL,
  12878.                                 'value' => 'DEFAULT',
  12879.                             ],
  12880.                             'YELLOW' => [
  12881.                                 'description' => NULL,
  12882.                                 'value' => 'YELLOW',
  12883.                             ],
  12884.                             'RED' => [
  12885.                                 'description' => NULL,
  12886.                                 'value' => 'RED',
  12887.                             ],
  12888.                             'BLUE' => [
  12889.                                 'description' => NULL,
  12890.                                 'value' => 'BLUE',
  12891.                             ],
  12892.                         ],
  12893.                         'name' => 'StoryCardTheme',
  12894.                     ],
  12895.                 ],
  12896.                 'InfoSectionEntry' => [
  12897.                     'type' => 'object',
  12898.                     'class_name' => 'InfoSectionEntryType',
  12899.                     'inherits' => [
  12900.                     ],
  12901.                     'decorator' => false,
  12902.                     'config' => [
  12903.                         'description' => NULL,
  12904.                         'fields' => [
  12905.                             'id' => [
  12906.                                 'type' => 'ID!',
  12907.                                 'description' => NULL,
  12908.                             ],
  12909.                             'heading' => [
  12910.                                 'type' => 'String!',
  12911.                                 'description' => NULL,
  12912.                             ],
  12913.                             'description' => [
  12914.                                 'type' => 'String',
  12915.                                 'description' => NULL,
  12916.                             ],
  12917.                             'url' => [
  12918.                                 'type' => 'String',
  12919.                                 'description' => NULL,
  12920.                             ],
  12921.                             'urlType' => [
  12922.                                 'type' => 'String',
  12923.                                 'description' => NULL,
  12924.                             ],
  12925.                             'image' => [
  12926.                                 'type' => 'Image',
  12927.                                 'description' => NULL,
  12928.                             ],
  12929.                             'position' => [
  12930.                                 'type' => 'Int',
  12931.                                 'description' => NULL,
  12932.                             ],
  12933.                         ],
  12934.                         'interfaces' => [
  12935.                         ],
  12936.                         'name' => 'InfoSectionEntry',
  12937.                         'builders' => [
  12938.                         ],
  12939.                     ],
  12940.                 ],
  12941.                 'LinkTargetType' => [
  12942.                     'type' => 'enum',
  12943.                     'class_name' => 'LinkTargetTypeType',
  12944.                     'inherits' => [
  12945.                     ],
  12946.                     'decorator' => false,
  12947.                     'config' => [
  12948.                         'description' => NULL,
  12949.                         'values' => [
  12950.                             'BLANK' => [
  12951.                                 'description' => NULL,
  12952.                                 'value' => 'BLANK',
  12953.                             ],
  12954.                             'SELF' => [
  12955.                                 'description' => NULL,
  12956.                                 'value' => 'SELF',
  12957.                             ],
  12958.                         ],
  12959.                         'name' => 'LinkTargetType',
  12960.                     ],
  12961.                 ],
  12962.                 'AddressCity' => [
  12963.                     'type' => 'object',
  12964.                     'class_name' => 'AddressCityType',
  12965.                     'inherits' => [
  12966.                     ],
  12967.                     'decorator' => false,
  12968.                     'config' => [
  12969.                         'description' => NULL,
  12970.                         'fields' => [
  12971.                             'id' => [
  12972.                                 'type' => 'ID!',
  12973.                                 'description' => NULL,
  12974.                             ],
  12975.                             'name' => [
  12976.                                 'type' => 'String!',
  12977.                                 'description' => NULL,
  12978.                             ],
  12979.                             'zip' => [
  12980.                                 'type' => 'Int!',
  12981.                                 'description' => NULL,
  12982.                             ],
  12983.                             'addressDistrict' => [
  12984.                                 'type' => 'AddressDistrict',
  12985.                                 'description' => NULL,
  12986.                             ],
  12987.                         ],
  12988.                         'interfaces' => [
  12989.                         ],
  12990.                         'name' => 'AddressCity',
  12991.                         'builders' => [
  12992.                         ],
  12993.                     ],
  12994.                 ],
  12995.                 'JobLinkMappingCategory' => [
  12996.                     'type' => 'object',
  12997.                     'class_name' => 'JobLinkMappingCategoryType',
  12998.                     'inherits' => [
  12999.                     ],
  13000.                     'decorator' => false,
  13001.                     'config' => [
  13002.                         'description' => NULL,
  13003.                         'fields' => [
  13004.                             'id' => [
  13005.                                 'type' => 'ID!',
  13006.                                 'description' => NULL,
  13007.                             ],
  13008.                             'name' => [
  13009.                                 'type' => 'String',
  13010.                                 'description' => NULL,
  13011.                             ],
  13012.                         ],
  13013.                         'interfaces' => [
  13014.                         ],
  13015.                         'name' => 'JobLinkMappingCategory',
  13016.                         'builders' => [
  13017.                         ],
  13018.                     ],
  13019.                 ],
  13020.                 'AddressLatLon' => [
  13021.                     'type' => 'object',
  13022.                     'class_name' => 'AddressLatLonType',
  13023.                     'inherits' => [
  13024.                     ],
  13025.                     'decorator' => false,
  13026.                     'config' => [
  13027.                         'description' => NULL,
  13028.                         'fields' => [
  13029.                             'id' => [
  13030.                                 'type' => 'ID!',
  13031.                                 'description' => NULL,
  13032.                             ],
  13033.                             'lat' => [
  13034.                                 'type' => 'String',
  13035.                                 'description' => NULL,
  13036.                             ],
  13037.                             'lon' => [
  13038.                                 'type' => 'String',
  13039.                                 'description' => NULL,
  13040.                             ],
  13041.                         ],
  13042.                         'interfaces' => [
  13043.                         ],
  13044.                         'name' => 'AddressLatLon',
  13045.                         'builders' => [
  13046.                         ],
  13047.                     ],
  13048.                 ],
  13049.                 'EventTag' => [
  13050.                     'type' => 'object',
  13051.                     'class_name' => 'EventTagType',
  13052.                     'inherits' => [
  13053.                     ],
  13054.                     'decorator' => false,
  13055.                     'config' => [
  13056.                         'description' => NULL,
  13057.                         'fields' => [
  13058.                             'tagName' => [
  13059.                                 'type' => 'String!',
  13060.                                 'description' => NULL,
  13061.                             ],
  13062.                         ],
  13063.                         'interfaces' => [
  13064.                         ],
  13065.                         'name' => 'EventTag',
  13066.                         'builders' => [
  13067.                         ],
  13068.                     ],
  13069.                 ],
  13070.                 'Job' => [
  13071.                     'type' => 'object',
  13072.                     'class_name' => 'JobType',
  13073.                     'inherits' => [
  13074.                     ],
  13075.                     'decorator' => false,
  13076.                     'config' => [
  13077.                         'description' => NULL,
  13078.                         'fields' => [
  13079.                             'id' => [
  13080.                                 'type' => 'ID!',
  13081.                                 'description' => NULL,
  13082.                             ],
  13083.                             'name' => [
  13084.                                 'type' => 'String!',
  13085.                                 'description' => NULL,
  13086.                             ],
  13087.                             'bicID' => [
  13088.                                 'type' => 'Int',
  13089.                                 'description' => NULL,
  13090.                             ],
  13091.                             'image' => [
  13092.                                 'type' => 'Image',
  13093.                                 'description' => NULL,
  13094.                             ],
  13095.                             'description' => [
  13096.                                 'type' => 'String',
  13097.                                 'description' => NULL,
  13098.                             ],
  13099.                             'bicAlternativen' => [
  13100.                                 'type' => 'String',
  13101.                                 'description' => NULL,
  13102.                             ],
  13103.                             'bicAnforderungen' => [
  13104.                                 'type' => 'String',
  13105.                                 'description' => NULL,
  13106.                             ],
  13107.                             'bicAusbildungBerufschule' => [
  13108.                                 'type' => 'String',
  13109.                                 'description' => NULL,
  13110.                             ],
  13111.                             'bicMoeglichkeiten' => [
  13112.                                 'type' => 'String',
  13113.                                 'description' => NULL,
  13114.                             ],
  13115.                             'operationsAndTasks' => [
  13116.                                 'type' => 'String',
  13117.                                 'description' => NULL,
  13118.                             ],
  13119.                             'scholasticDuration' => [
  13120.                                 'type' => 'JobScholasticDuration',
  13121.                                 'description' => NULL,
  13122.                             ],
  13123.                             'showSchoolSubjects' => [
  13124.                                 'type' => 'Boolean',
  13125.                                 'description' => NULL,
  13126.                             ],
  13127.                             'expertTerms' => [
  13128.                                 'type' => '[JobExpertTerm!]',
  13129.                                 'description' => NULL,
  13130.                             ],
  13131.                             'interestFields' => [
  13132.                                 'type' => '[InterestField!]',
  13133.                                 'description' => NULL,
  13134.                             ],
  13135.                             'jobEducationCompanies' => [
  13136.                                 'type' => '[CompanyProfileSimple!]',
  13137.                                 'description' => NULL,
  13138.                             ],
  13139.                             'jobEducationalPaths' => [
  13140.                                 'type' => '[JobEducationalPath!]',
  13141.                                 'description' => NULL,
  13142.                             ],
  13143.                             'insights' => [
  13144.                                 'type' => '[Story!]',
  13145.                                 'description' => NULL,
  13146.                             ],
  13147.                             'jobLinkMappings' => [
  13148.                                 'type' => '[JobLinkMapping]',
  13149.                                 'description' => NULL,
  13150.                             ],
  13151.                             'jobMarketDistricts' => [
  13152.                                 'type' => 'JobMarketDistricts',
  13153.                                 'description' => NULL,
  13154.                             ],
  13155.                             'jobRedirects' => [
  13156.                                 'type' => '[JobRedirect!]',
  13157.                                 'description' => NULL,
  13158.                             ],
  13159.                             'jobSalary' => [
  13160.                                 'type' => 'JobSalary',
  13161.                                 'description' => NULL,
  13162.                             ],
  13163.                             'jobSectors' => [
  13164.                                 'type' => '[JobSector!]',
  13165.                                 'description' => NULL,
  13166.                             ],
  13167.                             'jobSchools' => [
  13168.                                 'type' => '[JobSchool!]',
  13169.                                 'description' => NULL,
  13170.                             ],
  13171.                             'jobWorkFields' => [
  13172.                                 'type' => '[JobWorkField!]',
  13173.                                 'description' => NULL,
  13174.                             ],
  13175.                             'requirementsByType' => [
  13176.                                 'type' => 'JobRequirementCollection',
  13177.                                 'description' => NULL,
  13178.                             ],
  13179.                             'schoolSubjectMappings' => [
  13180.                                 'type' => '[JobSchoolSubjectMapping!]',
  13181.                                 'description' => NULL,
  13182.                             ],
  13183.                             'videoUrl' => [
  13184.                                 'type' => 'String',
  13185.                                 'description' => NULL,
  13186.                             ],
  13187.                             'pdfUrl' => [
  13188.                                 'type' => 'String',
  13189.                                 'description' => NULL,
  13190.                             ],
  13191.                             'searchTags' => [
  13192.                                 'type' => '[String]',
  13193.                                 'description' => NULL,
  13194.                             ],
  13195.                             'visits' => [
  13196.                                 'type' => 'Int',
  13197.                                 'description' => NULL,
  13198.                             ],
  13199.                         ],
  13200.                         'interfaces' => [
  13201.                         ],
  13202.                         'name' => 'Job',
  13203.                         'builders' => [
  13204.                         ],
  13205.                     ],
  13206.                 ],
  13207.                 'PageInfo' => [
  13208.                     'type' => 'object',
  13209.                     'class_name' => 'PageInfoType',
  13210.                     'inherits' => [
  13211.                     ],
  13212.                     'decorator' => false,
  13213.                     'config' => [
  13214.                         'description' => 'Information about pagination in a connection.',
  13215.                         'fields' => [
  13216.                             'hasNextPage' => [
  13217.                                 'type' => 'Boolean!',
  13218.                                 'description' => 'When paginating forwards, are there more items?',
  13219.                             ],
  13220.                             'hasPreviousPage' => [
  13221.                                 'type' => 'Boolean!',
  13222.                                 'description' => 'When paginating backwards, are there more items?',
  13223.                             ],
  13224.                             'startCursor' => [
  13225.                                 'type' => 'String',
  13226.                                 'description' => 'When paginating backwards, the cursor to continue.',
  13227.                             ],
  13228.                             'endCursor' => [
  13229.                                 'type' => 'String',
  13230.                                 'description' => 'When paginating forwards, the cursor to continue.',
  13231.                             ],
  13232.                         ],
  13233.                         'name' => 'PageInfo',
  13234.                         'builders' => [
  13235.                         ],
  13236.                         'interfaces' => [
  13237.                         ],
  13238.                     ],
  13239.                 ],
  13240.             ],
  13241.             'overblog_graphql.batching_method' => 'relay',
  13242.             'overblog_graphql.query_max_depth' => 0,
  13243.             'overblog_graphql.query_max_complexity' => 0,
  13244.             'overblog_graphql.enable_introspection' => true,
  13245.             'overblog_graphql.handle_cors' => false,
  13246.             'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
  13247.             'overblog_graphql.cache_dir' => NULL,
  13248.             'overblog_graphql.cache_dir_permissions' => NULL,
  13249.             'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
  13250.             'overblog_graphql.use_experimental_executor' => false,
  13251.             'overblog_graphql.profiler.query_match' => NULL,
  13252.             'overblog_graphql.use_classloader_listener' => true,
  13253.             'overblog_graphql.resources_dir' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources'),
  13254.             'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
  13255.             'sonata.block.container.types' => [
  13256.                 => 'sonata.block.service.container',
  13257.                 => 'sonata.page.block.container',
  13258.                 => 'sonata.dashboard.block.container',
  13259.                 => 'cmf.block.container',
  13260.                 => 'cmf.block.slideshow',
  13261.             ],
  13262.             'sonata_block.blocks' => [
  13263.                 'block.footer' => [
  13264.                     'contexts' => [
  13265.                     ],
  13266.                     'templates' => [
  13267.                     ],
  13268.                     'cache' => 'sonata.cache.noop',
  13269.                     'settings' => [
  13270.                     ],
  13271.                 ],
  13272.                 'block.frontpage.news' => [
  13273.                     'contexts' => [
  13274.                     ],
  13275.                     'templates' => [
  13276.                     ],
  13277.                     'cache' => 'sonata.cache.noop',
  13278.                     'settings' => [
  13279.                     ],
  13280.                 ],
  13281.                 'block.events.4x1' => [
  13282.                     'contexts' => [
  13283.                     ],
  13284.                     'templates' => [
  13285.                     ],
  13286.                     'cache' => 'sonata.cache.noop',
  13287.                     'settings' => [
  13288.                     ],
  13289.                 ],
  13290.                 'block.random.jobs' => [
  13291.                     'contexts' => [
  13292.                     ],
  13293.                     'templates' => [
  13294.                     ],
  13295.                     'cache' => 'sonata.cache.noop',
  13296.                     'settings' => [
  13297.                     ],
  13298.                 ],
  13299.                 'block.slider' => [
  13300.                     'contexts' => [
  13301.                     ],
  13302.                     'templates' => [
  13303.                     ],
  13304.                     'cache' => 'sonata.cache.noop',
  13305.                     'settings' => [
  13306.                     ],
  13307.                 ],
  13308.                 'block.header.main' => [
  13309.                     'contexts' => [
  13310.                     ],
  13311.                     'templates' => [
  13312.                     ],
  13313.                     'cache' => 'sonata.cache.noop',
  13314.                     'settings' => [
  13315.                     ],
  13316.                 ],
  13317.                 'block.header.child' => [
  13318.                     'contexts' => [
  13319.                     ],
  13320.                     'templates' => [
  13321.                     ],
  13322.                     'cache' => 'sonata.cache.noop',
  13323.                     'settings' => [
  13324.                     ],
  13325.                 ],
  13326.                 'block.heading' => [
  13327.                     'contexts' => [
  13328.                     ],
  13329.                     'templates' => [
  13330.                     ],
  13331.                     'cache' => 'sonata.cache.noop',
  13332.                     'settings' => [
  13333.                     ],
  13334.                 ],
  13335.                 'block.editor' => [
  13336.                     'contexts' => [
  13337.                     ],
  13338.                     'templates' => [
  13339.                     ],
  13340.                     'cache' => 'sonata.cache.noop',
  13341.                     'settings' => [
  13342.                     ],
  13343.                 ],
  13344.                 'sonata.block.service.container' => [
  13345.                     'contexts' => [
  13346.                     ],
  13347.                     'templates' => [
  13348.                     ],
  13349.                     'cache' => 'sonata.cache.noop',
  13350.                     'settings' => [
  13351.                     ],
  13352.                 ],
  13353.                 'sonata.block.service.empty' => [
  13354.                     'contexts' => [
  13355.                     ],
  13356.                     'templates' => [
  13357.                     ],
  13358.                     'cache' => 'sonata.cache.noop',
  13359.                     'settings' => [
  13360.                     ],
  13361.                 ],
  13362.                 'sonata.block.service.text' => [
  13363.                     'contexts' => [
  13364.                     ],
  13365.                     'templates' => [
  13366.                     ],
  13367.                     'cache' => 'sonata.cache.noop',
  13368.                     'settings' => [
  13369.                     ],
  13370.                 ],
  13371.                 'sonata.block.service.rss' => [
  13372.                     'contexts' => [
  13373.                     ],
  13374.                     'templates' => [
  13375.                     ],
  13376.                     'cache' => 'sonata.cache.noop',
  13377.                     'settings' => [
  13378.                     ],
  13379.                 ],
  13380.                 'sonata.block.service.template' => [
  13381.                     'contexts' => [
  13382.                     ],
  13383.                     'templates' => [
  13384.                     ],
  13385.                     'cache' => 'sonata.cache.noop',
  13386.                     'settings' => [
  13387.                     ],
  13388.                 ],
  13389.                 'sonata.block.service.menu' => [
  13390.                     'contexts' => [
  13391.                     ],
  13392.                     'templates' => [
  13393.                     ],
  13394.                     'cache' => 'sonata.cache.noop',
  13395.                     'settings' => [
  13396.                     ],
  13397.                 ],
  13398.                 'sonata.admin.block.admin_list' => [
  13399.                     'contexts' => [
  13400.                     ],
  13401.                     'templates' => [
  13402.                     ],
  13403.                     'cache' => 'sonata.cache.noop',
  13404.                     'settings' => [
  13405.                     ],
  13406.                 ],
  13407.                 'sonata.admin.block.search_result' => [
  13408.                     'contexts' => [
  13409.                     ],
  13410.                     'templates' => [
  13411.                     ],
  13412.                     'cache' => 'sonata.cache.noop',
  13413.                     'settings' => [
  13414.                     ],
  13415.                 ],
  13416.                 'sonata.admin.block.stats' => [
  13417.                     'contexts' => [
  13418.                     ],
  13419.                     'templates' => [
  13420.                     ],
  13421.                     'cache' => 'sonata.cache.noop',
  13422.                     'settings' => [
  13423.                     ],
  13424.                 ],
  13425.                 'sonata.admin.block.admin_preview' => [
  13426.                     'contexts' => [
  13427.                     ],
  13428.                     'templates' => [
  13429.                     ],
  13430.                     'cache' => 'sonata.cache.noop',
  13431.                     'settings' => [
  13432.                     ],
  13433.                 ],
  13434.                 'sonata.seo.block.breadcrumb.homepage' => [
  13435.                     'contexts' => [
  13436.                     ],
  13437.                     'templates' => [
  13438.                     ],
  13439.                     'cache' => 'sonata.cache.noop',
  13440.                     'settings' => [
  13441.                     ],
  13442.                 ],
  13443.             ],
  13444.             'sonata_block.blocks_by_class' => [
  13445.             ],
  13446.             'sonata_blocks.block_types' => [
  13447.                 => 'block.footer',
  13448.                 => 'block.frontpage.news',
  13449.                 => 'block.events.4x1',
  13450.                 => 'block.random.jobs',
  13451.                 => 'block.slider',
  13452.                 => 'block.header.main',
  13453.                 => 'block.header.child',
  13454.                 => 'block.heading',
  13455.                 => 'block.editor',
  13456.                 => 'sonata.block.service.container',
  13457.                 10 => 'sonata.block.service.empty',
  13458.                 11 => 'sonata.block.service.text',
  13459.                 12 => 'sonata.block.service.rss',
  13460.                 13 => 'sonata.block.service.template',
  13461.                 14 => 'sonata.block.service.menu',
  13462.                 15 => 'sonata.admin.block.admin_list',
  13463.                 16 => 'sonata.admin.block.search_result',
  13464.                 17 => 'sonata.admin.block.stats',
  13465.                 18 => 'sonata.admin.block.admin_preview',
  13466.                 19 => 'sonata.seo.block.breadcrumb.homepage',
  13467.             ],
  13468.             'sonata_block.cache_blocks' => [
  13469.                 'by_class' => [
  13470.                 ],
  13471.                 'by_type' => [
  13472.                     'block.footer' => 'sonata.cache.noop',
  13473.                     'block.frontpage.news' => 'sonata.cache.noop',
  13474.                     'block.events.4x1' => 'sonata.cache.noop',
  13475.                     'block.random.jobs' => 'sonata.cache.noop',
  13476.                     'block.slider' => 'sonata.cache.noop',
  13477.                     'block.header.main' => 'sonata.cache.noop',
  13478.                     'block.header.child' => 'sonata.cache.noop',
  13479.                     'block.heading' => 'sonata.cache.noop',
  13480.                     'block.editor' => 'sonata.cache.noop',
  13481.                     'sonata.block.service.container' => 'sonata.cache.noop',
  13482.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  13483.                     'sonata.block.service.text' => 'sonata.cache.noop',
  13484.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  13485.                     'sonata.block.service.template' => 'sonata.cache.noop',
  13486.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  13487.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  13488.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  13489.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  13490.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  13491.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  13492.                 ],
  13493.             ],
  13494.             'sonata_blocks.default_contexts' => [
  13495.             ],
  13496.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  13497.                 'choice' => 'select',
  13498.                 'boolean' => 'select',
  13499.                 'textarea' => 'textarea',
  13500.                 'html' => 'textarea',
  13501.                 'email' => 'email',
  13502.                 'string' => 'text',
  13503.                 'integer' => 'number',
  13504.                 'float' => 'number',
  13505.                 'currency' => 'number',
  13506.                 'percent' => 'number',
  13507.                 'url' => 'url',
  13508.             ],
  13509.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  13510.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  13511.             'sonata.admin.configuration.templates' => [
  13512.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  13513.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  13514.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  13515.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  13516.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  13517.                 'search' => '@SonataAdmin/Core/search.html.twig',
  13518.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  13519.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  13520.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  13521.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  13522.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  13523.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  13524.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  13525.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  13526.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  13527.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  13528.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  13529.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  13530.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  13531.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  13532.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  13533.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  13534.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  13535.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  13536.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  13537.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  13538.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  13539.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  13540.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  13541.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  13542.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  13543.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  13544.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  13545.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  13546.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  13547.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  13548.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  13549.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  13550.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  13551.                 'form_theme' => [
  13552.                 ],
  13553.                 'filter_theme' => [
  13554.                 ],
  13555.             ],
  13556.             'sonata.admin.configuration.default_admin_services' => [
  13557.                 'model_manager' => NULL,
  13558.                 'data_source' => NULL,
  13559.                 'field_description_factory' => NULL,
  13560.                 'form_contractor' => NULL,
  13561.                 'show_builder' => NULL,
  13562.                 'list_builder' => NULL,
  13563.                 'datagrid_builder' => NULL,
  13564.                 'translator' => NULL,
  13565.                 'configuration_pool' => NULL,
  13566.                 'route_generator' => NULL,
  13567.                 'security_handler' => NULL,
  13568.                 'menu_factory' => NULL,
  13569.                 'route_builder' => NULL,
  13570.                 'label_translator_strategy' => NULL,
  13571.                 'pager_type' => NULL,
  13572.             ],
  13573.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  13574.             'sonata.admin.configuration.dashboard_groups' => [
  13575.             ],
  13576.             'sonata.admin.configuration.dashboard_blocks' => [
  13577.                 => [
  13578.                     'position' => 'left',
  13579.                     'settings' => [
  13580.                     ],
  13581.                     'type' => 'sonata.admin.block.admin_list',
  13582.                     'roles' => [
  13583.                     ],
  13584.                 ],
  13585.             ],
  13586.             'sonata.admin.configuration.sort_admins' => false,
  13587.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  13588.             'sonata.admin.configuration.default_group' => 'default',
  13589.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  13590.             'sonata.admin.configuration.default_translation_domain' => NULL,
  13591.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  13592.             'sonata.admin.configuration.breadcrumbs' => [
  13593.                 'child_admin_route' => 'show',
  13594.             ],
  13595.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  13596.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  13597.             'sonata.admin.configuration.security.information' => [
  13598.             ],
  13599.             'sonata.admin.configuration.security.admin_permissions' => [
  13600.                 => 'CREATE',
  13601.                 => 'LIST',
  13602.                 => 'DELETE',
  13603.                 => 'UNDELETE',
  13604.                 => 'EXPORT',
  13605.                 => 'OPERATOR',
  13606.                 => 'MASTER',
  13607.             ],
  13608.             'sonata.admin.configuration.security.object_permissions' => [
  13609.                 => 'VIEW',
  13610.                 => 'EDIT',
  13611.                 => 'HISTORY',
  13612.                 => 'DELETE',
  13613.                 => 'UNDELETE',
  13614.                 => 'OPERATOR',
  13615.                 => 'MASTER',
  13616.                 => 'OWNER',
  13617.             ],
  13618.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  13619.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  13620.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  13621.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  13622.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  13623.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  13624.             'sonata.admin.extension.map' => [
  13625.             ],
  13626.             'sonata.admin.configuration.filters.persist' => false,
  13627.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  13628.             'sonata.admin.configuration.show.mosaic.button' => true,
  13629.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  13630.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  13631.             'sonata_doctrine_orm_admin.templates' => [
  13632.                 'types' => [
  13633.                     'list' => [
  13634.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  13635.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  13636.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  13637.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  13638.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  13639.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  13640.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  13641.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  13642.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  13643.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  13644.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  13645.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  13646.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  13647.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  13648.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  13649.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  13650.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  13651.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  13652.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  13653.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  13654.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  13655.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  13656.                     ],
  13657.                     'show' => [
  13658.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  13659.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  13660.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  13661.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  13662.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  13663.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  13664.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  13665.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  13666.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  13667.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  13668.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  13669.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  13670.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  13671.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  13672.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  13673.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  13674.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  13675.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  13676.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  13677.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  13678.                     ],
  13679.                 ],
  13680.             ],
  13681.             'sonata.form.form_type' => 'standard',
  13682.             'sonata.seo.config' => [
  13683.                 'title' => 'Berufsreise',
  13684.                 'default' => 'sonata.seo.page.default',
  13685.                 'metas' => [
  13686.                     'name' => [
  13687.                         'keywords' => 'berufsreise, tirol, berufsorientierung, schüler, eltern, lehrer, unternehmen, beruf',
  13688.                         '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.',
  13689.                         'robots' => 'index, follow',
  13690.                         'viewport' => 'width=device-width, initial-scale=1',
  13691.                     ],
  13692.                     'property' => [
  13693.                         'og:site_name' => 'berufsreise.at',
  13694.                         '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!',
  13695.                         'og:title' => 'berufsreise.at',
  13696.                         'og:type' => 'article',
  13697.                         'og:url' => 'https://www.berufsreise.at',
  13698.                         'og:image' => 'https://www.berufsreise.at/static/images/berufsreise-og-image.png',
  13699.                     ],
  13700.                     'http-equiv' => [
  13701.                         'Content-Type' => 'text/html; charset=utf-8',
  13702.                     ],
  13703.                     'charset' => [
  13704.                         'UTF-8' => '',
  13705.                     ],
  13706.                 ],
  13707.                 'head' => [
  13708.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  13709.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  13710.                 ],
  13711.                 'separator' => ' - ',
  13712.                 'title_prefix' => NULL,
  13713.                 'title_suffix' => NULL,
  13714.             ],
  13715.             'event_dispatcher.event_aliases' => [
  13716.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  13717.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  13718.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  13719.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  13720.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  13721.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  13722.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  13723.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  13724.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  13725.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  13726.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  13727.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  13728.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  13729.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  13730.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  13731.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  13732.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  13733.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  13734.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  13735.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  13736.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  13737.             ],
  13738.             'fragment.renderer.hinclude.global_template' => NULL,
  13739.             'fragment.path' => '/_fragment',
  13740.             'kernel.http_method_override' => false,
  13741.             'kernel.trusted_hosts' => [
  13742.             ],
  13743.             'kernel.default_locale' => 'de',
  13744.             'kernel.enabled_locales' => [
  13745.                 => 'de',
  13746.             ],
  13747.             'kernel.error_controller' => 'error_controller',
  13748.             'debug.file_link_format' => NULL,
  13749.             'asset.request_context.base_path' => NULL,
  13750.             'asset.request_context.secure' => NULL,
  13751.             'translator.logging' => false,
  13752.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  13753.             'debug.error_handler.throw_at' => -1,
  13754.             'router.request_context.host' => 'localhost',
  13755.             'router.request_context.scheme' => 'http',
  13756.             'router.request_context.base_url' => '',
  13757.             'router.resource' => 'kernel::loadRoutes',
  13758.             'request_listener.http_port' => 80,
  13759.             'request_listener.https_port' => 443,
  13760.             'session.metadata.storage_key' => '_sf2_meta',
  13761.             'session.storage.options' => [
  13762.                 'cache_limiter' => '0',
  13763.                 'cookie_secure' => 'auto',
  13764.                 'cookie_httponly' => true,
  13765.                 'cookie_samesite' => 'none',
  13766.                 'gc_probability' => 1,
  13767.             ],
  13768.             'session.save_path' => NULL,
  13769.             'session.metadata.update_threshold' => 0,
  13770.             'form.type_extension.csrf.enabled' => true,
  13771.             'form.type_extension.csrf.field_name' => '_token',
  13772.             'validator.translation_domain' => 'validators',
  13773.             'profiler_listener.only_exceptions' => false,
  13774.             'profiler_listener.only_main_requests' => false,
  13775.             'twig.form.resources' => [
  13776.                 => 'form_div_layout.html.twig',
  13777.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  13778.                 => 'bootstrap_3_layout.html.twig',
  13779.                 => '@frontend/form/datepicker.html.twig',
  13780.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  13781.             ],
  13782.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  13783.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  13784.             'web_profiler.debug_toolbar.mode' => 2,
  13785.             'monolog.use_microseconds' => true,
  13786.             'monolog.swift_mailer.handlers' => [
  13787.             ],
  13788.             'monolog.handlers_to_channels' => [
  13789.                 'monolog.handler.console' => [
  13790.                     'type' => 'exclusive',
  13791.                     'elements' => [
  13792.                         => 'event',
  13793.                         => 'doctrine',
  13794.                         => 'console',
  13795.                     ],
  13796.                 ],
  13797.                 'monolog.handler.main' => [
  13798.                     'type' => 'exclusive',
  13799.                     'elements' => [
  13800.                         => 'event',
  13801.                     ],
  13802.                 ],
  13803.             ],
  13804.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  13805.             'security.role_hierarchy.roles' => [
  13806.             ],
  13807.             'security.access.denied_url' => NULL,
  13808.             'security.authentication.manager.erase_credentials' => true,
  13809.             'security.authentication.session_strategy.strategy' => 'migrate',
  13810.             'security.access.always_authenticate_before_granting' => false,
  13811.             'security.authentication.hide_user_not_found' => true,
  13812.             'security.firewalls' => [
  13813.                 => 'dev',
  13814.                 => 'oauth2_api',
  13815.                 => 'admin',
  13816.                 => 'rookie_admin',
  13817.                 => 'shuttle_admin',
  13818.                 => 'rookie_day_admin',
  13819.                 => 'main',
  13820.             ],
  13821.             'overblog_graphql_types.classes_map' => [
  13822.             ],
  13823.             'data_collector.templates' => [
  13824.                 'data_collector.request' => [
  13825.                     => 'request',
  13826.                     => '@WebProfiler/Collector/request.html.twig',
  13827.                 ],
  13828.                 'data_collector.time' => [
  13829.                     => 'time',
  13830.                     => '@WebProfiler/Collector/time.html.twig',
  13831.                 ],
  13832.                 'data_collector.memory' => [
  13833.                     => 'memory',
  13834.                     => '@WebProfiler/Collector/memory.html.twig',
  13835.                 ],
  13836.                 'data_collector.validator' => [
  13837.                     => 'validator',
  13838.                     => '@WebProfiler/Collector/validator.html.twig',
  13839.                 ],
  13840.                 'data_collector.ajax' => [
  13841.                     => 'ajax',
  13842.                     => '@WebProfiler/Collector/ajax.html.twig',
  13843.                 ],
  13844.                 'data_collector.form' => [
  13845.                     => 'form',
  13846.                     => '@WebProfiler/Collector/form.html.twig',
  13847.                 ],
  13848.                 'data_collector.exception' => [
  13849.                     => 'exception',
  13850.                     => '@WebProfiler/Collector/exception.html.twig',
  13851.                 ],
  13852.                 'data_collector.logger' => [
  13853.                     => 'logger',
  13854.                     => '@WebProfiler/Collector/logger.html.twig',
  13855.                 ],
  13856.                 'data_collector.events' => [
  13857.                     => 'events',
  13858.                     => '@WebProfiler/Collector/events.html.twig',
  13859.                 ],
  13860.                 'data_collector.router' => [
  13861.                     => 'router',
  13862.                     => '@WebProfiler/Collector/router.html.twig',
  13863.                 ],
  13864.                 'data_collector.cache' => [
  13865.                     => 'cache',
  13866.                     => '@WebProfiler/Collector/cache.html.twig',
  13867.                 ],
  13868.                 'data_collector.translation' => [
  13869.                     => 'translation',
  13870.                     => '@WebProfiler/Collector/translation.html.twig',
  13871.                 ],
  13872.                 'data_collector.security' => [
  13873.                     => 'security',
  13874.                     => '@Security/Collector/security.html.twig',
  13875.                 ],
  13876.                 'data_collector.twig' => [
  13877.                     => 'twig',
  13878.                     => '@WebProfiler/Collector/twig.html.twig',
  13879.                 ],
  13880.                 'data_collector.doctrine' => [
  13881.                     => 'db',
  13882.                     => '@Doctrine/Collector/db.html.twig',
  13883.                 ],
  13884.                 'data_collector.http_client' => [
  13885.                     => 'http_client',
  13886.                     => '@WebProfiler/Collector/http_client.html.twig',
  13887.                 ],
  13888.                 'doctrine_migrations.migrations_collector' => [
  13889.                     => 'doctrine_migrations',
  13890.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  13891.                 ],
  13892.                 'data_collector.dump' => [
  13893.                     => 'dump',
  13894.                     => '@Debug/Profiler/dump.html.twig',
  13895.                 ],
  13896.                 'fos_elastica.data_collector' => [
  13897.                     => 'elastica',
  13898.                     => '@FOSElastica/Collector/elastica.html.twig',
  13899.                 ],
  13900.                 'data_collector.jms_serializer' => [
  13901.                     => 'jms_serializer',
  13902.                     => '@JMSSerializer/Collector/panel.html.twig',
  13903.                 ],
  13904.                 'Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector' => [
  13905.                     => 'graphql',
  13906.                     => '@OverblogGraphQL/profiler/panel.html.twig',
  13907.                 ],
  13908.                 'sonata.block.data_collector' => [
  13909.                     => 'block',
  13910.                     => '@SonataBlock/Profiler/block.html.twig',
  13911.                 ],
  13912.                 'mailer.data_collector' => [
  13913.                     => 'mailer',
  13914.                     => '@WebProfiler/Collector/mailer.html.twig',
  13915.                 ],
  13916.                 'notifier.data_collector' => [
  13917.                     => 'notifier',
  13918.                     => '@WebProfiler/Collector/notifier.html.twig',
  13919.                 ],
  13920.                 'data_collector.config' => [
  13921.                     => 'config',
  13922.                     => '@WebProfiler/Collector/config.html.twig',
  13923.                 ],
  13924.             ],
  13925.             'console.command.ids' => [
  13926.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand',
  13927.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand',
  13928.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand',
  13929.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand',
  13930.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand',
  13931.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand',
  13932.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand',
  13933.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand',
  13934.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand',
  13935.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand',
  13936.                 10 => 'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand',
  13937.                 11 => 'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand',
  13938.                 12 => 'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand',
  13939.                 13 => 'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand',
  13940.                 14 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand',
  13941.                 15 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand',
  13942.                 16 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand',
  13943.                 17 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand',
  13944.                 18 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand',
  13945.                 19 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand',
  13946.                 20 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand',
  13947.                 21 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand',
  13948.                 22 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand',
  13949.                 23 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand',
  13950.                 24 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand',
  13951.                 25 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand',
  13952.                 26 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand',
  13953.                 27 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand',
  13954.                 28 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand',
  13955.                 29 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand',
  13956.                 30 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand',
  13957.                 31 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand',
  13958.                 32 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand',
  13959.                 33 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand',
  13960.                 34 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand',
  13961.                 35 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand',
  13962.                 36 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand',
  13963.                 37 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand',
  13964.                 38 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand',
  13965.                 39 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand',
  13966.                 40 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand',
  13967.                 41 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand',
  13968.                 42 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand',
  13969.                 43 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand',
  13970.                 44 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand',
  13971.                 45 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand',
  13972.                 46 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand',
  13973.                 47 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand',
  13974.                 48 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand',
  13975.                 49 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand',
  13976.                 50 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand',
  13977.                 51 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand',
  13978.                 52 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand',
  13979.                 53 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand',
  13980.                 54 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand',
  13981.                 55 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand',
  13982.                 56 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand',
  13983.                 57 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand',
  13984.                 58 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand',
  13985.                 59 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand',
  13986.                 60 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand',
  13987.                 61 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand',
  13988.                 62 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand',
  13989.                 63 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand',
  13990.                 64 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand',
  13991.                 65 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand',
  13992.                 66 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand',
  13993.                 67 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand',
  13994.                 68 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand',
  13995.                 69 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand',
  13996.                 70 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand',
  13997.                 71 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand',
  13998.                 72 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand',
  13999.                 73 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand',
  14000.                 74 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand',
  14001.                 75 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand',
  14002.                 76 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand',
  14003.                 77 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand',
  14004.                 78 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand',
  14005.                 79 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand',
  14006.                 80 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand',
  14007.                 81 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand',
  14008.                 82 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand',
  14009.                 83 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand',
  14010.                 84 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand',
  14011.                 85 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand',
  14012.                 86 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand',
  14013.                 87 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand',
  14014.                 88 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand',
  14015.                 89 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand',
  14016.                 90 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand',
  14017.                 91 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand',
  14018.                 92 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand',
  14019.                 93 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand',
  14020.                 94 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand',
  14021.                 95 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand',
  14022.                 96 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand',
  14023.                 97 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand',
  14024.                 98 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand',
  14025.                 99 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand',
  14026.                 100 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand',
  14027.                 101 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand',
  14028.                 102 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand',
  14029.                 103 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand',
  14030.                 104 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand',
  14031.                 105 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand',
  14032.                 106 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand',
  14033.                 107 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand',
  14034.                 108 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand',
  14035.                 109 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand',
  14036.                 110 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand',
  14037.                 111 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand',
  14038.                 112 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand',
  14039.                 113 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand',
  14040.                 114 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand',
  14041.                 115 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassCodeCommand',
  14042.                 116 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand',
  14043.                 117 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand',
  14044.                 118 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand',
  14045.                 119 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand',
  14046.                 120 => 'console.command.public_alias.sonata.cache.command.flush',
  14047.                 121 => 'console.command.public_alias.sonata.cache.command.flushall',
  14048.                 122 => 'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand',
  14049.                 123 => 'Sonata\\CacheBundle\\Command\\CacheFlushCommand',
  14050.             ],
  14051.         ];
  14052.     }
  14053.     protected function throw($message)
  14054.     {
  14055.         throw new RuntimeException($message);
  14056.     }
  14057. }