<?php
namespace ContainerTJvWKfw;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'markdown.parser' => 'getMarkdown_ParserService',
'overblog_graphql.cache_compiler' => 'getOverblogGraphql_CacheCompilerService',
'overblog_graphql.event_listener.classloader_listener' => 'getOverblogGraphql_EventListener_ClassloaderListenerService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
'sonata.block.manager' => 'getSonata_Block_ManagerService',
'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->fileMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'App\\BackendBundle\\Common\\EventCommonController' => 'getEventCommonControllerService',
'App\\BackendBundle\\Common\\ProfileCommonController' => 'getProfileCommonControllerService',
'App\\Controller\\AdminBundle\\AddressCityController' => 'getAddressCityControllerService',
'App\\Controller\\AdminBundle\\AddressCountryController' => 'getAddressCountryControllerService',
'App\\Controller\\AdminBundle\\AddressDistrictController' => 'getAddressDistrictControllerService',
'App\\Controller\\AdminBundle\\AddressStateController' => 'getAddressStateControllerService',
'App\\Controller\\AdminBundle\\AdminController' => 'getAdminControllerService',
'App\\Controller\\AdminBundle\\AutoCompleteController' => 'getAutoCompleteControllerService',
'App\\Controller\\AdminBundle\\BaseBackendController' => 'getBaseBackendControllerService',
'App\\Controller\\AdminBundle\\BlockController' => 'getBlockControllerService',
'App\\Controller\\AdminBundle\\BoPartnerProfileController' => 'getBoPartnerProfileControllerService',
'App\\Controller\\AdminBundle\\BoPartnerProfileNameController' => 'getBoPartnerProfileNameControllerService',
'App\\Controller\\AdminBundle\\CommonController' => 'getCommonControllerService',
'App\\Controller\\AdminBundle\\CompanyBenefitController' => 'getCompanyBenefitControllerService',
'App\\Controller\\AdminBundle\\CompanyCertificateController' => 'getCompanyCertificateControllerService',
'App\\Controller\\AdminBundle\\CompanyProfileController' => 'getCompanyProfileControllerService',
'App\\Controller\\AdminBundle\\CompanyProfileNameController' => 'getCompanyProfileNameControllerService',
'App\\Controller\\AdminBundle\\CompanySizeController' => 'getCompanySizeControllerService',
'App\\Controller\\AdminBundle\\EventTagCategoryController' => 'getEventTagCategoryControllerService',
'App\\Controller\\AdminBundle\\EventTagController' => 'getEventTagControllerService',
'App\\Controller\\AdminBundle\\FaqCategoryController' => 'getFaqCategoryControllerService',
'App\\Controller\\AdminBundle\\FaqQuestionController' => 'getFaqQuestionControllerService',
'App\\Controller\\AdminBundle\\FaqSubCategoryController' => 'getFaqSubCategoryControllerService',
'App\\Controller\\AdminBundle\\GalleryController' => 'getGalleryControllerService',
'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanyCategoryController' => 'getInfoSectionCompanyCategoryControllerService',
'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanyEntryController' => 'getInfoSectionCompanyEntryControllerService',
'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanySubCategoryController' => 'getInfoSectionCompanySubCategoryControllerService',
'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideCategoryController' => 'getInfoSectionGuideCategoryControllerService',
'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideEntryController' => 'getInfoSectionGuideEntryControllerService',
'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideSubCategoryController' => 'getInfoSectionGuideSubCategoryControllerService',
'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherCategoryController' => 'getInfoSectionTeacherCategoryControllerService',
'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherEntryController' => 'getInfoSectionTeacherEntryControllerService',
'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherSubCategoryController' => 'getInfoSectionTeacherSubCategoryControllerService',
'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersCategoryController' => 'getInfoSectionVirtualOffersCategoryControllerService',
'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersEntryController' => 'getInfoSectionVirtualOffersEntryControllerService',
'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersSubCategoryController' => 'getInfoSectionVirtualOffersSubCategoryControllerService',
'App\\Controller\\AdminBundle\\JobAmsController' => 'getJobAmsControllerService',
'App\\Controller\\AdminBundle\\JobController' => 'getJobControllerService',
'App\\Controller\\AdminBundle\\JobDailyRoutine\\JobDailyRoutineApprenticeController' => 'getJobDailyRoutineApprenticeControllerService',
'App\\Controller\\AdminBundle\\JobDailyRoutine\\JobDailyRoutineApprenticeEntryController' => 'getJobDailyRoutineApprenticeEntryControllerService',
'App\\Controller\\AdminBundle\\JobDailyRoutine\\JobDailyRoutineSchoolPortraitController' => 'getJobDailyRoutineSchoolPortraitControllerService',
'App\\Controller\\AdminBundle\\JobDailyRoutine\\JobDailyRoutineSchoolPortraitEntryController' => 'getJobDailyRoutineSchoolPortraitEntryControllerService',
'App\\Controller\\AdminBundle\\JobDailyRoutine\\JobDailyRoutineVirtualRealityController' => 'getJobDailyRoutineVirtualRealityControllerService',
'App\\Controller\\AdminBundle\\JobDetailImageController' => 'getJobDetailImageControllerService',
'App\\Controller\\AdminBundle\\JobLinkController' => 'getJobLinkControllerService',
'App\\Controller\\AdminBundle\\JobSectorController' => 'getJobSectorControllerService',
'App\\Controller\\AdminBundle\\JobWorkFieldController' => 'getJobWorkFieldControllerService',
'App\\Controller\\AdminBundle\\MediaController' => 'getMediaControllerService',
'App\\Controller\\AdminBundle\\MiscFileController' => 'getMiscFileControllerService',
'App\\Controller\\AdminBundle\\NewsController' => 'getNewsControllerService',
'App\\Controller\\AdminBundle\\OperatorController' => 'getOperatorControllerService',
'App\\Controller\\AdminBundle\\PointsGeneralController' => 'getPointsGeneralControllerService',
'App\\Controller\\AdminBundle\\PointsSchoolClassController' => 'getPointsSchoolClassControllerService',
'App\\Controller\\AdminBundle\\ProviderController' => 'getProviderControllerService',
'App\\Controller\\AdminBundle\\QuizCategoryController' => 'getQuizCategoryControllerService',
'App\\Controller\\AdminBundle\\QuizDailyRoutineApprenticeController' => 'getQuizDailyRoutineApprenticeControllerService',
'App\\Controller\\AdminBundle\\QuizDailyRoutineSchoolPortraitController' => 'getQuizDailyRoutineSchoolPortraitControllerService',
'App\\Controller\\AdminBundle\\QuizQuestionController' => 'getQuizQuestionControllerService',
'App\\Controller\\AdminBundle\\RookieDay\\AdminController' => 'getAdminController2Service',
'App\\Controller\\AdminBundle\\RookieDay\\CSVController' => 'getCSVControllerService',
'App\\Controller\\AdminBundle\\RookieDay\\CompanyContactController' => 'getCompanyContactControllerService',
'App\\Controller\\AdminBundle\\RookieDay\\CompanyController' => 'getCompanyControllerService',
'App\\Controller\\AdminBundle\\RookieDay\\SchoolController' => 'getSchoolControllerService',
'App\\Controller\\AdminBundle\\RookieDay\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\AdminBundle\\RookieDay\\SetupController' => 'getSetupControllerService',
'App\\Controller\\AdminBundle\\RookieDay\\StudentController' => 'getStudentControllerService',
'App\\Controller\\AdminBundle\\RookieDay\\VariableController' => 'getVariableControllerService',
'App\\Controller\\AdminBundle\\Rookie\\AdminController' => 'getAdminController3Service',
'App\\Controller\\AdminBundle\\Rookie\\AutoCompleteController' => 'getAutoCompleteController2Service',
'App\\Controller\\AdminBundle\\Rookie\\BookingController' => 'getBookingControllerService',
'App\\Controller\\AdminBundle\\Rookie\\OfferController' => 'getOfferControllerService',
'App\\Controller\\AdminBundle\\Rookie\\OfferTsMappingController' => 'getOfferTsMappingControllerService',
'App\\Controller\\AdminBundle\\Rookie\\ProviderContactController' => 'getProviderContactControllerService',
'App\\Controller\\AdminBundle\\Rookie\\ProviderController' => 'getProviderController2Service',
'App\\Controller\\AdminBundle\\Rookie\\ProviderLocationController' => 'getProviderLocationControllerService',
'App\\Controller\\AdminBundle\\Rookie\\ProviderRegisterTimeController' => 'getProviderRegisterTimeControllerService',
'App\\Controller\\AdminBundle\\Rookie\\SchoolClassController' => 'getSchoolClassControllerService',
'App\\Controller\\AdminBundle\\Rookie\\SchoolContactController' => 'getSchoolContactControllerService',
'App\\Controller\\AdminBundle\\Rookie\\SchoolController' => 'getSchoolController2Service',
'App\\Controller\\AdminBundle\\Rookie\\SecurityController' => 'getSecurityController2Service',
'App\\Controller\\AdminBundle\\Rookie\\TimeSlotController' => 'getTimeSlotControllerService',
'App\\Controller\\AdminBundle\\SchoolAwardsController' => 'getSchoolAwardsControllerService',
'App\\Controller\\AdminBundle\\SchoolBenefitController' => 'getSchoolBenefitControllerService',
'App\\Controller\\AdminBundle\\SchoolClassController' => 'getSchoolClassController2Service',
'App\\Controller\\AdminBundle\\SchoolClassGradeController' => 'getSchoolClassGradeControllerService',
'App\\Controller\\AdminBundle\\SchoolClassYearController' => 'getSchoolClassYearControllerService',
'App\\Controller\\AdminBundle\\SchoolController' => 'getSchoolController3Service',
'App\\Controller\\AdminBundle\\SchoolDirectorController' => 'getSchoolDirectorControllerService',
'App\\Controller\\AdminBundle\\SchoolProfileController' => 'getSchoolProfileControllerService',
'App\\Controller\\AdminBundle\\SchoolProfileNameController' => 'getSchoolProfileNameControllerService',
'App\\Controller\\AdminBundle\\SchoolTeacherController' => 'getSchoolTeacherControllerService',
'App\\Controller\\AdminBundle\\SchoolTypeController' => 'getSchoolTypeControllerService',
'App\\Controller\\AdminBundle\\SearchTagController' => 'getSearchTagControllerService',
'App\\Controller\\AdminBundle\\SectorImageController' => 'getSectorImageControllerService',
'App\\Controller\\AdminBundle\\SecurityController' => 'getSecurityController3Service',
'App\\Controller\\AdminBundle\\Shuttle\\AdminController' => 'getAdminController4Service',
'App\\Controller\\AdminBundle\\Shuttle\\AutoCompleteController' => 'getAutoCompleteController3Service',
'App\\Controller\\AdminBundle\\Shuttle\\BookingController' => 'getBookingController2Service',
'App\\Controller\\AdminBundle\\Shuttle\\CSVController' => 'getCSVController2Service',
'App\\Controller\\AdminBundle\\Shuttle\\CompanyController' => 'getCompanyController2Service',
'App\\Controller\\AdminBundle\\Shuttle\\CompanyDateMappingsController' => 'getCompanyDateMappingsControllerService',
'App\\Controller\\AdminBundle\\Shuttle\\DateController' => 'getDateControllerService',
'App\\Controller\\AdminBundle\\Shuttle\\SecurityController' => 'getSecurityController4Service',
'App\\Controller\\AdminBundle\\Shuttle\\TourController' => 'getTourControllerService',
'App\\Controller\\AdminBundle\\Shuttle\\VariableController' => 'getVariableController2Service',
'App\\Controller\\AdminBundle\\SitesController' => 'getSitesControllerService',
'App\\Controller\\AdminBundle\\SliderItemController' => 'getSliderItemControllerService',
'App\\Controller\\AdminBundle\\StatisticsController' => 'getStatisticsControllerService',
'App\\Controller\\AdminBundle\\SubjectCategoryController' => 'getSubjectCategoryControllerService',
'App\\Controller\\AdminBundle\\SubjectController' => 'getSubjectControllerService',
'App\\Controller\\AdminBundle\\SwitchUserController' => 'getSwitchUserControllerService',
'App\\Controller\\AdminBundle\\TitleController' => 'getTitleControllerService',
'App\\Controller\\ApiBundle\\Job\\JobController' => 'getJobController2Service',
'App\\Controller\\BackendBundle\\ApiController' => 'getApiControllerService',
'App\\Controller\\BackendBundle\\OAuth2Controller' => 'getOAuth2ControllerService',
'App\\Controller\\FrontendBundle\\AutoCompleteController' => 'getAutoCompleteController4Service',
'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileController' => 'getBoPartnerProfileController2Service',
'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileSelectController' => 'getBoPartnerProfileSelectControllerService',
'App\\Controller\\FrontendBundle\\BoPartner\\EventController' => 'getEventControllerService',
'App\\Controller\\FrontendBundle\\CacheController' => 'getCacheControllerService',
'App\\Controller\\FrontendBundle\\Company\\CompanyProfileController' => 'getCompanyProfileController2Service',
'App\\Controller\\FrontendBundle\\Company\\CompanyProfileSelectController' => 'getCompanyProfileSelectControllerService',
'App\\Controller\\FrontendBundle\\Company\\EventController' => 'getEventController2Service',
'App\\Controller\\FrontendBundle\\DailyRoutinesController' => 'getDailyRoutinesControllerService',
'App\\Controller\\FrontendBundle\\DirectLinksController' => 'getDirectLinksControllerService',
'App\\Controller\\FrontendBundle\\Director\\BookingController' => 'getBookingController3Service',
'App\\Controller\\FrontendBundle\\Director\\SchoolClassController' => 'getSchoolClassController3Service',
'App\\Controller\\FrontendBundle\\ETerminController' => 'getETerminControllerService',
'App\\Controller\\FrontendBundle\\Event\\EventController' => 'getEventController3Service',
'App\\Controller\\FrontendBundle\\Event\\FeedbackController' => 'getFeedbackControllerService',
'App\\Controller\\FrontendBundle\\FaqController' => 'getFaqControllerService',
'App\\Controller\\FrontendBundle\\FrontpageController' => 'getFrontpageControllerService',
'App\\Controller\\FrontendBundle\\Games\\AnschreibenGameController' => 'getAnschreibenGameControllerService',
'App\\Controller\\FrontendBundle\\Games\\JeopardyGameController' => 'getJeopardyGameControllerService',
'App\\Controller\\FrontendBundle\\Games\\LebenslaufGameController' => 'getLebenslaufGameControllerService',
'App\\Controller\\FrontendBundle\\Games\\MemoryGameController' => 'getMemoryGameControllerService',
'App\\Controller\\FrontendBundle\\Games\\QuizGameController' => 'getQuizGameControllerService',
'App\\Controller\\FrontendBundle\\Games\\StellenanzeigeGameController' => 'getStellenanzeigeGameControllerService',
'App\\Controller\\FrontendBundle\\Games\\StellenanzeigeGameOLDController' => 'getStellenanzeigeGameOLDControllerService',
'App\\Controller\\FrontendBundle\\GeneralController' => 'getGeneralControllerService',
'App\\Controller\\FrontendBundle\\Ideas\\CompanyIdeasController' => 'getCompanyIdeasControllerService',
'App\\Controller\\FrontendBundle\\Ideas\\GuidelinesController' => 'getGuidelinesControllerService',
'App\\Controller\\FrontendBundle\\Ideas\\TeacherIdeasController' => 'getTeacherIdeasControllerService',
'App\\Controller\\FrontendBundle\\Ideas\\VirtualOffersController' => 'getVirtualOffersControllerService',
'App\\Controller\\FrontendBundle\\InfoController' => 'getInfoControllerService',
'App\\Controller\\FrontendBundle\\Job\\JobController' => 'getJobController3Service',
'App\\Controller\\FrontendBundle\\Job\\JobSectorController' => 'getJobSectorController2Service',
'App\\Controller\\FrontendBundle\\LowerAustria\\Games\\LowerAustriaMemoryGameController' => 'getLowerAustriaMemoryGameControllerService',
'App\\Controller\\FrontendBundle\\LowerAustria\\LowerAustriaController' => 'getLowerAustriaControllerService',
'App\\Controller\\FrontendBundle\\PDFController' => 'getPDFControllerService',
'App\\Controller\\FrontendBundle\\PasswortForgetController' => 'getPasswortForgetControllerService',
'App\\Controller\\FrontendBundle\\Registration\\RegisterCodePdfShowController' => 'getRegisterCodePdfShowControllerService',
'App\\Controller\\FrontendBundle\\Registration\\RegisterGeneralController' => 'getRegisterGeneralControllerService',
'App\\Controller\\FrontendBundle\\Registration\\RegisterProviderController' => 'getRegisterProviderControllerService',
'App\\Controller\\FrontendBundle\\Registration\\RegisterTeacherController' => 'getRegisterTeacherControllerService',
'App\\Controller\\FrontendBundle\\Restricted\\AppointmentsController' => 'getAppointmentsControllerService',
'App\\Controller\\FrontendBundle\\Restricted\\BookingController' => 'getBookingController4Service',
'App\\Controller\\FrontendBundle\\Restricted\\BookingEditController' => 'getBookingEditControllerService',
'App\\Controller\\FrontendBundle\\Restricted\\BookingProposalController' => 'getBookingProposalControllerService',
'App\\Controller\\FrontendBundle\\Restricted\\BookmarkController' => 'getBookmarkControllerService',
'App\\Controller\\FrontendBundle\\Restricted\\ContactController' => 'getContactControllerService',
'App\\Controller\\FrontendBundle\\Restricted\\JobMarketController' => 'getJobMarketControllerService',
'App\\Controller\\FrontendBundle\\Restricted\\LoginController' => 'getLoginControllerService',
'App\\Controller\\FrontendBundle\\Restricted\\MediaAndGalleryController' => 'getMediaAndGalleryControllerService',
'App\\Controller\\FrontendBundle\\Restricted\\NewsController' => 'getNewsController2Service',
'App\\Controller\\FrontendBundle\\Restricted\\ProviderQuizGameQuestionsController' => 'getProviderQuizGameQuestionsControllerService',
'App\\Controller\\FrontendBundle\\Restricted\\SettingsController' => 'getSettingsControllerService',
'App\\Controller\\FrontendBundle\\Restricted\\SwitchRoleController' => 'getSwitchRoleControllerService',
'App\\Controller\\FrontendBundle\\Restricted\\UserDataController' => 'getUserDataControllerService',
'App\\Controller\\FrontendBundle\\RookieDay\\CompaniesController' => 'getCompaniesControllerService',
'App\\Controller\\FrontendBundle\\RookieDay\\FrontpageController' => 'getFrontpageController2Service',
'App\\Controller\\FrontendBundle\\RookieDay\\RegisterCompanyController' => 'getRegisterCompanyControllerService',
'App\\Controller\\FrontendBundle\\RookieDay\\RegisterStudentController' => 'getRegisterStudentControllerService',
'App\\Controller\\FrontendBundle\\Rookie\\FrontpageController' => 'getFrontpageController3Service',
'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\FrontpageController' => 'getFrontpageController4Service',
'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\OfferController' => 'getOfferController2Service',
'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\RegistrationController' => 'getRegistrationControllerService',
'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\SearchController' => 'getSearchControllerService',
'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\FrontpageController' => 'getFrontpageController5Service',
'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\OfferController' => 'getOfferController3Service',
'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\RegistrationController' => 'getRegistrationController2Service',
'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\SearchController' => 'getSearchController2Service',
'App\\Controller\\FrontendBundle\\SchoolClass\\BookingController' => 'getBookingController5Service',
'App\\Controller\\FrontendBundle\\SchoolClass\\DemoSchoolClassController' => 'getDemoSchoolClassControllerService',
'App\\Controller\\FrontendBundle\\SchoolClass\\FeedbackController' => 'getFeedbackController2Service',
'App\\Controller\\FrontendBundle\\SchoolClass\\LebenslaufController' => 'getLebenslaufControllerService',
'App\\Controller\\FrontendBundle\\SchoolClass\\PreparationController' => 'getPreparationControllerService',
'App\\Controller\\FrontendBundle\\SchoolClass\\TipsController' => 'getTipsControllerService',
'App\\Controller\\FrontendBundle\\School\\EventController' => 'getEventController4Service',
'App\\Controller\\FrontendBundle\\School\\InviteTeacherController' => 'getInviteTeacherControllerService',
'App\\Controller\\FrontendBundle\\School\\SchoolClassController' => 'getSchoolClassController4Service',
'App\\Controller\\FrontendBundle\\School\\SchoolProfileController' => 'getSchoolProfileController2Service',
'App\\Controller\\FrontendBundle\\School\\SchoolProfileSelectController' => 'getSchoolProfileSelectControllerService',
'App\\Controller\\FrontendBundle\\School\\SpecialFieldsController' => 'getSpecialFieldsControllerService',
'App\\Controller\\FrontendBundle\\SearchController' => 'getSearchController3Service',
'App\\Controller\\FrontendBundle\\SecurityController' => 'getSecurityController5Service',
'App\\Controller\\FrontendBundle\\Shuttle\\FrontpageController' => 'getFrontpageController6Service',
'App\\Controller\\FrontendBundle\\Shuttle\\RegisterController' => 'getRegisterControllerService',
'App\\Controller\\FrontendBundle\\Shuttle\\TourController' => 'getTourController2Service',
'App\\Controller\\FrontendBundle\\SiteMapController' => 'getSiteMapControllerService',
'App\\Controller\\FrontendBundle\\SwitchUserController' => 'getSwitchUserController2Service',
'App\\Controller\\FrontendBundle\\Teacher\\BookingController' => 'getBookingController6Service',
'App\\Controller\\FrontendBundle\\Teacher\\OrderFolderController' => 'getOrderFolderControllerService',
'App\\Controller\\FrontendBundle\\Teacher\\SchoolClassController' => 'getSchoolClassController5Service',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
'Overblog\\GraphQLBundle\\Command\\CompileCommand' => 'getCompileCommandService',
'Overblog\\GraphQLBundle\\Command\\DebugCommand' => 'getDebugCommandService',
'Overblog\\GraphQLBundle\\Command\\GraphQLDumpSchemaCommand' => 'getGraphQLDumpSchemaCommandService',
'Overblog\\GraphQLBundle\\Command\\ValidateCommand' => 'getValidateCommandService',
'Overblog\\GraphQLBundle\\Controller\\GraphController' => 'getGraphControllerService',
'Overblog\\GraphQLBundle\\Controller\\ProfilerController' => 'getProfilerController2Service',
'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Mutation\\MutationFieldQuery' => 'getMutationFieldQueryService',
'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\GlobalIdFieldQuery' => 'getGlobalIdFieldQueryService',
'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\NodeFieldQuery' => 'getNodeFieldQueryService',
'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\PluralIdentifyingRootFieldQuery' => 'getPluralIdentifyingRootFieldQueryService',
'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand' => 'getCacheFlushAllCommandService',
'Sonata\\CacheBundle\\Command\\CacheFlushCommand' => 'getCacheFlushCommandService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'block.editor' => 'getBlock_EditorService',
'block.events.4x1' => 'getBlock_Events_4x1Service',
'block.footer' => 'getBlock_FooterService',
'block.frontpage.news' => 'getBlock_Frontpage_NewsService',
'block.header.child' => 'getBlock_Header_ChildService',
'block.header.main' => 'getBlock_Header_MainService',
'block.heading' => 'getBlock_HeadingService',
'block.random.jobs' => 'getBlock_Random_JobsService',
'block.slider' => 'getBlock_SliderService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand' => 'getAddDemoSchoolClassCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand' => 'getAddressCityLatLonCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand' => 'getAddressLatLonCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand' => 'getAppointmentPointsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand' => 'getAssignSchoolClassStatusCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand' => 'getAssignTeachersToSchoolClassesCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand' => 'getBoMapCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand' => 'getCreateTeacherInvitationsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand' => 'getDeleteMultipleMappingsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand' => 'getDeleteNonexistantMediaCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand' => 'getEventTagsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand' => 'getMailTemplateTestCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand' => 'getNewsReminderCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand' => 'getShuttleSchoolsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand' => 'getTestImportBoPartnerProfileCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand' => 'getTestImportEventsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand' => 'getTestImportSchoolProfileCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand' => 'getBicImportCleanupCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand' => 'getBicImportJobEduPathCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand' => 'getBicImportJobExpertTermsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand' => 'getBicImportJobLinksCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand' => 'getBicImportJobRedirectsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand' => 'getBicImportJobRemoveTextCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand' => 'getBicImportJobSectorsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand' => 'getBicImportJobWorkFieldsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand' => 'getBicImportJobsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand' => 'getBicImportRequirementMappingCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand' => 'getBicImportRequirementTypesCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand' => 'getBicImportRequirementsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand' => 'getBicImportSchoolCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand' => 'getBicImportSchoolJobsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand' => 'getBicJobDifferencesCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand' => 'getProfilesWebsiteCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand' => 'getCompanyImportCleanCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand' => 'getCompanyImportCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand' => 'getCompanyProfileInterestFieldCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand' => 'getGameQuizQuestionsImportCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand' => 'getQuizGameGeneralImportCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand' => 'getQuizGameJobImportCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand' => 'getQuizGameJobUpdateCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand' => 'getSchoolClassGameHistoryCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand' => 'getSchoolClassGameTrophyCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand' => 'getJobChangeInterestFieldCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand' => 'getJobExpiredRedirectsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand' => 'getJobRemoveCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand' => 'getJobReplaceRedirectCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand' => 'getJobSalaryAmsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand' => 'getJobSalaryImportCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand' => 'getJobSalaryUpdateCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand' => 'getJobsImportAmsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand' => 'getJobsImportPicturesCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand' => 'getJobsInterestFieldCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand' => 'getJobsSchoolSubjectCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand' => 'getCopyImagesCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand' => 'getImportImagesCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand' => 'getAppointmentsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand' => 'getBoContactsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand' => 'getBoLocationCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand' => 'getBoProfileCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand' => 'getBoProfileMappingCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand' => 'getBookingCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand' => 'getBookingPersonCountCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand' => 'getBookingProposalCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand' => 'getCompanyLocationCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand' => 'getCompanyProfileBenefitCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand' => 'getCompanyProfileCertificatesCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand' => 'getCompanyProfileCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand' => 'getCompanyProfileContactsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand' => 'getCompanyProfileJobMappingCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand' => 'getCompanyProfileMappingCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand' => 'getCompanyProfileSectorsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand' => 'getCompanyProfileVacancyCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand' => 'getEventFeedbackAnswerCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand' => 'getEventFeedbackCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand' => 'getEventJobMappingCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand' => 'getEventsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand' => 'getGalleryOwnerCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand' => 'getGameQuizQuestionCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand' => 'getJobDailyRoutineCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand' => 'getJobDailyRoutineEntryCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand' => 'getJobVideoMappingCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand' => 'getJobsImagesCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand' => 'getMediaCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand' => 'getMediaGalleryCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand' => 'getMediaGalleryMediaCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand' => 'getMediaOwnerCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand' => 'getNewsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand' => 'getNewsMessagesCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand' => 'getSchoolClassCustomSpecialFieldMappingCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand' => 'getSchoolClassTeachersCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand' => 'getSchoolClassesCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand' => 'getSchoolCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand' => 'getSchoolContactsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand' => 'getSchoolCustomSpecialFieldCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand' => 'getSchoolCustomSpecialFieldMappingsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand' => 'getSchoolDirectorMappingCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand' => 'getSchoolLocationCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand' => 'getSchoolProfileBenefitCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand' => 'getSchoolProfileCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand' => 'getSchoolProfileJobMappingCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand' => 'getSchoolTeacherMappingCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand' => 'getUserLoginCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand' => 'getUserNamesCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand' => 'getUserTitlesCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand' => 'getTransferContactsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand' => 'getDeleteOffersCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand' => 'getDeleteOldBookingsCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand' => 'getDeleteProvidersCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand' => 'getMailConfirmationCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand' => 'getMailTemplateTestCommand2Service',
'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand' => 'getOfferLimitCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand' => 'getProviderAddressImportCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand' => 'getProviderImportCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand' => 'getSchoolBMFImportCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand' => 'getSchoolClassArchiveCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand' => 'getSchoolClassPTSArchiveCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand' => 'getSchoolClassUpgradeCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand' => 'getSchoolImportCommandService',
'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand' => 'getSchoolInterestFieldsCommandService',
'console.command.public_alias.sonata.cache.command.flush' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushService',
'console.command.public_alias.sonata.cache.command.flushall' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushallService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'error_controller' => 'getErrorControllerService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'knp_menu.factory' => 'getKnpMenu_FactoryService',
'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService',
'overblog_graphql.access_resolver' => 'getOverblogGraphql_AccessResolverService',
'overblog_graphql.arguments_transformer' => 'getOverblogGraphql_ArgumentsTransformerService',
'overblog_graphql.mutation_resolver' => 'getOverblogGraphql_MutationResolverService',
'overblog_graphql.query_resolver' => 'getOverblogGraphql_QueryResolverService',
'overblog_graphql.react.promise_adapter' => 'getOverblogGraphql_React_PromiseAdapterService',
'overblog_graphql.request_batch_parser' => 'getOverblogGraphql_RequestBatchParserService',
'overblog_graphql.request_executor' => 'getOverblogGraphql_RequestExecutorService',
'overblog_graphql.request_parser' => 'getOverblogGraphql_RequestParserService',
'overblog_graphql.type_resolver' => 'getOverblogGraphql_TypeResolverService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
'sonata.cache.orm.event_subscriber.default' => 'getSonata_Cache_Orm_EventSubscriber_DefaultService',
'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
];
$this->aliases = [
'App\\Kernel' => 'kernel',
'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'sonata.seo.page' => 'sonata.seo.page.default',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/AddressHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/BoPartnerHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/CodeGeneratorHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/CommunicationHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/CompanyHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/EventHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/GameHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/GamePointsHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/JobHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/MediaHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Media/Generator/IdGenerator.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Media/Generator/YoutubeGenerator.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Media/Generator/ReferenceGenerator.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/MqttHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/RegisterHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/SchoolHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/SearchIndexHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/SearchTagHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/SecurityHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/TitleHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/UserHelper.php';
include_once \dirname(__DIR__, 4).'/src/BackendBundle/Helper/MenuHelper.php';
include_once \dirname(__DIR__, 4).'/src/Services/JobService.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/AbstractLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/Index.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/DataCollector/GraphQLCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/EventListener/ClassLoaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Twig/CanonicalizeRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
include_once \dirname(__DIR__, 4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/Generator/TypeBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/murtukov/php-code-generator/src/ConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/Generator/Converter/ExpressionConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunction.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Call.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Parameter.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Service.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Arguments.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/IsTypeOf.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Mutation.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Query.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/FromGlobalID.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/GlobalID.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/IdFetcherCallback.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/MutateAndGetPayloadCallback.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/ResolveSingleInputCallback.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Resolver.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/NewObject.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyPermission.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyRole.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasPermission.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasRole.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAnonymous.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAuthenticated.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsFullyAuthenticated.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsGranted.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsRememberMe.php';
include_once \dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGeneratorOptions.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/src/Twig/AssetExistsExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/DateHelpersExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/EventExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/FrontendLinkExtensions.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/GlobalExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/HTMLHelpersExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/JsonDecodeExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/MathExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/MediaExtensions.php';
include_once \dirname(__DIR__, 4).'/src/Twig/VersionExtensions.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/StringExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
protected function createProxy($class, \Closure $factory)
{
class_exists($class, false) || require __DIR__.'/'.$class.'.php';
return $factory();
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('graphql.cache', ($this->privates['.graphql.cache.inner'] ?? $this->get_Graphql_Cache_InnerService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$f->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$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));
$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())));
$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([])))));
$instance->add($e);
$instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
$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()))));
$instance->add(($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector())));
$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']));
$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()))));
$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()))));
$instance->add($f);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
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()), $a, false, false, false);
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
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, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
$a->addPath((\dirname(__DIR__, 4).'/templates/frontend'), 'frontend');
$a->addPath((\dirname(__DIR__, 4).'/templates/backend'), 'backend');
$a->addPath((\dirname(__DIR__, 4).'/templates/admin'), 'admin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/Resources/views'), 'OverblogGraphQL');
$a->addPath((\dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/Resources/views'), '!OverblogGraphQL');
$a->addPath((\dirname(__DIR__, 4).'/vendor/overblog/graphiql-bundle/Resources/views'), 'OverblogGraphiQL');
$a->addPath((\dirname(__DIR__, 4).'/vendor/overblog/graphiql-bundle/Resources/views'), '!OverblogGraphiQL');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), 'SonataForm');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), '!SonataForm');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
$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 () {
return new \EmptyIterator();
}, 0));
$g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$h = ($this->services['router'] ?? $this->getRouterService());
$i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$j = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
$j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
$j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
$j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
$j->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
$j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
$k = new \Knp\Menu\Util\MenuManipulator();
$l = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
$m = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$m->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
$n = new \Symfony\Bridge\Twig\AppVariable();
$n->setEnvironment('dev');
$n->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$n->setTokenStorage($i);
}
if ($this->has('request_stack')) {
$n->setRequestStack($d);
}
$o = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, $h)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
$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())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$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)));
$instance->addExtension(new \App\Twig\AssetExistsExtension(\dirname(__DIR__, 4)));
$instance->addExtension(new \App\Twig\DateHelpersExtension());
$instance->addExtension(new \App\Twig\EventExtension(($this->privates['App\\BackendBundle\\Helper\\EventHelper'] ?? $this->getEventHelperService())));
$instance->addExtension(new \App\Twig\FrontendLinkExtensions($this->getEnv('FRONTEND_DOMAIN')));
$instance->addExtension(new \App\Twig\GlobalExtension());
$instance->addExtension(new \App\Twig\HTMLHelpersExtension());
$instance->addExtension(new \App\Twig\JsonDecodeExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
$instance->addExtension(new \App\Twig\MathExtension());
$instance->addExtension(new \App\Twig\MediaExtensions(($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService())));
$instance->addExtension(new \App\Twig\VersionExtensions());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$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)))));
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
$instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($j));
$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, [
'list' => ['privates', 'knp_menu.renderer.list', 'getKnpMenu_Renderer_ListService', true],
'twig' => ['privates', 'knp_menu.renderer.twig', 'getKnpMenu_Renderer_TwigService', true],
], [
'list' => '?',
'twig' => '?',
]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $k, $l), $l, $k));
$instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
$instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
$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()))));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
$instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
$instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
$instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($m));
$instance->addExtension(new \Twig\Extra\String\StringExtension());
$instance->addGlobal('app', $n);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates', 'liip_imagine.templating.filter_runtime', 'getLiipImagine_Templating_FilterRuntimeService', true],
'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates', 'sonata.block.templating.helper', 'getSonata_Block_Templating_HelperService', false],
'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates', 'sonata.admin.twig.sonata_admin_runtime', 'getSonata_Admin_Twig_SonataAdminRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates', 'sonata.admin.twig.template_registry_runtime', 'getSonata_Admin_Twig_TemplateRegistryRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates', 'sonata.admin.twig.group_runtime', 'getSonata_Admin_Twig_GroupRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates', 'sonata.admin.twig.icon_runtime', 'getSonata_Admin_Twig_IconRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates', 'sonata.admin.twig.security_runtime', 'getSonata_Admin_Twig_SecurityRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates', 'sonata.admin.twig.canonicalize_runtime', 'getSonata_Admin_Twig_CanonicalizeRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates', 'sonata.admin.twig.xeditable_runtime', 'getSonata_Admin_Twig_XeditableRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates', 'sonata.admin.twig.render_element_runtime', 'getSonata_Admin_Twig_RenderElementRuntimeService', false],
'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates', 'sonata.admin.twig.breadcrumbs_runtime', 'getSonata_Admin_Twig_BreadcrumbsRuntimeService', false],
'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates', 'sonata.form.twig.canonicalize_runtime', 'getSonata_Form_Twig_CanonicalizeRuntimeService', false],
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
], [
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$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']));
$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' => [0 => 'bundles/sonataadmin/app.js', 1 => 'bundles/sonataform/app.js'], 'stylesheets' => [0 => 'bundles/sonataadmin/app.css', 1 => 'bundles/sonataform/app.css', 2 => 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'], 'role_admin' => 'ROLE_SONATA_ADMIN', 'role_super_admin' => 'ROLE_SUPER_ADMIN', 'search' => true]));
$instance->registerUndefinedFilterCallback([0 => $o, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $o, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $o, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$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(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
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())));
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
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())));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
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()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.default_connection'])) {
return $this->services['doctrine.dbal.default_connection'];
}
$b = new \Doctrine\DBAL\Configuration();
$c = new \Symfony\Bridge\Monolog\Logger('doctrine');
$c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
$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))));
$d->setConnectionName('default');
$b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
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, []);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/AdminBundle/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/Entity')], false)));
$b->addDriver(($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService()), 'App\\Entity');
$b->addDriver($c, 'App\\AdminBundle\\Entity');
$b->addDriver($c, 'League\\Bundle\\OAuth2ServerBundle\\Entity');
$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');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'AdminBundle' => 'App\\AdminBundle\\Entity', 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(false);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setLazyGhostObjectEnabled(false);
$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, [], [])))));
$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()));
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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())));
$instance->addListener('league.oauth2_server.event.authorization_request_resolve', [0 => function () {
return ($this->privates['oauth2.authorization.requst.listener'] ?? $this->load('getOauth2_Authorization_Requst_ListenerService'));
}, 1 => 'resolve'], 0);
$instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [0 => function () {
return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
}, 1 => 'onPostIndexPopulate'], -9999);
$instance->addListener('league.oauth2_server.event.authorization_request_resolve', [0 => function () {
return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
}, 1 => 'onAuthorizationRequest'], 1024);
$instance->addListener('league.oauth2_server.event.pre_save_client', [0 => function () {
return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
}, 1 => '__invoke'], 0);
$instance->addListener('graphql.error_formatting', [0 => function () {
return ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] ?? ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] = new \Overblog\GraphQLBundle\Validator\Formatter()));
}, 1 => 'onErrorFormatting'], 0);
$instance->addListener('graphql.executor.context', [0 => function () {
return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\RequestFilesListener'] ?? $this->load('getRequestFilesListenerService'));
}, 1 => 'onExecutorContextEvent'], 0);
$instance->addListener('graphql.type_loaded', [0 => function () {
return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\TypeDecoratorListener'] ?? $this->load('getTypeDecoratorListenerService'));
}, 1 => 'onTypeLoaded'], 0);
$instance->addListener('graphql.error_formatting', [0 => function () {
return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] ?? ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] = new \Overblog\GraphQLBundle\EventListener\ValidationErrorsListener()));
}, 1 => 'onErrorFormatting'], 0);
$instance->addListener('graphql.post_executor', [0 => function () {
return ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector()));
}, 1 => 'onPostExecutor'], 0);
$instance->addListener('graphql.post_executor', [0 => function () {
return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ErrorHandlerListener'] ?? $this->load('getErrorHandlerListenerService'));
}, 1 => 'onPostExecutor'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
}, 1 => 'load'], 255);
$instance->addListener('console.command', [0 => function () {
return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
}, 1 => 'load'], 255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
}, 1 => 'onBlock'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('knp_pager.items', [0 => function () {
return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
}, 1 => 'items'], 1);
$instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [0 => function () {
return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
}, 1 => 'filterObjects'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
}, 1 => 'checkPassport'], 256);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
}, 1 => 'onNotification'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
}, 1 => 'onMessage'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
}, 1 => 'configure'], 1024);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
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 () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
yield 4 => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
yield 5 => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* Gets the public 'knp_menu.matcher' shared service.
*
* @return \Knp\Menu\Matcher\Matcher
*/
protected function getKnpMenu_MatcherService()
{
return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
yield 1 => ($this->privates['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService'));
yield 2 => ($this->privates['sonata.admin.menu.matcher.voter.active'] ?? ($this->privates['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
}, 3));
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['liip_imagine.cache.manager'])) {
return $this->services['liip_imagine.cache.manager'];
}
$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);
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
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');
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
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()));
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'markdown.parser' shared service.
*
* @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
*/
protected function getMarkdown_ParserService()
{
return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
}
/**
* Gets the public 'overblog_graphql.cache_compiler' shared service.
*
* @return \Overblog\GraphQLBundle\Generator\TypeGenerator
*/
protected function getOverblogGraphql_CacheCompilerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['overblog_graphql.cache_compiler'])) {
return $this->services['overblog_graphql.cache_compiler'];
}
$b = new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionLanguage(NULL);
$b->addGlobalName('services->get(\'typeResolver\')', 'typeResolver');
$b->addGlobalName('services->get(\'queryResolver\')', 'queryResolver');
$b->addGlobalName('services->get(\'mutationResolver\')', 'mutationResolver');
$b->addGlobalName('services->get(\'argumentFactory\')', 'argumentFactory');
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Call());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Arguments());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\IsTypeOf());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\FromGlobalID());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\GlobalID());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\IdFetcherCallback());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\MutateAndGetPayloadCallback());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\ResolveSingleInputCallback());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\NewObject());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\GetUser());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyPermission());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyRole());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasPermission());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasRole());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAnonymous());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAuthenticated());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsFullyAuthenticated());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsGranted());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsRememberMe());
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter('param'));
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service('serv'));
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation('m'));
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('q'));
$b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('res'));
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__', NULL, true, $this->targetDir.'', NULL));
}
/**
* Gets the public 'overblog_graphql.event_listener.classloader_listener' shared service.
*
* @return \Overblog\GraphQLBundle\EventListener\ClassLoaderListener
*/
protected function getOverblogGraphql_EventListener_ClassloaderListenerService()
{
$a = ($this->services['overblog_graphql.cache_compiler'] ?? $this->getOverblogGraphql_CacheCompilerService());
if (isset($this->services['overblog_graphql.event_listener.classloader_listener'])) {
return $this->services['overblog_graphql.event_listener.classloader_listener'];
}
return $this->services['overblog_graphql.event_listener.classloader_listener'] = new \Overblog\GraphQLBundle\EventListener\ClassLoaderListener($a);
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->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');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'sonata.block.context_manager.default' shared service.
*
* @return \Sonata\BlockBundle\Block\BlockContextManager
*/
protected function getSonata_Block_ContextManager_DefaultService()
{
$a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
if (isset($this->services['sonata.block.context_manager.default'])) {
return $this->services['sonata.block.context_manager.default'];
}
return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([0 => new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'sonata.block.manager' shared service.
*
* @return \Sonata\BlockBundle\Block\BlockServiceManager
*/
protected function getSonata_Block_ManagerService()
{
$this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'block.editor' => ['services', 'block.editor', 'getBlock_EditorService', true],
'block.events.4x1' => ['services', 'block.events.4x1', 'getBlock_Events_4x1Service', true],
'block.footer' => ['services', 'block.footer', 'getBlock_FooterService', true],
'block.frontpage.news' => ['services', 'block.frontpage.news', 'getBlock_Frontpage_NewsService', true],
'block.header.child' => ['services', 'block.header.child', 'getBlock_Header_ChildService', true],
'block.header.main' => ['services', 'block.header.main', 'getBlock_Header_MainService', true],
'block.heading' => ['services', 'block.heading', 'getBlock_HeadingService', true],
'block.random.jobs' => ['services', 'block.random.jobs', 'getBlock_Random_JobsService', true],
'block.slider' => ['services', 'block.slider', 'getBlock_SliderService', true],
'sonata.admin.block.admin_list' => ['services', 'sonata.admin.block.admin_list', 'getSonata_Admin_Block_AdminListService', true],
'sonata.admin.block.admin_preview' => ['services', 'sonata.admin.block.admin_preview', 'getSonata_Admin_Block_AdminPreviewService', true],
'sonata.admin.block.search_result' => ['services', 'sonata.admin.block.search_result', 'getSonata_Admin_Block_SearchResultService', true],
'sonata.admin.block.stats' => ['services', 'sonata.admin.block.stats', 'getSonata_Admin_Block_StatsService', true],
'sonata.block.service.container' => ['services', 'sonata.block.service.container', 'getSonata_Block_Service_ContainerService', true],
'sonata.block.service.empty' => ['services', 'sonata.block.service.empty', 'getSonata_Block_Service_EmptyService', true],
'sonata.block.service.menu' => ['services', 'sonata.block.service.menu', 'getSonata_Block_Service_MenuService', true],
'sonata.block.service.rss' => ['services', 'sonata.block.service.rss', 'getSonata_Block_Service_RssService', true],
'sonata.block.service.template' => ['services', 'sonata.block.service.template', 'getSonata_Block_Service_TemplateService', true],
'sonata.block.service.text' => ['services', 'sonata.block.service.text', 'getSonata_Block_Service_TextService', true],
'sonata.seo.block.breadcrumb.homepage' => ['services', 'sonata.seo.block.breadcrumb.homepage', 'getSonata_Seo_Block_Breadcrumb_HomepageService', true],
], [
'block.editor' => '?',
'block.events.4x1' => '?',
'block.footer' => '?',
'block.frontpage.news' => '?',
'block.header.child' => '?',
'block.header.main' => '?',
'block.heading' => '?',
'block.random.jobs' => '?',
'block.slider' => '?',
'sonata.admin.block.admin_list' => '?',
'sonata.admin.block.admin_preview' => '?',
'sonata.admin.block.search_result' => '?',
'sonata.admin.block.stats' => '?',
'sonata.block.service.container' => '?',
'sonata.block.service.empty' => '?',
'sonata.block.service.menu' => '?',
'sonata.block.service.rss' => '?',
'sonata.block.service.template' => '?',
'sonata.block.service.text' => '?',
'sonata.seo.block.breadcrumb.homepage' => '?',
]), $this->parameters['sonata.block.container.types']);
$instance->add('block.footer', 'block.footer', []);
$instance->add('block.frontpage.news', 'block.frontpage.news', []);
$instance->add('block.events.4x1', 'block.events.4x1', []);
$instance->add('block.random.jobs', 'block.random.jobs', []);
$instance->add('block.slider', 'block.slider', []);
$instance->add('block.header.main', 'block.header.main', []);
$instance->add('block.header.child', 'block.header.child', []);
$instance->add('block.heading', 'block.heading', []);
$instance->add('block.editor', 'block.editor', []);
$instance->add('sonata.block.service.container', 'sonata.block.service.container', []);
$instance->add('sonata.block.service.empty', 'sonata.block.service.empty', []);
$instance->add('sonata.block.service.text', 'sonata.block.service.text', []);
$instance->add('sonata.block.service.rss', 'sonata.block.service.rss', []);
$instance->add('sonata.block.service.template', 'sonata.block.service.template', []);
$instance->add('sonata.block.service.menu', 'sonata.block.service.menu', []);
$instance->add('sonata.admin.block.admin_list', 'sonata.admin.block.admin_list', []);
$instance->add('sonata.admin.block.search_result', 'sonata.admin.block.search_result', []);
$instance->add('sonata.admin.block.stats', 'sonata.admin.block.stats', []);
$instance->add('sonata.admin.block.admin_preview', 'sonata.admin.block.admin_preview', []);
$instance->add('sonata.seo.block.breadcrumb.homepage', 'sonata.seo.block.breadcrumb.homepage', []);
return $instance;
}
/**
* Gets the public 'sonata.block.renderer.default' shared service.
*
* @return \Sonata\BlockBundle\Block\BlockRenderer
*/
protected function getSonata_Block_Renderer_DefaultService()
{
$a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
if (isset($this->services['sonata.block.renderer.default'])) {
return $this->services['sonata.block.renderer.default'];
}
$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'], [], []);
$b->setDefaultFilter('debug_only');
$b->setDefaultRenderer('throw');
return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a, $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'sonata.seo.page.default' shared service.
*
* @return \Sonata\SeoBundle\Seo\SeoPage
*/
protected function getSonata_Seo_Page_DefaultService()
{
$this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
$instance->setTitle('Berufsreise');
$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' => '']]);
$instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml', 'xmlns:og' => 'http://opengraphprotocol.org/schema/']);
$instance->setSeparator(' - ');
return $instance;
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
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))));
}
/**
* Gets the private '.graphql.cache.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function get_Graphql_Cache_InnerService()
{
$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(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['.graphql.cache.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the private '.service_locator.B5CP1xq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_B5CP1xqService()
{
return $this->privates['.service_locator.B5CP1xq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.admin' => ['privates', 'security.firewall.map.context.admin', 'getSecurity_Firewall_Map_Context_AdminService', true],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
'security.firewall.map.context.oauth2_api' => ['privates', 'security.firewall.map.context.oauth2_api', 'getSecurity_Firewall_Map_Context_Oauth2ApiService', true],
'security.firewall.map.context.rookie_admin' => ['privates', 'security.firewall.map.context.rookie_admin', 'getSecurity_Firewall_Map_Context_RookieAdminService', true],
'security.firewall.map.context.rookie_day_admin' => ['privates', 'security.firewall.map.context.rookie_day_admin', 'getSecurity_Firewall_Map_Context_RookieDayAdminService', true],
'security.firewall.map.context.shuttle_admin' => ['privates', 'security.firewall.map.context.shuttle_admin', 'getSecurity_Firewall_Map_Context_ShuttleAdminService', true],
], [
'security.firewall.map.context.admin' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
'security.firewall.map.context.oauth2_api' => '?',
'security.firewall.map.context.rookie_admin' => '?',
'security.firewall.map.context.rookie_day_admin' => '?',
'security.firewall.map.context.shuttle_admin' => '?',
]);
}
/**
* Gets the private 'App\BackendBundle\Helper\AddressHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\AddressHelper
*/
protected function getAddressHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\AddressHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'];
}
return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'] = new \App\BackendBundle\Helper\AddressHelper($a);
}
/**
* Gets the private 'App\BackendBundle\Helper\BoPartnerHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\BoPartnerHelper
*/
protected function getBoPartnerHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
}
$b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
}
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()));
}
/**
* Gets the private 'App\BackendBundle\Helper\CommunicationHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\CommunicationHelper
*/
protected function getCommunicationHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'];
}
return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] = new \App\BackendBundle\Helper\CommunicationHelper($a);
}
/**
* Gets the private 'App\BackendBundle\Helper\CompanyHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\CompanyHelper
*/
protected function getCompanyHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
}
$b = ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
}
$c = ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
}
$d = ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
}
$e = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
}
$f = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
}
$g = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
}
$h = ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
}
$i = ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
}
$j = ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
}
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);
}
/**
* Gets the private 'App\BackendBundle\Helper\EventHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\EventHelper
*/
protected function getEventHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
}
$b = ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
}
$c = ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
}
$d = ($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'] ?? $this->getCompanyHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
}
$e = ($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'] ?? $this->getBoPartnerHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
}
$f = ($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'] ?? $this->getSchoolHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
}
return $this->privates['App\\BackendBundle\\Helper\\EventHelper'] = new \App\BackendBundle\Helper\EventHelper($a, $b, $c, $d, $e, $f, ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\BackendBundle\Helper\GameHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\GameHelper
*/
protected function getGameHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
}
$b = ($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] ?? $this->getGamePointsHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
}
return $this->privates['App\\BackendBundle\\Helper\\GameHelper'] = new \App\BackendBundle\Helper\GameHelper($a, $b);
}
/**
* Gets the private 'App\BackendBundle\Helper\GamePointsHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\GamePointsHelper
*/
protected function getGamePointsHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
}
$b = ($this->privates['App\\BackendBundle\\Helper\\MqttHelper'] ?? $this->getMqttHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
}
return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] = new \App\BackendBundle\Helper\GamePointsHelper($a, $b);
}
/**
* Gets the private 'App\BackendBundle\Helper\JobHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\JobHelper
*/
protected function getJobHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
}
$b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
}
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())));
}
/**
* Gets the private 'App\BackendBundle\Helper\MediaHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\MediaHelper
*/
protected function getMediaHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\MediaHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'];
}
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));
}
/**
* Gets the private 'App\BackendBundle\Helper\MqttHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\MqttHelper
*/
protected function getMqttHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\MqttHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'];
}
return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'] = new \App\BackendBundle\Helper\MqttHelper($a);
}
/**
* Gets the private 'App\BackendBundle\Helper\RegisterHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\RegisterHelper
*/
protected function getRegisterHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'];
}
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()));
}
/**
* Gets the private 'App\BackendBundle\Helper\SchoolHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\SchoolHelper
*/
protected function getSchoolHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
}
$b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
}
$c = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
}
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()));
}
/**
* Gets the private 'App\BackendBundle\Helper\SearchIndexHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\SearchIndexHelper
*/
protected function getSearchIndexHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
}
$b = ($this->privates['fos_elastica.object_persister.events'] ?? $this->getFosElastica_ObjectPersister_EventsService());
if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
}
return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] = new \App\BackendBundle\Helper\SearchIndexHelper($a, $b, $b, $b, $b);
}
/**
* Gets the private 'App\BackendBundle\Helper\SearchTagHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\SearchTagHelper
*/
protected function getSearchTagHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'];
}
return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] = new \App\BackendBundle\Helper\SearchTagHelper($a);
}
/**
* Gets the private 'App\BackendBundle\Helper\SecurityHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\SecurityHelper
*/
protected function getSecurityHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
}
return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] = new \App\BackendBundle\Helper\SecurityHelper($a, $b);
}
/**
* Gets the private 'App\BackendBundle\Helper\TitleHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\TitleHelper
*/
protected function getTitleHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\TitleHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'];
}
return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'] = new \App\BackendBundle\Helper\TitleHelper($a);
}
/**
* Gets the private 'App\BackendBundle\Helper\UserHelper' shared autowired service.
*
* @return \App\BackendBundle\Helper\UserHelper
*/
protected function getUserHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BackendBundle\\Helper\\UserHelper'])) {
return $this->privates['App\\BackendBundle\\Helper\\UserHelper'];
}
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()));
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
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())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
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())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
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())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
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())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
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())));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
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())));
}
/**
* Gets the private 'debug.controller_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService()
{
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))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
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 () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
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 () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
}, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'fos_elastica.listener.appointments' => ['privates', 'fos_elastica.listener.appointments', 'getFosElastica_Listener_AppointmentsService', true],
'fos_elastica.listener.events' => ['privates', 'fos_elastica.listener.events', 'getFosElastica_Listener_EventsService', true],
'fos_elastica.listener.jobDailyRoutines' => ['privates', 'fos_elastica.listener.jobDailyRoutines', 'getFosElastica_Listener_JobDailyRoutinesService', true],
'fos_elastica.listener.jobOffers' => ['privates', 'fos_elastica.listener.jobOffers', 'getFosElastica_Listener_JobOffersService', true],
'fos_elastica.listener.jobs' => ['privates', 'fos_elastica.listener.jobs', 'getFosElastica_Listener_JobsService', true],
'fos_elastica.listener.profiles_bopartner' => ['privates', 'fos_elastica.listener.profiles_bopartner', 'getFosElastica_Listener_ProfilesBopartnerService', true],
'fos_elastica.listener.profiles_company' => ['privates', 'fos_elastica.listener.profiles_company', 'getFosElastica_Listener_ProfilesCompanyService', true],
'fos_elastica.listener.profiles_school' => ['privates', 'fos_elastica.listener.profiles_school', 'getFosElastica_Listener_ProfilesSchoolService', true],
'sonata.cache.orm.event_subscriber' => ['privates', 'sonata.cache.orm.event_subscriber', 'getSonata_Cache_Orm_EventSubscriberService', true],
'sonata.doctrine.mapper' => ['privates', 'sonata.doctrine.mapper', 'getSonata_Doctrine_MapperService', true],
], [
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'fos_elastica.listener.appointments' => '?',
'fos_elastica.listener.events' => '?',
'fos_elastica.listener.jobDailyRoutines' => '?',
'fos_elastica.listener.jobOffers' => '?',
'fos_elastica.listener.jobs' => '?',
'fos_elastica.listener.profiles_bopartner' => '?',
'fos_elastica.listener.profiles_company' => '?',
'fos_elastica.listener.profiles_school' => '?',
'sonata.cache.orm.event_subscriber' => '?',
'sonata.doctrine.mapper' => '?',
]), [0 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 1 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 2 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 3 => 'sonata.cache.orm.event_subscriber', 4 => 'sonata.doctrine.mapper', 5 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 6 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.events'], 7 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.events'], 8 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.events'], 9 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.events'], 10 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.appointments'], 11 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.appointments'], 12 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.appointments'], 13 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.appointments'], 14 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.profiles_company'], 15 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.profiles_company'], 16 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.profiles_company'], 17 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.profiles_company'], 18 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.profiles_bopartner'], 19 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.profiles_bopartner'], 20 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.profiles_bopartner'], 21 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.profiles_bopartner'], 22 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.profiles_school'], 23 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.profiles_school'], 24 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.profiles_school'], 25 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.profiles_school'], 26 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.jobs'], 27 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.jobs'], 28 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.jobs'], 29 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.jobs'], 30 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.jobDailyRoutines'], 31 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.jobDailyRoutines'], 32 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.jobDailyRoutines'], 33 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.jobDailyRoutines'], 34 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.jobOffers'], 35 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.jobOffers'], 36 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.jobOffers'], 37 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.jobOffers']]);
}
/**
* Gets the private 'doctrine.migrations.dependency_factory' shared service.
*
* @return \Doctrine\Migrations\DependencyFactory
*/
protected function getDoctrine_Migrations_DependencyFactoryService()
{
$a = new \Doctrine\Migrations\Configuration\Configuration();
$a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
$a->setAllOrNothing(false);
$a->setCheckDatabasePlatform(true);
$a->setTransactional(true);
$a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
$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()));
$instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
});
return $instance;
}
/**
* Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
*/
protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
{
$this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__, 4).'/config/doctrine') => 'App\\Entity']);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'fos_elastica.client.default' shared service.
*
* @return \FOS\ElasticaBundle\Elastica\Client
*/
protected function getFosElastica_Client_DefaultService()
{
$this->privates['fos_elastica.client.default'] = $instance = new \FOS\ElasticaBundle\Elastica\Client(['connections' => [0 => ['host' => 'localhost', 'port' => 9200, 'http_error_codes' => [0 => 400, 1 => 403, 2 => 404], 'ssl' => false, 'logger' => 'fos_elastica.logger', 'compression' => false, 'headers' => [], 'curl' => [], 'retryOnConflict' => 0, 'persistent' => true]], 'connectionStrategy' => 'Simple'], NULL);
$instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
$instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
return $instance;
}
/**
* Gets the private 'fos_elastica.index.events' shared service.
*
* @return \FOS\ElasticaBundle\Elastica\Index
*/
protected function getFosElastica_Index_EventsService()
{
return $this->privates['fos_elastica.index.events'] = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('events');
}
/**
* Gets the private 'fos_elastica.logger' shared service.
*
* @return \FOS\ElasticaBundle\Logger\ElasticaLogger
*/
protected function getFosElastica_LoggerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('elastica');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($a, true);
}
/**
* Gets the private 'fos_elastica.object_persister.events' shared service.
*
* @return \FOS\ElasticaBundle\Persister\ObjectPersister
*/
protected function getFosElastica_ObjectPersister_EventsService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['fos_elastica.object_persister.events'])) {
return $this->privates['fos_elastica.object_persister.events'];
}
$b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id', 'index' => 'events'], $a);
$b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(0, 0))));
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']]]]]], []);
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
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())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
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);
}
/**
* Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableFileLocator
*/
protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
{
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')]));
}
/**
* Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
*/
protected function getJmsSerializer_TraceableEventDispatcherService()
{
$this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', true],
'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
], [
'jms_serializer.stopwatch_subscriber' => '?',
'jms_serializer.traceable_runs_listener' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
]));
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ORM\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\MongoDB\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\PHPCR\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'ProxyManager\\Proxy\\LazyLoadingInterface');
$instance->addListener('serializer.pre_deserialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.post_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], NULL, NULL, NULL);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_handler_registry' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
*/
protected function getJmsSerializer_TraceableHandlerRegistryService()
{
$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, [
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
'jms_serializer.form_error_handler' => ['privates', 'jms_serializer.form_error_handler', 'getJmsSerializer_FormErrorHandlerService', true],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
'jms_serializer.symfony_uid_handler' => ['privates', 'jms_serializer.symfony_uid_handler', 'getJmsSerializer_SymfonyUidHandlerService', true],
], [
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.form_error_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'jms_serializer.symfony_uid_handler' => '?',
])));
$instance->registerHandler(1, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']);
$instance->registerHandler(1, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToXml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorTojson']);
$instance->registerHandler(1, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\Ulid', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\Ulid', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\Uuid', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\Uuid', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV1', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV1', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV3', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV3', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV4', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV4', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV5', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV5', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV6', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV6', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV7', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV7', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV8', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(1, 'Symfony\\Component\\Uid\\UuidV8', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'serializeUid']);
$instance->registerHandler(2, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson']);
$instance->registerHandler(2, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']);
$instance->registerHandler(2, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson']);
$instance->registerHandler(2, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']);
$instance->registerHandler(2, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson']);
$instance->registerHandler(2, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']);
$instance->registerHandler(2, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson']);
$instance->registerHandler(2, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']);
$instance->registerHandler(2, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(2, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\Ulid', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\Ulid', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\Uuid', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\Uuid', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV1', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV1', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV3', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV3', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV4', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV4', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV5', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV5', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV6', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV6', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV7', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV7', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV8', 'json', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromJson']);
$instance->registerHandler(2, 'Symfony\\Component\\Uid\\UuidV8', 'xml', [0 => 'jms_serializer.symfony_uid_handler', 1 => 'deserializeUidFromXml']);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
*/
protected function getJmsSerializer_TraceableMetadataFactoryService()
{
$a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', true],
], [
'metadata_driver' => '?',
]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$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')))));
$a->setIncludeInterfaces(false);
return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
}
/**
* Gets the private 'jms_serializer.traceable_runs_listener' shared service.
*
* @return \JMS\SerializerBundle\Debug\RunsListener
*/
protected function getJmsSerializer_TraceableRunsListenerService()
{
return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
}
/**
* Gets the private 'knp_menu.menu_provider.chain' shared service.
*
* @return \Knp\Menu\Provider\ChainProvider
*/
protected function getKnpMenu_MenuProvider_ChainService()
{
return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
yield 1 => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
yield 2 => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService'));
}, 3));
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService()
{
return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
yield 1 => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
yield 2 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
yield 3 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
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']);
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
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())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
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);
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
$a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
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 () {
yield 0 => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
yield 1 => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.1' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_1Service()
{
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 () {
yield 0 => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
yield 1 => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.2' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_2Service()
{
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 () {
yield 0 => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
yield 1 => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.3' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_3Service()
{
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 () {
yield 0 => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
yield 1 => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.4' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_4Service()
{
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 () {
yield 0 => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
yield 1 => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.event_dispatcher.admin' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_AdminService()
{
$this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
}, 1 => 'checkPassport'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.main' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService()
{
$this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
}, 1 => 'checkPassport'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.rookie_admin' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_RookieAdminService()
{
$this->privates['security.event_dispatcher.rookie_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.rookie_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieAdmin_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.rookie_admin'] ?? $this->load('getSecurity_Listener_Session_RookieAdminService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.rookie_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieAdminService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
}, 1 => 'checkPassport'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.rookie_day_admin' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_RookieDayAdminService()
{
$this->privates['security.event_dispatcher.rookie_day_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.rookie_day_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieDayAdmin_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.rookie_day_admin'] ?? $this->load('getSecurity_Listener_Session_RookieDayAdminService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.rookie_day_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieDayAdminService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
}, 1 => 'checkPassport'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.shuttle_admin' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ShuttleAdminService()
{
$this->privates['security.event_dispatcher.shuttle_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.shuttle_admin.user_provider'] ?? $this->load('getSecurity_Listener_ShuttleAdmin_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.shuttle_admin'] ?? $this->load('getSecurity_Listener_Session_ShuttleAdminService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.shuttle_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_ShuttleAdminService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
}, 1 => 'checkPassport'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.B5CP1xq'] ?? $this->get_ServiceLocator_B5CP1xqService());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
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)/')));
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)$')));
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')));
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')));
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')));
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')));
yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
}, 7));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$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()));
$instance->registerListener('admin', 'admin_logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('rookie_admin', 'rookie_admin_logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('shuttle_admin', 'shuttle_admin_logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('rookie_day_admin', 'rookie_day_admin_logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('main', 'security_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher', 'arguments' => [0 => NULL, 1 => NULL, 2 => 12, 3 => '2y']], 'App\\Entity\\UserOperator' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher', 'arguments' => [0 => NULL, 1 => NULL, 2 => 12, 3 => '2y']]]);
}
/**
* Gets the private 'security.user_password_hasher' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
*/
protected function getSecurity_UserPasswordHasherService()
{
return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
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()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$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))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, true],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
], [
'initialized_session' => '?',
'logger' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
*
* @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
*/
protected function getSonata_Admin_BreadcrumbsBuilderService()
{
return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
}
/**
* Gets the private 'sonata.admin.global_template_registry' shared service.
*
* @return \Sonata\AdminBundle\Templating\TemplateRegistry
*/
protected function getSonata_Admin_GlobalTemplateRegistryService()
{
return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
}
/**
* Gets the private 'sonata.admin.pool' shared service.
*
* @return \Sonata\AdminBundle\Admin\Pool
*/
protected function getSonata_Admin_PoolService()
{
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, [], []))), [], [], []);
}
/**
* Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
*/
protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
{
return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
}
/**
* Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
*/
protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
{
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()));
}
/**
* Gets the private 'sonata.admin.twig.group_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\GroupRuntime
*/
protected function getSonata_Admin_Twig_GroupRuntimeService()
{
return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
}
/**
* Gets the private 'sonata.admin.twig.icon_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\IconRuntime
*/
protected function getSonata_Admin_Twig_IconRuntimeService()
{
return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
}
/**
* Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\RenderElementRuntime
*/
protected function getSonata_Admin_Twig_RenderElementRuntimeService()
{
return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'sonata.admin.twig.security_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\SecurityRuntime
*/
protected function getSonata_Admin_Twig_SecurityRuntimeService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
return $this->privates['sonata.admin.twig.security_runtime'];
}
return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
}
/**
* Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
*/
protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
{
return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
}
/**
* Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
*/
protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
{
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()));
}
/**
* Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
*
* @return \Sonata\AdminBundle\Twig\XEditableRuntime
*/
protected function getSonata_Admin_Twig_XeditableRuntimeService()
{
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']);
}
/**
* Gets the private 'sonata.block.templating.helper' shared service.
*
* @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
*/
protected function getSonata_Block_Templating_HelperService()
{
$a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
if (isset($this->privates['sonata.block.templating.helper'])) {
return $this->privates['sonata.block.templating.helper'];
}
$b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
if (isset($this->privates['sonata.block.templating.helper'])) {
return $this->privates['sonata.block.templating.helper'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['sonata.block.templating.helper'])) {
return $this->privates['sonata.block.templating.helper'];
}
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))));
}
/**
* Gets the private 'sonata.form.twig.canonicalize_runtime' shared service.
*
* @return \Sonata\Form\Twig\CanonicalizeRuntime
*/
protected function getSonata_Form_Twig_CanonicalizeRuntimeService()
{
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())));
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ar.xliff')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.bg.xliff')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bs.xliff')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ca.xliff')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.cs.xliff')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.de.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.de.xliff')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.en.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.en.xliff')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.es.xliff')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.fr.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.fr.xliff')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.it.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.lb.xliff')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.nl.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.nl.xliff')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.pl.xliff')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.pt.xliff')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ru.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.ru.xliff')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.sk.xliff')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.sl.xliff')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Cyrl.xliff')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Latn.xliff')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.uk.xliff')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.zh_CN.xliff')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sv_SE' => [0 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [0 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/src/AdminBundle/translations'), 8 => (\dirname(__DIR__, 4).'/src/ApiBundle/translations'), 9 => (\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' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/sonata-project/block-bundle/src/Resources/translations', 4 => 'vendor/sonata-project/admin-bundle/src/Resources/translations', 5 => 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations', 6 => 'vendor/sonata-project/seo-bundle/src/Resources/translations', 7 => 'src/AdminBundle/translations', 8 => 'src/ApiBundle/translations', 9 => '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']);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales($this->parameters['kernel.enabled_locales']);
return $instance;
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
return $instance;
}
/**
* Gets the private 'validator.validator_factory' shared service.
*
* @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
*/
protected function getValidator_ValidatorFactoryService()
{
return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Sonata\\Form\\Validator\\InlineValidator' => ['privates', 'sonata.form.validator.inline', 'getSonata_Form_Validator_InlineService', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'sonata.form.validator.inline' => ['privates', 'sonata.form.validator.inline', 'getSonata_Form_Validator_InlineService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'Sonata\\Form\\Validator\\InlineValidator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'sonata.form.validator.inline' => '?',
'validator.expression' => '?',
]));
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
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()]);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($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()));
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'frontend_domain' => false,
'backend_domain' => false,
'image_domain' => false,
'etermin_public_key' => false,
'etermin_private_key' => false,
'doctrine.orm.proxy_dir' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'frontend_domain': $value = $this->getEnv('FRONTEND_DOMAIN'); break;
case 'backend_domain': $value = $this->getEnv('BACKEND_DOMAIN'); break;
case 'image_domain': $value = $this->getEnv('IMAGE_DOMAIN'); break;
case 'etermin_public_key': $value = $this->getEnv('ETERMIN_PUBLIC_KEY'); break;
case 'etermin_private_key': $value = $this->getEnv('ETERMIN_PRIVATE_KEY'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'AdminBundle' => 'App\\AdminBundle\\AdminBundle',
'ApiBundle' => 'App\\ApiBundle\\ApiBundle',
'BackendBundle' => 'App\\BackendBundle\\BackendBundle',
'FrontendBundle' => 'App\\FrontendBundle\\FrontendBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
'SonataCacheBundle' => 'Sonata\\CacheBundle\\SonataCacheBundle',
'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle\\SonataFormBundle',
'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
],
'kernel.bundles_metadata' => [
'AdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/AdminBundle'),
'namespace' => 'App\\AdminBundle',
],
'ApiBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/ApiBundle'),
'namespace' => 'App\\ApiBundle',
],
'BackendBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/BackendBundle'),
'namespace' => 'App\\BackendBundle',
],
'FrontendBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/FrontendBundle'),
'namespace' => 'App\\FrontendBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'FOSCKEditorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
'namespace' => 'FOS\\CKEditorBundle',
],
'FOSElasticaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src'),
'namespace' => 'FOS\\ElasticaBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'KnpMarkdownBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle'),
'namespace' => 'Knp\\Bundle\\MarkdownBundle',
],
'KnpMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle'),
'namespace' => 'Knp\\Bundle\\MenuBundle',
],
'LeagueOAuth2ServerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src'),
'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'OverblogGraphQLBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src'),
'namespace' => 'Overblog\\GraphQLBundle',
],
'OverblogGraphiQLBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/overblog/graphiql-bundle'),
'namespace' => 'Overblog\\GraphiQLBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'SonataBlockBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src'),
'namespace' => 'Sonata\\BlockBundle',
],
'SonataAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/admin-bundle/src'),
'namespace' => 'Sonata\\AdminBundle',
],
'SonataCacheBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/cache-bundle/src'),
'namespace' => 'Sonata\\CacheBundle',
],
'SonataDoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
],
'SonataDoctrineORMAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
'namespace' => 'Sonata\\DoctrineORMAdminBundle',
],
'SonataFormBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/..'),
'namespace' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle',
],
'SonataSeoBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/seo-bundle/src'),
'namespace' => 'Sonata\\SeoBundle',
],
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'admin.authentication.handler.login_success_handler.class' => 'AdminBundle\\Authentication\\Handler\\LoginSuccessHandler',
'admin.lastroute.class' => 'AdminBundle\\EventListener\\LastRouteListener',
'sonata.media.admin.media.class' => 'AdminBundle\\Admin\\MediaAdmin',
'sonata.media.admin.gallery.class' => 'AdminBundle\\Admin\\GalleryAdmin',
'sonata.media.admin.gallery_has_media.class' => 'AdminBundle\\Admin\\GalleryHasMediaAdmin',
'twig.asset_exists_extension.class' => 'App\\Twig\\AssetExistsExtension',
'twig.date_helpers_extension.class' => 'App\\Twig\\DateHelpersExtension',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'oauth2_grant' => [
'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
],
'oauth2_redirect_uri' => [
'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
],
'oauth2_scope' => [
'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
],
'uuid' => [
'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
],
'json' => [
'class' => 'Sonata\\Doctrine\\Types\\JsonType',
],
'ulid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => false,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'fos_elastica.property_accessor.magicCall' => 0,
'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
'fos_elastica.default_index' => 'events',
'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
'knp_menu.renderer.list.options' => [
],
'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
'knp_menu.renderer.twig.options' => [
],
'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
'knp_menu.default_renderer' => 'twig',
'league.oauth2_server.persistence.doctrine.enabled' => true,
'league.oauth2_server.persistence.doctrine.manager' => 'default',
'league.oauth2_server.encryption_key' => '5jsptBuOQnuwC4SECyXd8FVa0BA1/Uxut/H3Yq5vHAk=',
'league.oauth2_server.encryption_key.type' => 'plain',
'league.oauth2_server.scopes.default' => [
0 => 'defaultscope',
],
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 4).'/public'),
'cache_prefix' => 'media/cache',
],
],
],
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'data_root' => [
0 => (\dirname(__DIR__, 4).'/public'),
],
'locator' => 'filesystem',
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
'liip_imagine.jpegoptim.stripAll' => true,
'liip_imagine.jpegoptim.max' => NULL,
'liip_imagine.jpegoptim.progressive' => true,
'liip_imagine.jpegoptim.tempDir' => NULL,
'liip_imagine.optipng.binary' => '/usr/bin/optipng',
'liip_imagine.optipng.level' => 7,
'liip_imagine.optipng.stripAll' => true,
'liip_imagine.optipng.tempDir' => NULL,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
'liip_imagine.cwebp.tempDir' => NULL,
'liip_imagine.cwebp.q' => 75,
'liip_imagine.cwebp.alphaQ' => 100,
'liip_imagine.cwebp.m' => 4,
'liip_imagine.cwebp.alphaFilter' => 'fast',
'liip_imagine.cwebp.alphaMethod' => 1,
'liip_imagine.cwebp.exact' => false,
'liip_imagine.cwebp.metadata' => [
0 => 'none',
],
'liip_imagine.driver_service' => 'liip_imagine.gd',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'cache' => [
'format' => 'webp',
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
],
'post_processors' => [
],
],
'tn_medium' => [
'format' => 'webp',
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'relative_resize' => [
'widen' => 527,
],
],
'post_processors' => [
],
],
'tn_portrait' => [
'format' => 'webp',
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'relative_resize' => [
'widen' => 1000,
],
],
'post_processors' => [
],
],
'tn_landscape' => [
'format' => 'webp',
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'relative_resize' => [
'widen' => 1240,
],
],
'post_processors' => [
],
],
'tn_large' => [
'format' => 'webp',
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'relative_resize' => [
'widen' => 1560,
],
],
'post_processors' => [
],
],
'tn_xlarge' => [
'format' => 'webp',
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'relative_resize' => [
'widen' => 1900,
],
],
'post_processors' => [
],
],
'tn_huge' => [
'format' => 'webp',
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'relative_resize' => [
'widen' => 2800,
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'default',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'liip_imagine.webp.generate' => false,
'liip_imagine.webp.options' => [
'quality' => 100,
'cache' => NULL,
'data_loader' => NULL,
'post_processors' => [
],
],
'overblog_graphql_types.config' => [
'InternalMutation' => [
'type' => 'object',
'inherits' => [
0 => 'InternalMutationBoPartnerProfile',
1 => 'InternalMutationCompanyProfile',
2 => 'InternalMutationSchoolProfile',
],
'class_name' => 'InternalMutationType',
'decorator' => false,
'config' => [
'description' => 'Internal Mutation',
'fields' => [
'addBoPartnerProfileContact' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'contact' => [
'description' => 'The contact data',
'type' => 'InContactPerson!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addContact", args["profileID"], args["contact"])',
],
'removeBoPartnerProfileContact' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'contactID' => [
'description' => 'The contact id',
'type' => 'Int!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeContact", args["profileID"], args["contactID"])',
],
'updateBoPartnerProfileContact' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'contactID' => [
'description' => 'The contact id',
'type' => 'Int!',
],
'contact' => [
'description' => 'The contact data',
'type' => 'InContactPerson!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
],
'updateBoPartnerProfileLinks' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'links' => [
'description' => 'The link urls',
'type' => 'InLinks!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLinks", args["profileID"], args["links"])',
],
'addBoPartnerProfileLocation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'location' => [
'description' => 'The location data',
'type' => 'InLocation!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addLocation", args["profileID"], args["location"])',
],
'removeBoPartnerProfileLocation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'locationID' => [
'description' => 'The location ID',
'type' => 'Int!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"])',
],
'updateBoPartnerProfileLocation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'locationID' => [
'description' => 'The location ID',
'type' => 'Int!',
],
'location' => [
'description' => 'The location data',
'type' => 'InLocation!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
],
'toggleBoPartnerProfileOffer' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'offerID' => [
'description' => 'The offer id',
'type' => 'Int!',
],
'enable' => [
'description' => 'enable or disable',
'type' => 'Boolean!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
],
'updateBoPartnerProfileDescription' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'description' => [
'description' => 'The company profile description',
'type' => 'String!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateDescription", args["profileID"], args["description"])',
],
'updateBoPartnerProfileEducationInformation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'educationInformation' => [
'description' => 'The education information',
'type' => 'String!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
],
'updateBoPartnerProfileHeader' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'headerPicture' => [
'description' => 'The picture of the header',
'type' => 'PictureUploadFile!',
],
'copyright' => [
'description' => 'The copyright of the picture',
'type' => 'String',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateHeaderPicture", args["profileID"], args["headerPicture"], args["copyright"])',
],
'updateBoPartnerProfileLogo' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'logo' => [
'description' => 'The picture of the logo',
'type' => 'PictureUploadFile!',
],
'copyright' => [
'description' => 'The copyright of the picture',
'type' => 'String',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
],
'updateBoPartnerProfileName' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'name' => [
'description' => 'The new profile name',
'type' => 'String!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateName", args["profileID"], args["name"])',
],
'addCompanyProfileContact' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'contact' => [
'description' => 'The contact data',
'type' => 'InContactPerson!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addContact", args["profileID"], args["contact"])',
],
'removeCompanyProfileContact' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'contactID' => [
'description' => 'The contact id',
'type' => 'Int!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeContact", args["profileID"], args["contactID"])',
],
'updateCompanyProfileContact' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'contactID' => [
'description' => 'The contact id',
'type' => 'Int!',
],
'contact' => [
'description' => 'The contact data',
'type' => 'InContactPerson!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
],
'updateCompanyProfileLinks' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'links' => [
'description' => 'The link urls',
'type' => 'InLinks!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLinks", args["profileID"], args["links"])',
],
'addCompanyProfileLocation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'location' => [
'description' => 'The location data',
'type' => 'InLocation!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addLocation", args["profileID"], args["location"])',
],
'removeCompanyProfileLocation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'locationID' => [
'description' => 'The location ID',
'type' => 'Int!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"])',
],
'updateCompanyProfileLocation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'locationID' => [
'description' => 'The location ID',
'type' => 'Int!',
],
'location' => [
'description' => 'The location data',
'type' => 'InLocation!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
],
'toggleCompanyProfileBenefit' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'benefitID' => [
'description' => 'The benefit id',
'type' => 'Int!',
],
'enable' => [
'description' => 'enable or disable',
'type' => 'Boolean!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleBenefit", args["profileID"], args["benefitID"], args["enable"])',
],
'toggleCompanyProfileCertificate' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'certificateID' => [
'description' => 'The certificate id',
'type' => 'Int!',
],
'enable' => [
'description' => 'enable or disable',
'type' => 'Boolean!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleCertificate", args["profileID"], args["certificateID"], args["enable"])',
],
'toggleCompanyProfileJob' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'jobID' => [
'description' => 'The job id',
'type' => 'Int!',
],
'enable' => [
'description' => 'enable or disable',
'type' => 'Boolean!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
],
'toggleCompanyProfileOffer' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'offerID' => [
'description' => 'The offer id',
'type' => 'Int!',
],
'enable' => [
'description' => 'enable or disable',
'type' => 'Boolean!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
],
'updateCompanyProfileDescription' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'description' => [
'description' => 'The company profile description',
'type' => 'String!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateDescription", args["profileID"], args["description"])',
],
'updateCompanyProfileEducationInformation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'educationInformation' => [
'description' => 'The education information',
'type' => 'String!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
],
'updateCompanyProfileHeader' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'headerPicture' => [
'description' => 'The picture of the header',
'type' => 'PictureUploadFile!',
],
'copyright' => [
'description' => 'The copyright of the picture',
'type' => 'String',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateHeaderPicture", args["profileID"], args["headerPicture"], args["copyright"])',
],
'updateCompanyProfileLogo' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'logo' => [
'description' => 'The picture of the logo',
'type' => 'PictureUploadFile!',
],
'copyright' => [
'description' => 'The copyright of the picture',
'type' => 'String',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
],
'updateCompanyProfileName' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'name' => [
'description' => 'The new profile name',
'type' => 'String!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateName", args["profileID"], args["name"])',
],
'updateCompanyProfileYearOfFoundation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'year' => [
'description' => 'The year of foundation',
'type' => 'Int!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateYearFoundation", args["profileID"], args["year"])',
],
'addSchoolProfileContact' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'contact' => [
'description' => 'The contact data',
'type' => 'InContactPerson!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addContact", args["profileID"], args["contact"])',
],
'removeSchoolProfileContact' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'contactID' => [
'description' => 'The contact id',
'type' => 'Int!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeContact", args["profileID"], args["contactID"])',
],
'updateSchoolProfileContact' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'contactID' => [
'description' => 'The contact id',
'type' => 'Int!',
],
'contact' => [
'description' => 'The contact data',
'type' => 'InContactPerson!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
],
'updateSchoolProfileLinks' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'links' => [
'description' => 'The link urls',
'type' => 'InLinks!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLinks", args["profileID"], args["links"])',
],
'addSchoolProfileLocation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'location' => [
'description' => 'The location data',
'type' => 'InLocation!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addLocation", args["profileID"], args["location"])',
],
'removeSchoolProfileLocation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'locationID' => [
'description' => 'The location ID',
'type' => 'Int!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"])',
],
'updateSchoolProfileLocation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'locationID' => [
'description' => 'The location ID',
'type' => 'Int!',
],
'location' => [
'description' => 'The location data',
'type' => 'InLocation!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
],
'toggleSchoolProfileOffer' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'offerID' => [
'description' => 'The offer id',
'type' => 'Int!',
],
'enable' => [
'description' => 'enable or disable',
'type' => 'Boolean!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
],
'updateSchoolProfileDescription' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'description' => [
'description' => 'The company profile description',
'type' => 'String!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateDescription", args["profileID"], args["description"])',
],
'updateSchoolProfileEducationInformation' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'educationInformation' => [
'description' => 'The education information',
'type' => 'String!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
],
'updateSchoolProfileHeader' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'headerPicture' => [
'description' => 'The picture of the header',
'type' => 'PictureUploadFile!',
],
'copyright' => [
'description' => 'The copyright of the picture',
'type' => 'String',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateHeaderPicture", args["profileID"], args["headerPicture"], args["copyright"])',
],
'updateSchoolProfileLogo' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'logo' => [
'description' => 'The picture of the logo',
'type' => 'PictureUploadFile!',
],
'copyright' => [
'description' => 'The copyright of the picture',
'type' => 'String',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
],
'updateSchoolProfileName' => [
'type' => 'ProfileUpdateResponse!',
'args' => [
'profileID' => [
'description' => 'The profile id',
'type' => 'Int!',
],
'name' => [
'description' => 'The new profile name',
'type' => 'String!',
],
],
'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateName", args["profileID"], args["name"])',
],
],
'name' => 'InternalMutation',
'builders' => [
],
'interfaces' => [
],
],
],
'DefaultQuery' => [
'type' => 'object',
'inherits' => [
0 => 'DefaultQueryAddress',
1 => 'DefaultQueryBookmark',
2 => 'DefaultQueryCommon',
3 => 'DefaultQueryEvent',
4 => 'DefaultQueryGame',
5 => 'DefaultQueryGameOpen',
6 => 'DefaultQueryJob',
7 => 'DefaultQueryProfiles',
8 => 'DefaultQuerySchool',
9 => 'DefaultQueryStory',
],
'class_name' => 'DefaultQueryType',
'decorator' => false,
'config' => [
'description' => 'Default Query',
'fields' => [
'addressCities' => [
'type' => '[AddressCity!]',
'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getCities")',
],
'addressDistricts' => [
'type' => '[AddressDistrict!]',
'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getDistricts")',
],
'bookmarkCreate' => [
'type' => 'Bookmark',
'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::create")',
],
'bookmarkDelete' => [
'type' => 'String!',
'args' => [
'code' => [
'description' => 'The code of the bookmark to delete',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::delete", args["code"])',
],
'bookmarkGet' => [
'type' => 'Bookmark',
'args' => [
'code' => [
'description' => 'The code to access the bookmark',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::get", args["code"])',
],
'bookmarkUpdate' => [
'type' => 'Bookmark',
'args' => [
'code' => [
'description' => 'The code to access the bookmark',
'type' => 'String!',
],
'storedValue' => [
'description' => 'The value to store in bookmark',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::update", args["code"], args["storedValue"])',
],
'titles' => [
'type' => '[Title]',
'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::titles")',
],
'event' => [
'type' => 'Event',
'args' => [
'id' => [
'description' => 'ID of the Event',
'type' => 'ID!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEventByID", args["id"])',
],
'events' => [
'type' => '[Event!]',
'args' => [
'limit' => [
'description' => 'Limit',
'type' => 'Int!',
],
'offset' => [
'description' => 'Offset',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEvents", args["limit"], args["offset"])',
],
'getOffersBoPartner' => [
'type' => '[Offer!]',
'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersBoPartner")',
],
'getOffersCompany' => [
'type' => '[Offer!]',
'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersCompany")',
],
'getOffersSchool' => [
'type' => '[Offer!]',
'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersSchool")',
],
'offerList' => [
'type' => 'OfferList!',
'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOfferList")',
],
'getChampionship' => [
'type' => 'Championship',
'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getChampionship")',
],
'getGameCategoriesTeacher' => [
'type' => '[GameCategory!]',
'args' => [
'schoolClassID' => [
'description' => 'The school class id',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesTeacher", args["schoolClassID"])',
],
'getGameCategoriesStudent' => [
'type' => '[GameCategory!]',
'args' => [
'clientID' => [
'description' => 'The client ID',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesStudent", args["clientID"])',
],
'getGame' => [
'type' => 'Game!',
'args' => [
'gameType' => [
'description' => 'The game type',
'type' => 'GameType',
],
'clientID' => [
'description' => 'The client ID',
'type' => 'String!',
],
'categoryIDs' => [
'description' => 'The category IDs',
'type' => '[Int!]!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGame", args["gameType"], args["clientID"], args["categoryIDs"])',
],
'setGameEnd' => [
'type' => 'Status!',
'args' => [
'gameID' => [
'description' => 'The game id',
'type' => 'Int!',
],
'gameEnd' => [
'description' => 'The end type',
'type' => 'GameEndType!',
],
'points' => [
'description' => 'Points',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::setGameEnd", args["gameID"], args["gameEnd"], args["points"])',
],
'getGameActiveUsers' => [
'type' => 'Int!',
'args' => [
'gameType' => [
'description' => 'The game type',
'type' => 'GameType!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameActiveUsers", args["gameType"])',
],
'getGameRoundPlayers' => [
'type' => 'RoundPlayers!',
'args' => [
'gameID' => [
'description' => 'The game id',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameRoundPlayers", args["gameID"])',
],
'getGameTrophies' => [
'type' => '[GameTrophy]',
'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophies")',
],
'getGameTrophyProgress' => [
'type' => 'GameTrophyProgress!',
'args' => [
'schoolClassID' => [
'description' => 'The school class id',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophyProgress", args["schoolClassID"])',
],
'getGameTimer' => [
'type' => 'GameTimer',
'args' => [
'schoolClassID' => [
'description' => 'The school class id',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimer", args["schoolClassID"])',
],
'getQuizQuestion' => [
'type' => 'Question!',
'args' => [
'gameID' => [
'description' => 'The game id',
'type' => 'Int!',
],
'round' => [
'description' => 'The round of the game',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuestion", args["gameID"], args["round"])',
],
'getQuizAnswerWrong' => [
'type' => 'AnswerWrong!',
'args' => [
'gameID' => [
'description' => 'The game id',
'type' => 'Int!',
],
'questionID' => [
'description' => 'The question ID',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
],
'sendQuizAnswer' => [
'type' => 'AnswerResponse!',
'args' => [
'gameID' => [
'description' => 'The game id',
'type' => 'Int!',
],
'questionID' => [
'description' => 'The question ID',
'type' => 'Int!',
],
'answerID' => [
'description' => 'The answer ID',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
],
'getClickThePicQuestion' => [
'type' => 'Question!',
'args' => [
'gameID' => [
'description' => 'The game id',
'type' => 'Int!',
],
'round' => [
'description' => 'The round of the game',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getQuestion", args["gameID"], args["round"])',
],
'sendClickThePicAnswer' => [
'type' => 'AnswerResponse!',
'args' => [
'gameID' => [
'description' => 'The game id',
'type' => 'Int!',
],
'questionID' => [
'description' => 'The question ID',
'type' => 'Int!',
],
'answerID' => [
'description' => 'The answer ID',
'type' => 'Int!',
],
'points' => [
'description' => 'Points for the round',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"], args["points"])',
],
'getQuizQuestionsOpen' => [
'type' => '[QuestionOpen!]',
'args' => [
'companyProfileID' => [
'description' => 'The company profile id',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GameQuizOpenResolver::getQuestions", args["companyProfileID"])',
],
'interestFields' => [
'type' => '[InterestField!]',
'resolve' => '@=query("App\\\\Resolver\\\\InterestFieldResolver::getFields")',
],
'job' => [
'type' => 'Job',
'args' => [
'bicid' => [
'description' => 'BicID of the job to be retrieved',
'type' => 'ID!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
],
'job_id' => [
'type' => 'Job',
'args' => [
'id' => [
'description' => 'ID of the job to retrieve',
'type' => 'ID!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobID", args["id"])',
],
'jobs' => [
'type' => '[Job!]',
'args' => [
'limit' => [
'description' => 'Limit',
'type' => 'Int!',
],
'offset' => [
'description' => 'Offset',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobs", args["limit"], args["offset"])',
],
'jobExpertTerm' => [
'type' => 'JobExpertTerm',
'args' => [
'bicid' => [
'description' => 'BicID of the job expert term to retrieve',
'type' => 'ID!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerm", args["bicid"])',
],
'jobExpertTerms' => [
'type' => '[JobExpertTerm!]',
'args' => [
'limit' => [
'description' => 'Limit',
'type' => 'Int!',
],
'offset' => [
'description' => 'Offset',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerms", args["limit"], args["offset"])',
],
'jobMarket' => [
'type' => 'JobMarket',
'args' => [
'id' => [
'description' => 'ID of the job market to be retrieved',
'type' => 'ID!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarketByID", args["id"])',
],
'jobMarkets' => [
'type' => 'JobMarketResults',
'args' => [
'search' => [
'description' => 'Search parameters',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarkets", args["search"])',
],
'jobRequirements' => [
'type' => '[JobRequirement!]',
'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirements")',
],
'jobRequirementTypes' => [
'type' => 'JobRequirementCollection!',
'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirementTypes")',
],
'bopartnerProfile' => [
'type' => 'BoPartnerProfile',
'args' => [
'id' => [
'description' => 'ID of the BO Partner Profile',
'type' => 'Int',
],
'uuid' => [
'description' => 'UUID of the BO Partner Profile',
'type' => 'String',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfile", args["id"], args["uuid"])',
],
'bopartnerProfiles' => [
'type' => '[BoPartnerProfile!]',
'args' => [
'limit' => [
'description' => 'Limit',
'type' => 'Int!',
],
'offset' => [
'description' => 'Offset',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfiles", args["limit"], args["offset"])',
],
'getCompanyBenefits' => [
'type' => '[CompanyBenefit!]',
'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyBenefits")',
],
'companyProfile' => [
'type' => 'CompanyProfile',
'args' => [
'id' => [
'description' => 'ID of the Company Profile',
'type' => 'Int',
],
'uuid' => [
'description' => 'UUID of the Company Profile',
'type' => 'String',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfile", args["id"], args["uuid"])',
],
'companyProfiles' => [
'type' => '[CompanyProfile!]',
'args' => [
'limit' => [
'description' => 'Limit',
'type' => 'Int!',
],
'offset' => [
'description' => 'Offset',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfiles", args["limit"], args["offset"])',
],
'profiles' => [
'type' => 'ProfileResults!',
'args' => [
'search' => [
'description' => 'Search parameters',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\ProfileResolver::getProfilesSearch", args["search"])',
],
'schoolProfile' => [
'type' => 'SchoolProfile',
'args' => [
'id' => [
'description' => 'ID of the School Profile',
'type' => 'Int',
],
'uuid' => [
'description' => 'UUID of the School Profile',
'type' => 'String',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfile", args["id"], args["uuid"])',
],
'schoolProfiles' => [
'type' => '[SchoolProfile!]',
'args' => [
'limit' => [
'description' => 'Limit',
'type' => 'Int!',
],
'offset' => [
'description' => 'Offset',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfiles", args["limit"], args["offset"])',
],
'schoolSubjects' => [
'type' => '[SchoolSubject!]',
'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getAllJobSchoolSubjects")',
],
'schoolSubject' => [
'type' => 'SchoolSubject!',
'args' => [
'id' => [
'description' => 'ID of the school subject to be retrieved',
'type' => 'ID!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getJobSchoolSubjectByID", args["id"])',
],
'stories' => [
'type' => 'Stories!',
'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStories")',
],
'storyByID' => [
'type' => 'Story',
'args' => [
'id' => [
'description' => 'ID of the story to retrieve',
'type' => 'ID!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByID", args["id"])',
],
'storyByBicID' => [
'type' => 'Story',
'args' => [
'bicid' => [
'description' => 'BicID of the story to retrieve',
'type' => 'ID!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByBicID", args["bicid"])',
],
'schoolClassLogin' => [
'type' => 'SchoolClassLogin',
'args' => [
'classCode' => [
'description' => 'Class Code',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::login", args["classCode"])',
],
'schoolClassGameHistory' => [
'type' => '[SchoolClassGameHistory!]',
'args' => [
'classCode' => [
'description' => 'Class Code',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getGameHistories", args["classCode"])',
],
'schoolClassPoints' => [
'type' => 'Int',
'args' => [
'classCode' => [
'description' => 'Class Code',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getPoints", args["classCode"])',
],
'schoolClassGameState' => [
'type' => 'SchoolClassGameState',
'args' => [
'classCode' => [
'description' => 'Class Code',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::gameState", args["classCode"])',
],
'schoolClassRankings' => [
'type' => '[SchoolClassRank!]',
'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassRankings")',
],
'faqCategories' => [
'type' => '[FaqCategory!]',
'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategories")',
],
'globalSearch' => [
'type' => 'GlobalSearch',
'args' => [
'search' => [
'description' => 'Search parameters',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\GlobalSearchResolver::search", args["search"])',
],
'homeContent' => [
'type' => 'HomeContent!',
'resolve' => '@=query("App\\\\Resolver\\\\HomeContentResolver::getContent")',
],
'image' => [
'type' => 'Image',
'args' => [
'id' => [
'description' => 'ID of the Image',
'type' => 'ID!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\ImageResolver::getImageByID", args["id"])',
],
'mqttTest' => [
'type' => 'Status!',
'args' => [
'topic' => [
'description' => 'Topic',
'type' => 'String!',
],
'strValue' => [
'description' => 'TestString',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\TestResolver::mqttTest", args["topic"], args["strValue"])',
],
'trophyCount' => [
'type' => 'Status!',
'args' => [
'clientId' => [
'description' => 'ClientID',
'type' => 'String!',
],
'classCode' => [
'description' => 'Class Code',
'type' => 'String!',
],
'itemId' => [
'description' => 'ItemID',
'type' => 'String!',
],
'itemType' => [
'description' => 'TrophyItemType',
'type' => 'TrophyItemType',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\TrophyCountResolver::trophyCount", args["clientId"], args["classCode"], args["itemId"], args["itemType"])',
],
],
'name' => 'DefaultQuery',
'builders' => [
],
'interfaces' => [
],
],
],
'PictureUploadFile' => [
'type' => 'custom-scalar',
'class_name' => 'PictureUploadFileType',
'inherits' => [
],
'decorator' => false,
'config' => [
'scalarType' => '@=newObject("Overblog\\\\GraphQLBundle\\\\Upload\\\\Type\\\\GraphQLUploadType")',
'name' => 'PictureUploadFile',
],
],
'InternalQuery' => [
'type' => 'object',
'inherits' => [
0 => 'InternalQueryGame',
1 => 'InternalQuerySchool',
2 => 'InternalQuerySchoolClass',
3 => 'InternalQueryTeacher',
],
'class_name' => 'InternalQueryType',
'decorator' => false,
'config' => [
'description' => 'Internal Query',
'fields' => [
'startGameTimer' => [
'type' => 'GameTimer',
'args' => [
'schoolClassID' => [
'description' => 'The school class id',
'type' => 'Int!',
],
'duration' => [
'description' => 'The duration for the game timer in seconds',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::startGameTimer", args["schoolClassID"], args["duration"])',
],
'modifyGameTimer' => [
'type' => 'GameTimer',
'args' => [
'timerID' => [
'description' => 'The timer id',
'type' => 'Int!',
],
'modifyType' => [
'description' => 'The modify type',
'type' => 'GameTimerModifyType!',
],
'duration' => [
'description' => 'The duration the timer is modified in seconds',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::modifyGameTimer", args["timerID"], args["modifyType"], args["duration"])',
],
'addSchoolTeacher' => [
'type' => 'Status!',
'args' => [
'email' => [
'description' => 'The Teacher email',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::addSchoolClassTeacher", args["email"])',
],
'getSchoolTeachers' => [
'type' => '[Teacher!]',
'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolTeachers")',
],
'removeSchoolTeacher' => [
'type' => 'Status!',
'args' => [
'teacherID' => [
'description' => 'The TeacherID',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::removeSchoolClassTeacher", args["teacherID"])',
],
'getSchoolClassByID' => [
'type' => 'SchoolClass',
'args' => [
'schoolClassID' => [
'description' => 'The school class ID',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClass", args["schoolClassID"])',
],
'getSchoolClasses' => [
'type' => '[SchoolClass!]',
'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClasses")',
],
'setGameCategoriesTeacher' => [
'type' => 'Status!',
'args' => [
'schoolClassID' => [
'description' => 'The school class ID',
'type' => 'Int!',
],
'categoryIDs' => [
'description' => 'The category IDs',
'type' => '[Int!]!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::setGameCategories", args["schoolClassID"], args["categoryIDs"])',
],
'addSchoolClassTeacher' => [
'type' => 'Status!',
'args' => [
'schoolClassID' => [
'description' => 'The SchoolClassID',
'type' => 'Int!',
],
'email' => [
'description' => 'The Teacher email',
'type' => 'String!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\TeacherResolver::addSchoolClassTeacher", args["schoolClassID"], args["email"])',
],
'removeSchoolClassTeacher' => [
'type' => 'Status!',
'args' => [
'schoolClassID' => [
'description' => 'The SchoolClassID',
'type' => 'Int!',
],
'teacherID' => [
'description' => 'The TeacherID',
'type' => 'Int!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\TeacherResolver::removeSchoolClassTeacher", args["schoolClassID"], args["teacherID"])',
],
'updateTeacher' => [
'type' => 'Status!',
'args' => [
'data' => [
'description' => 'The teacher data',
'type' => 'InTeacherUser!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\TeacherResolver::update", args["data"])',
],
'job' => [
'type' => 'Job',
'args' => [
'bicid' => [
'description' => 'BicID of the job to be retrieved',
'type' => 'ID!',
],
],
'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
],
'userinfo' => [
'type' => 'UserInfo',
'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserInfoResolver::userInfo")',
],
],
'name' => 'InternalQuery',
'builders' => [
],
'interfaces' => [
],
],
],
'RoundPlayersEntry' => [
'type' => 'object',
'class_name' => 'RoundPlayersEntryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'round' => [
'type' => 'Int!',
'description' => NULL,
],
'players' => [
'type' => 'Int!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'RoundPlayersEntry',
'builders' => [
],
],
],
'StoryCard' => [
'type' => 'object',
'class_name' => 'StoryCardType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'title' => [
'type' => 'String',
'description' => NULL,
],
'time' => [
'type' => 'String!',
'description' => NULL,
],
'backgroundImage' => [
'type' => 'Image',
'description' => NULL,
],
'backgroundVideo' => [
'type' => 'Video',
'description' => NULL,
],
'embedVideo' => [
'type' => 'Video',
'description' => NULL,
],
'lottieAnimation' => [
'type' => 'String',
'description' => NULL,
],
'textHeading' => [
'type' => 'String',
'description' => NULL,
],
'text' => [
'type' => 'String',
'description' => NULL,
],
'image' => [
'type' => 'Image',
'description' => NULL,
],
'imagePosition' => [
'type' => 'StoryCardImagePosition',
'description' => NULL,
],
'highlightPosition' => [
'type' => 'StoryCardHighlightPosition',
'description' => NULL,
],
'layout' => [
'type' => 'StoryCardLayout!',
'description' => NULL,
],
'theme' => [
'type' => 'StoryCardTheme!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'StoryCard',
'builders' => [
],
],
],
'Person' => [
'type' => 'object',
'class_name' => 'PersonType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'firstname' => [
'type' => 'String!',
'description' => NULL,
],
'lastname' => [
'type' => 'String!',
'description' => NULL,
],
'sex' => [
'type' => 'Int',
'description' => NULL,
],
'titles' => [
'type' => '[Title!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Person',
'builders' => [
],
],
],
'Bookmark' => [
'type' => 'object',
'class_name' => 'BookmarkType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'accessToken' => [
'type' => 'String!',
'description' => NULL,
],
'storedValue' => [
'type' => 'String',
'description' => NULL,
],
'createdAt' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Bookmark',
'builders' => [
],
],
],
'Contact' => [
'type' => 'object',
'class_name' => 'ContactType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'employeePosition' => [
'type' => 'String',
'description' => NULL,
],
'communication' => [
'type' => 'Communication!',
'description' => NULL,
],
'person' => [
'type' => 'Person!',
'description' => NULL,
],
'picture' => [
'type' => 'Image',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Contact',
'builders' => [
],
],
],
'Gallery' => [
'type' => 'object',
'class_name' => 'GalleryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String',
'description' => NULL,
],
'galleryItems' => [
'type' => '[Media]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Gallery',
'builders' => [
],
],
],
'JobSchoolSubject' => [
'type' => 'object',
'class_name' => 'JobSchoolSubjectType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'subjectName' => [
'type' => 'String!',
'description' => NULL,
],
'abbreviation' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobSchoolSubject',
'builders' => [
],
],
],
'GameTrophyProgress' => [
'type' => 'object',
'class_name' => 'GameTrophyProgressType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'schoolClassID' => [
'type' => 'Int',
'description' => NULL,
],
'createdAt' => [
'type' => 'String',
'description' => NULL,
],
'entries' => [
'type' => '[GameTrophyProgressEntry!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'GameTrophyProgress',
'builders' => [
],
],
],
'SchoolClassLogin' => [
'type' => 'object',
'class_name' => 'SchoolClassLoginType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'status' => [
'type' => 'Status!',
'description' => NULL,
],
'clientId' => [
'type' => 'String!',
'description' => NULL,
],
'school' => [
'type' => 'School',
'description' => NULL,
],
'schoolClass' => [
'type' => 'SchoolClass',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'SchoolClassLogin',
'builders' => [
],
],
],
'GlobalSearch' => [
'type' => 'object',
'class_name' => 'GlobalSearchType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'jobs' => [
'type' => '[Job!]',
'description' => NULL,
],
'jobMarkets' => [
'type' => '[JobMarket!]',
'description' => NULL,
],
'profiles' => [
'type' => '[Profile!]',
'description' => NULL,
],
'stories' => [
'type' => '[Story!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'GlobalSearch',
'builders' => [
],
],
],
'Offer' => [
'type' => 'object',
'class_name' => 'OfferType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'offerType' => [
'type' => 'OfferType',
'description' => NULL,
],
'name' => [
'type' => 'String',
'description' => NULL,
],
'dateFrom' => [
'type' => 'String',
'description' => NULL,
],
'dateTo' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Offer',
'builders' => [
],
],
],
'UserRole' => [
'type' => 'object',
'class_name' => 'UserRoleType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'Int',
'description' => NULL,
],
'roleName' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'UserRole',
'builders' => [
],
],
],
'Video' => [
'type' => 'object',
'class_name' => 'VideoType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'title' => [
'type' => 'String',
'description' => NULL,
],
'author' => [
'type' => 'String',
'description' => NULL,
],
'authorUrl' => [
'type' => 'String',
'description' => NULL,
],
'thumbnailUrl' => [
'type' => 'String',
'description' => NULL,
],
'thumbnailHeight' => [
'type' => 'Int',
'description' => NULL,
],
'thumbnailWidth' => [
'type' => 'Int',
'description' => NULL,
],
'src' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Video',
'builders' => [
],
],
],
'ImageData' => [
'type' => 'object',
'class_name' => 'ImageDataType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'url' => [
'type' => 'String',
'description' => NULL,
],
'width' => [
'type' => 'Int',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'ImageData',
'builders' => [
],
],
],
'UserInfo' => [
'type' => 'object',
'class_name' => 'UserInfoType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'Int',
'description' => NULL,
],
'email' => [
'type' => 'String',
'description' => NULL,
],
'username' => [
'type' => 'String',
'description' => NULL,
],
'firstname' => [
'type' => 'String',
'description' => NULL,
],
'lastname' => [
'type' => 'String',
'description' => NULL,
],
'roles' => [
'type' => '[UserRole]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'UserInfo',
'builders' => [
],
],
],
'QuestionAnswer' => [
'type' => 'object',
'class_name' => 'QuestionAnswerType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'questionID' => [
'type' => 'Int',
'description' => NULL,
],
'text' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'QuestionAnswer',
'builders' => [
],
],
],
'StoryCardImagePosition' => [
'type' => 'enum',
'class_name' => 'StoryCardImagePositionType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'TOP' => [
'description' => NULL,
'value' => 'TOP',
],
'CENTER' => [
'description' => NULL,
'value' => 'CENTER',
],
'BOTTOM' => [
'description' => NULL,
'value' => 'BOTTOM',
],
],
'name' => 'StoryCardImagePosition',
],
],
'GameTimer' => [
'type' => 'object',
'class_name' => 'GameTimerType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'status' => [
'type' => 'Status!',
'description' => NULL,
],
'id' => [
'type' => 'Int!',
'description' => NULL,
],
'schoolClassID' => [
'type' => 'Int',
'description' => NULL,
],
'startAt' => [
'type' => 'String',
'description' => NULL,
],
'endAt' => [
'type' => 'String',
'description' => NULL,
],
'duration' => [
'type' => 'Int',
'description' => NULL,
],
'createdAt' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'GameTimer',
'builders' => [
],
],
],
'TrophyItemType' => [
'type' => 'enum',
'class_name' => 'TrophyItemTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'BOPARTNERPROFILE' => [
'description' => NULL,
'value' => 'BOPARTNERPROFILE',
],
'CLICKTHEPIC' => [
'description' => NULL,
'value' => 'CLICKTHEPIC',
],
'COMPANYPROFILE' => [
'description' => NULL,
'value' => 'COMPANYPROFILE',
],
'JOB' => [
'description' => NULL,
'value' => 'JOB',
],
'JOBPORTRAIT' => [
'description' => NULL,
'value' => 'JOBPORTRAIT',
],
'PROVIDERQUIZ' => [
'description' => NULL,
'value' => 'PROVIDERQUIZ',
],
'QUIZ' => [
'description' => NULL,
'value' => 'QUIZ',
],
'SCHOOLPORTRAIT' => [
'description' => NULL,
'value' => 'SCHOOLPORTRAIT',
],
'SCHOOLPROFILE' => [
'description' => NULL,
'value' => 'SCHOOLPROFILE',
],
'TEACHINGIDEA' => [
'description' => NULL,
'value' => 'TEACHINGIDEA',
],
],
'name' => 'TrophyItemType',
],
],
'Profile' => [
'type' => 'object',
'class_name' => 'ProfileType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'uuid' => [
'type' => 'String!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'searchTags' => [
'type' => '[SearchTag!]',
'description' => NULL,
],
'address' => [
'type' => '[Address!]',
'description' => NULL,
],
'jobs' => [
'type' => '[Job!]',
'description' => NULL,
],
'picture' => [
'type' => 'Image',
'description' => NULL,
],
'benefits' => [
'type' => '[Benefit!]',
'description' => NULL,
],
'profileType' => [
'type' => 'ProfileType!',
'description' => NULL,
],
'profileLink' => [
'type' => 'ProfileLink',
'description' => NULL,
],
'hasStory' => [
'type' => 'Boolean!',
'description' => NULL,
],
],
'interfaces' => [
0 => 'ProfileInterface',
],
'name' => 'Profile',
'builders' => [
],
],
],
'JobMarketResults' => [
'type' => 'object',
'class_name' => 'JobMarketResultsType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'numResults' => [
'type' => 'Int!',
'description' => NULL,
],
'entries' => [
'type' => '[JobMarket!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobMarketResults',
'builders' => [
],
],
],
'ProfileInterface' => [
'type' => 'interface',
'class_name' => 'ProfileInterfaceType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'uuid' => [
'type' => 'String!',
'description' => NULL,
],
'searchTags' => [
'type' => '[SearchTag!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'ProfileInterface',
],
],
'SchoolLocation' => [
'type' => 'object',
'class_name' => 'SchoolLocationType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String',
'description' => NULL,
],
'address' => [
'type' => 'Address',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'SchoolLocation',
'builders' => [
],
],
],
'StoryGradient' => [
'type' => 'enum',
'class_name' => 'StoryGradientType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'OFF' => [
'description' => NULL,
'value' => 'OFF',
],
'BLACK' => [
'description' => NULL,
'value' => 'BLACK',
],
'WHITE' => [
'description' => NULL,
'value' => 'WHITE',
],
],
'name' => 'StoryGradient',
],
],
'InterestField' => [
'type' => 'object',
'class_name' => 'InterestFieldType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'interestName' => [
'type' => 'String!',
'description' => NULL,
],
'subHeading' => [
'type' => 'String!',
'description' => NULL,
],
'countJobs' => [
'type' => 'Int',
'description' => NULL,
],
'countSchools' => [
'type' => 'Int',
'description' => NULL,
],
'countProviders' => [
'type' => 'Int',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'InterestField',
'builders' => [
],
],
],
'GameTrophy' => [
'type' => 'object',
'class_name' => 'GameTrophyType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'trophyName' => [
'type' => 'String',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
'trophyStatus' => [
'type' => 'GameTrophyStatus!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'GameTrophy',
'builders' => [
],
],
],
'CompanyProfile' => [
'type' => 'object',
'class_name' => 'CompanyProfileType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'uuid' => [
'type' => 'String!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
'searchTags' => [
'type' => '[SearchTag!]',
'description' => NULL,
],
'locations' => [
'type' => '[CompanyLocation!]',
'description' => NULL,
],
'jobs' => [
'type' => '[Job!]',
'description' => NULL,
],
'communication' => [
'type' => '[Communication!]',
'description' => NULL,
],
'url' => [
'type' => 'String',
'description' => NULL,
],
'contactGallery' => [
'type' => 'ContactGallery',
'description' => NULL,
],
'mediaGallery' => [
'type' => 'Gallery',
'description' => NULL,
],
'documents' => [
'type' => 'Gallery',
'description' => NULL,
],
'founded' => [
'type' => 'Int',
'description' => NULL,
],
'companySize' => [
'type' => 'CompanySize',
'description' => NULL,
],
'companyBenefits' => [
'type' => '[CompanyBenefit!]',
'description' => NULL,
],
'certificates' => [
'type' => '[CompanyCertificate!]',
'description' => NULL,
],
'trainingInformation' => [
'type' => 'String',
'description' => NULL,
],
'companyProfilePicture' => [
'type' => 'Image',
'description' => NULL,
],
'headerPicture' => [
'type' => 'Image',
'description' => NULL,
],
'profileLink' => [
'type' => 'ProfileLink',
'description' => NULL,
],
'offers' => [
'type' => '[Offer!]',
'description' => NULL,
],
'relatedCompanies' => [
'type' => '[CompanyProfile!]',
'description' => NULL,
],
'jobMarkets' => [
'type' => '[JobMarket!]',
'description' => NULL,
],
'quizUrl' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
0 => 'ProfileInterface',
],
'name' => 'CompanyProfile',
'builders' => [
],
],
],
'CompanyLocation' => [
'type' => 'object',
'class_name' => 'CompanyLocationType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String',
'description' => NULL,
],
'address' => [
'type' => 'Address',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'CompanyLocation',
'builders' => [
],
],
],
'JobRequirement' => [
'type' => 'object',
'class_name' => 'JobRequirementType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'bicID' => [
'type' => 'Int',
'description' => NULL,
],
'requirementName' => [
'type' => 'String!',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobRequirement',
'builders' => [
],
],
],
'Title' => [
'type' => 'object',
'class_name' => 'TitleType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'shortName' => [
'type' => 'String!',
'description' => NULL,
],
'description' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Title',
'builders' => [
],
],
],
'StoryCardLayout' => [
'type' => 'enum',
'class_name' => 'StoryCardLayoutType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'COVER' => [
'description' => NULL,
'value' => 'COVER',
],
'VIDEO' => [
'description' => NULL,
'value' => 'VIDEO',
],
'ANIMATION' => [
'description' => NULL,
'value' => 'ANIMATION',
],
'CONTENT' => [
'description' => NULL,
'value' => 'CONTENT',
],
'HIGHLIGHT' => [
'description' => NULL,
'value' => 'HIGHLIGHT',
],
'QUIZ' => [
'description' => NULL,
'value' => 'QUIZ',
],
],
'name' => 'StoryCardLayout',
],
],
'ProfileType' => [
'type' => 'object',
'class_name' => 'ProfileTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'shortName' => [
'type' => 'String!',
'description' => NULL,
],
'position' => [
'type' => 'Int!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'ProfileType',
'builders' => [
],
],
],
'ProfileLinkEntry' => [
'type' => 'object',
'class_name' => 'ProfileLinkEntryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'linkType' => [
'type' => 'ProfileLinkType!',
'description' => NULL,
],
'linkValue' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'ProfileLinkEntry',
'builders' => [
],
],
],
'InfoSectionSubCategory' => [
'type' => 'object',
'class_name' => 'InfoSectionSubCategoryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'heading' => [
'type' => 'String!',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
'position' => [
'type' => 'Int',
'description' => NULL,
],
'urlText' => [
'type' => 'String',
'description' => NULL,
],
'entries' => [
'type' => '[InfoSectionEntry!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'InfoSectionSubCategory',
'builders' => [
],
],
],
'StoryUser' => [
'type' => 'object',
'class_name' => 'StoryUserType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'avatar' => [
'type' => 'Image',
'description' => NULL,
],
'position' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'StoryUser',
'builders' => [
],
],
],
'JobScholasticDuration' => [
'type' => 'object',
'class_name' => 'JobScholasticDurationType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'durationName' => [
'type' => 'String',
'description' => NULL,
],
'position' => [
'type' => 'Int',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobScholasticDuration',
'builders' => [
],
],
],
'GameCategory' => [
'type' => 'object',
'class_name' => 'GameCategoryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'isActive' => [
'type' => 'Boolean!',
'description' => NULL,
],
'isSelected' => [
'type' => 'Boolean!',
'description' => NULL,
],
'progress' => [
'type' => '[GameCategoryProgress!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'GameCategory',
'builders' => [
],
],
],
'Appointment' => [
'type' => 'object',
'class_name' => 'AppointmentType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'startTime' => [
'type' => 'String',
'description' => NULL,
],
'endTime' => [
'type' => 'String',
'description' => NULL,
],
'startDate' => [
'type' => 'String',
'description' => NULL,
],
'endDate' => [
'type' => 'String',
'description' => NULL,
],
'note' => [
'type' => 'String',
'description' => NULL,
],
'bookableUntil' => [
'type' => 'String',
'description' => NULL,
],
'maxParticipantes' => [
'type' => 'Int',
'description' => NULL,
],
'appointmentType' => [
'type' => 'AppointmentType',
'description' => NULL,
],
'appointmentState' => [
'type' => 'AppointmentState',
'description' => NULL,
],
'bookingLink' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Appointment',
'builders' => [
],
],
],
'JobMarketDistrict' => [
'type' => 'object',
'class_name' => 'JobMarketDistrictType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'districtID' => [
'type' => 'Int',
'description' => NULL,
],
'districtName' => [
'type' => 'String',
'description' => NULL,
],
'trainingCompanies' => [
'type' => '[CompanyProfileSimple!]',
'description' => NULL,
],
'jobMarketEntries' => [
'type' => '[CompanyProfileSimple!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobMarketDistrict',
'builders' => [
],
],
],
'FaqQuestion' => [
'type' => 'object',
'class_name' => 'FaqQuestionType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'question' => [
'type' => 'String!',
'description' => NULL,
],
'answer' => [
'type' => 'String!',
'description' => NULL,
],
'position' => [
'type' => 'Int',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'FaqQuestion',
'builders' => [
],
],
],
'FaqSubCategory' => [
'type' => 'object',
'class_name' => 'FaqSubCategoryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'subCategoryName' => [
'type' => 'String!',
'description' => NULL,
],
'position' => [
'type' => 'Int!',
'description' => NULL,
],
'questions' => [
'type' => '[FaqQuestion!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'FaqSubCategory',
'builders' => [
],
],
],
'CompanyContact' => [
'type' => 'object',
'class_name' => 'CompanyContactType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'employeePosition' => [
'type' => 'String!',
'description' => NULL,
],
'communication' => [
'type' => 'Communication!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'CompanyContact',
'builders' => [
],
],
],
'GameTimerModifyType' => [
'type' => 'enum',
'class_name' => 'GameTimerModifyTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'END' => [
'description' => NULL,
'value' => 'END',
],
'EXTEND' => [
'description' => NULL,
'value' => 'EXTEND',
],
'PAUSE' => [
'description' => NULL,
'value' => 'PAUSE',
],
'RESUME' => [
'description' => NULL,
'value' => 'RESUME',
],
],
'name' => 'GameTimerModifyType',
],
],
'GameType' => [
'type' => 'enum',
'class_name' => 'GameTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'NOTSET' => [
'description' => NULL,
'value' => 'NOTSET',
],
'QUIZ' => [
'description' => NULL,
'value' => 'QUIZ',
],
'CLICKTHEPIC' => [
'description' => NULL,
'value' => 'CLICKTHEPIC',
],
],
'name' => 'GameType',
],
],
'Status' => [
'type' => 'object',
'class_name' => 'StatusType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'type' => [
'type' => 'StatusType!',
'description' => NULL,
],
'message' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Status',
'builders' => [
],
],
],
'BoPartnerLocation' => [
'type' => 'object',
'class_name' => 'BoPartnerLocationType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String',
'description' => NULL,
],
'address' => [
'type' => 'Address',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'BoPartnerLocation',
'builders' => [
],
],
],
'SchoolClass' => [
'type' => 'object',
'class_name' => 'SchoolClassType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'Int!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'numberStudents' => [
'type' => 'Int',
'description' => NULL,
],
'grade' => [
'type' => 'SchoolClassGrade',
'description' => NULL,
],
'classCode' => [
'type' => 'String',
'description' => NULL,
],
'school' => [
'type' => 'School',
'description' => NULL,
],
'teachers' => [
'type' => '[Teacher!]',
'description' => NULL,
],
'createdAt' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'SchoolClass',
'builders' => [
],
],
],
'Stories' => [
'type' => 'object',
'class_name' => 'StoriesType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'entries' => [
'type' => '[Story!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Stories',
'builders' => [
],
],
],
'CompanySize' => [
'type' => 'object',
'class_name' => 'CompanySizeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'text' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'CompanySize',
'builders' => [
],
],
],
'HomeContent' => [
'type' => 'object',
'class_name' => 'HomeContentType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'featuredCompanies' => [
'type' => '[CompanyProfile!]',
'description' => NULL,
],
'featuredStories' => [
'type' => '[Story!]',
'description' => NULL,
],
'helpfulLinks' => [
'type' => '[ExternalLink!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'HomeContent',
'builders' => [
],
],
],
'ProfileUpdateResponse' => [
'type' => 'object',
'class_name' => 'ProfileUpdateResponseType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'status' => [
'type' => 'Status!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'ProfileUpdateResponse',
'builders' => [
],
],
],
'Color' => [
'type' => 'enum',
'class_name' => 'ColorType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'BLACK' => [
'description' => NULL,
'value' => 'BLACK',
],
'DARKBLUE' => [
'description' => NULL,
'value' => 'DARKBLUE',
],
'DARKGREEN' => [
'description' => NULL,
'value' => 'DARKGREEN',
],
'GREY' => [
'description' => NULL,
'value' => 'GREY',
],
'LIGHTGREEN' => [
'description' => NULL,
'value' => 'LIGHTGREEN',
],
'LIGHTBLUE' => [
'description' => NULL,
'value' => 'LIGHTBLUE',
],
'PETROL' => [
'description' => NULL,
'value' => 'PETROL',
],
'RED' => [
'description' => NULL,
'value' => 'RED',
],
'WHITE' => [
'description' => NULL,
'value' => 'WHITE',
],
'YELLOW' => [
'description' => NULL,
'value' => 'YELLOW',
],
],
'name' => 'Color',
],
],
'GameEndType' => [
'type' => 'enum',
'class_name' => 'GameEndTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'NOTSET' => [
'description' => NULL,
'value' => 'NOTSET',
],
'DECISION' => [
'description' => NULL,
'value' => 'DECISION',
],
'WRONGANSWER' => [
'description' => NULL,
'value' => 'WRONGANSWER',
],
],
'name' => 'GameEndType',
],
],
'SchoolClassGameState' => [
'type' => 'object',
'class_name' => 'SchoolClassGameStateType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'status' => [
'type' => 'Status!',
'description' => NULL,
],
'viewCount' => [
'type' => 'ViewCount',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'SchoolClassGameState',
'builders' => [
],
],
],
'JobSalaryEntry' => [
'type' => 'object',
'class_name' => 'JobSalaryEntryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'salaryType' => [
'type' => 'JobSalaryType',
'description' => NULL,
],
'salaryFrom' => [
'type' => 'String',
'description' => NULL,
],
'salaryTo' => [
'type' => 'String',
'description' => NULL,
],
'urlExt' => [
'type' => 'String',
'description' => NULL,
],
'createdAt' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobSalaryEntry',
'builders' => [
],
],
],
'Document' => [
'type' => 'object',
'class_name' => 'DocumentType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String',
'description' => NULL,
],
'filePath' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Document',
'builders' => [
],
],
],
'AppointmentState' => [
'type' => 'enum',
'class_name' => 'AppointmentStateType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'ACTIVE' => [
'description' => NULL,
'value' => 'ACTIVE',
],
'FULL' => [
'description' => NULL,
'value' => 'FULL',
],
'CANCELLED' => [
'description' => NULL,
'value' => 'CANCELLED',
],
'DELETED' => [
'description' => NULL,
'value' => 'DELETED',
],
],
'name' => 'AppointmentState',
],
],
'OfferType' => [
'type' => 'enum',
'class_name' => 'OfferTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'BERUFSBERATUNG' => [
'description' => NULL,
'value' => 'BERUFSBERATUNG',
],
'BERUFSPRAKTISCH' => [
'description' => NULL,
'value' => 'BERUFSPRAKTISCH',
],
'BETRIEBSERKUNDUNG' => [
'description' => NULL,
'value' => 'BETRIEBSERKUNDUNG',
],
'TAGOFFENETUER' => [
'description' => NULL,
'value' => 'TAGOFFENETUER',
],
'UNTERNEHMENSCHULE' => [
'description' => NULL,
'value' => 'UNTERNEHMENSCHULE',
],
'VORTRAG' => [
'description' => NULL,
'value' => 'VORTRAG',
],
'WORKSHOP' => [
'description' => NULL,
'value' => 'WORKSHOP',
],
'WORKSHOPBO' => [
'description' => NULL,
'value' => 'WORKSHOPBO',
],
],
'name' => 'OfferType',
],
],
'CompanyProfileSimple' => [
'type' => 'object',
'class_name' => 'CompanyProfileSimpleType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'Int',
'description' => NULL,
],
'uuid' => [
'type' => 'String',
'description' => NULL,
],
'name' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'CompanyProfileSimple',
'builders' => [
],
],
],
'AnswerResponse' => [
'type' => 'object',
'class_name' => 'AnswerResponseType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'status' => [
'type' => 'Status!',
'description' => NULL,
],
'correctAnswerId' => [
'type' => 'Int',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'AnswerResponse',
'builders' => [
],
],
],
'JobMarket' => [
'type' => 'object',
'class_name' => 'JobMarketType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'numberOfPositions' => [
'type' => 'Int',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
'details' => [
'type' => 'String',
'description' => NULL,
],
'url' => [
'type' => 'String',
'description' => NULL,
],
'requirements' => [
'type' => 'String',
'description' => NULL,
],
'salary' => [
'type' => 'String',
'description' => NULL,
],
'additionalInfo' => [
'type' => 'JobMarketAdditionalInfo',
'description' => NULL,
],
'startDate' => [
'type' => 'String',
'description' => NULL,
],
'applyUntil' => [
'type' => 'String',
'description' => NULL,
],
'openDate' => [
'type' => 'String',
'description' => NULL,
],
'closeDate' => [
'type' => 'String',
'description' => NULL,
],
'companyProfile' => [
'type' => 'CompanyProfile',
'description' => NULL,
],
'contact' => [
'type' => 'Contact',
'description' => NULL,
],
'image' => [
'type' => 'Image',
'description' => NULL,
],
'customMedia' => [
'type' => 'Media',
'description' => NULL,
],
'positionType' => [
'type' => 'JobMarketPositionType',
'description' => NULL,
],
'applyType' => [
'type' => 'JobMarketApplyType',
'description' => NULL,
],
'onlineUrl' => [
'type' => 'String',
'description' => NULL,
],
'startType' => [
'type' => 'JobMarketStartType',
'description' => NULL,
],
'addresses' => [
'type' => '[Address!]',
'description' => NULL,
],
'jobs' => [
'type' => '[JobSimple!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobMarket',
'builders' => [
],
],
],
'JobRequirementTypeCollection' => [
'type' => 'object',
'class_name' => 'JobRequirementTypeCollectionType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'requirementType' => [
'type' => 'JobRequirementType!',
'description' => NULL,
],
'requirements' => [
'type' => '[JobRequirement!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobRequirementTypeCollection',
'builders' => [
],
],
],
'JobLinkMapping' => [
'type' => 'object',
'class_name' => 'JobLinkMappingType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'jobLink' => [
'type' => 'JobLink',
'description' => NULL,
],
'jobLinkMappingCategory' => [
'type' => 'JobLinkMappingCategory',
'description' => NULL,
],
'jobLinkMappingType' => [
'type' => 'JobLinkMappingType',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobLinkMapping',
'builders' => [
],
],
],
'JobSalary' => [
'type' => 'object',
'class_name' => 'JobSalaryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'entryValue' => [
'type' => 'String',
'description' => NULL,
],
'entries' => [
'type' => '[JobSalaryEntry!]',
'description' => NULL,
],
'createdAt' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobSalary',
'builders' => [
],
],
],
'CompanyCertificate' => [
'type' => 'object',
'class_name' => 'CompanyCertificateType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'shortName' => [
'type' => 'String!',
'description' => NULL,
],
'picturePath' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'CompanyCertificate',
'builders' => [
],
],
],
'ContentType' => [
'type' => 'enum',
'class_name' => 'ContentTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'IMAGE' => [
'description' => NULL,
'value' => 'IMAGE',
],
'VIDEO' => [
'description' => NULL,
'value' => 'VIDEO',
],
'DOCUMENT' => [
'description' => NULL,
'value' => 'DOCUMENT',
],
],
'name' => 'ContentType',
],
],
'GameTrophyStatus' => [
'type' => 'enum',
'class_name' => 'GameTrophyStatusType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'NORMAL' => [
'description' => NULL,
'value' => 'NORMAL',
],
'HIDDEN' => [
'description' => NULL,
'value' => 'HIDDEN',
],
],
'name' => 'GameTrophyStatus',
],
],
'Address' => [
'type' => 'object',
'class_name' => 'AddressType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'street' => [
'type' => 'String',
'description' => NULL,
],
'number' => [
'type' => 'String',
'description' => NULL,
],
'floor' => [
'type' => 'String',
'description' => NULL,
],
'stair' => [
'type' => 'String',
'description' => NULL,
],
'addressLatLon' => [
'type' => 'AddressLatLon',
'description' => NULL,
],
'addressCity' => [
'type' => 'AddressCity',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Address',
'builders' => [
],
],
],
'JobSchoolSubjectMapping' => [
'type' => 'object',
'class_name' => 'JobSchoolSubjectMappingType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'jobSchoolSubject' => [
'type' => 'JobSchoolSubject!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobSchoolSubjectMapping',
'builders' => [
],
],
],
'CommunicationType' => [
'type' => 'object',
'class_name' => 'CommunicationTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'name' => [
'type' => 'String!',
'description' => NULL,
],
'shortName' => [
'type' => 'String!',
'description' => NULL,
],
'visible' => [
'type' => 'Boolean!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'CommunicationType',
'builders' => [
],
],
],
'Media' => [
'type' => 'object',
'class_name' => 'MediaType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String',
'description' => NULL,
],
'contentType' => [
'type' => 'ContentType',
'description' => NULL,
],
'image' => [
'type' => 'Image',
'description' => NULL,
],
'video' => [
'type' => 'Video',
'description' => NULL,
],
'document' => [
'type' => 'Document',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Media',
'builders' => [
],
],
],
'GameTrophyProgressEntry' => [
'type' => 'object',
'class_name' => 'GameTrophyProgressEntryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'trophy' => [
'type' => 'GameTrophy!',
'description' => NULL,
],
'percentValue' => [
'type' => 'Int!',
'description' => NULL,
],
'createdAt' => [
'type' => 'String',
'description' => NULL,
],
'finishedAt' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'GameTrophyProgressEntry',
'builders' => [
],
],
],
'CommunicationEntry' => [
'type' => 'object',
'class_name' => 'CommunicationEntryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'entryValue' => [
'type' => 'String!',
'description' => NULL,
],
'communicationType' => [
'type' => 'CommunicationType!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'CommunicationEntry',
'builders' => [
],
],
],
'AppointmentType' => [
'type' => 'enum',
'class_name' => 'AppointmentTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'AGREEMENT' => [
'description' => NULL,
'value' => 'AGREEMENT',
],
'FIXED' => [
'description' => NULL,
'value' => 'FIXED',
],
'BOTHPOSSIBLE' => [
'description' => NULL,
'value' => 'BOTHPOSSIBLE',
],
'INDIVIDUAL' => [
'description' => NULL,
'value' => 'INDIVIDUAL',
],
'CUSTOM' => [
'description' => NULL,
'value' => 'CUSTOM',
],
],
'name' => 'AppointmentType',
],
],
'ProfileLinkType' => [
'type' => 'enum',
'class_name' => 'ProfileLinkTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'HOMEPAGE' => [
'description' => NULL,
'value' => 'HOMEPAGE',
],
'FACEBOOK' => [
'description' => NULL,
'value' => 'FACEBOOK',
],
'YOUTUBE' => [
'description' => NULL,
'value' => 'YOUTUBE',
],
'LINKEDIN' => [
'description' => NULL,
'value' => 'LINKEDIN',
],
'XING' => [
'description' => NULL,
'value' => 'XING',
],
'KARRIEREPORTAL' => [
'description' => NULL,
'value' => 'KARRIEREPORTAL',
],
'INSTAGRAM' => [
'description' => NULL,
'value' => 'INSTAGRAM',
],
'X' => [
'description' => NULL,
'value' => 'X',
],
'TIKTOK' => [
'description' => NULL,
'value' => 'TIKTOK',
],
],
'name' => 'ProfileLinkType',
],
],
'JobWorkField' => [
'type' => 'object',
'class_name' => 'JobWorkFieldType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'bicID' => [
'type' => 'Int',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobWorkField',
'builders' => [
],
],
],
'Icon' => [
'type' => 'object',
'class_name' => 'IconType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'iconValue' => [
'type' => 'String!',
'description' => NULL,
],
'color' => [
'type' => 'Color',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Icon',
'builders' => [
],
],
],
'School' => [
'type' => 'object',
'class_name' => 'SchoolType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'url' => [
'type' => 'String',
'description' => NULL,
],
'address' => [
'type' => 'Address',
'description' => NULL,
],
'communication' => [
'type' => 'Communication',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'School',
'builders' => [
],
],
],
'StoryCardHighlightPosition' => [
'type' => 'enum',
'class_name' => 'StoryCardHighlightPositionType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'AFTER' => [
'description' => NULL,
'value' => 'AFTER',
],
'BEFORE' => [
'description' => NULL,
'value' => 'BEFORE',
],
],
'name' => 'StoryCardHighlightPosition',
],
],
'GameCategoryProgress' => [
'type' => 'object',
'class_name' => 'GameCategoryProgressType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'gameType' => [
'type' => 'GameType!',
'description' => NULL,
],
'roundNumber' => [
'type' => 'Int!',
'description' => NULL,
],
'highscore' => [
'type' => 'Int!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'GameCategoryProgress',
'builders' => [
],
],
],
'Image' => [
'type' => 'object',
'class_name' => 'ImageType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'info' => [
'type' => 'ImageInfo',
'description' => NULL,
],
'medium' => [
'type' => 'ImageData',
'description' => NULL,
],
'portrait' => [
'type' => 'ImageData',
'description' => NULL,
],
'landscape' => [
'type' => 'ImageData',
'description' => NULL,
],
'large' => [
'type' => 'ImageData',
'description' => NULL,
],
'xlarge' => [
'type' => 'ImageData',
'description' => NULL,
],
'huge' => [
'type' => 'ImageData',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Image',
'builders' => [
],
],
],
'Question' => [
'type' => 'object',
'class_name' => 'QuestionType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'status' => [
'type' => 'Status',
'description' => NULL,
],
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'text' => [
'type' => 'String',
'description' => NULL,
],
'image' => [
'type' => 'Image',
'description' => NULL,
],
'answers' => [
'type' => '[QuestionAnswer!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Question',
'builders' => [
],
],
],
'Communication' => [
'type' => 'object',
'class_name' => 'CommunicationType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'entries' => [
'type' => '[CommunicationEntry!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Communication',
'builders' => [
],
],
],
'EventState' => [
'type' => 'enum',
'class_name' => 'EventStateType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'ACTIVE' => [
'description' => NULL,
'value' => 'ACTIVE',
],
'INACTIVE' => [
'description' => NULL,
'value' => 'INACTIVE',
],
'DELETED' => [
'description' => NULL,
'value' => 'DELETED',
],
],
'name' => 'EventState',
],
],
'JobSimple' => [
'type' => 'object',
'class_name' => 'JobSimpleType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'bicID' => [
'type' => 'Int',
'description' => NULL,
],
'interestFields' => [
'type' => '[InterestField!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobSimple',
'builders' => [
],
],
],
'SearchTag' => [
'type' => 'object',
'class_name' => 'SearchTagType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'SearchTag',
'builders' => [
],
],
],
'ViewCount' => [
'type' => 'object',
'class_name' => 'ViewCountType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'jobs' => [
'type' => 'Int',
'description' => NULL,
],
'profiles' => [
'type' => 'Int',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'ViewCount',
'builders' => [
],
],
],
'JobExpertTerm' => [
'type' => 'object',
'class_name' => 'JobExpertTermType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'bicID' => [
'type' => 'Int',
'description' => NULL,
],
'termName' => [
'type' => 'String!',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobExpertTerm',
'builders' => [
],
],
],
'Championship' => [
'type' => 'object',
'class_name' => 'ChampionshipType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'competitionName' => [
'type' => 'String!',
'description' => NULL,
],
'startAt' => [
'type' => 'String',
'description' => NULL,
],
'endAt' => [
'type' => 'String',
'description' => NULL,
],
'daysLeft' => [
'type' => 'Int!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Championship',
'builders' => [
],
],
],
'AddressDistrict' => [
'type' => 'object',
'class_name' => 'AddressDistrictType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'bkz' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'AddressDistrict',
'builders' => [
],
],
],
'Event' => [
'type' => 'object',
'class_name' => 'EventType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'description' => [
'type' => 'String!',
'description' => NULL,
],
'descriptionLong' => [
'type' => 'String!',
'description' => NULL,
],
'maxParticipants' => [
'type' => 'Int',
'description' => NULL,
],
'duration' => [
'type' => 'String',
'description' => NULL,
],
'requirements' => [
'type' => 'String',
'description' => NULL,
],
'createdAt' => [
'type' => 'String',
'description' => NULL,
],
'address' => [
'type' => 'Address',
'description' => NULL,
],
'image' => [
'type' => 'Image',
'description' => NULL,
],
'eventState' => [
'type' => 'EventState',
'description' => NULL,
],
'eventTags' => [
'type' => '[EventTag!]',
'description' => NULL,
],
'jobs' => [
'type' => '[JobSimple!]',
'description' => NULL,
],
'media' => [
'type' => '[Media!]',
'description' => NULL,
],
'appointments' => [
'type' => '[Appointment!]',
'description' => NULL,
],
'mediaGallery' => [
'type' => 'Gallery',
'description' => NULL,
],
'documents' => [
'type' => 'Gallery',
'description' => NULL,
],
'documentsFollowUp' => [
'type' => 'Gallery',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Event',
'builders' => [
],
],
],
'AnswerWrong' => [
'type' => 'object',
'class_name' => 'AnswerWrongType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'status' => [
'type' => 'Status!',
'description' => NULL,
],
'answerIds' => [
'type' => '[Int]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'AnswerWrong',
'builders' => [
],
],
],
'ProfileResults' => [
'type' => 'object',
'class_name' => 'ProfileResultsType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'numResults' => [
'type' => 'Int!',
'description' => NULL,
],
'profiles' => [
'type' => '[Profile!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'ProfileResults',
'builders' => [
],
],
],
'Story' => [
'type' => 'object',
'class_name' => 'StoryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'Int',
'description' => NULL,
],
'bicID' => [
'type' => 'Int',
'description' => NULL,
],
'jobName' => [
'type' => 'String',
'description' => NULL,
],
'title' => [
'type' => 'String',
'description' => NULL,
],
'portrait' => [
'type' => 'String',
'description' => NULL,
],
'user' => [
'type' => 'StoryUser',
'description' => NULL,
],
'cards' => [
'type' => '[StoryCard!]',
'description' => NULL,
],
'nextStories' => [
'type' => 'NextStoryCard',
'description' => NULL,
],
'image' => [
'type' => 'Image',
'description' => NULL,
],
'icon' => [
'type' => 'Icon',
'description' => NULL,
],
'tags' => [
'type' => '[Tag!]',
'description' => NULL,
],
'color' => [
'type' => 'Color',
'description' => NULL,
],
'gradient' => [
'type' => 'StoryGradient',
'description' => NULL,
],
'quizLink' => [
'type' => 'String',
'description' => NULL,
],
'vrDirectLink' => [
'type' => 'String',
'description' => NULL,
],
'schoolProfile' => [
'type' => 'SchoolProfile',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Story',
'builders' => [
],
],
],
'JobSalaryType' => [
'type' => 'enum',
'class_name' => 'JobSalaryTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'YROA1' => [
'description' => NULL,
'value' => 'YROA1',
],
'YROA2' => [
'description' => NULL,
'value' => 'YROA2',
],
'YROA3' => [
'description' => NULL,
'value' => 'YROA3',
],
'YROA4' => [
'description' => NULL,
'value' => 'YROA4',
],
'ENTRY' => [
'description' => NULL,
'value' => 'ENTRY',
],
],
'name' => 'JobSalaryType',
],
],
'MiscFile' => [
'type' => 'object',
'class_name' => 'MiscFileType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String',
'description' => NULL,
],
'filename' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'MiscFile',
'builders' => [
],
],
],
'JobEducationalPath' => [
'type' => 'object',
'class_name' => 'JobEducationalPathType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'bicID' => [
'type' => 'Int',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobEducationalPath',
'builders' => [
],
],
],
'JobMarketApplyType' => [
'type' => 'enum',
'class_name' => 'JobMarketApplyTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'ONLINE' => [
'description' => NULL,
'value' => 'ONLINE',
],
'EMAIL' => [
'description' => NULL,
'value' => 'EMAIL',
],
'PHONE' => [
'description' => NULL,
'value' => 'PHONE',
],
'POSTAL' => [
'description' => NULL,
'value' => 'POSTAL',
],
],
'name' => 'JobMarketApplyType',
],
],
'QuestionOpen' => [
'type' => 'object',
'class_name' => 'QuestionOpenType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'status' => [
'type' => 'Status',
'description' => NULL,
],
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'text' => [
'type' => 'String',
'description' => NULL,
],
'answers' => [
'type' => '[QuestionAnswer!]',
'description' => NULL,
],
'correctAnswer' => [
'type' => 'QuestionAnswer!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'QuestionOpen',
'builders' => [
],
],
],
'SchoolSubject' => [
'type' => 'object',
'class_name' => 'SchoolSubjectType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'abbreviation' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'SchoolSubject',
'builders' => [
],
],
],
'BoPartnerProfile' => [
'type' => 'object',
'class_name' => 'BoPartnerProfileType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'uuid' => [
'type' => 'String!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
'searchTags' => [
'type' => '[SearchTag!]',
'description' => NULL,
],
'locations' => [
'type' => '[BoPartnerLocation!]',
'description' => NULL,
],
'jobs' => [
'type' => '[Job!]',
'description' => NULL,
],
'communication' => [
'type' => '[Communication!]',
'description' => NULL,
],
'url' => [
'type' => 'String',
'description' => NULL,
],
'contactGallery' => [
'type' => 'ContactGallery',
'description' => NULL,
],
'mediaGallery' => [
'type' => 'Gallery',
'description' => NULL,
],
'documents' => [
'type' => 'Gallery',
'description' => NULL,
],
'boPartnerProfilePicture' => [
'type' => 'Image',
'description' => NULL,
],
'headerPicture' => [
'type' => 'Image',
'description' => NULL,
],
'profileLink' => [
'type' => 'ProfileLink',
'description' => NULL,
],
'offers' => [
'type' => '[Offer!]',
'description' => NULL,
],
'relatedBoPartners' => [
'type' => '[BoPartnerProfile!]',
'description' => NULL,
],
'quizUrl' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
0 => 'ProfileInterface',
],
'name' => 'BoPartnerProfile',
'builders' => [
],
],
],
'JobSector' => [
'type' => 'object',
'class_name' => 'JobSectorType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'bicID' => [
'type' => 'Int',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobSector',
'builders' => [
],
],
],
'FaqCategory' => [
'type' => 'object',
'class_name' => 'FaqCategoryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'categoryName' => [
'type' => 'String!',
'description' => NULL,
],
'position' => [
'type' => 'Int!',
'description' => NULL,
],
'subcategories' => [
'type' => '[FaqSubCategory!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'FaqCategory',
'builders' => [
],
],
],
'Game' => [
'type' => 'object',
'class_name' => 'GameType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'status' => [
'type' => 'Status!',
'description' => NULL,
],
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'gameType' => [
'type' => 'GameType',
'description' => NULL,
],
'clientID' => [
'type' => 'String',
'description' => NULL,
],
'createdAt' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Game',
'builders' => [
],
],
],
'SchoolProfile' => [
'type' => 'object',
'class_name' => 'SchoolProfileType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'uuid' => [
'type' => 'String!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
'searchTags' => [
'type' => '[SearchTag!]',
'description' => NULL,
],
'locations' => [
'type' => '[SchoolLocation!]',
'description' => NULL,
],
'jobs' => [
'type' => '[Job!]',
'description' => NULL,
],
'communication' => [
'type' => '[Communication!]',
'description' => NULL,
],
'url' => [
'type' => 'String',
'description' => NULL,
],
'contactGallery' => [
'type' => 'ContactGallery',
'description' => NULL,
],
'mediaGallery' => [
'type' => 'Gallery',
'description' => NULL,
],
'documents' => [
'type' => 'Gallery',
'description' => NULL,
],
'trainingInformation' => [
'type' => 'String',
'description' => NULL,
],
'certificateInformation' => [
'type' => 'String',
'description' => NULL,
],
'schoolProfilePicture' => [
'type' => 'Image',
'description' => NULL,
],
'headerPicture' => [
'type' => 'Image',
'description' => NULL,
],
'profileLink' => [
'type' => 'ProfileLink',
'description' => NULL,
],
'offers' => [
'type' => '[Offer!]',
'description' => NULL,
],
'relatedSchools' => [
'type' => '[SchoolProfile!]',
'description' => NULL,
],
'stories' => [
'type' => '[Story!]',
'description' => NULL,
],
'videoUrl' => [
'type' => 'String',
'description' => NULL,
],
'quizUrl' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
0 => 'ProfileInterface',
],
'name' => 'SchoolProfile',
'builders' => [
],
],
],
'InTeacherUser' => [
'type' => 'input-object',
'class_name' => 'InTeacherUserType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'picture' => [
'type' => 'PictureUploadFile',
'description' => NULL,
],
'title' => [
'type' => '[Int!]',
'description' => NULL,
],
'firstname' => [
'type' => 'String!',
'description' => NULL,
],
'lastname' => [
'type' => 'String!',
'description' => NULL,
],
'email' => [
'type' => 'String!',
'description' => NULL,
],
'currentPassword' => [
'type' => 'String!',
'description' => NULL,
],
'newPassword' => [
'type' => 'String',
'description' => NULL,
],
],
'name' => 'InTeacherUser',
],
],
'InLink' => [
'type' => 'input-object',
'class_name' => 'InLinkType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'linkType' => [
'type' => 'ProfileLinkType!',
'description' => NULL,
],
'url' => [
'type' => 'String!',
'description' => NULL,
],
],
'name' => 'InLink',
],
],
'InLinks' => [
'type' => 'input-object',
'class_name' => 'InLinksType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'entries' => [
'type' => '[InLink!]',
'description' => NULL,
],
],
'name' => 'InLinks',
],
],
'InLocation' => [
'type' => 'input-object',
'class_name' => 'InLocationType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'locationname' => [
'type' => 'String!',
'description' => NULL,
],
'street' => [
'type' => 'String!',
'description' => NULL,
],
'zip' => [
'type' => 'String!',
'description' => NULL,
],
'city' => [
'type' => 'String!',
'description' => NULL,
],
'lat' => [
'type' => 'String',
'description' => NULL,
],
'lon' => [
'type' => 'String',
'description' => NULL,
],
],
'name' => 'InLocation',
],
],
'InContactPerson' => [
'type' => 'input-object',
'class_name' => 'InContactPersonType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'picture' => [
'type' => 'PictureUploadFile',
'description' => NULL,
],
'title' => [
'type' => '[Int!]',
'description' => NULL,
],
'firstname' => [
'type' => 'String!',
'description' => NULL,
],
'lastname' => [
'type' => 'String!',
'description' => NULL,
],
'position' => [
'type' => 'String',
'description' => NULL,
],
'phone' => [
'type' => 'String!',
'description' => NULL,
],
'email' => [
'type' => 'String!',
'description' => NULL,
],
],
'name' => 'InContactPerson',
],
],
'JobSchool' => [
'type' => 'object',
'class_name' => 'JobSchoolType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'school' => [
'type' => 'School!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobSchool',
'builders' => [
],
],
],
'SchoolClassGrade' => [
'type' => 'object',
'class_name' => 'SchoolClassGradeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'SchoolClassGrade',
'builders' => [
],
],
],
'JobRedirect' => [
'type' => 'object',
'class_name' => 'JobRedirectType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'bicID' => [
'type' => 'Int!',
'description' => NULL,
],
'jobName' => [
'type' => 'String!',
'description' => NULL,
],
'redirectType' => [
'type' => 'JobRedirectType!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobRedirect',
'builders' => [
],
],
],
'ExternalLink' => [
'type' => 'object',
'class_name' => 'ExternalLinkType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'heading' => [
'type' => 'String!',
'description' => NULL,
],
'subHeading' => [
'type' => 'String',
'description' => NULL,
],
'typeName' => [
'type' => 'String!',
'description' => NULL,
],
'position' => [
'type' => 'Int',
'description' => NULL,
],
'image' => [
'type' => 'Image',
'description' => NULL,
],
'link' => [
'type' => 'String!',
'description' => NULL,
],
'linkTargetType' => [
'type' => 'LinkTargetType!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'ExternalLink',
'builders' => [
],
],
],
'ContactGalleryEntry' => [
'type' => 'object',
'class_name' => 'ContactGalleryEntryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'contact' => [
'type' => 'Contact!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'ContactGalleryEntry',
'builders' => [
],
],
],
'ContactGallery' => [
'type' => 'object',
'class_name' => 'ContactGalleryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'galleryEntries' => [
'type' => '[ContactGalleryEntry!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'ContactGallery',
'builders' => [
],
],
],
'NextStoryPreview' => [
'type' => 'object',
'class_name' => 'NextStoryPreviewType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'avatar' => [
'type' => 'Image',
'description' => NULL,
],
'title' => [
'type' => 'String',
'description' => NULL,
],
'linkTitle' => [
'type' => 'String',
'description' => NULL,
],
'portrait' => [
'type' => 'String',
'description' => NULL,
],
'storyId' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'NextStoryPreview',
'builders' => [
],
],
],
'JobMarketAdditionalInfo' => [
'type' => 'object',
'class_name' => 'JobMarketAdditionalInfoType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'from' => [
'type' => 'String',
'description' => NULL,
],
'to' => [
'type' => 'String',
'description' => NULL,
],
'workFrom' => [
'type' => 'String',
'description' => NULL,
],
'workTo' => [
'type' => 'String',
'description' => NULL,
],
'age' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobMarketAdditionalInfo',
'builders' => [
],
],
],
'RoundPlayers' => [
'type' => 'object',
'class_name' => 'RoundPlayersType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'highscore' => [
'type' => 'Int!',
'description' => NULL,
],
'entries' => [
'type' => '[RoundPlayersEntry!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'RoundPlayers',
'builders' => [
],
],
],
'OfferList' => [
'type' => 'object',
'class_name' => 'OfferListType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'boPartnerTypes' => [
'type' => '[Offer!]',
'description' => NULL,
],
'companyTypes' => [
'type' => '[Offer!]',
'description' => NULL,
],
'schoolTypes' => [
'type' => '[Offer!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'OfferList',
'builders' => [
],
],
],
'SchoolClassGameHistory' => [
'type' => 'object',
'class_name' => 'SchoolClassGameHistoryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'status' => [
'type' => 'Status!',
'description' => NULL,
],
'schoolClassID' => [
'type' => 'Int',
'description' => NULL,
],
'points' => [
'type' => 'Float',
'description' => NULL,
],
'playtime' => [
'type' => 'Int',
'description' => NULL,
],
'createdAt' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'SchoolClassGameHistory',
'builders' => [
],
],
],
'Benefit' => [
'type' => 'object',
'class_name' => 'BenefitType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Benefit',
'builders' => [
],
],
],
'JobLink' => [
'type' => 'object',
'class_name' => 'JobLinkType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'url' => [
'type' => 'String',
'description' => NULL,
],
'title' => [
'type' => 'String',
'description' => NULL,
],
'start' => [
'type' => 'Int',
'description' => NULL,
],
'end' => [
'type' => 'Int',
'description' => NULL,
],
'titleFrontend' => [
'type' => 'String',
'description' => NULL,
],
'titleBackend' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobLink',
'builders' => [
],
],
],
'JobRedirectType' => [
'type' => 'enum',
'class_name' => 'JobRedirectTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'ALTERNATIVES' => [
'description' => NULL,
'value' => 'ALTERNATIVES',
],
'CONNECTED' => [
'description' => NULL,
'value' => 'CONNECTED',
],
'DESCRIPTION' => [
'description' => NULL,
'value' => 'DESCRIPTION',
],
'EXPIRED' => [
'description' => NULL,
'value' => 'EXPIRED',
],
'SPECIALIZED' => [
'description' => NULL,
'value' => 'SPECIALIZED',
],
'REDIRECT' => [
'description' => NULL,
'value' => 'REDIRECT',
],
],
'name' => 'JobRedirectType',
],
],
'JobMarketPositionType' => [
'type' => 'enum',
'class_name' => 'JobMarketPositionTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'LEHRSTELLE' => [
'description' => NULL,
'value' => 'LEHRSTELLE',
],
'FERIALJOB' => [
'description' => NULL,
'value' => 'FERIALJOB',
],
'PRAKTIKUM' => [
'description' => NULL,
'value' => 'PRAKTIKUM',
],
],
'name' => 'JobMarketPositionType',
],
],
'Tag' => [
'type' => 'object',
'class_name' => 'TagType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'tagName' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Tag',
'builders' => [
],
],
],
'JobMarketDistricts' => [
'type' => 'object',
'class_name' => 'JobMarketDistrictsType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'districts' => [
'type' => '[JobMarketDistrict!]',
'description' => NULL,
],
'countDistricts' => [
'type' => 'Int!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobMarketDistricts',
'builders' => [
],
],
],
'JobRequirementType' => [
'type' => 'object',
'class_name' => 'JobRequirementTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'bicID' => [
'type' => 'Int',
'description' => NULL,
],
'typeName' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobRequirementType',
'builders' => [
],
],
],
'JobMarketStartType' => [
'type' => 'enum',
'class_name' => 'JobMarketStartTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'DATE' => [
'description' => NULL,
'value' => 'DATE',
],
'ANYTIME' => [
'description' => NULL,
'value' => 'ANYTIME',
],
'CONSENT' => [
'description' => NULL,
'value' => 'CONSENT',
],
],
'name' => 'JobMarketStartType',
],
],
'StatusType' => [
'type' => 'enum',
'class_name' => 'StatusTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'OK' => [
'description' => NULL,
'value' => 'OK',
],
'ERROR' => [
'description' => NULL,
'value' => 'ERROR',
],
'GAMEEND' => [
'description' => NULL,
'value' => 'GAMEEND',
],
],
'name' => 'StatusType',
],
],
'CompanyBenefit' => [
'type' => 'object',
'class_name' => 'CompanyBenefitType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'CompanyBenefit',
'builders' => [
],
],
],
'Teacher' => [
'type' => 'object',
'class_name' => 'TeacherType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'Int',
'description' => NULL,
],
'email' => [
'type' => 'String',
'description' => NULL,
],
'firstname' => [
'type' => 'String',
'description' => NULL,
],
'lastname' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Teacher',
'builders' => [
],
],
],
'SchoolClassRank' => [
'type' => 'object',
'class_name' => 'SchoolClassRankType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'school' => [
'type' => 'School!',
'description' => NULL,
],
'schoolClass' => [
'type' => 'SchoolClass!',
'description' => NULL,
],
'points' => [
'type' => 'Int!',
'description' => NULL,
],
'playtimeMinutes' => [
'type' => 'Int!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'SchoolClassRank',
'builders' => [
],
],
],
'NextStoryCard' => [
'type' => 'object',
'class_name' => 'NextStoryCardType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'title' => [
'type' => 'String',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
'stories' => [
'type' => '[NextStoryPreview!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'NextStoryCard',
'builders' => [
],
],
],
'ProfileLink' => [
'type' => 'object',
'class_name' => 'ProfileLinkType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'createdAt' => [
'type' => 'String!',
'description' => NULL,
],
'entries' => [
'type' => '[ProfileLinkEntry!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'ProfileLink',
'builders' => [
],
],
],
'InfoSectionCategory' => [
'type' => 'object',
'class_name' => 'InfoSectionCategoryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'heading' => [
'type' => 'String!',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
'link' => [
'type' => 'String',
'description' => NULL,
],
'type' => [
'type' => 'InfoSectionType!',
'description' => NULL,
],
'image' => [
'type' => 'Image',
'description' => NULL,
],
'position' => [
'type' => 'Int',
'description' => NULL,
],
'urlText' => [
'type' => 'String',
'description' => NULL,
],
'subCategories' => [
'type' => '[InfoSectionSubCategory!]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'InfoSectionCategory',
'builders' => [
],
],
],
'JobLinkMappingType' => [
'type' => 'object',
'class_name' => 'JobLinkMappingTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobLinkMappingType',
'builders' => [
],
],
],
'JobRequirementCollection' => [
'type' => 'object',
'class_name' => 'JobRequirementCollectionType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'requirementTypes' => [
'type' => '[JobRequirementTypeCollection]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobRequirementCollection',
'builders' => [
],
],
],
'InfoSectionType' => [
'type' => 'object',
'class_name' => 'InfoSectionTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'InfoSectionType',
'builders' => [
],
],
],
'ImageInfo' => [
'type' => 'object',
'class_name' => 'ImageInfoType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'caption' => [
'type' => 'String',
'description' => NULL,
],
'copyright' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'ImageInfo',
'builders' => [
],
],
],
'StoryCardTheme' => [
'type' => 'enum',
'class_name' => 'StoryCardThemeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'DEFAULT' => [
'description' => NULL,
'value' => 'DEFAULT',
],
'YELLOW' => [
'description' => NULL,
'value' => 'YELLOW',
],
'RED' => [
'description' => NULL,
'value' => 'RED',
],
'BLUE' => [
'description' => NULL,
'value' => 'BLUE',
],
],
'name' => 'StoryCardTheme',
],
],
'InfoSectionEntry' => [
'type' => 'object',
'class_name' => 'InfoSectionEntryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'heading' => [
'type' => 'String!',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
'url' => [
'type' => 'String',
'description' => NULL,
],
'urlType' => [
'type' => 'String',
'description' => NULL,
],
'image' => [
'type' => 'Image',
'description' => NULL,
],
'position' => [
'type' => 'Int',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'InfoSectionEntry',
'builders' => [
],
],
],
'LinkTargetType' => [
'type' => 'enum',
'class_name' => 'LinkTargetTypeType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'values' => [
'BLANK' => [
'description' => NULL,
'value' => 'BLANK',
],
'SELF' => [
'description' => NULL,
'value' => 'SELF',
],
],
'name' => 'LinkTargetType',
],
],
'AddressCity' => [
'type' => 'object',
'class_name' => 'AddressCityType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'zip' => [
'type' => 'Int!',
'description' => NULL,
],
'addressDistrict' => [
'type' => 'AddressDistrict',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'AddressCity',
'builders' => [
],
],
],
'JobLinkMappingCategory' => [
'type' => 'object',
'class_name' => 'JobLinkMappingCategoryType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'JobLinkMappingCategory',
'builders' => [
],
],
],
'AddressLatLon' => [
'type' => 'object',
'class_name' => 'AddressLatLonType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'lat' => [
'type' => 'String',
'description' => NULL,
],
'lon' => [
'type' => 'String',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'AddressLatLon',
'builders' => [
],
],
],
'EventTag' => [
'type' => 'object',
'class_name' => 'EventTagType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'tagName' => [
'type' => 'String!',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'EventTag',
'builders' => [
],
],
],
'Job' => [
'type' => 'object',
'class_name' => 'JobType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => NULL,
'fields' => [
'id' => [
'type' => 'ID!',
'description' => NULL,
],
'name' => [
'type' => 'String!',
'description' => NULL,
],
'bicID' => [
'type' => 'Int',
'description' => NULL,
],
'image' => [
'type' => 'Image',
'description' => NULL,
],
'description' => [
'type' => 'String',
'description' => NULL,
],
'bicAlternativen' => [
'type' => 'String',
'description' => NULL,
],
'bicAnforderungen' => [
'type' => 'String',
'description' => NULL,
],
'bicAusbildungBerufschule' => [
'type' => 'String',
'description' => NULL,
],
'bicMoeglichkeiten' => [
'type' => 'String',
'description' => NULL,
],
'operationsAndTasks' => [
'type' => 'String',
'description' => NULL,
],
'scholasticDuration' => [
'type' => 'JobScholasticDuration',
'description' => NULL,
],
'showSchoolSubjects' => [
'type' => 'Boolean',
'description' => NULL,
],
'expertTerms' => [
'type' => '[JobExpertTerm!]',
'description' => NULL,
],
'interestFields' => [
'type' => '[InterestField!]',
'description' => NULL,
],
'jobEducationCompanies' => [
'type' => '[CompanyProfileSimple!]',
'description' => NULL,
],
'jobEducationalPaths' => [
'type' => '[JobEducationalPath!]',
'description' => NULL,
],
'insights' => [
'type' => '[Story!]',
'description' => NULL,
],
'jobLinkMappings' => [
'type' => '[JobLinkMapping]',
'description' => NULL,
],
'jobMarketDistricts' => [
'type' => 'JobMarketDistricts',
'description' => NULL,
],
'jobRedirects' => [
'type' => '[JobRedirect!]',
'description' => NULL,
],
'jobSalary' => [
'type' => 'JobSalary',
'description' => NULL,
],
'jobSectors' => [
'type' => '[JobSector!]',
'description' => NULL,
],
'jobSchools' => [
'type' => '[JobSchool!]',
'description' => NULL,
],
'jobWorkFields' => [
'type' => '[JobWorkField!]',
'description' => NULL,
],
'requirementsByType' => [
'type' => 'JobRequirementCollection',
'description' => NULL,
],
'schoolSubjectMappings' => [
'type' => '[JobSchoolSubjectMapping!]',
'description' => NULL,
],
'videoUrl' => [
'type' => 'String',
'description' => NULL,
],
'pdfUrl' => [
'type' => 'String',
'description' => NULL,
],
'searchTags' => [
'type' => '[String]',
'description' => NULL,
],
],
'interfaces' => [
],
'name' => 'Job',
'builders' => [
],
],
],
'PageInfo' => [
'type' => 'object',
'class_name' => 'PageInfoType',
'inherits' => [
],
'decorator' => false,
'config' => [
'description' => 'Information about pagination in a connection.',
'fields' => [
'hasNextPage' => [
'type' => 'Boolean!',
'description' => 'When paginating forwards, are there more items?',
],
'hasPreviousPage' => [
'type' => 'Boolean!',
'description' => 'When paginating backwards, are there more items?',
],
'startCursor' => [
'type' => 'String',
'description' => 'When paginating backwards, the cursor to continue.',
],
'endCursor' => [
'type' => 'String',
'description' => 'When paginating forwards, the cursor to continue.',
],
],
'name' => 'PageInfo',
'builders' => [
],
'interfaces' => [
],
],
],
],
'overblog_graphql.batching_method' => 'relay',
'overblog_graphql.query_max_depth' => 0,
'overblog_graphql.query_max_complexity' => 0,
'overblog_graphql.enable_introspection' => true,
'overblog_graphql.handle_cors' => false,
'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
'overblog_graphql.cache_dir' => NULL,
'overblog_graphql.cache_dir_permissions' => NULL,
'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
'overblog_graphql.use_experimental_executor' => false,
'overblog_graphql.profiler.query_match' => NULL,
'overblog_graphql.use_classloader_listener' => true,
'overblog_graphql.resources_dir' => (\dirname(__DIR__, 4).'/vendor/overblog/graphql-bundle/src/Resources'),
'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
'sonata.block.container.types' => [
0 => 'sonata.block.service.container',
1 => 'sonata.page.block.container',
2 => 'sonata.dashboard.block.container',
3 => 'cmf.block.container',
4 => 'cmf.block.slideshow',
],
'sonata_block.blocks' => [
'block.footer' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'block.frontpage.news' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'block.events.4x1' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'block.random.jobs' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'block.slider' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'block.header.main' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'block.header.child' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'block.heading' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'block.editor' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.block.service.container' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.block.service.empty' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.block.service.text' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.block.service.rss' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.block.service.template' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.block.service.menu' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.admin.block.admin_list' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.admin.block.search_result' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.admin.block.stats' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.admin.block.admin_preview' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
'sonata.seo.block.breadcrumb.homepage' => [
'contexts' => [
],
'templates' => [
],
'cache' => 'sonata.cache.noop',
'settings' => [
],
],
],
'sonata_block.blocks_by_class' => [
],
'sonata_blocks.block_types' => [
0 => 'block.footer',
1 => 'block.frontpage.news',
2 => 'block.events.4x1',
3 => 'block.random.jobs',
4 => 'block.slider',
5 => 'block.header.main',
6 => 'block.header.child',
7 => 'block.heading',
8 => 'block.editor',
9 => 'sonata.block.service.container',
10 => 'sonata.block.service.empty',
11 => 'sonata.block.service.text',
12 => 'sonata.block.service.rss',
13 => 'sonata.block.service.template',
14 => 'sonata.block.service.menu',
15 => 'sonata.admin.block.admin_list',
16 => 'sonata.admin.block.search_result',
17 => 'sonata.admin.block.stats',
18 => 'sonata.admin.block.admin_preview',
19 => 'sonata.seo.block.breadcrumb.homepage',
],
'sonata_block.cache_blocks' => [
'by_class' => [
],
'by_type' => [
'block.footer' => 'sonata.cache.noop',
'block.frontpage.news' => 'sonata.cache.noop',
'block.events.4x1' => 'sonata.cache.noop',
'block.random.jobs' => 'sonata.cache.noop',
'block.slider' => 'sonata.cache.noop',
'block.header.main' => 'sonata.cache.noop',
'block.header.child' => 'sonata.cache.noop',
'block.heading' => 'sonata.cache.noop',
'block.editor' => 'sonata.cache.noop',
'sonata.block.service.container' => 'sonata.cache.noop',
'sonata.block.service.empty' => 'sonata.cache.noop',
'sonata.block.service.text' => 'sonata.cache.noop',
'sonata.block.service.rss' => 'sonata.cache.noop',
'sonata.block.service.template' => 'sonata.cache.noop',
'sonata.block.service.menu' => 'sonata.cache.noop',
'sonata.admin.block.admin_list' => 'sonata.cache.noop',
'sonata.admin.block.search_result' => 'sonata.cache.noop',
'sonata.admin.block.stats' => 'sonata.cache.noop',
'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
],
],
'sonata_blocks.default_contexts' => [
],
'sonata.admin.twig.extension.x_editable_type_mapping' => [
'choice' => 'select',
'boolean' => 'select',
'textarea' => 'textarea',
'html' => 'textarea',
'email' => 'email',
'string' => 'text',
'integer' => 'number',
'float' => 'number',
'currency' => 'number',
'percent' => 'number',
'url' => 'url',
],
'sonata.admin.configuration.global_search.empty_boxes' => 'show',
'sonata.admin.configuration.global_search.admin_route' => 'show',
'sonata.admin.configuration.templates' => [
'user_block' => '@SonataAdmin/Core/user_block.html.twig',
'add_block' => '@SonataAdmin/Core/add_block.html.twig',
'layout' => '@SonataAdmin/standard_layout.html.twig',
'ajax' => '@SonataAdmin/ajax_layout.html.twig',
'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
'search' => '@SonataAdmin/Core/search.html.twig',
'list' => '@SonataAdmin/CRUD/list.html.twig',
'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
'show' => '@SonataAdmin/CRUD/show.html.twig',
'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
'edit' => '@SonataAdmin/CRUD/edit.html.twig',
'preview' => '@SonataAdmin/CRUD/preview.html.twig',
'history' => '@SonataAdmin/CRUD/history.html.twig',
'acl' => '@SonataAdmin/CRUD/acl.html.twig',
'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
'action' => '@SonataAdmin/CRUD/action.html.twig',
'select' => '@SonataAdmin/CRUD/list__select.html.twig',
'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
'delete' => '@SonataAdmin/CRUD/delete.html.twig',
'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
'pager_links' => '@SonataAdmin/Pager/links.html.twig',
'pager_results' => '@SonataAdmin/Pager/results.html.twig',
'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
'button_create' => '@SonataAdmin/Button/create_button.html.twig',
'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
'button_history' => '@SonataAdmin/Button/history_button.html.twig',
'button_list' => '@SonataAdmin/Button/list_button.html.twig',
'button_show' => '@SonataAdmin/Button/show_button.html.twig',
'form_theme' => [
],
'filter_theme' => [
],
],
'sonata.admin.configuration.default_admin_services' => [
'model_manager' => NULL,
'data_source' => NULL,
'field_description_factory' => NULL,
'form_contractor' => NULL,
'show_builder' => NULL,
'list_builder' => NULL,
'datagrid_builder' => NULL,
'translator' => NULL,
'configuration_pool' => NULL,
'route_generator' => NULL,
'security_handler' => NULL,
'menu_factory' => NULL,
'route_builder' => NULL,
'label_translator_strategy' => NULL,
'pager_type' => NULL,
],
'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
'sonata.admin.configuration.dashboard_groups' => [
],
'sonata.admin.configuration.dashboard_blocks' => [
0 => [
'position' => 'left',
'settings' => [
],
'type' => 'sonata.admin.block.admin_list',
'roles' => [
],
],
],
'sonata.admin.configuration.sort_admins' => false,
'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
'sonata.admin.configuration.default_group' => 'default',
'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
'sonata.admin.configuration.default_translation_domain' => NULL,
'sonata.admin.configuration.default_icon' => 'fas fa-folder',
'sonata.admin.configuration.breadcrumbs' => [
'child_admin_route' => 'show',
],
'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
'sonata.admin.configuration.security.information' => [
],
'sonata.admin.configuration.security.admin_permissions' => [
0 => 'CREATE',
1 => 'LIST',
2 => 'DELETE',
3 => 'UNDELETE',
4 => 'EXPORT',
5 => 'OPERATOR',
6 => 'MASTER',
],
'sonata.admin.configuration.security.object_permissions' => [
0 => 'VIEW',
1 => 'EDIT',
2 => 'HISTORY',
3 => 'DELETE',
4 => 'UNDELETE',
5 => 'OPERATOR',
6 => 'MASTER',
7 => 'OWNER',
],
'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
'sonata.admin.extension.map' => [
],
'sonata.admin.configuration.filters.persist' => false,
'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
'sonata.admin.configuration.show.mosaic.button' => true,
'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
'sonata_doctrine_orm_admin.entity_manager' => NULL,
'sonata_doctrine_orm_admin.templates' => [
'types' => [
'list' => [
'array' => '@SonataAdmin/CRUD/list_array.html.twig',
'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
'date' => '@SonataAdmin/CRUD/list_date.html.twig',
'time' => '@SonataAdmin/CRUD/list_time.html.twig',
'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
'email' => '@SonataAdmin/CRUD/list_email.html.twig',
'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
'string' => '@SonataAdmin/CRUD/list_string.html.twig',
'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
'float' => '@SonataAdmin/CRUD/list_string.html.twig',
'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
'url' => '@SonataAdmin/CRUD/list_url.html.twig',
'html' => '@SonataAdmin/CRUD/list_html.html.twig',
'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
],
'show' => [
'array' => '@SonataAdmin/CRUD/show_array.html.twig',
'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
'date' => '@SonataAdmin/CRUD/show_date.html.twig',
'time' => '@SonataAdmin/CRUD/show_time.html.twig',
'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
'email' => '@SonataAdmin/CRUD/show_email.html.twig',
'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
'url' => '@SonataAdmin/CRUD/show_url.html.twig',
'html' => '@SonataAdmin/CRUD/show_html.html.twig',
'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
],
],
],
'sonata.form.form_type' => 'standard',
'sonata.seo.config' => [
'title' => 'Berufsreise',
'default' => 'sonata.seo.page.default',
'metas' => [
'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' => '',
],
],
'head' => [
'xmlns' => 'http://www.w3.org/1999/xhtml',
'xmlns:og' => 'http://opengraphprotocol.org/schema/',
],
'separator' => ' - ',
'title_prefix' => NULL,
'title_suffix' => NULL,
],
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => false,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'de',
'kernel.enabled_locales' => [
0 => 'de',
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'none',
'gc_probability' => 1,
],
'session.save_path' => NULL,
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => '@LiipImagine/Form/form_div_layout.html.twig',
2 => 'bootstrap_3_layout.html.twig',
3 => '@frontend/form/datepicker.html.twig',
4 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'security.role_hierarchy.roles' => [
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'oauth2_api',
2 => 'admin',
3 => 'rookie_admin',
4 => 'shuttle_admin',
5 => 'rookie_day_admin',
6 => 'main',
],
'overblog_graphql_types.classes_map' => [
],
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'doctrine_migrations.migrations_collector' => [
0 => 'doctrine_migrations',
1 => '@DoctrineMigrations/Collector/migrations.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'fos_elastica.data_collector' => [
0 => 'elastica',
1 => '@FOSElastica/Collector/elastica.html.twig',
],
'data_collector.jms_serializer' => [
0 => 'jms_serializer',
1 => '@JMSSerializer/Collector/panel.html.twig',
],
'Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector' => [
0 => 'graphql',
1 => '@OverblogGraphQL/profiler/panel.html.twig',
],
'sonata.block.data_collector' => [
0 => 'block',
1 => '@SonataBlock/Profiler/block.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'notifier.data_collector' => [
0 => 'notifier',
1 => '@WebProfiler/Collector/notifier.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand',
1 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand',
2 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand',
3 => 'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand',
4 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand',
5 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand',
6 => 'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand',
7 => 'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand',
8 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand',
9 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand',
10 => 'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand',
11 => 'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand',
12 => 'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand',
13 => 'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand',
14 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand',
15 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand',
16 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand',
17 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand',
18 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand',
19 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand',
20 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand',
21 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand',
22 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand',
23 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand',
24 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand',
25 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand',
26 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand',
27 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand',
28 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand',
29 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand',
30 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand',
31 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand',
32 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand',
33 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand',
34 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand',
35 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand',
36 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand',
37 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand',
38 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand',
39 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand',
40 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand',
41 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand',
42 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand',
43 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand',
44 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand',
45 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand',
46 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand',
47 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand',
48 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand',
49 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand',
50 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand',
51 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand',
52 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand',
53 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand',
54 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand',
55 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand',
56 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand',
57 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand',
58 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand',
59 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand',
60 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand',
61 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand',
62 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand',
63 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand',
64 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand',
65 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand',
66 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand',
67 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand',
68 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand',
69 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand',
70 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand',
71 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand',
72 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand',
73 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand',
74 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand',
75 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand',
76 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand',
77 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand',
78 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand',
79 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand',
80 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand',
81 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand',
82 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand',
83 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand',
84 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand',
85 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand',
86 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand',
87 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand',
88 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand',
89 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand',
90 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand',
91 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand',
92 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand',
93 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand',
94 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand',
95 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand',
96 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand',
97 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand',
98 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand',
99 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand',
100 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand',
101 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand',
102 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand',
103 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand',
104 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand',
105 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand',
106 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand',
107 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand',
108 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand',
109 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand',
110 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand',
111 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand',
112 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand',
113 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand',
114 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand',
115 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand',
116 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand',
117 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand',
118 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand',
119 => 'console.command.public_alias.sonata.cache.command.flush',
120 => 'console.command.public_alias.sonata.cache.command.flushall',
121 => 'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand',
122 => 'Sonata\\CacheBundle\\Command\\CacheFlushCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}