var/cache/website/dev/ContainerW4d4qPa/App_KernelDevDebugContainer.php line 1402

Open in your IDE?
  1. <?php
  2. namespace ContainerW4d4qPa;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  35.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  37.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  38.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  45.             'data_collector.dump' => 'getDataCollector_DumpService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  49.             'doctrine_phpcr' => 'getDoctrinePhpcrService',
  50.             'doctrine_phpcr.session' => 'getDoctrinePhpcr_SessionService',
  51.             'es.annotations.cached_reader' => 'getEs_Annotations_CachedReaderService',
  52.             'es.cache_engine' => 'getEs_CacheEngineService',
  53.             'es.document_finder' => 'getEs_DocumentFinderService',
  54.             'es.document_parser' => 'getEs_DocumentParserService',
  55.             'es.manager.default' => 'getEs_Manager_DefaultService',
  56.             'es.manager.live' => 'getEs_Manager_LiveService',
  57.             'es.manager_factory' => 'getEs_ManagerFactoryService',
  58.             'es.metadata_collector' => 'getEs_MetadataCollectorService',
  59.             'es.profiler' => 'getEs_ProfilerService',
  60.             'es.result_converter' => 'getEs_ResultConverterService',
  61.             'es.tracer' => 'getEs_TracerService',
  62.             'event_dispatcher' => 'getEventDispatcherService',
  63.             'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  64.             'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  65.             'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  66.             'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
  67.             'http_kernel' => 'getHttpKernelService',
  68.             'jms_serializer' => 'getJmsSerializerService',
  69.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  70.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  71.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  72.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  73.             'request_stack' => 'getRequestStackService',
  74.             'router' => 'getRouterService',
  75.             'sulu.content.localization_finder' => 'getSulu_Content_LocalizationFinderService',
  76.             'sulu.content.mapper' => 'getSulu_Content_MapperService',
  77.             'sulu.content.path_cleaner' => 'getSulu_Content_PathCleanerService',
  78.             'sulu.content.structure_manager' => 'getSulu_Content_StructureManagerService',
  79.             'sulu.content.type_manager' => 'getSulu_Content_TypeManagerService',
  80.             'sulu.phpcr.session' => 'getSulu_Phpcr_SessionService',
  81.             'sulu.repository.access_control' => 'getSulu_Repository_AccessControlService',
  82.             'sulu.repository.account' => 'getSulu_Repository_AccountService',
  83.             'sulu.repository.analytics' => 'getSulu_Repository_AnalyticsService',
  84.             'sulu.repository.category' => 'getSulu_Repository_CategoryService',
  85.             'sulu.repository.category_meta' => 'getSulu_Repository_CategoryMetaService',
  86.             'sulu.repository.category_translation' => 'getSulu_Repository_CategoryTranslationService',
  87.             'sulu.repository.contact' => 'getSulu_Repository_ContactService',
  88.             'sulu.repository.keyword' => 'getSulu_Repository_KeywordService',
  89.             'sulu.repository.media' => 'getSulu_Repository_MediaService',
  90.             'sulu.repository.role' => 'getSulu_Repository_RoleService',
  91.             'sulu.repository.route' => 'getSulu_Repository_RouteService',
  92.             'sulu.repository.tag' => 'getSulu_Repository_TagService',
  93.             'sulu.repository.user' => 'getSulu_Repository_UserService',
  94.             'sulu.util.node_helper' => 'getSulu_Util_NodeHelperService',
  95.             'sulu_category.category_manager' => 'getSuluCategory_CategoryManagerService',
  96.             'sulu_category.keyword_manager' => 'getSuluCategory_KeywordManagerService',
  97.             'sulu_contact.contact_manager' => 'getSuluContact_ContactManagerService',
  98.             'sulu_core.array_serializer' => 'getSuluCore_ArraySerializerService',
  99.             'sulu_core.webspace.request_analyzer' => 'getSuluCore_Webspace_RequestAnalyzerService',
  100.             'sulu_core.webspace.webspace_manager' => 'getSuluCore_Webspace_WebspaceManagerService',
  101.             'sulu_custom_urls.manager' => 'getSuluCustomUrls_ManagerService',
  102.             'sulu_document_manager.document_inspector' => 'getSuluDocumentManager_DocumentInspectorService',
  103.             'sulu_document_manager.document_manager' => 'getSuluDocumentManager_DocumentManagerService',
  104.             'sulu_document_manager.metadata_factory.base' => 'getSuluDocumentManager_MetadataFactory_BaseService',
  105.             'sulu_document_manager.property_encoder' => 'getSuluDocumentManager_PropertyEncoderService',
  106.             'sulu_markup.parser.html_extractor' => 'getSuluMarkup_Parser_HtmlExtractorService',
  107.             'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService',
  108.             'sulu_media.collection_repository' => 'getSuluMedia_CollectionRepositoryService',
  109.             'sulu_media.format_cache' => 'getSuluMedia_FormatCacheService',
  110.             'sulu_media.format_manager' => 'getSuluMedia_FormatManagerService',
  111.             'sulu_media.image.transformation.blur' => 'getSuluMedia_Image_Transformation_BlurService',
  112.             'sulu_media.image.transformation.crop' => 'getSuluMedia_Image_Transformation_CropService',
  113.             'sulu_media.image.transformation.gamma' => 'getSuluMedia_Image_Transformation_GammaService',
  114.             'sulu_media.image.transformation.grayscale' => 'getSuluMedia_Image_Transformation_GrayscaleService',
  115.             'sulu_media.image.transformation.negative' => 'getSuluMedia_Image_Transformation_NegativeService',
  116.             'sulu_media.image.transformation.paste' => 'getSuluMedia_Image_Transformation_PasteService',
  117.             'sulu_media.image.transformation.sharpen' => 'getSuluMedia_Image_Transformation_SharpenService',
  118.             'sulu_media.media_manager' => 'getSuluMedia_MediaManagerService',
  119.             'sulu_media.storage' => 'getSuluMedia_StorageService',
  120.             'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService',
  121.             'sulu_page.compat.structure.legacy_property_factory' => 'getSuluPage_Compat_Structure_LegacyPropertyFactoryService',
  122.             'sulu_page.content_repository' => 'getSuluPage_ContentRepositoryService',
  123.             'sulu_page.extension.manager' => 'getSuluPage_Extension_ManagerService',
  124.             'sulu_page.structure.factory' => 'getSuluPage_Structure_FactoryService',
  125.             'sulu_security.mask_converter' => 'getSuluSecurity_MaskConverterService',
  126.             'sulu_security.salt_generator' => 'getSuluSecurity_SaltGeneratorService',
  127.             'sulu_security.security_checker' => 'getSuluSecurity_SecurityCheckerService',
  128.             'sulu_security.user_manager' => 'getSuluSecurity_UserManagerService',
  129.             'sulu_snippet.default_snippet.manager' => 'getSuluSnippet_DefaultSnippet_ManagerService',
  130.             'sulu_snippet.resolver' => 'getSuluSnippet_ResolverService',
  131.             'sulu_tag.tag_manager' => 'getSuluTag_TagManagerService',
  132.             'sulu_website.resolver.structure' => 'getSuluWebsite_Resolver_StructureService',
  133.             'translator' => 'getTranslatorService',
  134.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  135.             'cache_clearer' => 'getCacheClearerService',
  136.             'filesystem' => 'getFilesystemService',
  137.             'serializer' => 'getSerializerService',
  138.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  139.             'form.factory' => 'getForm_FactoryService',
  140.             'form.type.file' => 'getForm_Type_FileService',
  141.             'profiler' => 'getProfilerService',
  142.             'twig' => 'getTwigService',
  143.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  144.             'security.token_storage' => 'getSecurity_TokenStorageService',
  145.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  146.             'session' => 'getSessionService',
  147.             'validator' => 'getValidatorService',
  148.         ];
  149.         $this->fileMap = [
  150.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  151.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  152.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  153.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  154.             '.container.private.session' => 'get_Container_Private_SessionService',
  155.             'App\\Controller\\Admin\\DynamicController' => 'getDynamicControllerService',
  156.             'App\\Controller\\Website\\ApiSearchController' => 'getApiSearchControllerService',
  157.             'App\\Controller\\Website\\ApiTerritoryExperienceController' => 'getApiTerritoryExperienceControllerService',
  158.             'App\\Controller\\Website\\ArticleOverviewController' => 'getArticleOverviewControllerService',
  159.             'App\\Controller\\Website\\ArticlesController' => 'getArticlesControllerService',
  160.             'App\\Controller\\Website\\ContactController' => 'getContactControllerService',
  161.             'App\\Controller\\Website\\DepartementController' => 'getDepartementControllerService',
  162.             'App\\Controller\\Website\\GlobalSearchController' => 'getGlobalSearchControllerService',
  163.             'App\\Controller\\Website\\LoginController' => 'getLoginControllerService',
  164.             'App\\Controller\\Website\\MonEspaceController' => 'getMonEspaceControllerService',
  165.             'App\\Controller\\Website\\MyWebsiteSearchController' => 'getMyWebsiteSearchControllerService',
  166.             'App\\Controller\\Website\\PayboxController' => 'getPayboxControllerService',
  167.             'App\\Controller\\Website\\SearchTerritoireByDepartementController' => 'getSearchTerritoireByDepartementControllerService',
  168.             'App\\Controller\\Website\\SendExperienceController' => 'getSendExperienceControllerService',
  169.             'App\\Controller\\Website\\SubCategoryFilterController' => 'getSubCategoryFilterControllerService',
  170.             'App\\Controller\\Website\\TerritoireInterventionController' => 'getTerritoireInterventionControllerService',
  171.             'App\\Controller\\Website\\UserController' => 'getUserControllerService',
  172.             'App\\Service\\AccountService' => 'getAccountServiceService',
  173.             'App\\Service\\TerritoryDataProvider' => 'getTerritoryDataProviderService',
  174.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  175.             'SevenGroupFrance\\SuluDuplicateArticlesBundle\\Controller\\Admin\\ContentController' => 'getContentControllerService',
  176.             'SevenGroupFrance\\SuluDuplicateArticlesBundle\\Controller\\Admin\\FormController' => 'getFormControllerService',
  177.             'Sulu\\Bundle\\CommunityBundle\\Controller\\BlacklistConfirmationController' => 'getBlacklistConfirmationControllerService',
  178.             'Sulu\\Bundle\\CommunityBundle\\Controller\\CompletionController' => 'getCompletionControllerService',
  179.             'Sulu\\Bundle\\CommunityBundle\\Controller\\ConfirmationController' => 'getConfirmationControllerService',
  180.             'Sulu\\Bundle\\CommunityBundle\\Controller\\EmailConfirmationController' => 'getEmailConfirmationControllerService',
  181.             'Sulu\\Bundle\\CommunityBundle\\Controller\\LoginController' => 'getLoginController2Service',
  182.             'Sulu\\Bundle\\CommunityBundle\\Controller\\PasswordController' => 'getPasswordControllerService',
  183.             'Sulu\\Bundle\\CommunityBundle\\Controller\\ProfileController' => 'getProfileControllerService',
  184.             'Sulu\\Bundle\\CommunityBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  185.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  186.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  187.             'adresse' => 'getAdresseService',
  188.             'cache.app_clearer' => 'getCache_AppClearerService',
  189.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  190.             'cache.system_clearer' => 'getCache_SystemClearerService',
  191.             'cache_warmer' => 'getCacheWarmerService',
  192.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  193.             'color_picker_custom' => 'getColorPickerCustomService',
  194.             'console.command.public_alias.App\\Command\\ArchiveArticlesCommand' => 'getArchiveArticlesCommandService',
  195.             'console.command.public_alias.App\\Command\\CreateCsvCommand' => 'getCreateCsvCommandService',
  196.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
  197.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
  198.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
  199.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
  200.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
  201.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
  202.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
  203.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
  204.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
  205.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
  206.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
  207.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
  208.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
  209.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
  210.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
  211.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
  212.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
  213.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
  214.             'console.command.public_alias.fos_http_cache.command.clear' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_ClearService',
  215.             'console.command.public_alias.fos_http_cache.command.invalidate_path' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_InvalidatePathService',
  216.             'console.command.public_alias.fos_http_cache.command.invalidate_regex' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_InvalidateRegexService',
  217.             'console.command.public_alias.fos_http_cache.command.refresh_path' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_RefreshPathService',
  218.             'console.command.public_alias.sulu_article.reindex_command' => 'getConsole_Command_PublicAlias_SuluArticle_ReindexCommandService',
  219.             'console.command.public_alias.sulu_form.form_generator_command' => 'getConsole_Command_PublicAlias_SuluForm_FormGeneratorCommandService',
  220.             'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
  221.             'console.command_loader' => 'getConsole_CommandLoaderService',
  222.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  223.             'custom_toggle' => 'getCustomToggleService',
  224.             'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
  225.             'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
  226.             'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
  227.             'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
  228.             'error_controller' => 'getErrorControllerService',
  229.             'es.client.index_suffix_finder' => 'getEs_Client_IndexSuffixFinderService',
  230.             'es.export' => 'getEs_ExportService',
  231.             'es.generate' => 'getEs_GenerateService',
  232.             'es.generator.document' => 'getEs_Generator_DocumentService',
  233.             'es.import' => 'getEs_ImportService',
  234.             'es.manager.default.article' => 'getEs_Manager_Default_ArticleService',
  235.             'es.manager.live.article' => 'getEs_Manager_Live_ArticleService',
  236.             'es.terminate_listener' => 'getEs_TerminateListenerService',
  237.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  238.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  239.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  240.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  241.             'font_icon_picker' => 'getFontIconPickerService',
  242.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  243.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  244.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  245.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  246.             'icon_list' => 'getIconListService',
  247.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  248.             'massive_search.adapter.elastic' => 'getMassiveSearch_Adapter_ElasticService',
  249.             'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
  250.             'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
  251.             'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
  252.             'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
  253.             'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
  254.             'routing.loader' => 'getRouting_LoaderService',
  255.             'services_resetter' => 'getServicesResetterService',
  256.             'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
  257.             'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
  258.             'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
  259.             'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
  260.             'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
  261.             'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
  262.             'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
  263.             'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
  264.             'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
  265.             'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
  266.             'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
  267.             'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
  268.             'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
  269.             'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
  270.             'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
  271.             'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
  272.             'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
  273.             'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
  274.             'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
  275.             'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
  276.             'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
  277.             'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
  278.             'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
  279.             'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
  280.             'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
  281.             'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
  282.             'sulu.repository.blacklist_item' => 'getSulu_Repository_BlacklistItemService',
  283.             'sulu.repository.blacklist_user' => 'getSulu_Repository_BlacklistUserService',
  284.             'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
  285.             'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
  286.             'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
  287.             'sulu_article.article_content_resolver' => 'getSuluArticle_ArticleContentResolverService',
  288.             'sulu_article.content_types.article_selection' => 'getSuluArticle_ContentTypes_ArticleSelectionService',
  289.             'sulu_article.content_types.single_article_selection' => 'getSuluArticle_ContentTypes_SingleArticleSelectionService',
  290.             'sulu_article.initializer' => 'getSuluArticle_InitializerService',
  291.             'sulu_article.view_document.factory' => 'getSuluArticle_ViewDocument_FactoryService',
  292.             'sulu_article.website_article_controller' => 'getSuluArticle_WebsiteArticleControllerService',
  293.             'sulu_article.webspace_select_helper' => 'getSuluArticle_WebspaceSelectHelperService',
  294.             'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
  295.             'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
  296.             'sulu_community.blacklisting.item_manager' => 'getSuluCommunity_Blacklisting_ItemManagerService',
  297.             'sulu_community.blacklisting.item_repository' => 'getSuluCommunity_Blacklisting_ItemRepositoryService',
  298.             'sulu_community.blacklisting.user_repository' => 'getSuluCommunity_Blacklisting_UserRepositoryService',
  299.             'sulu_community.community_manager.registry' => 'getSuluCommunity_CommunityManager_RegistryService',
  300.             'sulu_community.controller.blacklist_item' => 'getSuluCommunity_Controller_BlacklistItemService',
  301.             'sulu_community.email_confirmation.repository' => 'getSuluCommunity_EmailConfirmation_RepositoryService',
  302.             'sulu_community.user_manager' => 'getSuluCommunity_UserManagerService',
  303.             'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
  304.             'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
  305.             'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
  306.             'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
  307.             'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
  308.             'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
  309.             'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
  310.             'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
  311.             'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
  312.             'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
  313.             'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
  314.             'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
  315.             'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
  316.             'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
  317.             'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
  318.             'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
  319.             'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
  320.             'sulu_form.content_type.single_form_selection' => 'getSuluForm_ContentType_SingleFormSelectionService',
  321.             'sulu_form.dynamic_controller' => 'getSuluForm_DynamicControllerService',
  322.             'sulu_form.form_token_controller' => 'getSuluForm_FormTokenControllerService',
  323.             'sulu_form.form_website_controller' => 'getSuluForm_FormWebsiteControllerService',
  324.             'sulu_form.manager.form' => 'getSuluForm_Manager_FormService',
  325.             'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
  326.             'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
  327.             'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
  328.             'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
  329.             'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
  330.             'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
  331.             'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
  332.             'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
  333.             'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
  334.             'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
  335.             'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
  336.             'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
  337.             'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
  338.             'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
  339.             'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
  340.             'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
  341.             'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
  342.             'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
  343.             'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
  344.             'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
  345.             'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
  346.             'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
  347.             'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
  348.             'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
  349.             'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
  350.             'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
  351.             'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
  352.             'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
  353.             'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
  354.             'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
  355.             'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
  356.             'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
  357.             'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
  358.             'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
  359.             'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
  360.             'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
  361.             'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
  362.             'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
  363.             'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
  364.             'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
  365.             'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
  366.             'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
  367.             'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
  368.             'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
  369.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  370.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  371.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  372.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  373.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  374.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  375.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  376.         ];
  377.         $this->aliases = [
  378.             'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  379.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  380.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  381.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  382.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  383.             'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  384.             'Sulu\\Bundle\\ArticleBundle\\Controller\\WebsiteArticleController' => 'sulu_article.website_article_controller',
  385.             'Sulu\\Bundle\\FormBundle\\Controller\\FormTokenController' => 'sulu_form.form_token_controller',
  386.             'Sulu\\Bundle\\FormBundle\\Controller\\FormWebsiteController' => 'sulu_form.form_website_controller',
  387.             'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
  388.             'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
  389.             'database_connection' => 'doctrine.dbal.default_connection',
  390.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  391.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  392.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  393.             'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  394.             'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  395.             'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  396.             'es.manager' => 'es.manager.default',
  397.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  398.             'mailer' => 'swiftmailer.mailer.default',
  399.             'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  400.             'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  401.         ];
  402.         $this->privates['service_container'] = function () {
  403.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  404.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  405.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  406.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  407.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  408.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  409.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  410.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  411.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  412.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  413.             include_once \dirname(__DIR__5).'/src/Event/PqnaRoutesListener.php';
  414.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  415.             include_once \dirname(__DIR__5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  416.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityRepository.php';
  417.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  418.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  419.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  420.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Rest/RequestParametersTrait.php';
  421.             include_once \dirname(__DIR__5).'/src/Repository/ArticlesRepository.php';
  422.             include_once \dirname(__DIR__5).'/src/Repository/CategoryRepository.php';
  423.             include_once \dirname(__DIR__5).'/src/Repository/ContactRepository.php';
  424.             include_once \dirname(__DIR__5).'/src/Repository/SuluUsersRepository.php';
  425.             include_once \dirname(__DIR__5).'/src/Service/SynchroHubService.php';
  426.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  427.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  428.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  429.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  430.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  431.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  432.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  433.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  434.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  435.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  436.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  437.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  438.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RunnerInterface.php';
  439.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  440.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RuntimeInterface.php';
  442.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/GenericRuntime.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/SymfonyRuntime.php';
  444.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  445.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  448.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  449.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  450.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  451.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  452.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocatorInterface.php';
  453.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocator.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/UriSigner.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  458.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  459.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  460.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  461.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  462.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  463.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  464.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  465.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  466.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  467.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  468.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  469.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  470.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  471.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  472.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  473.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  474.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  475.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  476.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  477.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  478.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  479.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  480.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  481.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  482.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  483.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  484.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  485.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  486.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  487.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  488.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  489.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  490.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  491.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  492.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  493.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  494.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  495.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  496.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  497.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  498.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  499.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  500.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  501.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  502.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  503.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  504.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  505.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  506.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  507.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  508.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  509.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  510.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  511.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  512.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  513.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  514.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  515.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  516.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  517.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  518.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  519.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  520.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  521.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  522.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  523.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  524.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  525.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  526.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  527.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  528.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  529.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  530.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  531.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  532.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  533.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  534.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  535.             include_once \dirname(__DIR__5).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  536.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  537.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  538.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  539.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  540.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  541.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistryInterface.php';
  542.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistry.php';
  543.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormExtensionInterface.php';
  544.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  545.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  546.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  547.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  548.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  549.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  550.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  551.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  552.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  553.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  554.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  555.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  556.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  557.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  558.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  559.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  560.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  561.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  562.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  563.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  564.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  565.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  566.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  567.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  568.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  569.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  570.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  571.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  572.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  573.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  574.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  575.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  576.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  577.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  578.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  579.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  580.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  581.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  582.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  583.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  584.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  585.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  586.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  587.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  588.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  589.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  590.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  591.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  592.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  593.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  594.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  595.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  596.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
  597.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
  598.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  599.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  600.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
  601.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
  602.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
  603.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
  604.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
  605.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
  606.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  607.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  608.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
  609.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
  610.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
  611.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  612.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/Loader.php';
  613.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  614.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  615.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  616.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/FileLoader.php';
  617.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  618.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  619.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  620.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  621.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  622.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  623.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  624.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  625.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  626.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  627.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  628.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  629.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  630.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  631.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  632.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  633.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  634.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  635.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  636.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  637.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  638.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  639.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  640.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  641.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  642.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  643.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  644.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  645.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  646.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  647.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
  648.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
  649.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
  650.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
  651.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/DateTimeRequestProcessor.php';
  652.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/SegmentRequestProcessor.php';
  653.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
  654.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  655.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  656.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  657.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  658.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  659.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventManager.php';
  660.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  661.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Connection.php';
  662.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  663.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Configuration.php';
  664.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  665.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  666.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  667.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  668.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  669.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  670.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  671.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  672.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  673.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  674.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  675.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  676.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  677.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  678.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  679.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  680.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  681.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  682.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  683.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  684.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  685.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  686.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  687.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  688.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  689.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  690.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  691.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  692.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  693.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  694.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  695.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  696.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  697.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  698.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  699.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  700.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  701.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  702.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  703.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  704.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  705.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  706.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  707.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  708.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  709.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  710.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  711.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  712.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  713.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  714.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  715.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  716.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  717.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  718.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  719.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  720.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  721.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  722.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  723.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  724.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  725.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  726.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  727.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  728.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  729.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  730.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  731.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  732.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  733.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  734.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  735.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  736.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  737.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  738.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  739.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderParser.php';
  740.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  741.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  742.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  743.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  744.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  745.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Factory.php';
  746.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  747.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
  748.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
  749.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
  750.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  751.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
  752.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
  753.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  754.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  755.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  756.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tool/ORM/Repository/EntityRepositoryCompat.php';
  757.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  758.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  759.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
  760.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  761.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  762.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  763.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  764.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  765.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  766.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  767.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  768.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Imagick/Imagine.php';
  769.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  770.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  771.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  772.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  773.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  774.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  775.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  776.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  777.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  778.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  779.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  780.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  783.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  784.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  785.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  786.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  787.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  788.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  789.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  790.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  791.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  792.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  793.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  794.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  795.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  796.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  797.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  798.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  799.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManagerInterface.php';
  800.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManager.php';
  801.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManagerInterface.php';
  802.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManager.php';
  803.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/CacheInterface.php';
  804.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/DataCache.php';
  805.             include_once \dirname(__DIR__5).'/vendor/contao/imagine-svg/src/Imagine.php';
  806.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
  807.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
  808.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
  809.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
  810.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
  811.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
  812.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
  813.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
  814.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
  815.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
  816.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/EventSubscriberInterface.php';
  817.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
  818.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
  819.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
  820.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
  821.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
  822.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
  823.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
  824.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
  825.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
  826.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  827.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  828.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  829.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  830.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  831.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  832.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  833.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  834.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  835.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  836.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  837.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  838.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
  839.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
  840.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  841.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  842.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  843.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  844.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  845.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  846.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  847.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  848.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  849.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  850.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  851.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  852.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  853.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  854.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  855.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  856.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  857.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  858.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  859.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  860.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  861.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  862.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  863.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  864.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  865.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  866.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  867.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  868.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  869.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  870.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  871.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
  872.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  873.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  874.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  875.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  876.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  877.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  878.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  879.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  880.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  881.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  882.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  883.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  884.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  885.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  886.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  887.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  888.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  889.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  890.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
  891.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
  892.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollectorInterface.php';
  893.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollector.php';
  894.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  895.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  896.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  897.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  898.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  899.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
  900.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  901.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
  902.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
  903.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
  904.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
  905.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
  906.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
  907.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
  908.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
  909.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
  910.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
  911.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
  912.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
  913.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
  914.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
  915.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  916.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
  917.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
  918.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
  919.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
  920.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
  921.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Metadata/ArticleViewDocumentIdTrait.php';
  922.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Markup/ArticleLinkProvider.php';
  923.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  924.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  925.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  926.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  927.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  928.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  929.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  930.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  931.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  932.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  933.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  934.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  935.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  936.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  937.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  938.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  939.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  940.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  941.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  942.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  943.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Security.php';
  944.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  945.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  946.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  947.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  948.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  949.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  950.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  951.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  952.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  953.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  954.             include_once \dirname(__DIR__5).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  955.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  956.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  957.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  958.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  959.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
  960.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
  961.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
  962.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
  963.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
  964.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
  965.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  966.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  967.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  968.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/HandlerInterface.php';
  969.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/Handler.php';
  970.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Mail/HelperInterface.php';
  971.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Mail/Helper.php';
  972.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Configuration/FormConfigurationFactory.php';
  973.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Media/CollectionStrategyInterface.php';
  974.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Media/CollectionStrategySingle.php';
  975.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/BuilderInterface.php';
  976.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/Builder.php';
  977.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPoolInterface.php';
  978.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPool.php';
  979.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderInterface.php';
  980.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/StructureTitleProvider.php';
  981.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Event/RequestListener.php';
  982.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Repository/FormRepository.php';
  983.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Repository/DynamicRepository.php';
  984.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypePool.php';
  985.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypeInterface.php';
  986.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SimpleTypeTrait.php';
  987.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TextType.php';
  988.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FirstNameType.php';
  989.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/LastNameType.php';
  990.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/StreetType.php';
  991.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/ZipType.php';
  992.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CityType.php';
  993.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/StateType.php';
  994.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FunctionType.php';
  995.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CompanyType.php';
  996.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/PhoneType.php';
  997.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FaxType.php';
  998.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TitleType.php';
  999.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TextareaType.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/HeadlineType.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SpacerType.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FreeTextType.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CountryType.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/EmailType.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DateType.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxType.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/ChoiceTrait.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxMultipleType.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownType.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/RadioButtonsType.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownMultiple.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SalutationType.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/AttachmentType.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/HiddenType.php';
  1015.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/RecaptchaType.php';
  1016.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Checksum.php';
  1017.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Event/ProtectedMediaSubscriber.php';
  1018.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php';
  1019.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php';
  1020.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/DocumentFinder.php';
  1021.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/DocumentParser.php';
  1022.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php';
  1023.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/Handler/CollectionHandler.php';
  1024.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/CollectTrait.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/ElasticsearchProfiler.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Result/Converter.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Elasticsearch/EventAwareConverter.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php';
  1029.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  1030.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/ReferenceStore/ReferenceStoreInterface.php';
  1031.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/ReferenceStore/ReferenceStore.php';
  1032.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Content/ArticleResourceItemFactory.php';
  1033.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Document/Resolver/WebspaceResolver.php';
  1034.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/WebspaceSettingsConfigurationResolver.php';
  1035.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1036.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1037.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  1038.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Manager.php';
  1039.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1040.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1041.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1042.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1043.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1045.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  1046.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  1047.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  1048.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  1049.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1050.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  1051.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  1052.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  1053.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  1054.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  1055.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  1056.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  1057.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  1058.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  1059.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouteCollection.php';
  1060.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  1061.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  1062.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  1063.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  1064.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  1065.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  1066.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  1067.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  1068.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  1069.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  1070.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  1071.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  1072.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  1073.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  1074.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  1075.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  1076.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  1077.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Routing/ArticleRouteEnhancer.php';
  1078.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/MessageBusInterface.php';
  1079.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1080.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/MessageBus.php';
  1081.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  1082.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  1083.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  1084.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  1085.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  1086.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  1087.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  1088.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1089.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1090.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1091.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  1092.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  1093.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  1094.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  1095.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  1096.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  1097.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  1098.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  1099.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  1100.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  1101.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  1102.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  1103.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1104.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  1105.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  1106.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  1107.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  1108.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  1109.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  1110.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  1111.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  1112.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  1113.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php';
  1114.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  1115.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  1116.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1117.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1118.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1119.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Elasticsearch/AnnotationReader.php';
  1120.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  1121.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1122.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1123.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1124.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1125.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactoryInterface.php';
  1126.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactory.php';
  1127.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1128.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1129.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1130.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1131.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1132.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1133.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1134.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1135.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1136.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1137.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1138.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1139.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1140.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1141.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1142.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1143.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  1144.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  1145.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  1146.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1147.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1148.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1149.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  1150.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  1151.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1152.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1153.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1154.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1155.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1156.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1157.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1158.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1159.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1160.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  1161.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  1162.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  1163.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  1164.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1165.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1166.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1167.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1168.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1169.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1170.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1171.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1172.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1173.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1174.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1175.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1176.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1177.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1178.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1179.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1180.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1181.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1182.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1183.             include_once \dirname(__DIR__5).'/src/Filters/Base64.php';
  1184.             include_once \dirname(__DIR__5).'/src/Twig/AltImageExtension.php';
  1185.             include_once \dirname(__DIR__5).'/src/Twig/ArticleViewDocumentTwigExtension.php';
  1186.             include_once \dirname(__DIR__5).'/src/Twig/ArticlesExtension.php';
  1187.             include_once \dirname(__DIR__5).'/src/Twig/CheckInstanceOfExtension.php';
  1188.             include_once \dirname(__DIR__5).'/src/Twig/GetPublicCibleOrderExtension.php';
  1189.             include_once \dirname(__DIR__5).'/src/Twig/GetUserByContactIdExtension.php';
  1190.             include_once \dirname(__DIR__5).'/src/Twig/HashHmacExtension.php';
  1191.             include_once \dirname(__DIR__5).'/src/Twig/LoadCategoriesByIdsExtension.php';
  1192.             include_once \dirname(__DIR__5).'/src/Twig/RandomBytesExtension.php';
  1193.             include_once \dirname(__DIR__5).'/src/Twig/SearchDynamicEntryExtension.php';
  1194.             include_once \dirname(__DIR__5).'/src/Twig/SuluResolveCategoryParentNameExtension.php';
  1195.             include_once \dirname(__DIR__5).'/src/Twig/ToAlphanumericExtension.php';
  1196.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1197.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1198.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1199.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  1200.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  1201.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  1202.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  1203.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  1204.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  1205.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  1206.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  1207.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  1208.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  1209.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  1210.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
  1211.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
  1212.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
  1213.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
  1214.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
  1215.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
  1216.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
  1217.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  1218.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  1219.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  1220.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  1221.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  1222.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  1223.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  1224.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  1225.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  1226.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  1227.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  1228.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  1229.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  1230.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  1231.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  1232.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  1233.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  1234.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  1235.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1236.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1237.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1238.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Twig/FormTwigExtension.php';
  1239.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Metadata/StructureTagTrait.php';
  1240.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Twig/ArticleViewDocumentTwigExtension.php';
  1241.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Document/Repository/ArticleViewDocumentRepository.php';
  1242.             include_once \dirname(__DIR__5).'/vendor/twig/intl-extra/IntlExtension.php';
  1243.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  1244.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1245.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1246.             include_once \dirname(__DIR__5).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1247.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1248.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1249.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1250.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1251.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1252.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1253.         };
  1254.     }
  1255.     public function compile(): void
  1256.     {
  1257.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1258.     }
  1259.     public function isCompiled(): bool
  1260.     {
  1261.         return true;
  1262.     }
  1263.     public function getRemovedIds(): array
  1264.     {
  1265.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1266.     }
  1267.     protected function load($file$lazyLoad true)
  1268.     {
  1269.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1270.             return $class::do($this$lazyLoad);
  1271.         }
  1272.         if ('.' === $file[-4]) {
  1273.             $class substr($class0, -4);
  1274.         } else {
  1275.             $file .= '.php';
  1276.         }
  1277.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1278.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1279.     }
  1280.     protected function createProxy($class, \Closure $factory)
  1281.     {
  1282.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1283.         return $factory();
  1284.     }
  1285.     /**
  1286.      * Gets the public '.container.private.filesystem' shared service.
  1287.      *
  1288.      * @return \Symfony\Component\Filesystem\Filesystem
  1289.      */
  1290.     protected function get_Container_Private_FilesystemService()
  1291.     {
  1292.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1293.     }
  1294.     /**
  1295.      * Gets the public '.container.private.form.factory' shared service.
  1296.      *
  1297.      * @return \Symfony\Component\Form\FormFactory
  1298.      */
  1299.     protected function get_Container_Private_Form_FactoryService()
  1300.     {
  1301.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1302.         if (isset($this->services['.container.private.form.factory'])) {
  1303.             return $this->services['.container.private.form.factory'];
  1304.         }
  1305.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1306.     }
  1307.     /**
  1308.      * Gets the public '.container.private.profiler' shared service.
  1309.      *
  1310.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1311.      */
  1312.     protected function get_Container_Private_ProfilerService()
  1313.     {
  1314.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1315.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1316.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1317.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1318.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1319.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1320.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1321.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1322.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1323.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1324.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1325.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1326.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1327.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1328.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1329.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1330.         $d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
  1331.         $d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
  1332.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1333.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1334.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1335.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1336.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1337.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1338.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1339.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1340.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1341.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1342.         if ($this->has('kernel')) {
  1343.             $g->setKernel($b);
  1344.         }
  1345.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1346.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1347.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1348.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1349.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1350.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1351.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1352.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1353.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1354.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1355.         $instance->add($d);
  1356.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1357.         $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()), false));
  1358.         $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())));
  1359.         $instance->add($e);
  1360.         $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([])))));
  1361.         $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1362.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1363.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1364.         $instance->add($f);
  1365.         $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()))));
  1366.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['Sulu\\Bundle\\AdminBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SearchBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SnippetBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/config/serializer'), 'Sulu\\Bundle\\PageBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\DocumentManagerBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CustomUrlBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/config/serializer'), 'Sulu\\Bundle\\ArticleBundle' => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\CommunityBundle' => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/config/serializer'), 'Sulu\\Bundle\\CommunityBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\CustomUrl' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\DocumentManager' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Content' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Webspace' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/serializer'), 'Massive\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/massive'), 'Sulu\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/sulu'), 'Sulu\\Component\\SmartContent\\Configuration' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/DependencyInjection/../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()))));
  1367.         $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
  1368.         $instance->add(($this->services['es.profiler'] ?? $this->getEs_ProfilerService()));
  1369.         $instance->add($g);
  1370.         return $instance;
  1371.     }
  1372.     /**
  1373.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1374.      *
  1375.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1376.      */
  1377.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1378.     {
  1379.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1380.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1381.             return $this->services['.container.private.security.authorization_checker'];
  1382.         }
  1383.         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()), $afalse);
  1384.     }
  1385.     /**
  1386.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1387.      *
  1388.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1389.      */
  1390.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1391.     {
  1392.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1393.     }
  1394.     /**
  1395.      * Gets the public '.container.private.security.token_storage' shared service.
  1396.      *
  1397.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1398.      */
  1399.     protected function get_Container_Private_Security_TokenStorageService()
  1400.     {
  1401.         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, [
  1402.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1403.         ], [
  1404.             'request_stack' => '?',
  1405.         ]));
  1406.     }
  1407.     /**
  1408.      * Gets the public '.container.private.twig' shared service.
  1409.      *
  1410.      * @return \Twig\Environment
  1411.      */
  1412.     protected function get_Container_Private_TwigService()
  1413.     {
  1414.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1415.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1416.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1417.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1418.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1419.         $e = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1420.         $f = ($this->services['sulu_category.category_manager'] ?? $this->getSuluCategory_CategoryManagerService());
  1421.         $g = ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService());
  1422.         $h = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
  1423.         $i = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  1424.         $j = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1425.         $k = ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService());
  1426.         $l = ($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService());
  1427.         $m = ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService());
  1428.         $n = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1429.         $o = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($n'dev'$j);
  1430.         $p = ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService());
  1431.         $q = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1432.         $r = ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService());
  1433.         $s = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  1434.         $t = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1435.         $t->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1436.         $u = new \Symfony\Bridge\Twig\AppVariable();
  1437.         $u->setEnvironment('dev');
  1438.         $u->setDebug(true);
  1439.         if ($this->has('.container.private.security.token_storage')) {
  1440.             $u->setTokenStorage($e);
  1441.         }
  1442.         if ($this->has('request_stack')) {
  1443.             $u->setRequestStack($d);
  1444.         }
  1445.         $v = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1446.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1447.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1448.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1449.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1450.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__5), 'UTF-8'));
  1451.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1452.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1453.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1454.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1455.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1456.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1457.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1458.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1459.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  1460.         $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())));
  1461.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1462.         $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()), $e)));
  1463.         $instance->addExtension(new \App\Filters\Base64());
  1464.         $instance->addExtension(new \App\Twig\AltImageExtension());
  1465.         $instance->addExtension(new \App\Twig\ArticleViewDocumentTwigExtension(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService())));
  1466.         $instance->addExtension(new \App\Twig\ArticlesExtension(($this->privates['App\\Repository\\ArticlesRepository'] ?? $this->getArticlesRepositoryService())));
  1467.         $instance->addExtension(new \App\Twig\CheckInstanceOfExtension());
  1468.         $instance->addExtension(new \App\Twig\GetPublicCibleOrderExtension());
  1469.         $instance->addExtension(new \App\Twig\GetUserByContactIdExtension(($this->privates['App\\Repository\\SuluUsersRepository'] ?? $this->getSuluUsersRepositoryService())));
  1470.         $instance->addExtension(new \App\Twig\HashHmacExtension());
  1471.         $instance->addExtension(new \App\Twig\LoadCategoriesByIdsExtension($f));
  1472.         $instance->addExtension(new \App\Twig\RandomBytesExtension());
  1473.         $instance->addExtension(new \App\Twig\SearchDynamicEntryExtension(($this->privates['sulu_form.repository.dynamic'] ?? $this->getSuluForm_Repository_DynamicService())));
  1474.         $instance->addExtension(new \App\Twig\SuluResolveCategoryParentNameExtension(($this->privates['App\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService())));
  1475.         $instance->addExtension(new \App\Twig\ToAlphanumericExtension());
  1476.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1477.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1478.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1479.         $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  1480.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  1481.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())));
  1482.         $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  1483.         $instance->addExtension(new \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension($f, ($this->privates['sulu_category.category_request_handler'] ?? $this->getSuluCategory_CategoryRequestHandlerService()), $g$h));
  1484.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension($i$j$k), $h1));
  1485.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension($l$j$m));
  1486.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension($l$j$m));
  1487.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  1488.         $instance->addExtension(new \Sulu\Bundle\TagBundle\Twig\TagTwigExtension(($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService()), ($this->privates['sulu_tag.tag_request_handler'] ?? $this->getSuluTag_TagRequestHandlerService()), $g$h));
  1489.         $instance->addExtension($o);
  1490.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($i, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($i$p, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder($q$r'i18n'), $s$a$this->parameters['sulu_security.permissions'], $this->parameters['sulu_website.enabled_twig_attributes']), $j), $h1));
  1491.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator($p$n, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder($q$r'i18n'), 'dev'), $n'dev'$j), $h1));
  1492.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension($i$k$s$j, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), $n$d), $h1));
  1493.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($j$o));
  1494.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($j$o$d));
  1495.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  1496.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($t));
  1497.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1498.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1499.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1500.         ], [
  1501.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1502.             'webpack_encore.tag_renderer' => '?',
  1503.         ])));
  1504.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1505.         $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService())));
  1506.         $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($this->services['es.manager.live'] ?? $this->getEs_Manager_LiveService()), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument'$this->parameters['sulu_article.search_fields']), ($this->privates['sulu_article.factory.resource_item'] ?? $this->getSuluArticle_Factory_ResourceItemService()), ($this->privates['sulu_article.reference_store.article'] ?? ($this->privates['sulu_article.reference_store.article'] = new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore())), ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), $d));
  1507.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1508.         $instance->addGlobal('app'$u);
  1509.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1510.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1511.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1512.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1513.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1514.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1515.         ], [
  1516.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1517.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1518.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1519.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1520.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1521.         ])));
  1522.         $instance->registerUndefinedFilterCallback([=> $v=> 'suggestFilter']);
  1523.         $instance->registerUndefinedFunctionCallback([=> $v=> 'suggestFunction']);
  1524.         $instance->registerUndefinedTokenParserCallback([=> $v=> 'suggestTag']);
  1525.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1526.         return $instance;
  1527.     }
  1528.     /**
  1529.      * Gets the public '.container.private.validator' shared service.
  1530.      *
  1531.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1532.      */
  1533.     protected function get_Container_Private_ValidatorService()
  1534.     {
  1535.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1536.         if (isset($this->services['.container.private.validator'])) {
  1537.             return $this->services['.container.private.validator'];
  1538.         }
  1539.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1540.     }
  1541.     /**
  1542.      * Gets the public 'cache.app' shared service.
  1543.      *
  1544.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1545.      */
  1546.     protected function getCache_AppService()
  1547.     {
  1548.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fsd14TkpOR'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1549.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1550.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1551.     }
  1552.     /**
  1553.      * Gets the public 'cache.system' shared service.
  1554.      *
  1555.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1556.      */
  1557.     protected function getCache_SystemService()
  1558.     {
  1559.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MVLR1Xrcgj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1560.     }
  1561.     /**
  1562.      * Gets the public 'cache.validator_expression_language' shared service.
  1563.      *
  1564.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1565.      */
  1566.     protected function getCache_ValidatorExpressionLanguageService()
  1567.     {
  1568.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jb6xImE2mu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1569.     }
  1570.     /**
  1571.      * Gets the public 'cmf_routing.route_provider' shared service.
  1572.      *
  1573.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1574.      */
  1575.     protected function getCmfRouting_RouteProviderService()
  1576.     {
  1577.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  1578.         if (isset($this->services['cmf_routing.route_provider'])) {
  1579.             return $this->services['cmf_routing.route_provider'];
  1580.         }
  1581.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  1582.         if (isset($this->services['cmf_routing.route_provider'])) {
  1583.             return $this->services['cmf_routing.route_provider'];
  1584.         }
  1585.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1586.         if (isset($this->services['cmf_routing.route_provider'])) {
  1587.             return $this->services['cmf_routing.route_provider'];
  1588.         }
  1589.         $d = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1590.         if (isset($this->services['cmf_routing.route_provider'])) {
  1591.             return $this->services['cmf_routing.route_provider'];
  1592.         }
  1593.         return $this->services['cmf_routing.route_provider'] = new \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider($a$b, ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), $c, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), $d, ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), ['utf8' => true]);
  1594.     }
  1595.     /**
  1596.      * Gets the public 'data_collector.dump' shared service.
  1597.      *
  1598.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1599.      */
  1600.     protected function getDataCollector_DumpService()
  1601.     {
  1602.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1603.         if (isset($this->services['data_collector.dump'])) {
  1604.             return $this->services['data_collector.dump'];
  1605.         }
  1606.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  1607.         if (isset($this->services['data_collector.dump'])) {
  1608.             return $this->services['data_collector.dump'];
  1609.         }
  1610.         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))), $a'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  1611.     }
  1612.     /**
  1613.      * Gets the public 'doctrine' shared service.
  1614.      *
  1615.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1616.      */
  1617.     protected function getDoctrineService()
  1618.     {
  1619.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1620.     }
  1621.     /**
  1622.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1623.      *
  1624.      * @return \Doctrine\DBAL\Connection
  1625.      */
  1626.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1627.     {
  1628.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1629.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1630.             return $this->services['doctrine.dbal.default_connection'];
  1631.         }
  1632.         $b = new \Doctrine\DBAL\Configuration();
  1633.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1634.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1635.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1636.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1637.         $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))));
  1638.         $d->setConnectionName('default');
  1639.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1640.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1641.         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('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1642.     }
  1643.     /**
  1644.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1645.      *
  1646.      * @return \Doctrine\ORM\EntityManager
  1647.      */
  1648.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1649.     {
  1650.         if ($lazyLoad) {
  1651.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1652.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1653.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1654.                     $proxy->setProxyInitializer(null);
  1655.                     return true;
  1656.                 });
  1657.             });
  1658.         }
  1659.         include_once \dirname(__DIR__5).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1660.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1661.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1662.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1663.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityManager.php';
  1664.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Configuration.php';
  1665.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1666.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1667.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1668.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1669.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1670.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1671.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1672.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1673.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1674.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1675.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1676.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1677.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1678.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1679.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1680.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1681.         $a = new \Doctrine\ORM\Configuration();
  1682.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1683.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1684.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1685.         $b->addDriver($c'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1686.         $b->addDriver($c'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1687.         $b->addDriver($c'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1688.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1689.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1690.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1691.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1692.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1693.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1694.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1695.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1696.         $b->addDriver($c'Sulu\\Bundle\\FormBundle\\Entity');
  1697.         $b->addDriver($c'Sulu\\Bundle\\CommunityBundle\\Entity');
  1698.         $b->addDriver($d'App\\Entity');
  1699.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1700.         $b->addDriver($d'Sulu\\Bundle\\AdminBundle\\Entity');
  1701.         $a->setEntityNamespaces(['SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model''SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model''SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model''GedmoTree' => 'Gedmo\\Tree\\Entity''App' => 'App\\Entity''SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\Entity''SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\Entity''SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\Entity''SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\Entity''SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\Entity''SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\Entity''SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\Entity''SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\Entity''SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\Entity''SuluFormBundle' => 'Sulu\\Bundle\\FormBundle\\Entity''SuluCommunityBundle' => 'Sulu\\Bundle\\CommunityBundle\\Entity']);
  1702.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1703.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1704.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1705.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1706.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1707.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1708.         ], [
  1709.             'doctrine.ulid_generator' => '?',
  1710.             'doctrine.uuid_generator' => '?',
  1711.         ])));
  1712.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1713.         $a->setProxyNamespace('Proxies');
  1714.         $a->setAutoGenerateProxyClasses(true);
  1715.         $a->setSchemaIgnoreClasses([]);
  1716.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1717.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1718.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1719.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1720.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1721.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1722.         $a->setLazyGhostObjectEnabled(false);
  1723.         $a->setIdentityGenerationPreferences([]);
  1724.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1725.             'App\\Repository\\ArticlesRepository' => ['privates''App\\Repository\\ArticlesRepository''getArticlesRepositoryService'false],
  1726.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1727.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  1728.             'App\\Repository\\FonctionRepository' => ['privates''App\\Repository\\FonctionRepository''getFonctionRepositoryService'true],
  1729.             'App\\Repository\\GlobalSearchRepository' => ['privates''App\\Repository\\GlobalSearchRepository''getGlobalSearchRepositoryService'true],
  1730.             'App\\Repository\\SuluUsersRepository' => ['privates''App\\Repository\\SuluUsersRepository''getSuluUsersRepositoryService'false],
  1731.             'App\\Repository\\TypologieActeurRepository' => ['privates''App\\Repository\\TypologieActeurRepository''getTypologieActeurRepositoryService'true],
  1732.             'App\\Repository\\TypologieStructureRepository' => ['privates''App\\Repository\\TypologieStructureRepository''getTypologieStructureRepositoryService'true],
  1733.         ], [
  1734.             'App\\Repository\\ArticlesRepository' => '?',
  1735.             'App\\Repository\\CategoryRepository' => '?',
  1736.             'App\\Repository\\ContactRepository' => '?',
  1737.             'App\\Repository\\FonctionRepository' => '?',
  1738.             'App\\Repository\\GlobalSearchRepository' => '?',
  1739.             'App\\Repository\\SuluUsersRepository' => '?',
  1740.             'App\\Repository\\TypologieActeurRepository' => '?',
  1741.             'App\\Repository\\TypologieStructureRepository' => '?',
  1742.         ])));
  1743.         $a->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1744.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1745.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1746.         $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()));
  1747.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1748.         return $instance;
  1749.     }
  1750.     /**
  1751.      * Gets the public 'doctrine_phpcr' shared service.
  1752.      *
  1753.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1754.      */
  1755.     protected function getDoctrinePhpcrService()
  1756.     {
  1757.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1758.     }
  1759.     /**
  1760.      * Gets the public 'doctrine_phpcr.session' shared service.
  1761.      *
  1762.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1763.      */
  1764.     protected function getDoctrinePhpcr_SessionService()
  1765.     {
  1766.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1767.         if (isset($this->services['doctrine_phpcr.session'])) {
  1768.             return $this->services['doctrine_phpcr.session'];
  1769.         }
  1770.         return $this->services['doctrine_phpcr.session'] = new \Sulu\Bundle\DocumentManagerBundle\Session\Session(new \Sulu\Bundle\DocumentManagerBundle\Session\Session([($this->privates['doctrine_phpcr.jackalope.repository.factory.service.doctrinedbal'] ?? ($this->privates['doctrine_phpcr.jackalope.repository.factory.service.doctrinedbal'] = new \Jackalope\RepositoryFactoryDoctrineDBAL()))->getRepository(['jackalope.doctrine_dbal_connection' => $a'jackalope.check_login_on_server' => false]), 'login'](new \PHPCR\SimpleCredentials('admin''admin'), $this->getEnv('string:PHPCR_WORKSPACE').'_live')));
  1771.     }
  1772.     /**
  1773.      * Gets the public 'es.annotations.cached_reader' shared service.
  1774.      *
  1775.      * @return \Sulu\Bundle\ArticleBundle\Elasticsearch\AnnotationReader
  1776.      */
  1777.     protected function getEs_Annotations_CachedReaderService()
  1778.     {
  1779.         $a = new \Doctrine\Common\Annotations\AnnotationReader();
  1780.         $a->addGlobalIgnoredName('required');
  1781.         return $this->services['es.annotations.cached_reader'] = new \Sulu\Bundle\ArticleBundle\Elasticsearch\AnnotationReader(new \Doctrine\Common\Annotations\CachedReader($a, ($this->services['es.cache_engine'] ?? ($this->services['es.cache_engine'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/ongr/elasticsearch'), '.ongr.data'))), true), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument');
  1782.     }
  1783.     /**
  1784.      * Gets the public 'es.cache_engine' shared service.
  1785.      *
  1786.      * @return \Doctrine\Common\Cache\FilesystemCache
  1787.      */
  1788.     protected function getEs_CacheEngineService()
  1789.     {
  1790.         return $this->services['es.cache_engine'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/ongr/elasticsearch'), '.ongr.data');
  1791.     }
  1792.     /**
  1793.      * Gets the public 'es.document_finder' shared service.
  1794.      *
  1795.      * @return \ONGR\ElasticsearchBundle\Mapping\DocumentFinder
  1796.      */
  1797.     protected function getEs_DocumentFinderService()
  1798.     {
  1799.         return $this->services['es.document_finder'] = new \ONGR\ElasticsearchBundle\Mapping\DocumentFinder($this->parameters['kernel.bundles'], 'App\\Kernel');
  1800.     }
  1801.     /**
  1802.      * Gets the public 'es.document_parser' shared service.
  1803.      *
  1804.      * @return \ONGR\ElasticsearchBundle\Mapping\DocumentParser
  1805.      */
  1806.     protected function getEs_DocumentParserService()
  1807.     {
  1808.         return $this->services['es.document_parser'] = new \ONGR\ElasticsearchBundle\Mapping\DocumentParser(($this->services['es.annotations.cached_reader'] ?? $this->getEs_Annotations_CachedReaderService()), ($this->services['es.document_finder'] ?? $this->getEs_DocumentFinderService()));
  1809.     }
  1810.     /**
  1811.      * Gets the public 'es.manager.default' shared service.
  1812.      *
  1813.      * @return \ONGR\ElasticsearchBundle\Service\Manager
  1814.      */
  1815.     protected function getEs_Manager_DefaultService()
  1816.     {
  1817.         $a = ($this->services['es.manager_factory'] ?? $this->getEs_ManagerFactoryService());
  1818.         if (isset($this->services['es.manager.default'])) {
  1819.             return $this->services['es.manager.default'];
  1820.         }
  1821.         return $this->services['es.manager.default'] = $a->createManager('default', ['index_name' => $this->getEnv('resolve:ELASTICSEARCH_INDEX'), 'hosts' => [=> $this->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0'number_of_shards' => 1'refresh_interval' => -1]], $this->parameters['es.analysis'], ['index' => ['index_name' => $this->getEnv('resolve:ELASTICSEARCH_INDEX'), 'hosts' => [=> $this->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0'number_of_shards' => 1'refresh_interval' => -1]], 'mappings' => [=> 'SuluArticleBundle'], 'bulk_size' => 100'commit_mode' => 'refresh''logger' => ['enabled' => false'level' => 'warning''log_file_name' => NULL], 'force_commit' => true]);
  1822.     }
  1823.     /**
  1824.      * Gets the public 'es.manager.live' shared service.
  1825.      *
  1826.      * @return \ONGR\ElasticsearchBundle\Service\Manager
  1827.      */
  1828.     protected function getEs_Manager_LiveService()
  1829.     {
  1830.         $a = ($this->services['es.manager_factory'] ?? $this->getEs_ManagerFactoryService());
  1831.         if (isset($this->services['es.manager.live'])) {
  1832.             return $this->services['es.manager.live'];
  1833.         }
  1834.         return $this->services['es.manager.live'] = $a->createManager('live', ['index_name' => $this->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live''hosts' => [=> $this->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0'number_of_shards' => 1'refresh_interval' => -1]], $this->parameters['es.analysis'], ['index' => ['index_name' => $this->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live''hosts' => [=> $this->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0'number_of_shards' => 1'refresh_interval' => -1]], 'mappings' => [=> 'SuluArticleBundle'], 'bulk_size' => 100'commit_mode' => 'refresh''logger' => ['enabled' => false'level' => 'warning''log_file_name' => NULL], 'force_commit' => true]);
  1835.     }
  1836.     /**
  1837.      * Gets the public 'es.manager_factory' shared service.
  1838.      *
  1839.      * @return \ONGR\ElasticsearchBundle\Service\ManagerFactory
  1840.      */
  1841.     protected function getEs_ManagerFactoryService()
  1842.     {
  1843.         $a = ($this->services['es.result_converter'] ?? $this->getEs_ResultConverterService());
  1844.         if (isset($this->services['es.manager_factory'])) {
  1845.             return $this->services['es.manager_factory'];
  1846.         }
  1847.         $this->services['es.manager_factory'] = $instance = new \ONGR\ElasticsearchBundle\Service\ManagerFactory(($this->services['es.metadata_collector'] ?? $this->getEs_MetadataCollectorService()), $a, ($this->services['es.tracer'] ?? $this->getEs_TracerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1848.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1849.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1850.         return $instance;
  1851.     }
  1852.     /**
  1853.      * Gets the public 'es.metadata_collector' shared service.
  1854.      *
  1855.      * @return \ONGR\ElasticsearchBundle\Mapping\MetadataCollector
  1856.      */
  1857.     protected function getEs_MetadataCollectorService()
  1858.     {
  1859.         $this->services['es.metadata_collector'] = $instance = new \ONGR\ElasticsearchBundle\Mapping\MetadataCollector(($this->services['es.document_finder'] ?? $this->getEs_DocumentFinderService()), ($this->services['es.document_parser'] ?? $this->getEs_DocumentParserService()), ($this->services['es.cache_engine'] ?? ($this->services['es.cache_engine'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/ongr/elasticsearch'), '.ongr.data'))));
  1860.         $instance->setEnableCache(false);
  1861.         return $instance;
  1862.     }
  1863.     /**
  1864.      * Gets the public 'es.profiler' shared service.
  1865.      *
  1866.      * @return \ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler
  1867.      */
  1868.     protected function getEs_ProfilerService()
  1869.     {
  1870.         $this->services['es.profiler'] = $instance = new \ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler();
  1871.         $instance->setManagers($this->getParameter('es.managers'));
  1872.         $instance->addLogger(($this->services['es.tracer'] ?? $this->getEs_TracerService()));
  1873.         return $instance;
  1874.     }
  1875.     /**
  1876.      * Gets the public 'es.result_converter' shared service.
  1877.      *
  1878.      * @return \Sulu\Bundle\ArticleBundle\Elasticsearch\EventAwareConverter
  1879.      */
  1880.     protected function getEs_ResultConverterService()
  1881.     {
  1882.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1883.         if (isset($this->services['es.result_converter'])) {
  1884.             return $this->services['es.result_converter'];
  1885.         }
  1886.         return $this->services['es.result_converter'] = new \Sulu\Bundle\ArticleBundle\Elasticsearch\EventAwareConverter(($this->services['es.metadata_collector'] ?? $this->getEs_MetadataCollectorService()), $a);
  1887.     }
  1888.     /**
  1889.      * Gets the public 'es.tracer' shared service.
  1890.      *
  1891.      * @return \Monolog\Logger
  1892.      */
  1893.     protected function getEs_TracerService()
  1894.     {
  1895.         $this->services['es.tracer'] = $instance = new \Monolog\Logger('ongr');
  1896.         $instance->pushHandler(new \ONGR\ElasticsearchBundle\Profiler\Handler\CollectionHandler());
  1897.         return $instance;
  1898.     }
  1899.     /**
  1900.      * Gets the public 'event_dispatcher' shared service.
  1901.      *
  1902.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1903.      */
  1904.     protected function getEventDispatcherService()
  1905.     {
  1906.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1907.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1908.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1909.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1910.         $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())));
  1911.         $instance->addListener('kernel.controller', [=> function () {
  1912.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1913.         }, => 'onKernelController'], 0);
  1914.         $instance->addListener('kernel.request', [=> function () {
  1915.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1916.         }, => 'onKernelRequest'], 10);
  1917.         $instance->addListener('kernel.request', [=> function () {
  1918.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1919.         }, => 'onKernelRequest'], 248);
  1920.         $instance->addListener('massive_search.index', [=> function () {
  1921.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1922.         }, => 'onIndex'], 0);
  1923.         $instance->addListener('massive_search.deindex', [=> function () {
  1924.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1925.         }, => 'onDeindex'], 0);
  1926.         $instance->addListener('massive_search.hit', [=> function () {
  1927.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1928.         }, => 'onHit'], 0);
  1929.         $instance->addListener('kernel.response', [=> function () {
  1930.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1931.         }, => 'onResponse'], -5);
  1932.         $instance->addListener('kernel.exception', [=> function () {
  1933.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1934.         }, => 'onKernelException'], 0);
  1935.         $instance->addListener('kernel.request', [=> function () {
  1936.             return ($this->privates['sulu_form.request_listener'] ?? $this->getSuluForm_RequestListenerService());
  1937.         }, => 'onKernelRequest'], 0);
  1938.         $instance->addListener('kernel.response', [=> function () {
  1939.             return ($this->privates['sulu_form.request_listener'] ?? $this->getSuluForm_RequestListenerService());
  1940.         }, => 'onKernelResponse'], 0);
  1941.         $instance->addListener('kernel.terminate', [=> function () {
  1942.             return ($this->services['es.terminate_listener'] ?? $this->load('getEs_TerminateListenerService'));
  1943.         }, => 'onKernelTerminate'], 0);
  1944.         $instance->addListener('es.post_convert_to_document', [=> function () {
  1945.             return ($this->privates['sulu_article.content_proxy_listener'] ?? $this->load('getSuluArticle_ContentProxyListenerService'));
  1946.         }, => 'onPostConvertToDocument'], 0);
  1947.         $instance->addListener('es.post_convert_to_document', [=> function () {
  1948.             return ($this->privates['sulu_article.target_webspace_listener'] ?? $this->load('getSuluArticle_TargetWebspaceListenerService'));
  1949.         }, => 'onPostConvertToDocument'], 0);
  1950.         $instance->addListener('kernel.request', [=> function () {
  1951.             return ($this->privates['App\\Event\\PqnaRoutesListener'] ?? $this->getPqnaRoutesListenerService());
  1952.         }, => 'onKernelRequest'], 0);
  1953.         $instance->addListener('kernel.response', [=> function () {
  1954.             return ($this->privates['App\\Event\\PqnaRoutesListener'] ?? $this->getPqnaRoutesListenerService());
  1955.         }, => 'onKernelResponse'], 0);
  1956.         $instance->addListener('sulu_form.handler.saved', [=> function () {
  1957.             return ($this->privates['App\\Event\\SuluApiEventSubscriber'] ?? $this->load('getSuluApiEventSubscriberService'));
  1958.         }, => 'suluApi'], 0);
  1959.         $instance->addListener('sulu_form.handler.saved', [=> function () {
  1960.             return ($this->privates['App\\EventSubscriber\\InscriptionEventSubscriber'] ?? $this->load('getInscriptionEventSubscriberService'));
  1961.         }, => 'noPayboxInscription'], 0);
  1962.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  1963.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  1964.         }, => 'onPublish'], 0);
  1965.         $instance->addListener('massive_search.pre_index', [=> function () {
  1966.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  1967.         }, => 'onPreIndex'], -200);
  1968.         $instance->addListener('kernel.response', [=> function () {
  1969.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1970.         }, => 'onKernelResponse'], 0);
  1971.         $instance->addListener('kernel.response', [=> function () {
  1972.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1973.         }, => 'onKernelResponse'], -1024);
  1974.         $instance->addListener('kernel.request', [=> function () {
  1975.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1976.         }, => 'setDefaultLocale'], 100);
  1977.         $instance->addListener('kernel.request', [=> function () {
  1978.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1979.         }, => 'onKernelRequest'], 16);
  1980.         $instance->addListener('kernel.finish_request', [=> function () {
  1981.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1982.         }, => 'onKernelFinishRequest'], 0);
  1983.         $instance->addListener('kernel.request', [=> function () {
  1984.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1985.         }, => 'onKernelRequest'], 256);
  1986.         $instance->addListener('kernel.response', [=> function () {
  1987.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1988.         }, => 'onResponse'], -255);
  1989.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1990.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1991.         }, => 'onControllerArguments'], 0);
  1992.         $instance->addListener('kernel.exception', [=> function () {
  1993.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1994.         }, => 'logKernelException'], 0);
  1995.         $instance->addListener('kernel.exception', [=> function () {
  1996.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1997.         }, => 'onKernelException'], -128);
  1998.         $instance->addListener('kernel.response', [=> function () {
  1999.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2000.         }, => 'removeCspHeader'], -128);
  2001.         $instance->addListener('kernel.request', [=> function () {
  2002.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2003.         }, => 'onKernelRequest'], 15);
  2004.         $instance->addListener('kernel.finish_request', [=> function () {
  2005.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2006.         }, => 'onKernelFinishRequest'], -15);
  2007.         $instance->addListener('console.error', [=> function () {
  2008.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2009.         }, => 'onConsoleError'], -128);
  2010.         $instance->addListener('console.terminate', [=> function () {
  2011.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2012.         }, => 'onConsoleTerminate'], -128);
  2013.         $instance->addListener('console.error', [=> function () {
  2014.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2015.         }, => 'onConsoleError'], 0);
  2016.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2017.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2018.         }, => 'onMessage'], -255);
  2019.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2020.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2021.         }, => 'onMessage'], -255);
  2022.         $instance->addListener('kernel.response', [=> function () {
  2023.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2024.         }, => 'onKernelResponse'], 0);
  2025.         $instance->addListener('kernel.request', [=> function () {
  2026.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2027.         }, => 'onKernelRequest'], 48);
  2028.         $instance->addListener('kernel.request', [=> function () {
  2029.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2030.         }, => 'configure'], 2048);
  2031.         $instance->addListener('console.command', [=> function () {
  2032.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2033.         }, => 'configure'], 2048);
  2034.         $instance->addListener('kernel.response', [=> function () {
  2035.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2036.         }, => 'onKernelResponse'], 0);
  2037.         $instance->addListener('kernel.request', [=> function () {
  2038.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2039.         }, => 'onKernelRequest'], 128);
  2040.         $instance->addListener('kernel.response', [=> function () {
  2041.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2042.         }, => 'onKernelResponse'], -1000);
  2043.         $instance->addListener('kernel.finish_request', [=> function () {
  2044.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2045.         }, => 'onFinishRequest'], 0);
  2046.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2047.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2048.         }, => 'onMessageFailed'], 100);
  2049.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2050.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  2051.         }, => 'onMessageFailed'], 200);
  2052.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2053.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2054.         }, => 'onWorkerStarted'], 0);
  2055.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2056.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2057.         }, => 'onWorkerRunning'], 0);
  2058.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2059.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2060.         }, => 'onMessageFailed'], 0);
  2061.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2062.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2063.         }, => 'onWorkerRunning'], 0);
  2064.         $instance->addListener('kernel.response', [=> function () {
  2065.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2066.         }, => 'onKernelResponse'], -100);
  2067.         $instance->addListener('kernel.exception', [=> function () {
  2068.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2069.         }, => 'onKernelException'], 0);
  2070.         $instance->addListener('kernel.terminate', [=> function () {
  2071.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2072.         }, => 'onKernelTerminate'], -1024);
  2073.         $instance->addListener('kernel.controller', [=> function () {
  2074.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2075.         }, => 'onKernelController'], 0);
  2076.         $instance->addListener('kernel.response', [=> function () {
  2077.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2078.         }, => 'onKernelResponse'], 0);
  2079.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2080.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2081.         }, => 'onMessage'], 0);
  2082.         $instance->addListener('console.command', [=> function () {
  2083.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2084.         }, => 'onCommand'], 255);
  2085.         $instance->addListener('console.terminate', [=> function () {
  2086.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2087.         }, => 'onTerminate'], -255);
  2088.         $instance->addListener('kernel.exception', [=> function () {
  2089.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2090.         }, => 'onException'], 0);
  2091.         $instance->addListener('kernel.terminate', [=> function () {
  2092.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2093.         }, => 'onTerminate'], 0);
  2094.         $instance->addListener('console.error', [=> function () {
  2095.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2096.         }, => 'onException'], 0);
  2097.         $instance->addListener('console.terminate', [=> function () {
  2098.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2099.         }, => 'onTerminate'], 0);
  2100.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2101.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2102.         }, => 'onWorkerMessageHandled'], 0);
  2103.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2104.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2105.         }, => 'onWorkerMessageFailed'], 0);
  2106.         $instance->addListener('kernel.exception', [=> function () {
  2107.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  2108.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  2109.         $instance->addListener('kernel.response', [=> function () {
  2110.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  2111.         }, => 'setResponseStatusCode'], 0);
  2112.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  2113.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  2114.         }, => 'purgeIndexes'], 500);
  2115.         $instance->addListener('kernel.response', [=> function () {
  2116.             return ($this->services['fos_http_cache.event_listener.cache_control'] ?? ($this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug')));
  2117.         }, => 'onKernelResponse'], 10);
  2118.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  2119.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  2120.         }, => 'onProxyUnreachableError'], 0);
  2121.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  2122.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  2123.         }, => 'onProxyResponseError'], 0);
  2124.         $instance->addListener('kernel.response', [=> function () {
  2125.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  2126.         }, => 'onKernelResponse'], 0);
  2127.         $instance->addListener('kernel.terminate', [=> function () {
  2128.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  2129.         }, => 'onKernelTerminate'], 0);
  2130.         $instance->addListener('kernel.exception', [=> function () {
  2131.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  2132.         }, => 'onKernelException'], 0);
  2133.         $instance->addListener('console.terminate', [=> function () {
  2134.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  2135.         }, => 'onConsoleTerminate'], 0);
  2136.         $instance->addListener('sulu_security.permission_update', [=> function () {
  2137.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  2138.         }, => 'onPermissionUpdate'], 0);
  2139.         $instance->addListener('massive_search.pre_index', [=> function () {
  2140.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  2141.         }, => 'handlePreIndex'], 0);
  2142.         $instance->addListener('massive_search.pre_index', [=> function () {
  2143.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  2144.         }, => 'handlePreIndex'], 0);
  2145.         $instance->addListener('kernel.request', [=> function () {
  2146.             return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  2147.         }, => 'onKernelRequest'], 24);
  2148.         $instance->addListener('sulu_security.permission_update', [=> function () {
  2149.             return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  2150.         }, => 'handlePermissionUpdate'], 0);
  2151.         $instance->addListener('kernel.controller', [=> function () {
  2152.             return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  2153.         }, => 'onKernelController'], 0);
  2154.         $instance->addListener('security.interactive_login', [=> function () {
  2155.             return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  2156.         }, => 'onSecurityInteractiveLogin'], 0);
  2157.         $instance->addListener('massive_search.pre_index', [=> function () {
  2158.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  2159.         }, => 'handleBlameTimestamp'], 0);
  2160.         $instance->addListener('massive_search.hit', [=> function () {
  2161.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  2162.         }, => 'handleBlameTimestampHitMapping'], 0);
  2163.         $instance->addListener('sulu_security.permission_update', [=> function () {
  2164.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  2165.         }, => 'onPermissionUpdate'], 0);
  2166.         $instance->addListener('kernel.request', [=> function () {
  2167.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  2168.         }, => 'onRequest'], 31);
  2169.         $instance->addListener('kernel.request', [=> function () {
  2170.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  2171.         }, => 'onKernelRequest'], 32);
  2172.         $instance->addListener('kernel.finish_request', [=> function () {
  2173.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  2174.         }, => 'onKernelFinishRequest'], 0);
  2175.         $instance->addListener('sulu_website.cache_clear', [=> function () {
  2176.             return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  2177.         }, => 'onCacheClear'], 0);
  2178.         $instance->addListener('kernel.request', [=> function () {
  2179.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  2180.         }, => 'onKernelRequest'], 14);
  2181.         $instance->addListener('kernel.exception', [=> function () {
  2182.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  2183.         }, => 'redirectPartialMatch'], 0);
  2184.         $instance->addListener('kernel.exception', [=> function () {
  2185.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  2186.         }, => 'redirectTrailingSlashOrHtml'], 0);
  2187.         $instance->addListener('kernel.response', [=> function () {
  2188.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.4.5')));
  2189.         }, => 'onResponse'], 0);
  2190.         $instance->addListener('kernel.response', [=> function () {
  2191.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  2192.         }, => 'addVaryHeader'], 0);
  2193.         $instance->addListener('kernel.response', [=> function () {
  2194.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  2195.         }, => 'addCookieHeader'], 0);
  2196.         $instance->addListener('kernel.response', [=> function () {
  2197.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  2198.         }, => 'replaceMarkup'], -10);
  2199.         $instance->addListener('kernel.response', [=> function () {
  2200.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2201.         }, => 'onKernelResponse'], -128);
  2202.         $instance->addListener('console.command', [=> function () {
  2203.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2204.         }, => 'configure'], 1024);
  2205.         $instance->addListener('kernel.response', [=> function () {
  2206.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2207.         }, => 'onKernelResponse'], 0);
  2208.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2209.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2210.         }, => 'onVoterVote'], 0);
  2211.         $instance->addListener('kernel.request', [=> function () {
  2212.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2213.         }, => 'configureLogoutUrlGenerator'], 8);
  2214.         $instance->addListener('kernel.request', [=> function () {
  2215.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2216.         }, => 'onKernelRequest'], 8);
  2217.         $instance->addListener('kernel.finish_request', [=> function () {
  2218.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2219.         }, => 'onKernelFinishRequest'], 0);
  2220.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2221.             return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  2222.         }, => 'storeActivity'], -256);
  2223.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2224.             return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  2225.         }, => 'setDomainEventUser'], 256);
  2226.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2227.             return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  2228.         }, => 'dispatchDomainEventWithSpecificEventName'], 0);
  2229.         $instance->addListener('kernel.finish_request', [=> function () {
  2230.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2231.         }, => 'resetAssets'], 0);
  2232.         $instance->addListener('kernel.request', [=> function () {
  2233.             return ($this->privates['sulu_form.private_media_subscriber'] ?? $this->getSuluForm_PrivateMediaSubscriberService());
  2234.         }, => 'onRequest'], 0);
  2235.         $instance->addListener('massive_search.pre_index', [=> function () {
  2236.             return ($this->privates['sulu_article.search.subscriber'] ?? $this->load('getSuluArticle_Search_SubscriberService'));
  2237.         }, => 'handlePreIndex'], 0);
  2238.         $instance->addListener('console.error', [=> function () {
  2239.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2240.         }, => 'onConsoleError'], 0);
  2241.         $instance->addListener('console.terminate', [=> function () {
  2242.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2243.         }, => 'onConsoleTerminate'], 0);
  2244.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserRegisteredEvent', [=> function () {
  2245.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2246.         }, => 'sendRegistrationEmails'], 50);
  2247.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserConfirmedEvent', [=> function () {
  2248.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2249.         }, => 'sendConfirmationEmails'], 0);
  2250.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserPasswordForgotEvent', [=> function () {
  2251.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2252.         }, => 'sendPasswordForgetEmails'], 0);
  2253.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserPasswordResetedEvent', [=> function () {
  2254.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2255.         }, => 'sendPasswordResetEmails'], 0);
  2256.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserCompletedEvent', [=> function () {
  2257.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2258.         }, => 'sendCompletionEmails'], 0);
  2259.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserProfileSavedEvent', [=> function () {
  2260.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2261.         }, => 'sendNotificationSaveProfile'], 0);
  2262.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserRegisteredEvent', [=> function () {
  2263.             return ($this->privates['sulu_community.black_listener'] ?? $this->load('getSuluCommunity_BlackListenerService'));
  2264.         }, => 'validateEmail'], 51);
  2265.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserProfileSavedEvent', [=> function () {
  2266.             return ($this->privates['sulu_community.email_confirmation.listener'] ?? $this->load('getSuluCommunity_EmailConfirmation_ListenerService'));
  2267.         }, => 'sendConfirmationOnEmailChange'], 0);
  2268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2269.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2270.         }, => 'onLogout'], 0);
  2271.         return $instance;
  2272.     }
  2273.     /**
  2274.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  2275.      *
  2276.      * @return \FOS\HttpCacheBundle\CacheManager
  2277.      */
  2278.     protected function getFosHttpCache_CacheManagerService()
  2279.     {
  2280.         $a = ($this->services['router'] ?? $this->getRouterService());
  2281.         if (isset($this->services['fos_http_cache.cache_manager'])) {
  2282.             return $this->services['fos_http_cache.cache_manager'];
  2283.         }
  2284.         $this->services['fos_http_cache.cache_manager'] = $instance = new \FOS\HttpCacheBundle\CacheManager(($this->services['fos_http_cache.proxy_client.symfony'] ?? $this->getFosHttpCache_ProxyClient_SymfonyService()), $a);
  2285.         if ($this->has('event_dispatcher')) {
  2286.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2287.         }
  2288.         $instance->setGenerateUrlType(0);
  2289.         return $instance;
  2290.     }
  2291.     /**
  2292.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  2293.      *
  2294.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  2295.      */
  2296.     protected function getFosHttpCache_EventListener_CacheControlService()
  2297.     {
  2298.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  2299.     }
  2300.     /**
  2301.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  2302.      *
  2303.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  2304.      */
  2305.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  2306.     {
  2307.         return $this->services['fos_http_cache.http.symfony_response_tagger'] = new \FOS\HttpCacheBundle\Http\SymfonyResponseTagger(['header_formatter' => new \FOS\HttpCache\TagHeaderFormatter\CommaSeparatedTagHeaderFormatter('X-Cache-Tags'','), 'strict' => false]);
  2308.     }
  2309.     /**
  2310.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  2311.      *
  2312.      * @return \FOS\HttpCache\ProxyClient\Symfony
  2313.      */
  2314.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  2315.     {
  2316.         return $this->services['fos_http_cache.proxy_client.symfony'] = new \FOS\HttpCache\ProxyClient\Symfony(new \FOS\HttpCache\SymfonyCache\KernelDispatcher(($this->services['kernel'] ?? $this->get('kernel'1))), $this->parameters['fos_http_cache.proxy_client.symfony.options']);
  2317.     }
  2318.     /**
  2319.      * Gets the public 'http_kernel' shared service.
  2320.      *
  2321.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2322.      */
  2323.     protected function getHttpKernelService()
  2324.     {
  2325.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2326.         if (isset($this->services['http_kernel'])) {
  2327.             return $this->services['http_kernel'];
  2328.         }
  2329.         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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  2330.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2331.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2332.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2333.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2334.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2335.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2336.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2337.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2338.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2339.     }
  2340.     /**
  2341.      * Gets the public 'jms_serializer' shared service.
  2342.      *
  2343.      * @return \JMS\Serializer\Serializer
  2344.      */
  2345.     protected function getJmsSerializerService()
  2346.     {
  2347.         $a = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  2348.         if (isset($this->services['jms_serializer'])) {
  2349.             return $this->services['jms_serializer'];
  2350.         }
  2351.         $b = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  2352.         if (isset($this->services['jms_serializer'])) {
  2353.             return $this->services['jms_serializer'];
  2354.         }
  2355.         $c = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  2356.         $d = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2357.         $d->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2358.         $e = new \JMS\Serializer\Expression\ExpressionEvaluator($d, ['container' => $this]);
  2359.         $f = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($e);
  2360.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  2361.         $g->setOptions(1216);
  2362.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  2363.         $h->setFormatOutput(true);
  2364.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  2365.         $i->setOptions(0);
  2366.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($c, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($c$a, new \JMS\Serializer\Construction\UnserializeObjectConstructor(), $f$b$e), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($c$a$f$b$e)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  2367.     }
  2368.     /**
  2369.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2370.      *
  2371.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2372.      */
  2373.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2374.     {
  2375.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2376.     }
  2377.     /**
  2378.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2379.      *
  2380.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2381.      */
  2382.     protected function getJmsSerializer_SerializationContextFactoryService()
  2383.     {
  2384.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2385.     }
  2386.     /**
  2387.      * Gets the public 'messenger.default_bus' shared service.
  2388.      *
  2389.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2390.      */
  2391.     protected function getMessenger_DefaultBusService()
  2392.     {
  2393.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2394.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2395.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2396.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2397.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2398.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2399.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2400.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2401.         }, 7)));
  2402.     }
  2403.     /**
  2404.      * Gets the public 'monolog.logger.deprecation' shared service.
  2405.      *
  2406.      * @return \Symfony\Bridge\Monolog\Logger
  2407.      */
  2408.     protected function getMonolog_Logger_DeprecationService()
  2409.     {
  2410.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2411.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2412.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2413.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2414.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2415.         return $instance;
  2416.     }
  2417.     /**
  2418.      * Gets the public 'request_stack' shared service.
  2419.      *
  2420.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2421.      */
  2422.     protected function getRequestStackService()
  2423.     {
  2424.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2425.     }
  2426.     /**
  2427.      * Gets the public 'router' shared service.
  2428.      *
  2429.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2430.      */
  2431.     protected function getRouterService()
  2432.     {
  2433.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2434.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2435.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2436.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  2437.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2438.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2439.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2440.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2441.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2442.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2443.         ], [
  2444.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2445.         ]))->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'], $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $c'en');
  2446.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2447.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2448.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2449.         $f = new \Symfony\Component\Routing\RouteCollection();
  2450.         $g = new \Symfony\Component\Routing\RequestContext();
  2451.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2452.         $i = new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($e, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher($f$g)), new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($e$a), ''$h$e);
  2453.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2454.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  2455.         $j = new \Sulu\Component\CustomUrl\Routing\CustomUrlRouteProvider(($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->privates['sulu_document_manager.path_builder'] ?? $this->getSuluDocumentManager_PathBuilderService()), 'dev', ['utf8' => true]);
  2456.         $k = new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($j, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher($f$g)), new \Symfony\Cmf\Component\Routing\ProviderBasedGenerator($j), NULL$h$j);
  2457.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2458.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  2459.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  2460.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  2461.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  2462.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ContentEnhancer(($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService())), 60);
  2463.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  2464.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  2465.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  2466.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  2467.         $n = new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($m, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher($f$g)), new \Symfony\Cmf\Component\Routing\ProviderBasedGenerator($m), NULL$h$m);
  2468.         $n->addRouteEnhancer(new \Sulu\Bundle\ArticleBundle\Routing\ArticleRouteEnhancer($l, ($this->privates['sulu_article.resolver.webspaces'] ?? $this->getSuluArticle_Resolver_WebspacesService()), 'dev'), 100);
  2469.         $instance->setContext($b);
  2470.         $instance->add($d'100');
  2471.         $instance->add($i'20');
  2472.         $instance->add($k30);
  2473.         $instance->add($n20);
  2474.         return $instance;
  2475.     }
  2476.     /**
  2477.      * Gets the public 'sulu.content.localization_finder' shared service.
  2478.      *
  2479.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  2480.      */
  2481.     protected function getSulu_Content_LocalizationFinderService()
  2482.     {
  2483.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2484.     }
  2485.     /**
  2486.      * Gets the public 'sulu.content.mapper' shared service.
  2487.      *
  2488.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  2489.      */
  2490.     protected function getSulu_Content_MapperService()
  2491.     {
  2492.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  2493.         if (isset($this->services['sulu.content.mapper'])) {
  2494.             return $this->services['sulu.content.mapper'];
  2495.         }
  2496.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2497.         if (isset($this->services['sulu.content.mapper'])) {
  2498.             return $this->services['sulu.content.mapper'];
  2499.         }
  2500.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2501.         if (isset($this->services['sulu.content.mapper'])) {
  2502.             return $this->services['sulu.content.mapper'];
  2503.         }
  2504.         $d = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  2505.         if (isset($this->services['sulu.content.mapper'])) {
  2506.             return $this->services['sulu.content.mapper'];
  2507.         }
  2508.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2509.         if (isset($this->services['sulu.content.mapper'])) {
  2510.             return $this->services['sulu.content.mapper'];
  2511.         }
  2512.         $f = ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService());
  2513.         if (isset($this->services['sulu.content.mapper'])) {
  2514.             return $this->services['sulu.content.mapper'];
  2515.         }
  2516.         $g = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2517.         if (isset($this->services['sulu.content.mapper'])) {
  2518.             return $this->services['sulu.content.mapper'];
  2519.         }
  2520.         return $this->services['sulu.content.mapper'] = new \Sulu\Component\Content\Mapper\ContentMapper($a, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), $b$c, ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), $d, ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $e, ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), $f$this->parameters['sulu_security.permissions'], $g);
  2521.     }
  2522.     /**
  2523.      * Gets the public 'sulu.content.path_cleaner' shared service.
  2524.      *
  2525.      * @return \Sulu\Component\PHPCR\PathCleanup
  2526.      */
  2527.     protected function getSulu_Content_PathCleanerService()
  2528.     {
  2529.         return $this->services['sulu.content.path_cleaner'] = new \Sulu\Component\PHPCR\PathCleanup(['default' => [' ' => '-''+' => '-''.' => '-''^' => '-''~' => '-''[' => '-'']' => '-''(' => '-'')' => '-''{' => '-''}' => '-''Á' => 'A''á' => 'a''Ć' => 'C''ć' => 'c''É' => 'E''é' => 'e''Í' => 'I''í' => 'i''Ĺ' => 'L''ĺ' => 'l''Ń' => 'N''ń' => 'n''Ó' => 'O''ó' => 'o''Ő' => 'O''ő' => 'o''Ŕ' => 'R''ŕ' => 'r''Ś' => 'S''ś' => 's''Ú' => 'U''ú' => 'u''Ű' => 'U''ű' => 'u''Ý' => 'Y''ý' => 'y''Ź' => 'Z''ź' => 'z''Ă' => 'A''ă' => 'a''Ĕ' => 'E''ĕ' => 'e''Ğ' => 'G''ğ' => 'g''Ĭ' => 'I''ĭ' => 'i''Ŏ' => 'o''ŏ' => 'o''Ŭ' => 'U''ŭ' => 'u''Č' => 'C''č' => 'c''Ď' => 'D''Ě' => 'E''ě' => 'e''Ň' => 'N''ň' => 'n''Ř' => 'R''ř' => 'r''Š' => 'S''š' => 's''Ť' => 'T''Ž' => 'Z''ž' => 'z''Ç' => 'C''ç' => 'c''Ģ' => 'G''ģ' => 'g''Ķ' => 'K''ķ' => 'k''Ļ' => 'L''ļ' => 'l''Ņ' => 'N''ņ' => 'n''Ŗ' => 'R''ŗ' => 'r''Ş' => 'S''ş' => 's''Ţ' => 'T''ţ' => 't''Ä' => 'Ae''ä' => 'ae''Ë' => 'E''ë' => 'e''Ï' => 'I''ï' => 'i''Ö' => 'Oe''ö' => 'oe''Ü' => 'Ue''ü' => 'ue''Ÿ' => 'Y''ÿ' => 'y''À' => 'A''à' => 'a''È' => 'E''è' => 'e''Ì' => 'I''ì' => 'i''Ò' => 'O''ò' => 'o''Ù' => 'U''ù' => 'u''Ā' => 'A''ā' => 'a''Ē' => 'E''ē' => 'e''Ī' => 'I''ī' => 'i''Ō' => 'O''ō' => 'o''Ū' => 'U''ū' => 'u''Ą' => 'A''ą' => 'a''Ę' => 'E''ę' => 'e''Į' => 'I''į' => 'i''Ų' => 'U''ų' => 'u''Ḃ' => 'B''ḃ' => 'b''Ċ' => 'C''ċ' => 'c''Ḋ' => 'D''ḋ' => 'd''Ė' => 'E''ė' => 'e''Ḟ' => 'F''Ġ' => 'G''ġ' => 'g''Ḣ' => 'H''ḣ' => 'h''İ' => 'I''Ṁ' => 'M''ṁ' => 'm''Ṅ' => 'N''ṅ' => 'n''Ṗ' => 'P''ṗ' => 'p''Ṙ' => 'R''ṙ' => 'r''Ṡ' => 'S''ṡ' => 's''Ṫ' => 'T''ṫ' => 't''Ż' => 'Z''ż' => 'z''Ḍ' => 'D''ḍ' => 'd''Ḥ' => 'H''ḥ' => 'h''Ḳ' => 'K''ḳ' => 'k''Ḷ' => 'L''ḷ' => 'l''Ṃ' => 'M''ṃ' => 'm''Ṛ' => 'R''ṛ' => 'r''Ṣ' => 'S''ṣ' => 's''Ṭ' => 'T''ṭ' => 't''Ṿ' => 'V''ṿ' => 'v''Đ' => 'D''đ' => 'd''Ħ' => 'H''ħ' => 'h''Ŧ' => 'T''ŧ' => 't''Å' => 'A''å' => 'a''Ů' => 'U''ů' => 'u''Ł' => 'L''ł' => 'l''Ø' => 'O''ø' => 'o''Ã' => 'A''ã' => 'a''Ĩ' => 'I''ĩ' => 'i''Ñ' => 'N''ñ' => 'n''Õ' => 'O''õ' => 'o''Ũ' => 'U''ũ' => 'u''Â' => 'A''â' => 'a''Ĉ' => 'C''ĉ' => 'c''Ê' => 'E''ê' => 'e''Ĝ' => 'G''ĝ' => 'g''Ĥ' => 'H''ĥ' => 'h''Î' => 'I''î' => 'i''Ĵ' => 'J''ĵ' => 'j''Ô' => 'O''ô' => 'o''Ŝ' => 'S''ŝ' => 's''Û' => 'U''û' => 'u''Ŵ' => 'W''ŵ' => 'w''Ŷ' => 'Y''ŷ' => 'y''Æ' => 'AE''æ' => 'ae''ß' => 'ss''Œ' => 'OE''œ' => 'oe''IJ' => 'IJ''ª' => 'a''º' => 'o'], 'de' => ['&' => 'und'], 'en' => ['&' => 'and'], 'fr' => ['&' => 'et'], 'it' => ['&' => 'e'], 'nl' => ['&' => 'en'], 'es' => ['&' => 'y'], 'bg' => ['&' => 'и']], new \Symfony\Component\String\Slugger\AsciiSlugger());
  2530.     }
  2531.     /**
  2532.      * Gets the public 'sulu.content.structure_manager' shared service.
  2533.      *
  2534.      * @return \Sulu\Component\Content\Compat\StructureManager
  2535.      */
  2536.     protected function getSulu_Content_StructureManagerService()
  2537.     {
  2538.         $a = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2539.         if (isset($this->services['sulu.content.structure_manager'])) {
  2540.             return $this->services['sulu.content.structure_manager'];
  2541.         }
  2542.         return $this->services['sulu.content.structure_manager'] = new \Sulu\Component\Content\Compat\StructureManager(($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), $a, ($this->services['sulu_page.compat.structure.legacy_property_factory'] ?? $this->getSuluPage_Compat_Structure_LegacyPropertyFactoryService()), $this->parameters['sulu.content.structure.type_map']);
  2543.     }
  2544.     /**
  2545.      * Gets the public 'sulu.content.type_manager' shared service.
  2546.      *
  2547.      * @return \Sulu\Component\Content\ContentTypeManager
  2548.      */
  2549.     protected function getSulu_Content_TypeManagerService()
  2550.     {
  2551.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2552.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  2553.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  2554.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  2555.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  2556.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  2557.         $instance->mapAliasToServiceId('link''sulu.content.type.link');
  2558.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  2559.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  2560.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  2561.         $instance->mapAliasToServiceId('contact_selection''sulu_contact.content.contact_selection');
  2562.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  2563.         $instance->mapAliasToServiceId('account_selection''sulu_contact.content.account_selection');
  2564.         $instance->mapAliasToServiceId('collection_selection''sulu_media.type.collection_selection');
  2565.         $instance->mapAliasToServiceId('single_collection_selection''sulu_media.type.single_collection_selection');
  2566.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  2567.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  2568.         $instance->mapAliasToServiceId('image_map''sulu_media.type.image_map');
  2569.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  2570.         $instance->mapAliasToServiceId('single_category_selection''sulu_category.content.type.single_category_selection');
  2571.         $instance->mapAliasToServiceId('single_snippet_selection''sulu_snippet.content.single_snippet_selection');
  2572.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  2573.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  2574.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  2575.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  2576.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  2577.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  2578.         $instance->mapAliasToServiceId('segment_select''sulu.content.type.segment_select');
  2579.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  2580.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  2581.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  2582.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  2583.         $instance->mapAliasToServiceId('datetime''sulu.content.type.datetime');
  2584.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  2585.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  2586.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  2587.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  2588.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  2589.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  2590.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  2591.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  2592.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  2593.         $instance->mapAliasToServiceId('single_form_selection''sulu_form.content_type.single_form_selection');
  2594.         $instance->mapAliasToServiceId('article_selection''sulu_article.content_types.article_selection');
  2595.         $instance->mapAliasToServiceId('single_article_selection''sulu_article.content_types.single_article_selection');
  2596.         $instance->mapAliasToServiceId('custom_toggle''custom_toggle');
  2597.         $instance->mapAliasToServiceId('adresse''adresse');
  2598.         $instance->mapAliasToServiceId('color_picker_custom''color_picker_custom');
  2599.         $instance->mapAliasToServiceId('font_icon_picker''font_icon_picker');
  2600.         $instance->mapAliasToServiceId('icon_list''icon_list');
  2601.         return $instance;
  2602.     }
  2603.     /**
  2604.      * Gets the public 'sulu.phpcr.session' shared service.
  2605.      *
  2606.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2607.      */
  2608.     protected function getSulu_Phpcr_SessionService()
  2609.     {
  2610.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2611.         if (isset($this->services['sulu.phpcr.session'])) {
  2612.             return $this->services['sulu.phpcr.session'];
  2613.         }
  2614.         return $this->services['sulu.phpcr.session'] = new \Sulu\Component\PHPCR\SessionManager\SessionManager($a, ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets']);
  2615.     }
  2616.     /**
  2617.      * Gets the public 'sulu.repository.access_control' shared service.
  2618.      *
  2619.      * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2620.      */
  2621.     protected function getSulu_Repository_AccessControlService($lazyLoad true)
  2622.     {
  2623.         if ($lazyLoad) {
  2624.             return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2625.                 return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2626.                     $wrappedInstance $this->getSulu_Repository_AccessControlService(false);
  2627.                     $proxy->setProxyInitializer(null);
  2628.                     return true;
  2629.                 });
  2630.             });
  2631.         }
  2632.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2633.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2634.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2635.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2636.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2637.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2638.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2639.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2640.         return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2641.     }
  2642.     /**
  2643.      * Gets the public 'sulu.repository.account' shared service.
  2644.      *
  2645.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  2646.      */
  2647.     protected function getSulu_Repository_AccountService($lazyLoad true)
  2648.     {
  2649.         if ($lazyLoad) {
  2650.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  2651.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2652.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  2653.                     $proxy->setProxyInitializer(null);
  2654.                     return true;
  2655.                 });
  2656.             });
  2657.         }
  2658.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2659.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  2660.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2661.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  2662.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2663.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2664.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2665.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2666.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
  2667.     }
  2668.     /**
  2669.      * Gets the public 'sulu.repository.analytics' shared service.
  2670.      *
  2671.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2672.      */
  2673.     protected function getSulu_Repository_AnalyticsService($lazyLoad true)
  2674.     {
  2675.         if ($lazyLoad) {
  2676.             return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2677.                 return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2678.                     $wrappedInstance $this->getSulu_Repository_AnalyticsService(false);
  2679.                     $proxy->setProxyInitializer(null);
  2680.                     return true;
  2681.                 });
  2682.             });
  2683.         }
  2684.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2685.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2686.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2687.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2688.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2689.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2690.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2691.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2692.         return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a$a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2693.     }
  2694.     /**
  2695.      * Gets the public 'sulu.repository.category' shared service.
  2696.      *
  2697.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2698.      */
  2699.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  2700.     {
  2701.         if ($lazyLoad) {
  2702.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2703.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2704.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  2705.                     $proxy->setProxyInitializer(null);
  2706.                     return true;
  2707.                 });
  2708.             });
  2709.         }
  2710.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2711.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2712.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2713.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2714.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2715.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2716.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2717.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('App\\Entity\\Category'));
  2718.     }
  2719.     /**
  2720.      * Gets the public 'sulu.repository.category_meta' shared service.
  2721.      *
  2722.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2723.      */
  2724.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  2725.     {
  2726.         if ($lazyLoad) {
  2727.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2728.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2729.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  2730.                     $proxy->setProxyInitializer(null);
  2731.                     return true;
  2732.                 });
  2733.             });
  2734.         }
  2735.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2736.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2737.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2738.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2739.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2740.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2741.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2742.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2743.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2744.     }
  2745.     /**
  2746.      * Gets the public 'sulu.repository.category_translation' shared service.
  2747.      *
  2748.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2749.      */
  2750.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  2751.     {
  2752.         if ($lazyLoad) {
  2753.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2754.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2755.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  2756.                     $proxy->setProxyInitializer(null);
  2757.                     return true;
  2758.                 });
  2759.             });
  2760.         }
  2761.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2762.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2763.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2764.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2765.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2766.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2767.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2768.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2769.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2770.     }
  2771.     /**
  2772.      * Gets the public 'sulu.repository.contact' shared service.
  2773.      *
  2774.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2775.      */
  2776.     protected function getSulu_Repository_ContactService($lazyLoad true)
  2777.     {
  2778.         if ($lazyLoad) {
  2779.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2780.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2781.                     $wrappedInstance $this->getSulu_Repository_ContactService(false);
  2782.                     $proxy->setProxyInitializer(null);
  2783.                     return true;
  2784.                 });
  2785.             });
  2786.         }
  2787.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2788.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2789.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2790.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2791.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2792.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2793.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2794.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2795.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2796.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('App\\Entity\\Contact'));
  2797.     }
  2798.     /**
  2799.      * Gets the public 'sulu.repository.keyword' shared service.
  2800.      *
  2801.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2802.      */
  2803.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  2804.     {
  2805.         if ($lazyLoad) {
  2806.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2807.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2808.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  2809.                     $proxy->setProxyInitializer(null);
  2810.                     return true;
  2811.                 });
  2812.             });
  2813.         }
  2814.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2815.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2816.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2817.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2818.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2819.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2820.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2821.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2822.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2823.     }
  2824.     /**
  2825.      * Gets the public 'sulu.repository.media' shared service.
  2826.      *
  2827.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2828.      */
  2829.     protected function getSulu_Repository_MediaService($lazyLoad true)
  2830.     {
  2831.         if ($lazyLoad) {
  2832.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2833.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2834.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  2835.                     $proxy->setProxyInitializer(null);
  2836.                     return true;
  2837.                 });
  2838.             });
  2839.         }
  2840.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2841.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2842.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2843.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2844.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2845.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2846.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2847.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2848.         $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2849.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2850.         return $instance;
  2851.     }
  2852.     /**
  2853.      * Gets the public 'sulu.repository.role' shared service.
  2854.      *
  2855.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2856.      */
  2857.     protected function getSulu_Repository_RoleService($lazyLoad true)
  2858.     {
  2859.         if ($lazyLoad) {
  2860.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2861.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2862.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  2863.                     $proxy->setProxyInitializer(null);
  2864.                     return true;
  2865.                 });
  2866.             });
  2867.         }
  2868.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2869.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2870.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2871.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2872.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2873.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2874.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2875.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2876.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2877.     }
  2878.     /**
  2879.      * Gets the public 'sulu.repository.route' shared service.
  2880.      *
  2881.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2882.      */
  2883.     protected function getSulu_Repository_RouteService($lazyLoad true)
  2884.     {
  2885.         if ($lazyLoad) {
  2886.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2887.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2888.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  2889.                     $proxy->setProxyInitializer(null);
  2890.                     return true;
  2891.                 });
  2892.             });
  2893.         }
  2894.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2895.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2896.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2897.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2898.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2899.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2900.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2901.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2902.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2903.     }
  2904.     /**
  2905.      * Gets the public 'sulu.repository.tag' shared service.
  2906.      *
  2907.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2908.      */
  2909.     protected function getSulu_Repository_TagService($lazyLoad true)
  2910.     {
  2911.         if ($lazyLoad) {
  2912.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2913.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2914.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  2915.                     $proxy->setProxyInitializer(null);
  2916.                     return true;
  2917.                 });
  2918.             });
  2919.         }
  2920.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2921.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2922.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2923.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2924.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2925.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2926.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2927.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2928.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  2929.     }
  2930.     /**
  2931.      * Gets the public 'sulu.repository.user' shared service.
  2932.      *
  2933.      * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  2934.      */
  2935.     protected function getSulu_Repository_UserService($lazyLoad true)
  2936.     {
  2937.         if ($lazyLoad) {
  2938.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  2939.                 return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2940.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  2941.                     $proxy->setProxyInitializer(null);
  2942.                     return true;
  2943.                 });
  2944.             });
  2945.         }
  2946.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2947.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2948.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  2949.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  2950.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  2951.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2952.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2953.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2954.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2955.         return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a$a->getClassMetadata('App\\Entity\\User'));
  2956.     }
  2957.     /**
  2958.      * Gets the public 'sulu.util.node_helper' shared service.
  2959.      *
  2960.      * @return \Sulu\Component\Util\SuluNodeHelper
  2961.      */
  2962.     protected function getSulu_Util_NodeHelperService()
  2963.     {
  2964.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2965.         if (isset($this->services['sulu.util.node_helper'])) {
  2966.             return $this->services['sulu.util.node_helper'];
  2967.         }
  2968.         return $this->services['sulu.util.node_helper'] = new \Sulu\Component\Util\SuluNodeHelper($a'i18n', ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets'], ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()));
  2969.     }
  2970.     /**
  2971.      * Gets the public 'sulu_category.category_manager' shared service.
  2972.      *
  2973.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  2974.      */
  2975.     protected function getSuluCategory_CategoryManagerService()
  2976.     {
  2977.         $a = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  2978.         if (isset($this->services['sulu_category.category_manager'])) {
  2979.             return $this->services['sulu_category.category_manager'];
  2980.         }
  2981.         $b = ($this->services['sulu.repository.category_meta'] ?? $this->getSulu_Repository_CategoryMetaService());
  2982.         if (isset($this->services['sulu_category.category_manager'])) {
  2983.             return $this->services['sulu_category.category_manager'];
  2984.         }
  2985.         $c = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  2986.         if (isset($this->services['sulu_category.category_manager'])) {
  2987.             return $this->services['sulu_category.category_manager'];
  2988.         }
  2989.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2990.         if (isset($this->services['sulu_category.category_manager'])) {
  2991.             return $this->services['sulu_category.category_manager'];
  2992.         }
  2993.         $e = ($this->services['sulu_category.keyword_manager'] ?? $this->getSuluCategory_KeywordManagerService());
  2994.         if (isset($this->services['sulu_category.category_manager'])) {
  2995.             return $this->services['sulu_category.category_manager'];
  2996.         }
  2997.         $f = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2998.         if (isset($this->services['sulu_category.category_manager'])) {
  2999.             return $this->services['sulu_category.category_manager'];
  3000.         }
  3001.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3002.         if (isset($this->services['sulu_category.category_manager'])) {
  3003.             return $this->services['sulu_category.category_manager'];
  3004.         }
  3005.         $h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3006.         if (isset($this->services['sulu_category.category_manager'])) {
  3007.             return $this->services['sulu_category.category_manager'];
  3008.         }
  3009.         return $this->services['sulu_category.category_manager'] = new \Sulu\Bundle\CategoryBundle\Category\CategoryManager($a$b$c$d$e$f$g, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $h);
  3010.     }
  3011.     /**
  3012.      * Gets the public 'sulu_category.keyword_manager' shared service.
  3013.      *
  3014.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  3015.      */
  3016.     protected function getSuluCategory_KeywordManagerService()
  3017.     {
  3018.         $a = ($this->services['sulu.repository.keyword'] ?? $this->getSulu_Repository_KeywordService());
  3019.         if (isset($this->services['sulu_category.keyword_manager'])) {
  3020.             return $this->services['sulu_category.keyword_manager'];
  3021.         }
  3022.         $b = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  3023.         if (isset($this->services['sulu_category.keyword_manager'])) {
  3024.             return $this->services['sulu_category.keyword_manager'];
  3025.         }
  3026.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3027.         if (isset($this->services['sulu_category.keyword_manager'])) {
  3028.             return $this->services['sulu_category.keyword_manager'];
  3029.         }
  3030.         return $this->services['sulu_category.keyword_manager'] = new \Sulu\Bundle\CategoryBundle\Category\KeywordManager($a$b$c, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()));
  3031.     }
  3032.     /**
  3033.      * Gets the public 'sulu_contact.contact_manager' shared service.
  3034.      *
  3035.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  3036.      */
  3037.     protected function getSuluContact_ContactManagerService()
  3038.     {
  3039.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3040.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3041.             return $this->services['sulu_contact.contact_manager'];
  3042.         }
  3043.         $b = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  3044.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3045.             return $this->services['sulu_contact.contact_manager'];
  3046.         }
  3047.         $c = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  3048.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3049.             return $this->services['sulu_contact.contact_manager'];
  3050.         }
  3051.         $d = ($this->services['sulu.repository.account'] ?? $this->getSulu_Repository_AccountService());
  3052.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3053.             return $this->services['sulu_contact.contact_manager'];
  3054.         }
  3055.         $e = ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService());
  3056.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3057.             return $this->services['sulu_contact.contact_manager'];
  3058.         }
  3059.         $f = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3060.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3061.             return $this->services['sulu_contact.contact_manager'];
  3062.         }
  3063.         $g = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3064.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3065.             return $this->services['sulu_contact.contact_manager'];
  3066.         }
  3067.         $h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3068.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3069.             return $this->services['sulu_contact.contact_manager'];
  3070.         }
  3071.         return $this->services['sulu_contact.contact_manager'] = new \Sulu\Bundle\ContactBundle\Contact\ContactManager($a$b$c$d, ($this->services['doctrine'] ?? $this->getDoctrineService())->getRepository('SuluContactBundle:ContactTitle'), $e$f, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $g$h);
  3072.     }
  3073.     /**
  3074.      * Gets the public 'sulu_core.array_serializer' shared service.
  3075.      *
  3076.      * @return \Sulu\Component\Serializer\ArraySerializer
  3077.      */
  3078.     protected function getSuluCore_ArraySerializerService()
  3079.     {
  3080.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  3081.         if (isset($this->services['sulu_core.array_serializer'])) {
  3082.             return $this->services['sulu_core.array_serializer'];
  3083.         }
  3084.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer($a);
  3085.     }
  3086.     /**
  3087.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  3088.      *
  3089.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  3090.      */
  3091.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  3092.     {
  3093.         $a = ($this->privates['sulu_custom_urls.request_processor'] ?? $this->getSuluCustomUrls_RequestProcessorService());
  3094.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  3095.             return $this->services['sulu_core.webspace.request_analyzer'];
  3096.         }
  3097.         $b = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3098.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  3099.             return $this->services['sulu_core.webspace.request_analyzer'];
  3100.         }
  3101.         $c = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  3102.         return $this->services['sulu_core.webspace.request_analyzer'] = new \Sulu\Component\Webspace\Analyzer\RequestAnalyzer(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [=> new \Sulu\Component\Webspace\Analyzer\Attributes\ParameterRequestProcessor($c'dev'), => new \Sulu\Component\Webspace\Analyzer\Attributes\UrlRequestProcessor(), => $a=> new \Sulu\Component\Webspace\Analyzer\Attributes\WebsiteRequestProcessor($c$b'dev'), => new \Sulu\Component\Webspace\Analyzer\Attributes\DateTimeRequestProcessor(), => new \Sulu\Component\Webspace\Analyzer\Attributes\SegmentRequestProcessor('_ss'), => new \Sulu\Component\Webspace\Analyzer\Attributes\PortalInformationRequestProcessor()]);
  3103.     }
  3104.     /**
  3105.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  3106.      *
  3107.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  3108.      */
  3109.     protected function getSuluCore_Webspace_WebspaceManagerService()
  3110.     {
  3111.         return $this->services['sulu_core.webspace.webspace_manager'] = new \Sulu\Component\Webspace\Manager\WebspaceManager(($this->privates['sulu_core.webspace.loader.delegator'] ?? $this->getSuluCore_Webspace_Loader_DelegatorService()), ($this->privates['sulu_core.webspace.webspace_manager.url_replacer'] ?? ($this->privates['sulu_core.webspace.webspace_manager.url_replacer'] = new \Sulu\Component\Webspace\Url\Replacer())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['config_dir' => (\dirname(__DIR__5).'/config/webspaces'), 'cache_dir' => ($this->targetDir.''.'/sulu'), 'debug' => true'cache_class' => 'websiteWebspaceCollectionCache''base_class' => 'WebspaceCollection'], 'dev''localhost''http', ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()));
  3112.     }
  3113.     /**
  3114.      * Gets the public 'sulu_custom_urls.manager' shared service.
  3115.      *
  3116.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  3117.      */
  3118.     protected function getSuluCustomUrls_ManagerService()
  3119.     {
  3120.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  3121.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3122.             return $this->services['sulu_custom_urls.manager'];
  3123.         }
  3124.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  3125.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3126.             return $this->services['sulu_custom_urls.manager'];
  3127.         }
  3128.         $c = ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  3129.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3130.             return $this->services['sulu_custom_urls.manager'];
  3131.         }
  3132.         $d = ($this->services['sulu_security.user_manager'] ?? $this->getSuluSecurity_UserManagerService());
  3133.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3134.             return $this->services['sulu_custom_urls.manager'];
  3135.         }
  3136.         $e = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  3137.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3138.             return $this->services['sulu_custom_urls.manager'];
  3139.         }
  3140.         $f = ($this->privates['sulu_document_manager.document_domain_event_collector'] ?? $this->getSuluDocumentManager_DocumentDomainEventCollectorService());
  3141.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3142.             return $this->services['sulu_custom_urls.manager'];
  3143.         }
  3144.         return $this->services['sulu_custom_urls.manager'] = new \Sulu\Component\CustomUrl\Manager\CustomUrlManager($a$b, new \Sulu\Component\CustomUrl\Repository\CustomUrlRepository(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $c, ($this->privates['sulu_custom_urls.domain_generator'] ?? $this->getSuluCustomUrls_DomainGeneratorService()), $d), $e, ($this->privates['sulu_document_manager.path_builder'] ?? $this->getSuluDocumentManager_PathBuilderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), 'dev'$f);
  3145.     }
  3146.     /**
  3147.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  3148.      *
  3149.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  3150.      */
  3151.     protected function getSuluDocumentManager_DocumentInspectorService()
  3152.     {
  3153.         $a = ($this->privates['sulu_document_manager.proxy_factory'] ?? $this->getSuluDocumentManager_ProxyFactoryService());
  3154.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  3155.             return $this->services['sulu_document_manager.document_inspector'];
  3156.         }
  3157.         $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  3158.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  3159.             return $this->services['sulu_document_manager.document_inspector'];
  3160.         }
  3161.         return $this->services['sulu_document_manager.document_inspector'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector(($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), ($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()), ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), $a$b, ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  3162.     }
  3163.     /**
  3164.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  3165.      *
  3166.      * @return \Sulu\Component\DocumentManager\DocumentManager
  3167.      */
  3168.     protected function getSuluDocumentManager_DocumentManagerService()
  3169.     {
  3170.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  3171.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  3172.             return $this->services['sulu_document_manager.document_manager'];
  3173.         }
  3174.         $b = ($this->privates['sulu_document_manager.node_manager'] ?? $this->getSuluDocumentManager_NodeManagerService());
  3175.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  3176.             return $this->services['sulu_document_manager.document_manager'];
  3177.         }
  3178.         return $this->services['sulu_document_manager.document_manager'] = new \Sulu\Component\DocumentManager\DocumentManager($a$b);
  3179.     }
  3180.     /**
  3181.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  3182.      *
  3183.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  3184.      */
  3185.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  3186.     {
  3187.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  3188.         if (isset($this->services['sulu_document_manager.metadata_factory.base'])) {
  3189.             return $this->services['sulu_document_manager.metadata_factory.base'];
  3190.         }
  3191.         return $this->services['sulu_document_manager.metadata_factory.base'] = new \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory($a$this->parameters['sulu_document_manager.mapping']);
  3192.     }
  3193.     /**
  3194.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  3195.      *
  3196.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  3197.      */
  3198.     protected function getSuluDocumentManager_PropertyEncoderService()
  3199.     {
  3200.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  3201.     }
  3202.     /**
  3203.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  3204.      *
  3205.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  3206.      */
  3207.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  3208.     {
  3209.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  3210.     }
  3211.     /**
  3212.      * Gets the public 'sulu_media.collection_manager' shared service.
  3213.      *
  3214.      * @return \Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManager
  3215.      */
  3216.     protected function getSuluMedia_CollectionManagerService()
  3217.     {
  3218.         $a = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  3219.         if (isset($this->services['sulu_media.collection_manager'])) {
  3220.             return $this->services['sulu_media.collection_manager'];
  3221.         }
  3222.         $b = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3223.         if (isset($this->services['sulu_media.collection_manager'])) {
  3224.             return $this->services['sulu_media.collection_manager'];
  3225.         }
  3226.         $c = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
  3227.         if (isset($this->services['sulu_media.collection_manager'])) {
  3228.             return $this->services['sulu_media.collection_manager'];
  3229.         }
  3230.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3231.         if (isset($this->services['sulu_media.collection_manager'])) {
  3232.             return $this->services['sulu_media.collection_manager'];
  3233.         }
  3234.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3235.         if (isset($this->services['sulu_media.collection_manager'])) {
  3236.             return $this->services['sulu_media.collection_manager'];
  3237.         }
  3238.         $f = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3239.         if (isset($this->services['sulu_media.collection_manager'])) {
  3240.             return $this->services['sulu_media.collection_manager'];
  3241.         }
  3242.         return $this->services['sulu_media.collection_manager'] = new \Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManager($a$b$c$d$e, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $f'sulu-50x50'$this->parameters['sulu_security.permissions']);
  3243.     }
  3244.     /**
  3245.      * Gets the public 'sulu_media.collection_repository' shared service.
  3246.      *
  3247.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  3248.      */
  3249.     protected function getSuluMedia_CollectionRepositoryService()
  3250.     {
  3251.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3252.         if (isset($this->services['sulu_media.collection_repository'])) {
  3253.             return $this->services['sulu_media.collection_repository'];
  3254.         }
  3255.         $this->services['sulu_media.collection_repository'] = $instance $a->getRepository('SuluMediaBundle:Collection');
  3256.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  3257.         return $instance;
  3258.     }
  3259.     /**
  3260.      * Gets the public 'sulu_media.format_cache' shared service.
  3261.      *
  3262.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  3263.      */
  3264.     protected function getSuluMedia_FormatCacheService()
  3265.     {
  3266.         return $this->services['sulu_media.format_cache'] = new \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), (\dirname(__DIR__5).'/public/uploads/media'), '/uploads/media/{slug}'10);
  3267.     }
  3268.     /**
  3269.      * Gets the public 'sulu_media.format_manager' shared service.
  3270.      *
  3271.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  3272.      */
  3273.     protected function getSuluMedia_FormatManagerService()
  3274.     {
  3275.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3276.         if (isset($this->services['sulu_media.format_manager'])) {
  3277.             return $this->services['sulu_media.format_manager'];
  3278.         }
  3279.         $b = ($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine()));
  3280.         $c = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  3281.         $c->add(($this->services['sulu_media.image.transformation.crop'] ?? ($this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation())), 'crop');
  3282.         $c->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  3283.         $c->add(($this->services['sulu_media.image.transformation.blur'] ?? ($this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation())), 'blur');
  3284.         $c->add(($this->services['sulu_media.image.transformation.gamma'] ?? ($this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation())), 'gamma');
  3285.         $c->add(($this->services['sulu_media.image.transformation.grayscale'] ?? ($this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation())), 'grayscale');
  3286.         $c->add(($this->services['sulu_media.image.transformation.negative'] ?? ($this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation())), 'negative');
  3287.         $c->add(($this->services['sulu_media.image.transformation.sharpen'] ?? ($this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation())), 'sharpen');
  3288.         return $this->services['sulu_media.format_manager'] = new \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager($a, ($this->services['sulu_media.format_cache'] ?? $this->getSuluMedia_FormatCacheService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter($b, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\MediaImageExtractor($b, new \Sulu\Bundle\MediaBundle\Media\Video\VideoThumbnailService(NULL), '/usr/bin/gs'), $c, new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Focus\Focus(), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Scaler\Scaler(), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Cropper\Cropper(), $this->parameters['sulu_media.image.formats'], $this->parameters['sulu_media.format_manager.mime_types'], ($this->privates['sulu_media.adapter.svg'] ?? ($this->privates['sulu_media.adapter.svg'] = new \Contao\ImagineSvg\Imagine()))), true$this->parameters['sulu_media.format_manager.response_headers'], $this->parameters['sulu_media.image.formats'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3289.     }
  3290.     /**
  3291.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  3292.      *
  3293.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  3294.      */
  3295.     protected function getSuluMedia_Image_Transformation_BlurService()
  3296.     {
  3297.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  3298.     }
  3299.     /**
  3300.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  3301.      *
  3302.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  3303.      */
  3304.     protected function getSuluMedia_Image_Transformation_CropService()
  3305.     {
  3306.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  3307.     }
  3308.     /**
  3309.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  3310.      *
  3311.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  3312.      */
  3313.     protected function getSuluMedia_Image_Transformation_GammaService()
  3314.     {
  3315.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  3316.     }
  3317.     /**
  3318.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  3319.      *
  3320.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  3321.      */
  3322.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  3323.     {
  3324.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  3325.     }
  3326.     /**
  3327.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  3328.      *
  3329.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  3330.      */
  3331.     protected function getSuluMedia_Image_Transformation_NegativeService()
  3332.     {
  3333.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  3334.     }
  3335.     /**
  3336.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  3337.      *
  3338.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  3339.      */
  3340.     protected function getSuluMedia_Image_Transformation_PasteService()
  3341.     {
  3342.         return $this->services['sulu_media.image.transformation.paste'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation(($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine())), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))));
  3343.     }
  3344.     /**
  3345.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  3346.      *
  3347.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  3348.      */
  3349.     protected function getSuluMedia_Image_Transformation_SharpenService()
  3350.     {
  3351.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  3352.     }
  3353.     /**
  3354.      * Gets the public 'sulu_media.media_manager' shared service.
  3355.      *
  3356.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  3357.      */
  3358.     protected function getSuluMedia_MediaManagerService()
  3359.     {
  3360.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3361.         if (isset($this->services['sulu_media.media_manager'])) {
  3362.             return $this->services['sulu_media.media_manager'];
  3363.         }
  3364.         $b = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  3365.         if (isset($this->services['sulu_media.media_manager'])) {
  3366.             return $this->services['sulu_media.media_manager'];
  3367.         }
  3368.         $c = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3369.         if (isset($this->services['sulu_media.media_manager'])) {
  3370.             return $this->services['sulu_media.media_manager'];
  3371.         }
  3372.         $d = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  3373.         if (isset($this->services['sulu_media.media_manager'])) {
  3374.             return $this->services['sulu_media.media_manager'];
  3375.         }
  3376.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3377.         if (isset($this->services['sulu_media.media_manager'])) {
  3378.             return $this->services['sulu_media.media_manager'];
  3379.         }
  3380.         $f = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
  3381.         if (isset($this->services['sulu_media.media_manager'])) {
  3382.             return $this->services['sulu_media.media_manager'];
  3383.         }
  3384.         $g = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  3385.         if (isset($this->services['sulu_media.media_manager'])) {
  3386.             return $this->services['sulu_media.media_manager'];
  3387.         }
  3388.         $h = ($this->privates['sulu_media.type_manager'] ?? $this->getSuluMedia_TypeManagerService());
  3389.         if (isset($this->services['sulu_media.media_manager'])) {
  3390.             return $this->services['sulu_media.media_manager'];
  3391.         }
  3392.         $i = ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService());
  3393.         if (isset($this->services['sulu_media.media_manager'])) {
  3394.             return $this->services['sulu_media.media_manager'];
  3395.         }
  3396.         $j = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3397.         if (isset($this->services['sulu_media.media_manager'])) {
  3398.             return $this->services['sulu_media.media_manager'];
  3399.         }
  3400.         $k = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  3401.         $k->setMaxFileSize('256MB');
  3402.         $k->setBlockedMimeTypes([]);
  3403.         return $this->services['sulu_media.media_manager'] = new \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager($a$b$c$d$e, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), $k$f$g$h, ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $i, new RewindableGenerator(function () {
  3404.             yield => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  3405.         }, 1), '/media/{id}/download/{slug}'NULL'/admin/media/{id}/download/{slug}'$j);
  3406.     }
  3407.     /**
  3408.      * Gets the public 'sulu_media.storage' shared service.
  3409.      *
  3410.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage
  3411.      */
  3412.     protected function getSuluMedia_StorageService()
  3413.     {
  3414.         return $this->services['sulu_media.storage'] = new \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage((\dirname(__DIR__4).'/uploads/media'), 10, new \Symfony\Component\Filesystem\Filesystem(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3415.     }
  3416.     /**
  3417.      * Gets the public 'sulu_media.system_collections.manager' shared service.
  3418.      *
  3419.      * @return \Sulu\Component\Media\SystemCollections\SystemCollectionManager
  3420.      */
  3421.     protected function getSuluMedia_SystemCollections_ManagerService()
  3422.     {
  3423.         $a = ($this->services['sulu_media.collection_manager'] ?? $this->getSuluMedia_CollectionManagerService());
  3424.         if (isset($this->services['sulu_media.system_collections.manager'])) {
  3425.             return $this->services['sulu_media.system_collections.manager'];
  3426.         }
  3427.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3428.         if (isset($this->services['sulu_media.system_collections.manager'])) {
  3429.             return $this->services['sulu_media.system_collections.manager'];
  3430.         }
  3431.         return $this->services['sulu_media.system_collections.manager'] = new \Sulu\Component\Media\SystemCollections\SystemCollectionManager($this->parameters['sulu_media.system_collections'], $a$b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \Sulu\Component\Cache\DataCache(($this->targetDir.''.'/sulu/system_collection.cache')), 'en');
  3432.     }
  3433.     /**
  3434.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  3435.      *
  3436.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  3437.      */
  3438.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  3439.     {
  3440.         return $this->services['sulu_page.compat.structure.legacy_property_factory'] = new \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  3441.     }
  3442.     /**
  3443.      * Gets the public 'sulu_page.content_repository' shared service.
  3444.      *
  3445.      * @return \Sulu\Component\Content\Repository\ContentRepository
  3446.      */
  3447.     protected function getSuluPage_ContentRepositoryService()
  3448.     {
  3449.         $a = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  3450.         if (isset($this->services['sulu_page.content_repository'])) {
  3451.             return $this->services['sulu_page.content_repository'];
  3452.         }
  3453.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  3454.         if (isset($this->services['sulu_page.content_repository'])) {
  3455.             return $this->services['sulu_page.content_repository'];
  3456.         }
  3457.         $c = ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService());
  3458.         if (isset($this->services['sulu_page.content_repository'])) {
  3459.             return $this->services['sulu_page.content_repository'];
  3460.         }
  3461.         $d = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  3462.         if (isset($this->services['sulu_page.content_repository'])) {
  3463.             return $this->services['sulu_page.content_repository'];
  3464.         }
  3465.         return $this->services['sulu_page.content_repository'] = new \Sulu\Component\Content\Repository\ContentRepository($a, ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['sulu.content.localization_finder'] ?? $this->getSulu_Content_LocalizationFinderService()), $b$c$d$this->parameters['sulu_security.permissions']);
  3466.     }
  3467.     /**
  3468.      * Gets the public 'sulu_page.extension.manager' shared service.
  3469.      *
  3470.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  3471.      */
  3472.     protected function getSuluPage_Extension_ManagerService()
  3473.     {
  3474.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  3475.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  3476.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\ExcerptStructureExtension(($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService()), ($this->privates['sulu_page.import.manager'] ?? $this->getSuluPage_Import_ManagerService()), ($this->privates['sulu_search.search.factory'] ?? ($this->privates['sulu_search.search.factory'] = new \Sulu\Bundle\SearchBundle\Search\Factory()))));
  3477.         return $instance;
  3478.     }
  3479.     /**
  3480.      * Gets the public 'sulu_page.structure.factory' shared service.
  3481.      *
  3482.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  3483.      */
  3484.     protected function getSuluPage_Structure_FactoryService()
  3485.     {
  3486.         return $this->services['sulu_page.structure.factory'] = new \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory(new \Sulu\Component\Content\Metadata\Loader\StructureXmlLoader(($this->privates['sulu_http_cache.cache_lifetime.resolver'] ?? ($this->privates['sulu_http_cache.cache_lifetime.resolver'] = new \Sulu\Bundle\HttpCacheBundle\CacheLifetime\CacheLifetimeResolver())), ($this->privates['sulu_page.structure.properties_xml_parser'] ?? $this->getSuluPage_Structure_PropertiesXmlParserService()), ($this->privates['sulu_page.structure.schema_xml_parser'] ?? ($this->privates['sulu_page.structure.schema_xml_parser'] = new \Sulu\Component\Content\Metadata\Parser\SchemaXmlParser())), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), $this->parameters['sulu.content.structure.required_properties'], $this->parameters['sulu.content.structure.required_tags']), $this->parameters['sulu.content.structure.paths'], $this->parameters['sulu.content.structure.default_types'], ($this->targetDir.''.'/sulu/structures'), true);
  3487.     }
  3488.     /**
  3489.      * Gets the public 'sulu_security.mask_converter' shared service.
  3490.      *
  3491.      * @return \Sulu\Component\Security\Authorization\MaskConverter
  3492.      */
  3493.     protected function getSuluSecurity_MaskConverterService()
  3494.     {
  3495.         return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  3496.     }
  3497.     /**
  3498.      * Gets the public 'sulu_security.salt_generator' shared service.
  3499.      *
  3500.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  3501.      */
  3502.     protected function getSuluSecurity_SaltGeneratorService()
  3503.     {
  3504.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  3505.     }
  3506.     /**
  3507.      * Gets the public 'sulu_security.security_checker' shared service.
  3508.      *
  3509.      * @return \Sulu\Component\Security\Authorization\SecurityChecker
  3510.      */
  3511.     protected function getSuluSecurity_SecurityCheckerService()
  3512.     {
  3513.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3514.         if (isset($this->services['sulu_security.security_checker'])) {
  3515.             return $this->services['sulu_security.security_checker'];
  3516.         }
  3517.         return $this->services['sulu_security.security_checker'] = new \Sulu\Component\Security\Authorization\SecurityChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  3518.     }
  3519.     /**
  3520.      * Gets the public 'sulu_security.user_manager' shared service.
  3521.      *
  3522.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  3523.      */
  3524.     protected function getSuluSecurity_UserManagerService()
  3525.     {
  3526.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3527.         if (isset($this->services['sulu_security.user_manager'])) {
  3528.             return $this->services['sulu_security.user_manager'];
  3529.         }
  3530.         $b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  3531.         if (isset($this->services['sulu_security.user_manager'])) {
  3532.             return $this->services['sulu_security.user_manager'];
  3533.         }
  3534.         $c = ($this->services['sulu_contact.contact_manager'] ?? $this->getSuluContact_ContactManagerService());
  3535.         if (isset($this->services['sulu_security.user_manager'])) {
  3536.             return $this->services['sulu_security.user_manager'];
  3537.         }
  3538.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3539.         if (isset($this->services['sulu_security.user_manager'])) {
  3540.             return $this->services['sulu_security.user_manager'];
  3541.         }
  3542.         return $this->services['sulu_security.user_manager'] = new \Sulu\Bundle\SecurityBundle\UserManager\UserManager($a, ($this->services['sulu_security.encoder_factory'] ?? $this->load('getSuluSecurity_EncoderFactoryService')), $b$a->getRepository('SuluSecurityBundle:Group'), $c, ($this->services['sulu_security.salt_generator'] ?? ($this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator())), $d, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()));
  3543.     }
  3544.     /**
  3545.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  3546.      *
  3547.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  3548.      */
  3549.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  3550.     {
  3551.         $a = ($this->privates['sulu_document_manager.session_manager'] ?? $this->getSuluDocumentManager_SessionManagerService());
  3552.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3553.             return $this->services['sulu_snippet.default_snippet.manager'];
  3554.         }
  3555.         $b = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  3556.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3557.             return $this->services['sulu_snippet.default_snippet.manager'];
  3558.         }
  3559.         return $this->services['sulu_snippet.default_snippet.manager'] = new \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager(new \Sulu\Component\Webspace\Settings\SettingsManager($a, ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService())), $b, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $this->parameters['sulu_snippet.areas']);
  3560.     }
  3561.     /**
  3562.      * Gets the public 'sulu_snippet.resolver' shared service.
  3563.      *
  3564.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  3565.      */
  3566.     protected function getSuluSnippet_ResolverService()
  3567.     {
  3568.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3569.         if (isset($this->services['sulu_snippet.resolver'])) {
  3570.             return $this->services['sulu_snippet.resolver'];
  3571.         }
  3572.         return $this->services['sulu_snippet.resolver'] = new \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver($a, ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()));
  3573.     }
  3574.     /**
  3575.      * Gets the public 'sulu_tag.tag_manager' shared service.
  3576.      *
  3577.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  3578.      */
  3579.     protected function getSuluTag_TagManagerService()
  3580.     {
  3581.         $a = ($this->services['sulu.repository.tag'] ?? $this->getSulu_Repository_TagService());
  3582.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3583.             return $this->services['sulu_tag.tag_manager'];
  3584.         }
  3585.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3586.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3587.             return $this->services['sulu_tag.tag_manager'];
  3588.         }
  3589.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3590.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3591.             return $this->services['sulu_tag.tag_manager'];
  3592.         }
  3593.         $d = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3594.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3595.             return $this->services['sulu_tag.tag_manager'];
  3596.         }
  3597.         return $this->services['sulu_tag.tag_manager'] = new \Sulu\Bundle\TagBundle\Tag\TagManager($a$b$c, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $d);
  3598.     }
  3599.     /**
  3600.      * Gets the public 'sulu_website.resolver.structure' shared service.
  3601.      *
  3602.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  3603.      */
  3604.     protected function getSuluWebsite_Resolver_StructureService()
  3605.     {
  3606.         return $this->services['sulu_website.resolver.structure'] = new \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), $this->parameters['sulu_website.enabled_twig_attributes']);
  3607.     }
  3608.     /**
  3609.      * Gets the public 'translator' shared service.
  3610.      *
  3611.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3612.      */
  3613.     protected function getTranslatorService()
  3614.     {
  3615.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3616.     }
  3617.     /**
  3618.      * Gets the public 'var_dumper.cloner' shared service.
  3619.      *
  3620.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3621.      */
  3622.     protected function getVarDumper_ClonerService()
  3623.     {
  3624.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3625.         $instance->setMaxItems(2500);
  3626.         $instance->setMinDepth(1);
  3627.         $instance->setMaxString(-1);
  3628.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3629.         return $instance;
  3630.     }
  3631.     /**
  3632.      * Gets the private '.debug.http_client' shared service.
  3633.      *
  3634.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3635.      */
  3636.     protected function get_Debug_HttpClientService()
  3637.     {
  3638.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3639.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3640.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3641.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3642.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3643.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3644.         $a->setLogger($b);
  3645.         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))));
  3646.     }
  3647.     /**
  3648.      * Gets the private '.service_locator.3gtmNbi' shared service.
  3649.      *
  3650.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3651.      */
  3652.     protected function get_ServiceLocator_3gtmNbiService()
  3653.     {
  3654.         return $this->privates['.service_locator.3gtmNbi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3655.             'security.firewall.map.context.pqna' => ['privates''security.firewall.map.context.pqna''getSecurity_Firewall_Map_Context_PqnaService'true],
  3656.         ], [
  3657.             'security.firewall.map.context.pqna' => '?',
  3658.         ]);
  3659.     }
  3660.     /**
  3661.      * Gets the private 'App\Event\PqnaRoutesListener' shared autowired service.
  3662.      *
  3663.      * @return \App\Event\PqnaRoutesListener
  3664.      */
  3665.     protected function getPqnaRoutesListenerService()
  3666.     {
  3667.         $a = ($this->services['router'] ?? $this->getRouterService());
  3668.         if (isset($this->privates['App\\Event\\PqnaRoutesListener'])) {
  3669.             return $this->privates['App\\Event\\PqnaRoutesListener'];
  3670.         }
  3671.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  3672.         if (isset($this->privates['App\\Event\\PqnaRoutesListener'])) {
  3673.             return $this->privates['App\\Event\\PqnaRoutesListener'];
  3674.         }
  3675.         $c = ($this->privates['App\\Service\\SynchroHubService'] ?? $this->getSynchroHubServiceService());
  3676.         if (isset($this->privates['App\\Event\\PqnaRoutesListener'])) {
  3677.             return $this->privates['App\\Event\\PqnaRoutesListener'];
  3678.         }
  3679.         return $this->privates['App\\Event\\PqnaRoutesListener'] = new \App\Event\PqnaRoutesListener($a$b$c);
  3680.     }
  3681.     /**
  3682.      * Gets the private 'App\Repository\ArticlesRepository' shared autowired service.
  3683.      *
  3684.      * @return \App\Repository\ArticlesRepository
  3685.      */
  3686.     protected function getArticlesRepositoryService()
  3687.     {
  3688.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3689.         if (isset($this->privates['App\\Repository\\ArticlesRepository'])) {
  3690.             return $this->privates['App\\Repository\\ArticlesRepository'];
  3691.         }
  3692.         return $this->privates['App\\Repository\\ArticlesRepository'] = new \App\Repository\ArticlesRepository($a);
  3693.     }
  3694.     /**
  3695.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  3696.      *
  3697.      * @return \App\Repository\CategoryRepository
  3698.      */
  3699.     protected function getCategoryRepositoryService()
  3700.     {
  3701.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3702.         if (isset($this->privates['App\\Repository\\CategoryRepository'])) {
  3703.             return $this->privates['App\\Repository\\CategoryRepository'];
  3704.         }
  3705.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  3706.     }
  3707.     /**
  3708.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  3709.      *
  3710.      * @return \App\Repository\ContactRepository
  3711.      */
  3712.     protected function getContactRepositoryService()
  3713.     {
  3714.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3715.         if (isset($this->privates['App\\Repository\\ContactRepository'])) {
  3716.             return $this->privates['App\\Repository\\ContactRepository'];
  3717.         }
  3718.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  3719.     }
  3720.     /**
  3721.      * Gets the private 'App\Repository\SuluUsersRepository' shared autowired service.
  3722.      *
  3723.      * @return \App\Repository\SuluUsersRepository
  3724.      */
  3725.     protected function getSuluUsersRepositoryService()
  3726.     {
  3727.         $a = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3728.         if (isset($this->privates['App\\Repository\\SuluUsersRepository'])) {
  3729.             return $this->privates['App\\Repository\\SuluUsersRepository'];
  3730.         }
  3731.         return $this->privates['App\\Repository\\SuluUsersRepository'] = new \App\Repository\SuluUsersRepository($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  3732.     }
  3733.     /**
  3734.      * Gets the private 'App\Service\SynchroHubService' shared autowired service.
  3735.      *
  3736.      * @return \App\Service\SynchroHubService
  3737.      */
  3738.     protected function getSynchroHubServiceService()
  3739.     {
  3740.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3741.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3742.             return $this->privates['App\\Service\\SynchroHubService'];
  3743.         }
  3744.         $b = ($this->privates['App\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService());
  3745.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3746.             return $this->privates['App\\Service\\SynchroHubService'];
  3747.         }
  3748.         $c = ($this->privates['App\\Repository\\SuluUsersRepository'] ?? $this->getSuluUsersRepositoryService());
  3749.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3750.             return $this->privates['App\\Service\\SynchroHubService'];
  3751.         }
  3752.         $d = ($this->privates['App\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService());
  3753.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3754.             return $this->privates['App\\Service\\SynchroHubService'];
  3755.         }
  3756.         return $this->privates['App\\Service\\SynchroHubService'] = new \App\Service\SynchroHubService($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $b$c$d);
  3757.     }
  3758.     /**
  3759.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3760.      *
  3761.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3762.      */
  3763.     protected function getResetAssetsEventListenerService()
  3764.     {
  3765.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3766.     }
  3767.     /**
  3768.      * Gets the private 'annotations.cache_adapter' shared service.
  3769.      *
  3770.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3771.      */
  3772.     protected function getAnnotations_CacheAdapterService()
  3773.     {
  3774.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3775.     }
  3776.     /**
  3777.      * Gets the private 'annotations.cached_reader' shared service.
  3778.      *
  3779.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3780.      */
  3781.     protected function getAnnotations_CachedReaderService()
  3782.     {
  3783.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3784.     }
  3785.     /**
  3786.      * Gets the private 'annotations.reader' shared service.
  3787.      *
  3788.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3789.      */
  3790.     protected function getAnnotations_ReaderService()
  3791.     {
  3792.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3793.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3794.         $a->registerUniqueLoader('class_exists');
  3795.         $instance->addGlobalIgnoredName('required'$a);
  3796.         return $instance;
  3797.     }
  3798.     /**
  3799.      * Gets the private 'assets.context' shared service.
  3800.      *
  3801.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3802.      */
  3803.     protected function getAssets_ContextService()
  3804.     {
  3805.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3806.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  3807.     }
  3808.     /**
  3809.      * Gets the private 'assets.packages' shared service.
  3810.      *
  3811.      * @return \Symfony\Component\Asset\Packages
  3812.      */
  3813.     protected function getAssets_PackagesService()
  3814.     {
  3815.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__5).'/public/build/website/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  3816.             yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  3817.         }, 1));
  3818.     }
  3819.     /**
  3820.      * Gets the private 'cache.annotations' shared service.
  3821.      *
  3822.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3823.      */
  3824.     protected function getCache_AnnotationsService()
  3825.     {
  3826.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bfj7qvvhcA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3827.     }
  3828.     /**
  3829.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3830.      *
  3831.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3832.      */
  3833.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3834.     {
  3835.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3836.     }
  3837.     /**
  3838.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3839.      *
  3840.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3841.      */
  3842.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3843.     {
  3844.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3845.     }
  3846.     /**
  3847.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3848.      *
  3849.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3850.      */
  3851.     protected function getCache_Messenger_RestartWorkersSignalService()
  3852.     {
  3853.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('sxiiRtlnV2'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3854.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3855.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3856.     }
  3857.     /**
  3858.      * Gets the private 'cache.property_info' shared service.
  3859.      *
  3860.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3861.      */
  3862.     protected function getCache_PropertyInfoService()
  3863.     {
  3864.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KQ2QfO9oh4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3865.     }
  3866.     /**
  3867.      * Gets the private 'cache.security_expression_language' shared service.
  3868.      *
  3869.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3870.      */
  3871.     protected function getCache_SecurityExpressionLanguageService()
  3872.     {
  3873.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfRlKSlW5d'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3874.     }
  3875.     /**
  3876.      * Gets the private 'cache.serializer' shared service.
  3877.      *
  3878.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3879.      */
  3880.     protected function getCache_SerializerService()
  3881.     {
  3882.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hKeK4vr+gP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3883.     }
  3884.     /**
  3885.      * Gets the private 'cache.validator' shared service.
  3886.      *
  3887.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3888.      */
  3889.     protected function getCache_ValidatorService()
  3890.     {
  3891.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4KI7Uuq88K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3892.     }
  3893.     /**
  3894.      * Gets the private 'cache.webpack_encore' shared service.
  3895.      *
  3896.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3897.      */
  3898.     protected function getCache_WebpackEncoreService()
  3899.     {
  3900.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gGZfcMhUml'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3901.     }
  3902.     /**
  3903.      * Gets the private 'config_cache_factory' shared service.
  3904.      *
  3905.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3906.      */
  3907.     protected function getConfigCacheFactoryService()
  3908.     {
  3909.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3910.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  3911.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3912.         }, 2));
  3913.     }
  3914.     /**
  3915.      * Gets the private 'data_collector.form' shared service.
  3916.      *
  3917.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3918.      */
  3919.     protected function getDataCollector_FormService()
  3920.     {
  3921.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3922.     }
  3923.     /**
  3924.      * Gets the private 'data_collector.request' shared service.
  3925.      *
  3926.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3927.      */
  3928.     protected function getDataCollector_RequestService()
  3929.     {
  3930.         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())));
  3931.     }
  3932.     /**
  3933.      * Gets the private 'debug.controller_resolver' shared service.
  3934.      *
  3935.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3936.      */
  3937.     protected function getDebug_ControllerResolverService()
  3938.     {
  3939.         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))));
  3940.     }
  3941.     /**
  3942.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3943.      *
  3944.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3945.      */
  3946.     protected function getDebug_DebugHandlersListenerService()
  3947.     {
  3948.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3949.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3950.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3951.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3952.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3953.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  3954.     }
  3955.     /**
  3956.      * Gets the private 'debug.file_link_formatter' shared service.
  3957.      *
  3958.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3959.      */
  3960.     protected function getDebug_FileLinkFormatterService()
  3961.     {
  3962.         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__5), function () {
  3963.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3964.         });
  3965.     }
  3966.     /**
  3967.      * Gets the private 'debug.log_processor' shared service.
  3968.      *
  3969.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3970.      */
  3971.     protected function getDebug_LogProcessorService()
  3972.     {
  3973.         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())));
  3974.     }
  3975.     /**
  3976.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3977.      *
  3978.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3979.      */
  3980.     protected function getDebug_Security_Access_DecisionManagerService()
  3981.     {
  3982.         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 () {
  3983.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3984.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3985.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3986.             yield => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  3987.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3988.     }
  3989.     /**
  3990.      * Gets the private 'debug.security.firewall' shared service.
  3991.      *
  3992.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3993.      */
  3994.     protected function getDebug_Security_FirewallService()
  3995.     {
  3996.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3997.         if (isset($this->privates['debug.security.firewall'])) {
  3998.             return $this->privates['debug.security.firewall'];
  3999.         }
  4000.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4001.         if (isset($this->privates['debug.security.firewall'])) {
  4002.             return $this->privates['debug.security.firewall'];
  4003.         }
  4004.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4005.     }
  4006.     /**
  4007.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  4008.      *
  4009.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4010.      */
  4011.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  4012.     {
  4013.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4014.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  4015.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  4016.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  4017.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  4018.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  4019.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  4020.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  4021.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService'true],
  4022.             'massive_search.search.event_subscriber.doctrine_orm' => ['privates''massive_search.search.event_subscriber.doctrine_orm''getMassiveSearch_Search_EventSubscriber_DoctrineOrmService'true],
  4023.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  4024.             'sulu.persistence.event_subscriber.orm.metadata' => ['privates''sulu.persistence.event_subscriber.orm.metadata''getSulu_Persistence_EventSubscriber_Orm_MetadataService'true],
  4025.             'sulu.persistence.event_subscriber.orm.timestampable' => ['privates''sulu.persistence.event_subscriber.orm.timestampable''getSulu_Persistence_EventSubscriber_Orm_TimestampableService'true],
  4026.             'sulu.persistence.event_subscriber.orm.user_blame' => ['privates''sulu.persistence.event_subscriber.orm.user_blame''getSulu_Persistence_EventSubscriber_Orm_UserBlameService'true],
  4027.             'sulu_activity.domain_event_collector_subscriber' => ['privates''sulu_activity.domain_event_collector_subscriber''getSuluActivity_DomainEventCollectorSubscriberService'true],
  4028.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService'true],
  4029.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService'true],
  4030.             'sulu_core.doctrine.references' => ['privates''sulu_core.doctrine.references''getSuluCore_Doctrine_ReferencesService'true],
  4031.             'sulu_form.cache_invalidation_listener' => ['privates''sulu_form.cache_invalidation_listener''getSuluForm_CacheInvalidationListenerService'true],
  4032.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService'true],
  4033.             'sulu_security.permission_inheritance_subscriber' => ['privates''sulu_security.permission_inheritance_subscriber''getSuluSecurity_PermissionInheritanceSubscriberService'true],
  4034.         ], [
  4035.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  4036.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4037.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4038.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4039.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4040.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  4041.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  4042.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  4043.             'massive_search.search.event_subscriber.doctrine_orm' => '?',
  4044.             'stof_doctrine_extensions.listener.tree' => '?',
  4045.             'sulu.persistence.event_subscriber.orm.metadata' => '?',
  4046.             'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  4047.             'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  4048.             'sulu_activity.domain_event_collector_subscriber' => '?',
  4049.             'sulu_contact.account_listener' => '?',
  4050.             'sulu_contact.doctrine.invalidation_listener' => '?',
  4051.             'sulu_core.doctrine.references' => '?',
  4052.             'sulu_form.cache_invalidation_listener' => '?',
  4053.             'sulu_media.doctrine.invalidation_listener' => '?',
  4054.             'sulu_security.permission_inheritance_subscriber' => '?',
  4055.         ]), [=> 'sulu.persistence.event_subscriber.orm.metadata'=> 'sulu.persistence.event_subscriber.orm.user_blame'=> 'sulu_core.doctrine.references'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.resolve_target_entity'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'massive_search.search.event_subscriber.doctrine_orm'=> 'sulu.persistence.event_subscriber.orm.timestampable'10 => 'sulu_security.permission_inheritance_subscriber'11 => 'cmf_routing.persistence.doctrine.route_condition_metadata_listener'12 => 'stof_doctrine_extensions.listener.tree'13 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 14 => [=> [=> 'postGenerateSchema'], => 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener'], 15 => [=> [=> 'postPersist'], => 'sulu_contact.account_listener'], 16 => [=> [=> 'postPersist'], => 'sulu_contact.doctrine.invalidation_listener'], 17 => [=> [=> 'postUpdate'], => 'sulu_contact.doctrine.invalidation_listener'], 18 => [=> [=> 'preRemove'], => 'sulu_contact.doctrine.invalidation_listener'], 19 => [=> [=> 'postPersist'], => 'sulu_media.doctrine.invalidation_listener'], 20 => [=> [=> 'postUpdate'], => 'sulu_media.doctrine.invalidation_listener'], 21 => [=> [=> 'preRemove'], => 'sulu_media.doctrine.invalidation_listener'], 22 => [=> [=> 'postUpdate'], => 'sulu_form.cache_invalidation_listener'], 23 => [=> [=> 'preRemove'], => 'sulu_form.cache_invalidation_listener'], 24 => 'sulu_activity.domain_event_collector_subscriber']);
  4056.     }
  4057.     /**
  4058.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4059.      *
  4060.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4061.      */
  4062.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4063.     {
  4064.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__5).'/src/Entity'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/Entity'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Entity')], false);
  4065.     }
  4066.     /**
  4067.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  4068.      *
  4069.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  4070.      */
  4071.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  4072.     {
  4073.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity') => 'Gedmo\\Tree\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ContactBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\MediaBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\SecurityBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\CategoryBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\TagBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\WebsiteBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\RouteBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\FormBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\CommunityBundle\\Entity'], '.orm.xml'false);
  4074.         $instance->setGlobalBasename('mapping');
  4075.         return $instance;
  4076.     }
  4077.     /**
  4078.      * Gets the private 'esi_listener' shared service.
  4079.      *
  4080.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  4081.      */
  4082.     protected function getEsiListenerService()
  4083.     {
  4084.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  4085.     }
  4086.     /**
  4087.      * Gets the private 'exception_listener' shared service.
  4088.      *
  4089.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4090.      */
  4091.     protected function getExceptionListenerService()
  4092.     {
  4093.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4094.     }
  4095.     /**
  4096.      * Gets the private 'form.registry' shared service.
  4097.      *
  4098.      * @return \Symfony\Component\Form\FormRegistry
  4099.      */
  4100.     protected function getForm_RegistryService()
  4101.     {
  4102.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4103.             'App\\Form\\DepartementType' => ['privates''App\\Form\\DepartementType''getDepartementTypeService'true],
  4104.             'App\\Form\\PasswordForgetType' => ['privates''App\\Form\\PasswordForgetType''getPasswordForgetTypeService'true],
  4105.             'App\\Form\\PasswordResetType' => ['privates''App\\Form\\PasswordResetType''getPasswordResetTypeService'true],
  4106.             'App\\Form\\ProfileType' => ['privates''App\\Form\\ProfileType''getProfileTypeService'true],
  4107.             'App\\Form\\RegistrationType' => ['privates''App\\Form\\RegistrationType''getRegistrationTypeService'true],
  4108.             'App\\Form\\SocialMediaType' => ['privates''App\\Form\\SocialMediaType''getSocialMediaTypeService'true],
  4109.             'App\\Form\\TerritoryType' => ['privates''App\\Form\\TerritoryType''getTerritoryTypeService'true],
  4110.             'App\\Form\\ThematiquesType' => ['privates''App\\Form\\ThematiquesType''getThematiquesTypeService'true],
  4111.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService'true],
  4112.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  4113.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  4114.             'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => ['privates''sulu_form.form_type''getSuluForm_FormTypeService'true],
  4115.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService'true],
  4116.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService'true],
  4117.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService'true],
  4118.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService'true],
  4119.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4120.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  4121.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4122.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4123.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4124.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4125.         ], [
  4126.             'App\\Form\\DepartementType' => '?',
  4127.             'App\\Form\\PasswordForgetType' => '?',
  4128.             'App\\Form\\PasswordResetType' => '?',
  4129.             'App\\Form\\ProfileType' => '?',
  4130.             'App\\Form\\RegistrationType' => '?',
  4131.             'App\\Form\\SocialMediaType' => '?',
  4132.             'App\\Form\\TerritoryType' => '?',
  4133.             'App\\Form\\ThematiquesType' => '?',
  4134.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  4135.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  4136.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  4137.             'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => '?',
  4138.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  4139.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  4140.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  4141.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  4142.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4143.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  4144.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4145.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4146.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4147.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4148.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4149.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4150.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4151.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4152.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4153.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4154.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4155.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4156.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4157.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4158.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4159.         }, 1)], new RewindableGenerator(function () {
  4160.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4161.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4162.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4163.     }
  4164.     /**
  4165.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  4166.      *
  4167.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  4168.      */
  4169.     protected function getFosHttpCache_EventListener_TagService()
  4170.     {
  4171.         $a = ($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService());
  4172.         if (isset($this->privates['fos_http_cache.event_listener.tag'])) {
  4173.             return $this->privates['fos_http_cache.event_listener.tag'];
  4174.         }
  4175.         return $this->privates['fos_http_cache.event_listener.tag'] = new \FOS\HttpCacheBundle\EventListener\TagListener($a, ($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService()), new \FOS\HttpCacheBundle\Http\RuleMatcher(new \FOS\HttpCacheBundle\Http\RequestMatcher\CacheableRequestMatcher(), new \FOS\HttpCacheBundle\Http\ResponseMatcher\CacheableResponseMatcher([])), ($this->privates['fos_http_cache.rule_matcher.must_invalidate'] ?? $this->getFosHttpCache_RuleMatcher_MustInvalidateService()), NULL);
  4176.     }
  4177.     /**
  4178.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  4179.      *
  4180.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  4181.      */
  4182.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  4183.     {
  4184.         return $this->privates['fos_http_cache.rule_matcher.must_invalidate'] = new \FOS\HttpCacheBundle\Http\RuleMatcher(new \FOS\HttpCacheBundle\Http\RequestMatcher\UnsafeRequestMatcher(), new \FOS\HttpCacheBundle\Http\ResponseMatcher\NonErrorResponseMatcher());
  4185.     }
  4186.     /**
  4187.      * Gets the private 'fos_rest.body_listener' shared service.
  4188.      *
  4189.      * @return \FOS\RestBundle\EventListener\BodyListener
  4190.      */
  4191.     protected function getFosRest_BodyListenerService()
  4192.     {
  4193.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4194.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  4195.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  4196.         ], [
  4197.             'fos_rest.decoder.json' => '?',
  4198.             'fos_rest.decoder.xml' => '?',
  4199.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  4200.         $instance->setDefaultFormat(NULL);
  4201.         return $instance;
  4202.     }
  4203.     /**
  4204.      * Gets the private 'fos_rest.exception.codes_map' shared service.
  4205.      *
  4206.      * @return \FOS\RestBundle\Util\ExceptionValueMap
  4207.      */
  4208.     protected function getFosRest_Exception_CodesMapService()
  4209.     {
  4210.         return $this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Sulu\\Bundle\\CommunityBundle\\Entity\\InvalidTypeException' => 409'Sulu\\Bundle\\ArticleBundle\\Exception\\ParameterNotAllowedException' => 400'Sulu\\Bundle\\ArticleBundle\\Exception\\ArticlePageNotFoundException' => 404'Sulu\\Bundle\\TrashBundle\\Domain\\Exception\\TrashItemNotFoundException' => 404'Sulu\\Component\\DocumentManager\\Exception\\DocumentNotFoundException' => 404'Sulu\\Component\\CustomUrl\\Manager\\TitleAlreadyExistsException' => 400'Sulu\\Component\\CustomUrl\\Generator\\MissingDomainPartException' => 400'Sulu\\Component\\CustomUrl\\Manager\\RouteNotRemovableException' => 420'Sulu\\Component\\DocumentManager\\Exception\\VersionNotFoundException' => 404'Sulu\\Component\\Content\\Exception\\MandatoryPropertyException' => 400'Sulu\\Component\\Content\\Exception\\ResourceLocatorAlreadyExistsException' => 409'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryIdNotFoundException' => 404'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryKeyNotFoundException' => 404'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryKeyNotUniqueException' => 409'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryNameMissingException' => 400'Sulu\\Bundle\\CategoryBundle\\Exception\\KeywordIsMultipleReferencedException' => 409'Sulu\\Bundle\\CategoryBundle\\Exception\\KeywordNotUniqueException' => 409'Sulu\\Bundle\\SecurityBundle\\Exception\\RoleNameAlreadyExistsException' => 409'Sulu\\Bundle\\SecurityBundle\\Exception\\RoleKeyAlreadyExistsException' => 409'Sulu\\Bundle\\SecurityBundle\\Security\\Exception\\UsernameNotUniqueException' => 409'Sulu\\Bundle\\SecurityBundle\\Security\\Exception\\EmailNotUniqueException' => 409'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\MediaNotFoundException' => 404'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\FileVersionNotFoundException' => 404'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\FormatNotFoundException' => 404'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\FormatOptionsMissingParameterException' => 400'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\MediaException' => 400'Sulu\\Bundle\\AdminBundle\\Exception\\MetadataNotFoundException' => 404'Sulu\\Bundle\\AdminBundle\\Exception\\MetadataProviderNotFoundException' => 404'Sulu\\Component\\Rest\\Exception\\MissingArgumentException' => 400'Sulu\\Component\\Rest\\Exception\\MissingParameterException' => 400'Sulu\\Component\\Rest\\Exception\\InvalidHashException' => 409'Sulu\\Component\\Rest\\Csv\\ObjectNotSupportedException' => 406'Sulu\\Component\\Rest\\ListBuilder\\Filter\\InvalidFilterTypeOptionsException' => 400'Sulu\\Component\\Rest\\Exception\\RemoveDependantResourcesFoundExceptionInterface' => 409'Sulu\\Component\\Rest\\Exception\\InsufficientDescendantPermissionsException' => 403'Sulu\\Component\\Rest\\Exception\\ReferencingResourcesFoundExceptionInterface' => 409]);
  4211.     }
  4212.     /**
  4213.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  4214.      *
  4215.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  4216.      */
  4217.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  4218.     {
  4219.         return $this->privates['fos_rest.exception.response_status_code_listener'] = new \FOS\RestBundle\EventListener\ResponseStatusCodeListener(($this->privates['fos_rest.exception.codes_map'] ?? $this->getFosRest_Exception_CodesMapService()));
  4220.     }
  4221.     /**
  4222.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  4223.      *
  4224.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  4225.      */
  4226.     protected function getFosRest_ZoneMatcherListenerService()
  4227.     {
  4228.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  4229.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  4230.         return $instance;
  4231.     }
  4232.     /**
  4233.      * Gets the private 'fragment.listener' shared service.
  4234.      *
  4235.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4236.      */
  4237.     protected function getFragment_ListenerService()
  4238.     {
  4239.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  4240.     }
  4241.     /**
  4242.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  4243.      *
  4244.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  4245.      */
  4246.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  4247.     {
  4248.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['Sulu\\Bundle\\AdminBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SearchBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SnippetBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/config/serializer'), 'Sulu\\Bundle\\PageBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\DocumentManagerBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CustomUrlBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/config/serializer'), 'Sulu\\Bundle\\ArticleBundle' => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\CommunityBundle' => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/config/serializer'), 'Sulu\\Bundle\\CommunityBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\CustomUrl' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\DocumentManager' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Content' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Webspace' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/serializer'), 'Massive\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/massive'), 'Sulu\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/sulu'), 'Sulu\\Component\\SmartContent\\Configuration' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/DependencyInjection/../Resources/config/serializer')]));
  4249.     }
  4250.     /**
  4251.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  4252.      *
  4253.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  4254.      */
  4255.     protected function getJmsSerializer_TraceableEventDispatcherService()
  4256.     {
  4257.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4258.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  4259.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  4260.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  4261.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService'true],
  4262.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService'true],
  4263.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService'true],
  4264.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService'true],
  4265.             'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates''sulu_admin.dropdown_toolbar_action_subscriber''getSuluAdmin_DropdownToolbarActionSubscriberService'true],
  4266.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates''sulu_admin.save_with_form_dialog_toolbar_action_subscriber''getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService'true],
  4267.             'sulu_admin.toggler_toolbar_action_subscriber' => ['privates''sulu_admin.toggler_toolbar_action_subscriber''getSuluAdmin_TogglerToolbarActionSubscriberService'true],
  4268.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService'true],
  4269.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService'true],
  4270.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService'true],
  4271.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService'true],
  4272.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService'true],
  4273.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService'true],
  4274.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService'true],
  4275.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService'true],
  4276.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService'true],
  4277.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService'true],
  4278.             'sulu_article.serializer.article' => ['privates''sulu_article.serializer.article''getSuluArticle_Serializer_ArticleService'true],
  4279.             'sulu_article.serializer.urls' => ['privates''sulu_article.serializer.urls''getSuluArticle_Serializer_UrlsService'true],
  4280.             'sulu_article.serializer.article_page' => ['privates''sulu_article.serializer.article_page''getSuluArticle_Serializer_ArticlePageService'true],
  4281.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService'true],
  4282.         ], [
  4283.             'jms_serializer.stopwatch_subscriber' => '?',
  4284.             'jms_serializer.traceable_runs_listener' => '?',
  4285.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  4286.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  4287.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  4288.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  4289.             'sulu_core.representation_handler' => '?',
  4290.             'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  4291.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  4292.             'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  4293.             'sulu_security.document.serializer.subscriber.security' => '?',
  4294.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  4295.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  4296.             'sulu_page.document.serializer.subscriber.locale' => '?',
  4297.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  4298.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  4299.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  4300.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  4301.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  4302.             'sulu_hash.event_subscriber.serializer' => '?',
  4303.             'sulu_article.serializer.article' => '?',
  4304.             'sulu_article.serializer.urls' => '?',
  4305.             'sulu_article.serializer.article_page' => '?',
  4306.             'sulu_document_manager.serializer.subscriber.document' => '?',
  4307.         ]));
  4308.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  4309.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  4310.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  4311.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  4312.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  4313.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  4314.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  4315.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  4316.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  4317.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  4318.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], NULLNULLNULL);
  4319.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], NULLNULLNULL);
  4320.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], NULLNULLNULL);
  4321.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  4322.         $instance->addListener('serializer.post_serialize', [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], NULL'json'NULL);
  4323.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.dropdown_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction''json'NULL);
  4324.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction''json'NULL);
  4325.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.toggler_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction''json'NULL);
  4326.         $instance->addListener('serializer.post_serialize', [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], NULL'json'NULL);
  4327.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4328.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4329.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4330.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], NULL'json'NULL);
  4331.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4332.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4333.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4334.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], NULL'json'NULL);
  4335.         $instance->addListener('serializer.post_serialize', [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4336.         $instance->addListener('serializer.post_serialize', [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], NULLNULLNULL);
  4337.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addTypeOnPostSerialize'], NULL'json'NULL);
  4338.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addWebspaceSettingsOnPostSerialize'], NULL'json'NULL);
  4339.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addBrokenIndicatorOnPostSerialize'], NULL'json'NULL);
  4340.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addPageTitlePropertyNameOnPostSerialize'], NULL'json'NULL);
  4341.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.urls'=> 'addUrlsOnPostSerialize'], NULL'json'NULL);
  4342.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article_page'=> 'addTitleOnPostSerialize'], NULL'json'NULL);
  4343.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  4344.         $instance->addListener('serializer.post_deserialize', [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], NULLNULLNULL);
  4345.         return $instance;
  4346.     }
  4347.     /**
  4348.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  4349.      *
  4350.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  4351.      */
  4352.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  4353.     {
  4354.         $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, [
  4355.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService'true],
  4356.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  4357.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  4358.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  4359.             'jms_serializer.symfony_uid_handler' => ['privates''jms_serializer.symfony_uid_handler''getJmsSerializer_SymfonyUidHandlerService'true],
  4360.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService'true],
  4361.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService'true],
  4362.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService'true],
  4363.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  4364.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  4365.             'sulu_admin.schema_handler' => ['privates''sulu_admin.schema_handler''getSuluAdmin_SchemaHandlerService'true],
  4366.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService'true],
  4367.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  4368.         ], [
  4369.             'sulu_core.rest.datetime_handler' => '?',
  4370.             'jms_serializer.datetime_handler' => '?',
  4371.             'jms_serializer.array_collection_handler' => '?',
  4372.             'jms_serializer.iterator_handler' => '?',
  4373.             'jms_serializer.symfony_uid_handler' => '?',
  4374.             'sulu_page.document.serializer.handler.structure' => '?',
  4375.             'sulu_page.document.serializer.handler.extension_container' => '?',
  4376.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  4377.             'fos_rest.serializer.flatten_exception_handler' => '?',
  4378.             'jms_serializer.constraint_violation_handler' => '?',
  4379.             'sulu_admin.schema_handler' => '?',
  4380.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  4381.             'fos_rest.serializer.form_error_handler' => '?',
  4382.         ])));
  4383.         $instance->registerHandler(2'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  4384.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  4385.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  4386.         $instance->registerHandler(2'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  4387.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  4388.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  4389.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4390.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4391.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4392.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4393.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4394.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4395.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4396.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4397.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4398.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4399.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  4400.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  4401.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  4402.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  4403.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4404.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4405.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4406.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4407.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  4408.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  4409.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4410.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4411.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4412.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4413.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4414.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4415.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4416.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4417.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4418.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4419.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4420.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4421.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4422.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4423.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4424.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4425.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4426.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4427.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']);
  4428.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']);
  4429.         $instance->registerHandler(2'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge''json', [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']);
  4430.         $instance->registerHandler(1'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  4431.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  4432.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  4433.         $instance->registerHandler(1'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  4434.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  4435.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  4436.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  4437.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  4438.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4439.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4440.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4441.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4442.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4443.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4444.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4445.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4446.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4447.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4448.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  4449.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  4450.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  4451.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  4452.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  4453.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  4454.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  4455.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  4456.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4457.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4458.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4459.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4460.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4461.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4462.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4463.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4464.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4465.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4466.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4467.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4468.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4469.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4470.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4471.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4472.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4473.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4474.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4475.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4476.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4477.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4478.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4479.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4480.         $instance->registerHandler(1'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata''json', [=> 'sulu_admin.schema_handler'=> 'serializeToJsonSchema']);
  4481.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']);
  4482.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']);
  4483.         $instance->registerHandler(1'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection''json', [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']);
  4484.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  4485.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  4486.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  4487.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  4488.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  4489.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  4490.         return $instance;
  4491.     }
  4492.     /**
  4493.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  4494.      *
  4495.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  4496.      */
  4497.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  4498.     {
  4499.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4500.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  4501.         ], [
  4502.             'metadata_driver' => '?',
  4503.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  4504.         $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')))));
  4505.         $a->setIncludeInterfaces(false);
  4506.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  4507.     }
  4508.     /**
  4509.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  4510.      *
  4511.      * @return \JMS\SerializerBundle\Debug\RunsListener
  4512.      */
  4513.     protected function getJmsSerializer_TraceableRunsListenerService()
  4514.     {
  4515.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  4516.     }
  4517.     /**
  4518.      * Gets the private 'locale_aware_listener' shared service.
  4519.      *
  4520.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4521.      */
  4522.     protected function getLocaleAwareListenerService()
  4523.     {
  4524.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4525.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4526.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4527.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4528.     }
  4529.     /**
  4530.      * Gets the private 'locale_listener' shared service.
  4531.      *
  4532.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4533.      */
  4534.     protected function getLocaleListenerService()
  4535.     {
  4536.         $a = ($this->services['router'] ?? $this->getRouterService());
  4537.         if (isset($this->privates['locale_listener'])) {
  4538.             return $this->privates['locale_listener'];
  4539.         }
  4540.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en'$afalse, []);
  4541.     }
  4542.     /**
  4543.      * Gets the private 'monolog.handler.console' shared service.
  4544.      *
  4545.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4546.      */
  4547.     protected function getMonolog_Handler_ConsoleService()
  4548.     {
  4549.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4550.     }
  4551.     /**
  4552.      * Gets the private 'monolog.handler.main' shared service.
  4553.      *
  4554.      * @return \Monolog\Handler\StreamHandler
  4555.      */
  4556.     protected function getMonolog_Handler_MainService()
  4557.     {
  4558.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 'debug'trueNULLfalse);
  4559.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4560.         return $instance;
  4561.     }
  4562.     /**
  4563.      * Gets the private 'monolog.logger' shared service.
  4564.      *
  4565.      * @return \Symfony\Bridge\Monolog\Logger
  4566.      */
  4567.     protected function getMonolog_LoggerService()
  4568.     {
  4569.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4570.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4571.         $instance->useMicrosecondTimestamps(true);
  4572.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4573.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4574.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4575.         return $instance;
  4576.     }
  4577.     /**
  4578.      * Gets the private 'monolog.logger.cache' shared service.
  4579.      *
  4580.      * @return \Symfony\Bridge\Monolog\Logger
  4581.      */
  4582.     protected function getMonolog_Logger_CacheService()
  4583.     {
  4584.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4585.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4586.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4587.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4588.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4589.         return $instance;
  4590.     }
  4591.     /**
  4592.      * Gets the private 'monolog.logger.request' shared service.
  4593.      *
  4594.      * @return \Symfony\Bridge\Monolog\Logger
  4595.      */
  4596.     protected function getMonolog_Logger_RequestService()
  4597.     {
  4598.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4599.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4600.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4601.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4602.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4603.         return $instance;
  4604.     }
  4605.     /**
  4606.      * Gets the private 'parameter_bag' shared service.
  4607.      *
  4608.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4609.      */
  4610.     protected function getParameterBagService()
  4611.     {
  4612.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4613.     }
  4614.     /**
  4615.      * Gets the private 'profiler_listener' shared service.
  4616.      *
  4617.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4618.      */
  4619.     protected function getProfilerListenerService()
  4620.     {
  4621.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4622.         if (isset($this->privates['profiler_listener'])) {
  4623.             return $this->privates['profiler_listener'];
  4624.         }
  4625.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  4626.     }
  4627.     /**
  4628.      * Gets the private 'property_info' shared service.
  4629.      *
  4630.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4631.      */
  4632.     protected function getPropertyInfoService()
  4633.     {
  4634.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4635.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4636.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4637.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4638.         }, 3), new RewindableGenerator(function () {
  4639.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4640.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4641.         }, 2), new RewindableGenerator(function () {
  4642.             return new \EmptyIterator();
  4643.         }, 0), new RewindableGenerator(function () {
  4644.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4645.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4646.         }, 2), new RewindableGenerator(function () {
  4647.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4648.         }, 1));
  4649.     }
  4650.     /**
  4651.      * Gets the private 'router.expression_language_provider' shared service.
  4652.      *
  4653.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4654.      */
  4655.     protected function getRouter_ExpressionLanguageProviderService()
  4656.     {
  4657.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4658.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4659.         ], [
  4660.             'env' => 'Closure',
  4661.         ]));
  4662.     }
  4663.     /**
  4664.      * Gets the private 'router.request_context' shared service.
  4665.      *
  4666.      * @return \Symfony\Component\Routing\RequestContext
  4667.      */
  4668.     protected function getRouter_RequestContextService()
  4669.     {
  4670.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4671.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4672.         return $instance;
  4673.     }
  4674.     /**
  4675.      * Gets the private 'security.csrf.token_storage' shared service.
  4676.      *
  4677.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4678.      */
  4679.     protected function getSecurity_Csrf_TokenStorageService()
  4680.     {
  4681.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4682.     }
  4683.     /**
  4684.      * Gets the private 'security.firewall.map' shared service.
  4685.      *
  4686.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4687.      */
  4688.     protected function getSecurity_Firewall_MapService()
  4689.     {
  4690.         $a = ($this->privates['.service_locator.3gtmNbi'] ?? $this->get_ServiceLocator_3gtmNbiService());
  4691.         if (isset($this->privates['security.firewall.map'])) {
  4692.             return $this->privates['security.firewall.map'];
  4693.         }
  4694.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4695.             yield 'security.firewall.map.context.pqna' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4696.         }, 1));
  4697.     }
  4698.     /**
  4699.      * Gets the private 'security.helper' shared service.
  4700.      *
  4701.      * @return \Symfony\Component\Security\Core\Security
  4702.      */
  4703.     protected function getSecurity_HelperService()
  4704.     {
  4705.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4706.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4707.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4708.         ], [
  4709.             'security.authorization_checker' => '?',
  4710.             'security.token_storage' => '?',
  4711.         ]));
  4712.     }
  4713.     /**
  4714.      * Gets the private 'security.logout_url_generator' shared service.
  4715.      *
  4716.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4717.      */
  4718.     protected function getSecurity_LogoutUrlGeneratorService()
  4719.     {
  4720.         $a = ($this->services['router'] ?? $this->getRouterService());
  4721.         if (isset($this->privates['security.logout_url_generator'])) {
  4722.             return $this->privates['security.logout_url_generator'];
  4723.         }
  4724.         $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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4725.         $instance->registerListener('pqna''sulu_community.logout''logout''_csrf_token'NULLNULL);
  4726.         return $instance;
  4727.     }
  4728.     /**
  4729.      * Gets the private 'session_listener' shared service.
  4730.      *
  4731.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4732.      */
  4733.     protected function getSessionListenerService()
  4734.     {
  4735.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4736.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  4737.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4738.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4739.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  4740.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4741.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4742.         ], [
  4743.             'initialized_session' => '?',
  4744.             'logger' => '?',
  4745.             'request_stack' => '?',
  4746.             'session' => '?',
  4747.             'session_collector' => '?',
  4748.             'session_factory' => '?',
  4749.         ]), true$this->parameters['session.storage.options']);
  4750.     }
  4751.     /**
  4752.      * Gets the private 'sulu.content.query_executor' shared service.
  4753.      *
  4754.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  4755.      */
  4756.     protected function getSulu_Content_QueryExecutorService()
  4757.     {
  4758.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  4759.         if (isset($this->privates['sulu.content.query_executor'])) {
  4760.             return $this->privates['sulu.content.query_executor'];
  4761.         }
  4762.         return $this->privates['sulu.content.query_executor'] = new \Sulu\Component\Content\Query\ContentQueryExecutor(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4763.     }
  4764.     /**
  4765.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  4766.      *
  4767.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  4768.      */
  4769.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  4770.     {
  4771.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4772.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4773.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4774.         }
  4775.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4776.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4777.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4778.         }
  4779.         return $this->privates['sulu.content.resource_locator.mapper.phpcr'] = new \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $a$b);
  4780.     }
  4781.     /**
  4782.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  4783.      *
  4784.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  4785.      */
  4786.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  4787.     {
  4788.         $a = ($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService());
  4789.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4790.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4791.         }
  4792.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4793.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4794.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4795.         }
  4796.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4797.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4798.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4799.         }
  4800.         $d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4801.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4802.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4803.         }
  4804.         return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy($a, ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), $b, ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), $c$d, ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] ?? ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeGenerator())));
  4805.     }
  4806.     /**
  4807.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  4808.      *
  4809.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  4810.      */
  4811.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  4812.     {
  4813.         $a = ($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] ?? $this->getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService());
  4814.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4815.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4816.         }
  4817.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4818.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4819.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4820.         }
  4821.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4822.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4823.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4824.         }
  4825.         $d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4826.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4827.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4828.         }
  4829.         return $this->privates['sulu.content.resource_locator.strategy_pool'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool(['tree_leaf_edit' => $a'tree_full_edit' => new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeFullEditStrategy(($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService()), ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), $b, ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), $c$d, ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] ?? ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeGenerator())))], ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  4830.     }
  4831.     /**
  4832.      * Gets the private 'sulu_activity.domain_event_collector' shared service.
  4833.      *
  4834.      * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  4835.      */
  4836.     protected function getSuluActivity_DomainEventCollectorService()
  4837.     {
  4838.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4839.         if (isset($this->privates['sulu_activity.domain_event_collector'])) {
  4840.             return $this->privates['sulu_activity.domain_event_collector'];
  4841.         }
  4842.         return $this->privates['sulu_activity.domain_event_collector'] = new \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector($a);
  4843.     }
  4844.     /**
  4845.      * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  4846.      *
  4847.      * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  4848.      */
  4849.     protected function getSuluActivity_DomainEventDispatcherService()
  4850.     {
  4851.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4852.         if (isset($this->privates['sulu_activity.domain_event_dispatcher'])) {
  4853.             return $this->privates['sulu_activity.domain_event_dispatcher'];
  4854.         }
  4855.         return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher($a);
  4856.     }
  4857.     /**
  4858.      * Gets the private 'sulu_admin.collaboration_cache' shared service.
  4859.      *
  4860.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4861.      */
  4862.     protected function getSuluAdmin_CollaborationCacheService()
  4863.     {
  4864.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('44wBQ1Ngvb'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4865.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4866.         return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4867.     }
  4868.     /**
  4869.      * Gets the private 'sulu_article.content.data_provider.proxy_factory' shared service.
  4870.      *
  4871.      * @return \ProxyManager\Factory\LazyLoadingValueHolderFactory
  4872.      */
  4873.     protected function getSuluArticle_Content_DataProvider_ProxyFactoryService()
  4874.     {
  4875.         return $this->privates['sulu_article.content.data_provider.proxy_factory'] = new \ProxyManager\Factory\LazyLoadingValueHolderFactory(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService()));
  4876.     }
  4877.     /**
  4878.      * Gets the private 'sulu_article.factory.resource_item' shared service.
  4879.      *
  4880.      * @return \Sulu\Bundle\ArticleBundle\Content\ArticleResourceItemFactory
  4881.      */
  4882.     protected function getSuluArticle_Factory_ResourceItemService()
  4883.     {
  4884.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4885.         if (isset($this->privates['sulu_article.factory.resource_item'])) {
  4886.             return $this->privates['sulu_article.factory.resource_item'];
  4887.         }
  4888.         return $this->privates['sulu_article.factory.resource_item'] = new \Sulu\Bundle\ArticleBundle\Content\ArticleResourceItemFactory($a, ($this->privates['sulu_article.content.data_provider.proxy_factory'] ?? $this->getSuluArticle_Content_DataProvider_ProxyFactoryService()));
  4889.     }
  4890.     /**
  4891.      * Gets the private 'sulu_article.resolver.webspaces' shared service.
  4892.      *
  4893.      * @return \Sulu\Bundle\ArticleBundle\Document\Resolver\WebspaceResolver
  4894.      */
  4895.     protected function getSuluArticle_Resolver_WebspacesService()
  4896.     {
  4897.         return $this->privates['sulu_article.resolver.webspaces'] = new \Sulu\Bundle\ArticleBundle\Document\Resolver\WebspaceResolver(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), new \Sulu\Bundle\ArticleBundle\DependencyInjection\WebspaceSettingsConfigurationResolver([], []));
  4898.     }
  4899.     /**
  4900.      * Gets the private 'sulu_category.category_request_handler' shared service.
  4901.      *
  4902.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  4903.      */
  4904.     protected function getSuluCategory_CategoryRequestHandlerService()
  4905.     {
  4906.         return $this->privates['sulu_category.category_request_handler'] = new \Sulu\Component\Category\Request\CategoryRequestHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4907.     }
  4908.     /**
  4909.      * Gets the private 'sulu_core.cache.memoize' shared service.
  4910.      *
  4911.      * @return \Sulu\Component\Cache\Memoize
  4912.      */
  4913.     protected function getSuluCore_Cache_MemoizeService()
  4914.     {
  4915.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  4916.     }
  4917.     /**
  4918.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  4919.      *
  4920.      * @return \ProxyManager\Configuration
  4921.      */
  4922.     protected function getSuluCore_ProxyManager_ConfigurationService()
  4923.     {
  4924.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  4925.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  4926.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  4927.         return $instance;
  4928.     }
  4929.     /**
  4930.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  4931.      *
  4932.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  4933.      */
  4934.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  4935.     {
  4936.         $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  4937.         return $this->privates['sulu_core.webspace.loader.delegator'] = new \Symfony\Component\Config\Loader\DelegatingLoader(new \Symfony\Component\Config\Loader\LoaderResolver([=> new \Sulu\Component\Webspace\Loader\XmlFileLoader11($a), => new \Sulu\Component\Webspace\Loader\XmlFileLoader10($a)]));
  4938.     }
  4939.     /**
  4940.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  4941.      *
  4942.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  4943.      */
  4944.     protected function getSuluCustomUrls_DomainGeneratorService()
  4945.     {
  4946.         return $this->privates['sulu_custom_urls.domain_generator'] = new \Sulu\Component\CustomUrl\Generator\Generator(($this->privates['sulu_core.webspace.webspace_manager.url_replacer'] ?? ($this->privates['sulu_core.webspace.webspace_manager.url_replacer'] = new \Sulu\Component\Webspace\Url\Replacer())));
  4947.     }
  4948.     /**
  4949.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  4950.      *
  4951.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  4952.      */
  4953.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  4954.     {
  4955.         if ($lazyLoad) {
  4956.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  4957.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4958.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  4959.                     $proxy->setProxyInitializer(null);
  4960.                     return true;
  4961.                 });
  4962.             });
  4963.         }
  4964.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  4965.         return new \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor(($this->services['sulu_custom_urls.manager'] ?? $this->getSuluCustomUrls_ManagerService()), ($this->privates['sulu_custom_urls.domain_generator'] ?? $this->getSuluCustomUrls_DomainGeneratorService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), 'dev');
  4966.     }
  4967.     /**
  4968.      * Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
  4969.      *
  4970.      * @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
  4971.      */
  4972.     protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
  4973.     {
  4974.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4975.         if (isset($this->privates['sulu_document_manager.document_domain_event_collector'])) {
  4976.             return $this->privates['sulu_document_manager.document_domain_event_collector'];
  4977.         }
  4978.         return $this->privates['sulu_document_manager.document_domain_event_collector'] = new \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector($a);
  4979.     }
  4980.     /**
  4981.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  4982.      *
  4983.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4984.      */
  4985.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  4986.     {
  4987.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4988.         $instance->addListener('sulu_form.handler.saved', [=> function () {
  4989.             return ($this->privates['App\\EventSubscriber\\InscriptionEventSubscriber'] ?? $this->load('getInscriptionEventSubscriberService'));
  4990.         }, => 'noPayboxInscription'], 0);
  4991.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4992.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  4993.         }, => 'onPublish'], 0);
  4994.         $instance->addListener('massive_search.pre_index', [=> function () {
  4995.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  4996.         }, => 'onPreIndex'], -200);
  4997.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4998.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4999.         }, => 'handleFlush'], 0);
  5000.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5001.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5002.         }, => 'handlePrePersist'], 479);
  5003.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5004.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5005.         }, => 'handlePersist'], -10000);
  5006.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5007.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5008.         }, => 'handleRemove'], -10000);
  5009.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5010.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5011.         }, => 'handleRemoveLocale'], -10000);
  5012.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5013.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5014.         }, => 'handleCopyLocale'], -10000);
  5015.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5016.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5017.         }, => 'handleCopy'], -10000);
  5018.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5019.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  5020.         }, => 'storeSnippetToTrash'], 1024);
  5021.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5022.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  5023.         }, => 'flushTrashItem'], 0);
  5024.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5025.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  5026.         }, => 'clearPendingTrashItem'], 0);
  5027.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5028.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5029.         }, => 'indexPersistedDocument'], -10);
  5030.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5031.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5032.         }, => 'indexPublishedDocument'], -256);
  5033.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5034.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5035.         }, => 'deindexRemovedDocument'], 600);
  5036.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5037.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5038.         }, => 'deindexUnpublishedDocument'], -1024);
  5039.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5040.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5041.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  5042.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5043.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5044.         }, => 'deindexRemovedLocaleDocument'], -1024);
  5045.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5046.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  5047.         }, => 'preventRemoveWithChildren'], 4096);
  5048.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5049.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  5050.         }, => 'addForceRemoveChildrenOption'], 0);
  5051.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5052.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5053.         }, => 'handleConfigureOptions'], 0);
  5054.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5055.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5056.         }, => 'handleFlush'], 0);
  5057.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5058.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5059.         }, => 'handlePrePersist'], 479);
  5060.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5061.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5062.         }, => 'handlePersist'], -10000);
  5063.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5064.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5065.         }, => 'handleRemove'], -10000);
  5066.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5067.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5068.         }, => 'handleRemoveLocale'], -10000);
  5069.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5070.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5071.         }, => 'handleCopyLocale'], -10000);
  5072.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5073.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5074.         }, => 'handleCopy'], -10000);
  5075.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5076.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5077.         }, => 'handlePreMove'], 10000);
  5078.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5079.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5080.         }, => 'handleMove'], -10000);
  5081.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5082.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5083.         }, => 'handlePublish'], -10000);
  5084.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5085.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5086.         }, => 'handleUnpublish'], -10000);
  5087.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5088.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5089.         }, => 'handleRemoveDraft'], -10000);
  5090.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5091.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5092.         }, => 'handleRestore'], -10000);
  5093.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5094.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5095.         }, => 'handleReorder'], -10000);
  5096.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5097.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5098.         }, => 'saveStructureData'], 0);
  5099.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5100.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5101.         }, => 'handlePersistStagedProperties'], 50);
  5102.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5103.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5104.         }, => 'handlePersistStructureType'], 100);
  5105.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5106.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5107.         }, => 'saveStructureData'], 0);
  5108.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5109.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5110.         }, => 'handleHydrate'], 0);
  5111.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5112.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5113.         }, => 'configureOptions'], 0);
  5114.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5115.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  5116.         }, => 'handleMetadataLoad'], 0);
  5117.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5118.             return ($this->privates['sulu_redirect_type.document.subscriber.redirect_type'] ?? ($this->privates['sulu_redirect_type.document.subscriber.redirect_type'] = new \Sulu\Component\Content\Document\Subscriber\RedirectTypeSubscriber()));
  5119.         }, => 'handleMetadataLoad'], 0);
  5120.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5121.             return ($this->privates['sulu_redirect_type.document.subscriber.redirect_type'] ?? ($this->privates['sulu_redirect_type.document.subscriber.redirect_type'] = new \Sulu\Component\Content\Document\Subscriber\RedirectTypeSubscriber()));
  5122.         }, => 'handlePersist'], 15);
  5123.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5124.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5125.         }, => 'handlePersistDocument'], 10);
  5126.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5127.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5128.         }, => 'handleHydrate'], -200);
  5129.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5130.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5131.         }, => 'updateMovedDocument'], -128);
  5132.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5133.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5134.         }, => 'updateCopiedDocument'], -128);
  5135.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5136.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5137.         }, => 'handlePersistRoute'], -128);
  5138.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5139.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5140.         }, => 'setWorkflowStageOnDocument'], 0);
  5141.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5142.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5143.         }, => 'setWorkflowStageToTest'], 0);
  5144.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5145.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5146.         }, => 'setWorkflowStageToPublished'], 0);
  5147.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5148.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5149.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  5150.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5151.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5152.         }, => 'setWorkflowStageToTestForCopy'], 0);
  5153.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5154.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5155.         }, => 'setWorkflowStageToTestForRestore'], -32);
  5156.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5157.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5158.         }, => 'handleMetadataLoad'], 0);
  5159.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5160.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5161.         }, => 'handlePersistUpdateUrl'], 20);
  5162.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5163.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5164.         }, => 'saveShadowProperties'], 15);
  5165.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5166.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5167.         }, => 'handleHydrate'], 390);
  5168.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5169.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5170.         }, => 'saveShadowProperties'], 15);
  5171.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5172.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5173.         }, => 'handleConfigureOptions'], 0);
  5174.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5175.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  5176.         }, => 'copyShadowProperties'], -256);
  5177.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5178.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  5179.         }, => 'copyShadowProperties'], 0);
  5180.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5181.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  5182.         }, => 'setTitleOnDocument'], -10);
  5183.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5184.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  5185.         }, => 'setTitleOnNode'], 10);
  5186.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5187.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  5188.         }, => 'setTitleOnNode'], 10);
  5189.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5190.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  5191.         }, => 'handleHydrate'], 400);
  5192.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5193.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  5194.         }, => 'saveExtensionData'], 10);
  5195.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5196.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  5197.         }, => 'saveExtensionData'], 10);
  5198.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5199.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  5200.         }, => 'handleHydrate'], -10);
  5201.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5202.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  5203.         }, => 'handlePersist'], 0);
  5204.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5205.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  5206.         }, => 'handleMetadataLoad'], 0);
  5207.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5208.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  5209.         }, => 'handleReorder'], 0);
  5210.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5211.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  5212.         }, => 'handlePersist'], 0);
  5213.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5214.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  5215.         }, => 'handlePersistCreate'], 3);
  5216.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5217.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  5218.         }, => 'handleHydrate'], 0);
  5219.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5220.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  5221.         }, => 'deleteUnavailableLocales'], 256);
  5222.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5223.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  5224.         }, => 'handleWebspace'], 0);
  5225.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5226.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  5227.         }, => 'handleWebspace'], -10);
  5228.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5229.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5230.         }, => 'handleSetNodeOnPersist'], 490);
  5231.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5232.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5233.         }, => 'handlePersist'], 5);
  5234.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5235.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5236.         }, => 'handleHydrate'], 0);
  5237.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5238.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5239.         }, => 'handleRemove'], 550);
  5240.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5241.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5242.         }, => 'handlePublish'], 0);
  5243.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5244.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  5245.         }, => 'handleMetadataLoad'], 0);
  5246.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5247.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  5248.         }, => 'handleMetadataLoad'], 0);
  5249.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5250.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5251.         }, => 'createNodeInPublicWorkspace'], -490);
  5252.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5253.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5254.         }, => 'removeNodeFromPublicWorkspace'], 0);
  5255.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5256.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5257.         }, => 'moveNodeInPublicWorkspace'], 0);
  5258.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5259.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5260.         }, => 'copyNodeInPublicWorkspace'], 0);
  5261.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5262.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5263.         }, => 'reorderNodeInPublicWorkspace'], 0);
  5264.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5265.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5266.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  5267.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5268.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5269.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  5270.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5271.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5272.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  5273.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5274.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5275.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  5276.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5277.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5278.         }, => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  5279.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5280.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5281.         }, => 'flushPublicWorkspace'], 0);
  5282.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5283.             return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  5284.         }, => 'handleCopyLocale'], 0);
  5285.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5286.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5287.         }, => 'handlePreRemove'], 510);
  5288.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5289.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5290.         }, => 'handlePostRemove'], -100);
  5291.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5292.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5293.         }, => 'handlePersist'], 0);
  5294.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5295.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5296.         }, => 'handleFlush'], 0);
  5297.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5298.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  5299.         }, => 'handleRemove'], 550);
  5300.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5301.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5302.         }, => 'storePageTranslationToTrash'], 1024);
  5303.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5304.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5305.         }, => 'storePageToTrash'], 1024);
  5306.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5307.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5308.         }, => 'flushTrashItem'], 0);
  5309.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5310.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5311.         }, => 'clearPendingTrashItem'], 0);
  5312.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5313.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5314.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  5315.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5316.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5317.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  5318.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5319.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5320.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  5321.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5322.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5323.         }, => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  5324.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5325.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  5326.         }, => 'onClear'], -256);
  5327.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5328.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  5329.         }, => 'onFlush'], -256);
  5330.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5331.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  5332.         }, => 'handleHydrate'], 500);
  5333.         $instance->addListener('sulu_document_manager.create', [=> function () {
  5334.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  5335.         }, => 'handleCreate'], 500);
  5336.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5337.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5338.         }, => 'handleDefaultLocale'], 520);
  5339.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5340.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5341.         }, => 'handleDocumentFromRegistry'], 510);
  5342.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5343.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5344.         }, => 'handleStopPropagationAndResetLocale'], 509);
  5345.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5346.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5347.         }, => 'handleHydrate'], 490);
  5348.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5349.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5350.         }, => 'handleEndHydrate'], -500);
  5351.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5352.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5353.         }, => 'handlePersist'], 450);
  5354.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5355.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5356.         }, => 'handleNodeFromRegistry'], 510);
  5357.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5358.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5359.         }, => 'handleEndPersist'], -500);
  5360.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5361.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5362.         }, => 'handleRemove'], 490);
  5363.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5364.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5365.         }, => 'handleClear'], 500);
  5366.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5367.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5368.         }, => 'handleNodeFromRegistry'], 510);
  5369.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5370.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5371.         }, => 'configureOptions'], 0);
  5372.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5373.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5374.         }, => 'handleNodeFromRegistry'], 512);
  5375.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5376.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5377.         }, => 'handleNodeFromRegistry'], 512);
  5378.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5379.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5380.         }, => 'handleNodeFromRegistry'], 512);
  5381.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5382.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  5383.         }, => 'handleReorder'], 500);
  5384.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5385.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  5386.         }, => 'setDocumentMixinsOnNode'], 468);
  5387.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5388.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  5389.         }, => 'setDocumentMixinsOnNode'], 468);
  5390.         $instance->addListener('sulu_document_manager.find', [=> function () {
  5391.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  5392.         }, => 'handleFind'], 500);
  5393.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5394.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  5395.         }, => 'configureOptions'], 0);
  5396.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  5397.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5398.         }, => 'handleCreate'], 500);
  5399.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  5400.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5401.         }, => 'handleCreateBuilder'], 500);
  5402.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  5403.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5404.         }, => 'handleQueryExecute'], 500);
  5405.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5406.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5407.         }, => 'handleMove'], 400);
  5408.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5409.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5410.         }, => 'handleCopy'], 400);
  5411.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5412.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5413.         }, => 'handleClear'], 500);
  5414.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5415.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5416.         }, => 'handleFlush'], 500);
  5417.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5418.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  5419.         }, => 'handleRemove'], 500);
  5420.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5421.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5422.         }, => 'handleHydrate'], -100);
  5423.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5424.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5425.         }, => 'handleMapping'], -100);
  5426.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5427.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5428.         }, => 'handleMapping'], -128);
  5429.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  5430.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  5431.         }, => 'refreshDocument'], 0);
  5432.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5433.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  5434.         }, => 'refreshDocumentForDeleteDraft'], -512);
  5435.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5436.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  5437.         }, => 'setDefaultUser'], 0);
  5438.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5439.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5440.         }, => 'configureOptions'], 0);
  5441.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5442.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5443.         }, => 'handleScheduleRename'], 0);
  5444.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5445.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5446.         }, => 'handlePersist'], 480);
  5447.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5448.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5449.         }, => 'handleMove'], 480);
  5450.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5451.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5452.         }, => 'handleCopy'], 480);
  5453.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5454.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5455.         }, => 'handleRename'], 510);
  5456.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5457.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  5458.         }, => 'handlePersist'], 485);
  5459.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5460.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  5461.         }, => 'configureOptions'], 0);
  5462.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5463.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5464.         }, => 'setBlamesOnDocument'], 0);
  5465.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5466.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5467.         }, => 'setBlamesOnNodeForPersist'], 0);
  5468.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5469.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5470.         }, => 'setBlamesOnNodeForPublish'], 0);
  5471.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5472.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5473.         }, => 'setChangerForRestore'], -32);
  5474.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5475.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5476.         }, => 'setAuthorOnDocument'], 0);
  5477.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5478.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5479.         }, => 'setAuthorOnNode'], 0);
  5480.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5481.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5482.         }, => 'setAuthorOnNode'], 0);
  5483.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5484.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5485.         }, => 'setTimestampsOnNodeForPersist'], 0);
  5486.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5487.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5488.         }, => 'setTimestampsOnNodeForPublish'], 0);
  5489.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5490.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5491.         }, => 'setChangedForRestore'], -32);
  5492.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5493.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5494.         }, => 'setTimestampsOnDocument'], 0);
  5495.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5496.             return ($this->privates['sulu_document_manager.suscriber.behavior.node_name'] ?? ($this->privates['sulu_document_manager.suscriber.behavior.node_name'] = new \Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber()));
  5497.         }, => 'setFinalNodeName'], 0);
  5498.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5499.             return ($this->privates['sulu_document_manager.suscriber.behavior.node_name'] ?? ($this->privates['sulu_document_manager.suscriber.behavior.node_name'] = new \Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber()));
  5500.         }, => 'setInitialNodeName'], 0);
  5501.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5502.             return ($this->privates['sulu_document_manager.suscriber.behavior.node_name'] ?? ($this->privates['sulu_document_manager.suscriber.behavior.node_name'] = new \Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber()));
  5503.         }, => 'setFinalNodeName'], -480);
  5504.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5505.             return ($this->privates['sulu_document_manager.suscriber.behavior.uuid'] ?? ($this->privates['sulu_document_manager.suscriber.behavior.uuid'] = new \Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\UuidSubscriber()));
  5506.         }, => 'handleUuid'], 0);
  5507.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5508.             return ($this->privates['sulu_document_manager.suscriber.behavior.uuid'] ?? ($this->privates['sulu_document_manager.suscriber.behavior.uuid'] = new \Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\UuidSubscriber()));
  5509.         }, => 'handleUuid'], 0);
  5510.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5511.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  5512.         }, => 'handleLocale'], 410);
  5513.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5514.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  5515.         }, => 'handleLocale'], 410);
  5516.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5517.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5518.         }, => 'handleHydrate'], 0);
  5519.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5520.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5521.         }, => 'handleChangeParent'], 0);
  5522.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5523.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5524.         }, => 'handleSetParentNodeFromDocument'], 490);
  5525.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5526.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5527.         }, => 'handleMove'], 0);
  5528.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5529.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  5530.         }, => 'handleHydrate'], 0);
  5531.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5532.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5533.         }, => 'setInitialPath'], 0);
  5534.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5535.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5536.         }, => 'setFinalPath'], -495);
  5537.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5538.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5539.         }, => 'setFinalPath'], 0);
  5540.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5541.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  5542.         }, => 'handlePersist'], 485);
  5543.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5544.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  5545.         }, => 'handlePersist'], 490);
  5546.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5547.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  5548.         }, => 'handlePersist'], 500);
  5549.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5550.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  5551.         }, => 'handlePersist'], 0);
  5552.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5553.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  5554.         }, => 'handleRemove'], 550);
  5555.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5556.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  5557.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  5558.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5559.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  5560.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  5561.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5562.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5563.         }, => 'storeCustomUrlToTrash'], 1024);
  5564.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5565.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5566.         }, => 'flushTrashItem'], 0);
  5567.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5568.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5569.         }, => 'clearPendingTrashItem'], 0);
  5570.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5571.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5572.         }, => 'handleHydrate'], 0);
  5573.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5574.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5575.         }, => 'handlePersist'], -2000);
  5576.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5577.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5578.         }, => 'handleRemove'], 1024);
  5579.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5580.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5581.         }, => 'handleRemoveLocale'], 1024);
  5582.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5583.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5584.         }, => 'handlePublish'], -2000);
  5585.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5586.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5587.         }, => 'handleCopy'], -2000);
  5588.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5589.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  5590.         }, => 'handlePublish'], 10);
  5591.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5592.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  5593.         }, => 'handleMove'], -1000);
  5594.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5595.             return ($this->privates['sulu_article.subscriber.date_sharding'] ?? $this->load('getSuluArticle_Subscriber_DateShardingService'));
  5596.         }, => 'handleSetParentNode'], 481);
  5597.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5598.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5599.         }, => 'hydratePageData'], -2000);
  5600.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5601.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5602.         }, => 'handleScheduleIndex'], -500);
  5603.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5604.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5605.         }, => 'handleChildrenPersist'], 0);
  5606.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5607.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5608.         }, => 'persistPageData'], -2000);
  5609.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5610.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5611.         }, => 'handleRemove'], -500);
  5612.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5613.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5614.         }, => 'handleRemoveLive'], -500);
  5615.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5616.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5617.         }, => 'handleRemovePage'], -500);
  5618.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5619.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5620.         }, => 'handleScheduleIndexLive'], 0);
  5621.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5622.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5623.         }, => 'handleScheduleIndex'], 0);
  5624.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5625.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5626.         }, => 'synchronizeChildren'], 0);
  5627.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5628.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5629.         }, => 'publishChildren'], 0);
  5630.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5631.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5632.         }, => 'persistPageData'], -2000);
  5633.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5634.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5635.         }, => 'persistPageDataOnReorder'], -2000);
  5636.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5637.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5638.         }, => 'handleUnpublish'], 0);
  5639.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5640.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5641.         }, => 'handleScheduleIndex'], -1024);
  5642.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5643.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5644.         }, => 'removeDraftChildren'], 0);
  5645.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5646.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5647.         }, => 'handleFlush'], -2048);
  5648.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5649.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5650.         }, => 'handleFlushLive'], -2048);
  5651.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5652.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5653.         }, => 'handleCopy'], 0);
  5654.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5655.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5656.         }, => 'handleMetadataLoad'], 0);
  5657.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5658.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5659.         }, => 'handleRemoveLocale'], -500);
  5660.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5661.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5662.         }, => 'handleRemoveLocaleLive'], -500);
  5663.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5664.             return ($this->privates['sulu_article.subscriber.webspace'] ?? $this->load('getSuluArticle_Subscriber_WebspaceService'));
  5665.         }, => 'loadProperties'], 0);
  5666.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5667.             return ($this->privates['sulu_article.subscriber.webspace'] ?? $this->load('getSuluArticle_Subscriber_WebspaceService'));
  5668.         }, => 'saveProperties'], 0);
  5669.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5670.             return ($this->privates['sulu_article.subscriber.webspace'] ?? $this->load('getSuluArticle_Subscriber_WebspaceService'));
  5671.         }, => 'saveProperties'], 0);
  5672.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5673.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5674.         }, => 'handleHydrate'], 0);
  5675.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5676.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5677.         }, => 'handlePersist'], -1024);
  5678.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5679.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5680.         }, => 'handleRemove'], 5);
  5681.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5682.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5683.         }, => 'handlePublishPageNumber'], -1024);
  5684.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5685.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5686.         }, => 'handleReorder'], 0);
  5687.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5688.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5689.         }, => 'handleRestore'], -1024);
  5690.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5691.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5692.         }, => 'setParentOnHydrate'], 1);
  5693.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5694.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5695.         }, => 'checkOptions'], 10000);
  5696.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5697.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5698.         }, => 'setTitleOnPersist'], 2000);
  5699.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5700.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5701.         }, => 'setNodeOnPersist'], 480);
  5702.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5703.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5704.         }, => 'setPageTitleOnPersist'], 0);
  5705.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5706.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5707.         }, => 'setStructureTypeToParent'], -2000);
  5708.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5709.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5710.         }, => 'setWorkflowStageOnArticle'], -2000);
  5711.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5712.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5713.         }, => 'setWorkflowStageOnArticle'], 0);
  5714.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5715.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5716.         }, => 'handleMetadataLoad'], 0);
  5717.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5718.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5719.         }, => 'handleFlush'], 0);
  5720.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5721.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5722.         }, => 'handlePrePersist'], 479);
  5723.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5724.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5725.         }, => 'handlePersist'], -10000);
  5726.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5727.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5728.         }, => 'handleRemove'], -10000);
  5729.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5730.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5731.         }, => 'handleRemoveLocale'], -10000);
  5732.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5733.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5734.         }, => 'handleCopyLocale'], -10000);
  5735.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5736.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5737.         }, => 'handleCopy'], -10000);
  5738.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5739.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5740.         }, => 'handlePublish'], -10000);
  5741.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5742.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5743.         }, => 'handleUnpublish'], -10000);
  5744.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5745.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5746.         }, => 'handleRemoveDraft'], -10000);
  5747.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5748.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5749.         }, => 'handleRestore'], -10000);
  5750.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5751.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5752.         }, => 'storeArticleToTrash'], 1024);
  5753.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5754.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5755.         }, => 'storeArticleTranslationToTrash'], 1024);
  5756.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5757.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5758.         }, => 'flushTrashItem'], 0);
  5759.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5760.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5761.         }, => 'clearPendingTrashItem'], 0);
  5762.         return $instance;
  5763.     }
  5764.     /**
  5765.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  5766.      *
  5767.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  5768.      */
  5769.     protected function getSuluDocumentManager_MetadataFactoryService()
  5770.     {
  5771.         $a = ($this->services['sulu_document_manager.metadata_factory.base'] ?? $this->getSuluDocumentManager_MetadataFactory_BaseService());
  5772.         if (isset($this->privates['sulu_document_manager.metadata_factory'])) {
  5773.             return $this->privates['sulu_document_manager.metadata_factory'];
  5774.         }
  5775.         return $this->privates['sulu_document_manager.metadata_factory'] = new \Sulu\Component\DocumentManager\Metadata\MetadataFactory($a);
  5776.     }
  5777.     /**
  5778.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  5779.      *
  5780.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  5781.      */
  5782.     protected function getSuluDocumentManager_NamespaceRegistryService()
  5783.     {
  5784.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  5785.     }
  5786.     /**
  5787.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  5788.      *
  5789.      * @return \Sulu\Component\DocumentManager\NodeManager
  5790.      */
  5791.     protected function getSuluDocumentManager_NodeManagerService()
  5792.     {
  5793.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  5794.         if (isset($this->privates['sulu_document_manager.node_manager'])) {
  5795.             return $this->privates['sulu_document_manager.node_manager'];
  5796.         }
  5797.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager($a);
  5798.     }
  5799.     /**
  5800.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  5801.      *
  5802.      * @return \Sulu\Component\DocumentManager\PathBuilder
  5803.      */
  5804.     protected function getSuluDocumentManager_PathBuilderService()
  5805.     {
  5806.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  5807.     }
  5808.     /**
  5809.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  5810.      *
  5811.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  5812.      */
  5813.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  5814.     {
  5815.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  5816.     }
  5817.     /**
  5818.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  5819.      *
  5820.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  5821.      */
  5822.     protected function getSuluDocumentManager_ProxyFactoryService()
  5823.     {
  5824.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  5825.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  5826.             return $this->privates['sulu_document_manager.proxy_factory'];
  5827.         }
  5828.         $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  5829.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  5830.             return $this->privates['sulu_document_manager.proxy_factory'];
  5831.         }
  5832.         return $this->privates['sulu_document_manager.proxy_factory'] = new \Sulu\Component\DocumentManager\ProxyFactory(new \ProxyManager\Factory\LazyLoadingGhostFactory(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())), $a, ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), $b);
  5833.     }
  5834.     /**
  5835.      * Gets the private 'sulu_document_manager.session_manager' shared service.
  5836.      *
  5837.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  5838.      */
  5839.     protected function getSuluDocumentManager_SessionManagerService()
  5840.     {
  5841.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  5842.         if (isset($this->privates['sulu_document_manager.session_manager'])) {
  5843.             return $this->privates['sulu_document_manager.session_manager'];
  5844.         }
  5845.         return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a);
  5846.     }
  5847.     /**
  5848.      * Gets the private 'sulu_form.builder' shared service.
  5849.      *
  5850.      * @return \Sulu\Bundle\FormBundle\Form\Builder
  5851.      */
  5852.     protected function getSuluForm_BuilderService()
  5853.     {
  5854.         $a = ($this->privates['sulu_form.repository.form'] ?? $this->getSuluForm_Repository_FormService());
  5855.         if (isset($this->privates['sulu_form.builder'])) {
  5856.             return $this->privates['sulu_form.builder'];
  5857.         }
  5858.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  5859.         if (isset($this->privates['sulu_form.builder'])) {
  5860.             return $this->privates['sulu_form.builder'];
  5861.         }
  5862.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5863.         return $this->privates['sulu_form.builder'] = new \Sulu\Bundle\FormBundle\Form\Builder($c, ($this->privates['sulu_form.dynamic.form_field_type_pool'] ?? $this->getSuluForm_Dynamic_FormFieldTypePoolService()), new \Sulu\Bundle\FormBundle\TitleProvider\TitleProviderPool(['page' => new \Sulu\Bundle\FormBundle\TitleProvider\StructureTitleProvider($c), 'article' => new \Sulu\Bundle\FormBundle\TitleProvider\StructureTitleProvider($c)]), $a$b, ($this->privates['sulu_form.checksum'] ?? ($this->privates['sulu_form.checksum'] = new \Sulu\Bundle\FormBundle\Dynamic\Checksum($this->getEnv('APP_SECRET')))), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), false);
  5864.     }
  5865.     /**
  5866.      * Gets the private 'sulu_form.configuration.form_configuration_factory' shared service.
  5867.      *
  5868.      * @return \Sulu\Bundle\FormBundle\Configuration\FormConfigurationFactory
  5869.      */
  5870.     protected function getSuluForm_Configuration_FormConfigurationFactoryService()
  5871.     {
  5872.         $a = ($this->services['sulu_media.system_collections.manager'] ?? $this->getSuluMedia_SystemCollections_ManagerService());
  5873.         if (isset($this->privates['sulu_form.configuration.form_configuration_factory'])) {
  5874.             return $this->privates['sulu_form.configuration.form_configuration_factory'];
  5875.         }
  5876.         return $this->privates['sulu_form.configuration.form_configuration_factory'] = new \Sulu\Bundle\FormBundle\Configuration\FormConfigurationFactory(new \Sulu\Bundle\FormBundle\Media\CollectionStrategySingle($a), '@SuluForm/mails/notify.html.twig''@SuluForm/mails/customer.html.twig''@SuluForm/mails/notify_plain_text.html.twig''@SuluForm/mails/customer_plain_text.html.twig');
  5877.     }
  5878.     /**
  5879.      * Gets the private 'sulu_form.dynamic.form_field_type_pool' shared service.
  5880.      *
  5881.      * @return \Sulu\Bundle\FormBundle\Dynamic\FormFieldTypePool
  5882.      */
  5883.     protected function getSuluForm_Dynamic_FormFieldTypePoolService()
  5884.     {
  5885.         return $this->privates['sulu_form.dynamic.form_field_type_pool'] = new \Sulu\Bundle\FormBundle\Dynamic\FormFieldTypePool(['text' => new \Sulu\Bundle\FormBundle\Dynamic\Types\TextType(), 'firstName' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FirstNameType(), 'lastName' => new \Sulu\Bundle\FormBundle\Dynamic\Types\LastNameType(), 'street' => new \Sulu\Bundle\FormBundle\Dynamic\Types\StreetType(), 'zip' => new \Sulu\Bundle\FormBundle\Dynamic\Types\ZipType(), 'city' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CityType(), 'state' => new \Sulu\Bundle\FormBundle\Dynamic\Types\StateType(), 'function' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FunctionType(), 'company' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CompanyType(), 'phone' => new \Sulu\Bundle\FormBundle\Dynamic\Types\PhoneType(), 'fax' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FaxType(), 'title' => new \Sulu\Bundle\FormBundle\Dynamic\Types\TitleType(), 'textarea' => new \Sulu\Bundle\FormBundle\Dynamic\Types\TextareaType(), 'headline' => new \Sulu\Bundle\FormBundle\Dynamic\Types\HeadlineType(), 'spacer' => new \Sulu\Bundle\FormBundle\Dynamic\Types\SpacerType(), 'freeText' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FreeTextType(), 'country' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CountryType(), 'email' => new \Sulu\Bundle\FormBundle\Dynamic\Types\EmailType(), 'date' => new \Sulu\Bundle\FormBundle\Dynamic\Types\DateType(), 'checkbox' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CheckboxType(), 'checkboxMultiple' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CheckboxMultipleType(), 'dropdown' => new \Sulu\Bundle\FormBundle\Dynamic\Types\DropdownType(), 'radioButtons' => new \Sulu\Bundle\FormBundle\Dynamic\Types\RadioButtonsType(), 'dropdownMultiple' => new \Sulu\Bundle\FormBundle\Dynamic\Types\DropdownMultiple(), 'salutation' => new \Sulu\Bundle\FormBundle\Dynamic\Types\SalutationType(), 'attachment' => new \Sulu\Bundle\FormBundle\Dynamic\Types\AttachmentType(), 'hidden' => new \Sulu\Bundle\FormBundle\Dynamic\Types\HiddenType(), 'recaptcha' => new \Sulu\Bundle\FormBundle\Dynamic\Types\RecaptchaType()]);
  5886.     }
  5887.     /**
  5888.      * Gets the private 'sulu_form.handler' shared service.
  5889.      *
  5890.      * @return \Sulu\Bundle\FormBundle\Form\Handler
  5891.      */
  5892.     protected function getSuluForm_HandlerService()
  5893.     {
  5894.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5895.         if (isset($this->privates['sulu_form.handler'])) {
  5896.             return $this->privates['sulu_form.handler'];
  5897.         }
  5898.         $b = ($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService'));
  5899.         if (isset($this->privates['sulu_form.handler'])) {
  5900.             return $this->privates['sulu_form.handler'];
  5901.         }
  5902.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5903.         if (isset($this->privates['sulu_form.handler'])) {
  5904.             return $this->privates['sulu_form.handler'];
  5905.         }
  5906.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5907.         if (isset($this->privates['sulu_form.handler'])) {
  5908.             return $this->privates['sulu_form.handler'];
  5909.         }
  5910.         $e = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  5911.         if (isset($this->privates['sulu_form.handler'])) {
  5912.             return $this->privates['sulu_form.handler'];
  5913.         }
  5914.         return $this->privates['sulu_form.handler'] = new \Sulu\Bundle\FormBundle\Form\Handler($a, new \Sulu\Bundle\FormBundle\Mail\Helper($b$this->getEnv('SULU_ADMIN_EMAIL'), $this->getEnv('SULU_ADMIN_EMAIL'), $this->getEnv('SULU_ADMIN_EMAIL'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $c$d$e'no_save''please_fill_me');
  5915.     }
  5916.     /**
  5917.      * Gets the private 'sulu_form.private_media_subscriber' shared service.
  5918.      *
  5919.      * @return \Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber
  5920.      */
  5921.     protected function getSuluForm_PrivateMediaSubscriberService()
  5922.     {
  5923.         $a = ($this->services['router'] ?? $this->getRouterService());
  5924.         if (isset($this->privates['sulu_form.private_media_subscriber'])) {
  5925.             return $this->privates['sulu_form.private_media_subscriber'];
  5926.         }
  5927.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5928.         if (isset($this->privates['sulu_form.private_media_subscriber'])) {
  5929.             return $this->privates['sulu_form.private_media_subscriber'];
  5930.         }
  5931.         return $this->privates['sulu_form.private_media_subscriber'] = new \Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber($a$b, ($this->services['sulu_media.format_cache'] ?? $this->getSuluMedia_FormatCacheService()));
  5932.     }
  5933.     /**
  5934.      * Gets the private 'sulu_form.repository.dynamic' shared service.
  5935.      *
  5936.      * @return \Sulu\Bundle\FormBundle\Repository\DynamicRepository
  5937.      */
  5938.     protected function getSuluForm_Repository_DynamicService()
  5939.     {
  5940.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5941.         if (isset($this->privates['sulu_form.repository.dynamic'])) {
  5942.             return $this->privates['sulu_form.repository.dynamic'];
  5943.         }
  5944.         return $this->privates['sulu_form.repository.dynamic'] = $a->getRepository('Sulu\\Bundle\\FormBundle\\Entity\\Dynamic');
  5945.     }
  5946.     /**
  5947.      * Gets the private 'sulu_form.repository.form' shared service.
  5948.      *
  5949.      * @return \Sulu\Bundle\FormBundle\Repository\FormRepository
  5950.      */
  5951.     protected function getSuluForm_Repository_FormService()
  5952.     {
  5953.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5954.         if (isset($this->privates['sulu_form.repository.form'])) {
  5955.             return $this->privates['sulu_form.repository.form'];
  5956.         }
  5957.         return $this->privates['sulu_form.repository.form'] = $a->getRepository('Sulu\\Bundle\\FormBundle\\Entity\\Form');
  5958.     }
  5959.     /**
  5960.      * Gets the private 'sulu_form.request_listener' shared service.
  5961.      *
  5962.      * @return \Sulu\Bundle\FormBundle\Event\RequestListener
  5963.      */
  5964.     protected function getSuluForm_RequestListenerService()
  5965.     {
  5966.         $a = ($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService());
  5967.         if (isset($this->privates['sulu_form.request_listener'])) {
  5968.             return $this->privates['sulu_form.request_listener'];
  5969.         }
  5970.         $b = ($this->privates['sulu_form.handler'] ?? $this->getSuluForm_HandlerService());
  5971.         if (isset($this->privates['sulu_form.request_listener'])) {
  5972.             return $this->privates['sulu_form.request_listener'];
  5973.         }
  5974.         $c = ($this->privates['sulu_form.configuration.form_configuration_factory'] ?? $this->getSuluForm_Configuration_FormConfigurationFactoryService());
  5975.         if (isset($this->privates['sulu_form.request_listener'])) {
  5976.             return $this->privates['sulu_form.request_listener'];
  5977.         }
  5978.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5979.         if (isset($this->privates['sulu_form.request_listener'])) {
  5980.             return $this->privates['sulu_form.request_listener'];
  5981.         }
  5982.         return $this->privates['sulu_form.request_listener'] = new \Sulu\Bundle\FormBundle\Event\RequestListener($a$b$c$d);
  5983.     }
  5984.     /**
  5985.      * Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
  5986.      *
  5987.      * @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
  5988.      */
  5989.     protected function getSuluMarkup_LinkTag_ProviderPoolService()
  5990.     {
  5991.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  5992.         if (isset($this->privates['sulu_markup.link_tag.provider_pool'])) {
  5993.             return $this->privates['sulu_markup.link_tag.provider_pool'];
  5994.         }
  5995.         $b = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  5996.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5997.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  5998.         return $this->privates['sulu_markup.link_tag.provider_pool'] = new \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool(['media' => new \Sulu\Bundle\MediaBundle\Markup\Link\MediaLinkProvider($a, ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())), 'page' => new \Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider(($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService()), $b$c$d'dev', ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), 'article' => new \Sulu\Bundle\ArticleBundle\Markup\ArticleLinkProvider(($this->services['es.manager.live'] ?? $this->getEs_Manager_LiveService()), ($this->services['es.manager.default'] ?? $this->getEs_Manager_DefaultService()), $b$c$d$this->parameters['sulu_article.types'], 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument''dev')]);
  5999.     }
  6000.     /**
  6001.      * Gets the private 'sulu_markup.parser' shared service.
  6002.      *
  6003.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  6004.      */
  6005.     protected function getSuluMarkup_ParserService()
  6006.     {
  6007.         $a = ($this->privates['sulu_markup.link_tag.provider_pool'] ?? $this->getSuluMarkup_LinkTag_ProviderPoolService());
  6008.         if (isset($this->privates['sulu_markup.parser'])) {
  6009.             return $this->privates['sulu_markup.parser'];
  6010.         }
  6011.         return $this->privates['sulu_markup.parser'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser(new \Sulu\Bundle\MarkupBundle\Tag\TagRegistry(['html' => ['sulu' => ['link' => new \Sulu\Bundle\MarkupBundle\Markup\LinkTag($a, (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : (false)), ($this->privates['url_helper'] ?? $this->getUrlHelperService()))]]]), new \Sulu\Bundle\MarkupBundle\Markup\DelegatingTagExtractor([=> ($this->services['sulu_markup.parser.html_extractor'] ?? ($this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu')))]));
  6012.     }
  6013.     /**
  6014.      * Gets the private 'sulu_markup.response_listener' shared service.
  6015.      *
  6016.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  6017.      */
  6018.     protected function getSuluMarkup_ResponseListenerService()
  6019.     {
  6020.         $a = ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService());
  6021.         if (isset($this->privates['sulu_markup.response_listener'])) {
  6022.             return $this->privates['sulu_markup.response_listener'];
  6023.         }
  6024.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => $a]);
  6025.     }
  6026.     /**
  6027.      * Gets the private 'sulu_media.type_manager' shared service.
  6028.      *
  6029.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  6030.      */
  6031.     protected function getSuluMedia_TypeManagerService()
  6032.     {
  6033.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6034.         if (isset($this->privates['sulu_media.type_manager'])) {
  6035.             return $this->privates['sulu_media.type_manager'];
  6036.         }
  6037.         return $this->privates['sulu_media.type_manager'] = new \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager($a$this->parameters['sulu_media.media.types'], []);
  6038.     }
  6039.     /**
  6040.      * Gets the private 'sulu_page.export.manager' shared service.
  6041.      *
  6042.      * @return \Sulu\Component\Export\Manager\ExportManager
  6043.      */
  6044.     protected function getSuluPage_Export_ManagerService()
  6045.     {
  6046.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  6047.         $instance->add('number''1.2.xliff', ['translate' => true]);
  6048.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  6049.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  6050.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  6051.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  6052.         $instance->add('link''1.2.xliff', ['translate' => false]);
  6053.         $instance->add('block''1.2.xliff', ['translate' => false]);
  6054.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  6055.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  6056.         $instance->add('contact_selection''1.2.xliff', ['translate' => false]);
  6057.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  6058.         $instance->add('account_selection''1.2.xliff', ['translate' => false]);
  6059.         $instance->add('collection_selection''1.2.xliff', ['translate' => false]);
  6060.         $instance->add('single_collection_selection''1.2.xliff', ['translate' => false]);
  6061.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  6062.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  6063.         $instance->add('image_map''1.2.xliff', ['translate' => false]);
  6064.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  6065.         $instance->add('single_category_selection''1.2.xliff', ['translate' => false]);
  6066.         $instance->add('single_snippet_selection''1.2.xliff', ['translate' => false]);
  6067.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  6068.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  6069.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  6070.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  6071.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  6072.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  6073.         $instance->add('password''1.2.xliff', ['translate' => false]);
  6074.         $instance->add('url''1.2.xliff', ['translate' => false]);
  6075.         $instance->add('email''1.2.xliff', ['translate' => false]);
  6076.         $instance->add('date''1.2.xliff', ['translate' => false]);
  6077.         $instance->add('datetime''1.2.xliff', ['translate' => false]);
  6078.         $instance->add('time''1.2.xliff', ['translate' => false]);
  6079.         $instance->add('color''1.2.xliff', ['translate' => false]);
  6080.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  6081.         $instance->add('select''1.2.xliff', ['translate' => false]);
  6082.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  6083.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  6084.         $instance->add('location''1.2.xliff', ['translate' => false]);
  6085.         $instance->add('route''1.2.xliff', ['translate' => false]);
  6086.         $instance->add('page_tree_route''1.2.xliff', ['translate' => false]);
  6087.         return $instance;
  6088.     }
  6089.     /**
  6090.      * Gets the private 'sulu_page.import.manager' shared service.
  6091.      *
  6092.      * @return \Sulu\Component\Import\Manager\ImportManager
  6093.      */
  6094.     protected function getSuluPage_Import_ManagerService()
  6095.     {
  6096.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  6097.     }
  6098.     /**
  6099.      * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  6100.      *
  6101.      * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  6102.      */
  6103.     protected function getSuluPage_Structure_PropertiesXmlParserService()
  6104.     {
  6105.         return $this->privates['sulu_page.structure.properties_xml_parser'] = new \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sulu_core.translated_locales']);
  6106.     }
  6107.     /**
  6108.      * Gets the private 'sulu_preview.preview.cache' shared service.
  6109.      *
  6110.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6111.      */
  6112.     protected function getSuluPreview_Preview_CacheService()
  6113.     {
  6114.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('rtln541yNP'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  6115.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6116.         return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  6117.     }
  6118.     /**
  6119.      * Gets the private 'sulu_route.routing.provider' shared service.
  6120.      *
  6121.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  6122.      */
  6123.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  6124.     {
  6125.         if ($lazyLoad) {
  6126.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  6127.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6128.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  6129.                     $proxy->setProxyInitializer(null);
  6130.                     return true;
  6131.                 });
  6132.             });
  6133.         }
  6134.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  6135.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  6136.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  6137.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  6138.         include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php';
  6139.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6140.         $b = ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService());
  6141.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  6142.         return new \Sulu\Bundle\RouteBundle\Routing\RouteProvider(($this->services['sulu.repository.route'] ?? $this->getSulu_Repository_RouteService()), $a, new \Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider([=> new \Sulu\Bundle\PageBundle\Preview\PageRouteDefaultsProvider($b, ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), $c), => new \Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $b, ($this->privates['sulu_http_cache.cache_lifetime.resolver'] ?? ($this->privates['sulu_http_cache.cache_lifetime.resolver'] = new \Sulu\Bundle\HttpCacheBundle\CacheLifetime\CacheLifetimeResolver())), $c, ($this->privates['sulu_article.resolver.webspaces'] ?? $this->getSuluArticle_Resolver_WebspacesService()), $a)]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \ProxyManager\Factory\LazyLoadingValueHolderFactory(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())), ['utf8' => true]);
  6143.     }
  6144.     /**
  6145.      * Gets the private 'sulu_security.access_control_manager' shared service.
  6146.      *
  6147.      * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  6148.      */
  6149.     protected function getSuluSecurity_AccessControlManagerService()
  6150.     {
  6151.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6152.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6153.             return $this->privates['sulu_security.access_control_manager'];
  6154.         }
  6155.         $b = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  6156.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6157.             return $this->privates['sulu_security.access_control_manager'];
  6158.         }
  6159.         $c = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  6160.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6161.             return $this->privates['sulu_security.access_control_manager'];
  6162.         }
  6163.         $d = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  6164.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6165.             return $this->privates['sulu_security.access_control_manager'];
  6166.         }
  6167.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6168.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6169.             return $this->privates['sulu_security.access_control_manager'];
  6170.         }
  6171.         $f = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  6172.         $this->privates['sulu_security.access_control_manager'] = $instance = new \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager($f$a$b, new RewindableGenerator(function () {
  6173.             yield => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  6174.             yield => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  6175.         }, 2), $c$d$e$this->parameters['sulu_security.permissions']);
  6176.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $c$this->parameters['permissions']));
  6177.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $c$d$f));
  6178.         return $instance;
  6179.     }
  6180.     /**
  6181.      * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  6182.      *
  6183.      * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  6184.      */
  6185.     protected function getSuluSecurity_AccessControlQueryEnhancerService()
  6186.     {
  6187.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  6188.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  6189.             return $this->privates['sulu_security.access_control_query_enhancer'];
  6190.         }
  6191.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6192.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  6193.             return $this->privates['sulu_security.access_control_query_enhancer'];
  6194.         }
  6195.         return $this->privates['sulu_security.access_control_query_enhancer'] = new \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer($a$b);
  6196.     }
  6197.     /**
  6198.      * Gets the private 'sulu_security.event_listener.security' shared service.
  6199.      *
  6200.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  6201.      */
  6202.     protected function getSuluSecurity_EventListener_SecurityService()
  6203.     {
  6204.         return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  6205.     }
  6206.     /**
  6207.      * Gets the private 'sulu_security.system_listener' shared service.
  6208.      *
  6209.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  6210.      */
  6211.     protected function getSuluSecurity_SystemListenerService()
  6212.     {
  6213.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  6214.         if (isset($this->privates['sulu_security.system_listener'])) {
  6215.             return $this->privates['sulu_security.system_listener'];
  6216.         }
  6217.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6218.         if (isset($this->privates['sulu_security.system_listener'])) {
  6219.             return $this->privates['sulu_security.system_listener'];
  6220.         }
  6221.         return $this->privates['sulu_security.system_listener'] = new \Sulu\Bundle\SecurityBundle\EventListener\SystemListener($a$b'website');
  6222.     }
  6223.     /**
  6224.      * Gets the private 'sulu_security.system_store' shared service.
  6225.      *
  6226.      * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  6227.      */
  6228.     protected function getSuluSecurity_SystemStoreService()
  6229.     {
  6230.         $a = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  6231.         if (isset($this->privates['sulu_security.system_store'])) {
  6232.             return $this->privates['sulu_security.system_store'];
  6233.         }
  6234.         return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore($a);
  6235.     }
  6236.     /**
  6237.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  6238.      *
  6239.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  6240.      */
  6241.     protected function getSuluTag_TagRequestHandlerService()
  6242.     {
  6243.         return $this->privates['sulu_tag.tag_request_handler'] = new \Sulu\Component\Tag\Request\TagRequestHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6244.     }
  6245.     /**
  6246.      * Gets the private 'sulu_trash.trash_item_repository' shared service.
  6247.      *
  6248.      * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  6249.      */
  6250.     protected function getSuluTrash_TrashItemRepositoryService()
  6251.     {
  6252.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6253.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  6254.             return $this->privates['sulu_trash.trash_item_repository'];
  6255.         }
  6256.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6257.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  6258.             return $this->privates['sulu_trash.trash_item_repository'];
  6259.         }
  6260.         return $this->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository($a$b);
  6261.     }
  6262.     /**
  6263.      * Gets the private 'sulu_trash.trash_manager' shared service.
  6264.      *
  6265.      * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  6266.      */
  6267.     protected function getSuluTrash_TrashManagerService()
  6268.     {
  6269.         $a = ($this->privates['sulu_trash.trash_item_repository'] ?? $this->getSuluTrash_TrashItemRepositoryService());
  6270.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  6271.             return $this->privates['sulu_trash.trash_manager'];
  6272.         }
  6273.         $b = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  6274.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  6275.             return $this->privates['sulu_trash.trash_manager'];
  6276.         }
  6277.         $c = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6278.             'accounts' => ['privates''sulu_contact.account_trash_item_handler''getSuluContact_AccountTrashItemHandlerService'true],
  6279.             'analytics' => ['privates''sulu_website.analytics_trash_item_handler''getSuluWebsite_AnalyticsTrashItemHandlerService'true],
  6280.             'articles' => ['privates''sulu_article.article_trash_item_handler''getSuluArticle_ArticleTrashItemHandlerService'true],
  6281.             'categories' => ['privates''sulu_category.category_trash_item_handler''getSuluCategory_CategoryTrashItemHandlerService'true],
  6282.             'collections' => ['privates''sulu_media.collection_trash_item_handler''getSuluMedia_CollectionTrashItemHandlerService'true],
  6283.             'contacts' => ['privates''sulu_contact.contact_trash_item_handler''getSuluContact_ContactTrashItemHandlerService'true],
  6284.             'custom_urls' => ['privates''sulu_custom_urls.custom_url_trash_item_handler''getSuluCustomUrls_CustomUrlTrashItemHandlerService'true],
  6285.             'forms' => ['privates''sulu_form.form_trash_item_handler''getSuluForm_FormTrashItemHandlerService'true],
  6286.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  6287.             'pages' => ['privates''sulu_page.page_trash_item_handler''getSuluPage_PageTrashItemHandlerService'true],
  6288.             'snippets' => ['privates''sulu_snippet.snippet_trash_item_handler''getSuluSnippet_SnippetTrashItemHandlerService'true],
  6289.             'tags' => ['privates''sulu_tag.tag_trash_item_handler''getSuluTag_TagTrashItemHandlerService'true],
  6290.         ], [
  6291.             'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  6292.             'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  6293.             'articles' => 'Sulu\\Bundle\\ArticleBundle\\Trash\\ArticleTrashItemHandler',
  6294.             'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  6295.             'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  6296.             'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  6297.             'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  6298.             'forms' => 'Sulu\\Bundle\\FormBundle\\Trash\\FormTrashItemHandler',
  6299.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  6300.             'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  6301.             'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  6302.             'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  6303.         ]);
  6304.         return $this->privates['sulu_trash.trash_manager'] = new \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager($a$b$c$c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6305.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  6306.         ], [
  6307.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  6308.         ]));
  6309.     }
  6310.     /**
  6311.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  6312.      *
  6313.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  6314.      */
  6315.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  6316.     {
  6317.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6318.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  6319.             return $this->privates['sulu_website.analytics.response_listener'];
  6320.         }
  6321.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6322.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  6323.             return $this->privates['sulu_website.analytics.response_listener'];
  6324.         }
  6325.         $c = ($this->services['sulu.repository.analytics'] ?? $this->getSulu_Repository_AnalyticsService());
  6326.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  6327.             return $this->privates['sulu_website.analytics.response_listener'];
  6328.         }
  6329.         return $this->privates['sulu_website.analytics.response_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener($a$b$c'dev', (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : ("")));
  6330.     }
  6331.     /**
  6332.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  6333.      *
  6334.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  6335.      */
  6336.     protected function getSuluWebsite_EventListener_TranslatorService()
  6337.     {
  6338.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  6339.     }
  6340.     /**
  6341.      * Gets the private 'sulu_website.router_listener' shared service.
  6342.      *
  6343.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  6344.      */
  6345.     protected function getSuluWebsite_RouterListenerService()
  6346.     {
  6347.         $a = ($this->services['router'] ?? $this->getRouterService());
  6348.         if (isset($this->privates['sulu_website.router_listener'])) {
  6349.             return $this->privates['sulu_website.router_listener'];
  6350.         }
  6351.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6352.         if (isset($this->privates['sulu_website.router_listener'])) {
  6353.             return $this->privates['sulu_website.router_listener'];
  6354.         }
  6355.         return $this->privates['sulu_website.router_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener(new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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__5), true), $b);
  6356.     }
  6357.     /**
  6358.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  6359.      *
  6360.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  6361.      */
  6362.     protected function getSuluWebsite_Routing_RequestListenerService()
  6363.     {
  6364.         $a = ($this->services['router'] ?? $this->getRouterService());
  6365.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  6366.             return $this->privates['sulu_website.routing.request_listener'];
  6367.         }
  6368.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6369.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  6370.             return $this->privates['sulu_website.routing.request_listener'];
  6371.         }
  6372.         return $this->privates['sulu_website.routing.request_listener'] = new \Sulu\Bundle\WebsiteBundle\Routing\RequestListener($a$b);
  6373.     }
  6374.     /**
  6375.      * Gets the private 'sulu_website.segment_subscriber' shared service.
  6376.      *
  6377.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  6378.      */
  6379.     protected function getSuluWebsite_SegmentSubscriberService()
  6380.     {
  6381.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6382.         if (isset($this->privates['sulu_website.segment_subscriber'])) {
  6383.             return $this->privates['sulu_website.segment_subscriber'];
  6384.         }
  6385.         return $this->privates['sulu_website.segment_subscriber'] = new \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber('X-Sulu-Segment'$a'_ss');
  6386.     }
  6387.     /**
  6388.      * Gets the private 'translator.default' shared service.
  6389.      *
  6390.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6391.      */
  6392.     protected function getTranslator_DefaultService()
  6393.     {
  6394.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6395.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  6396.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  6397.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  6398.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  6399.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  6400.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  6401.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  6402.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  6403.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  6404.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  6405.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  6406.         ], [
  6407.             'translation.loader.csv' => '?',
  6408.             'translation.loader.dat' => '?',
  6409.             'translation.loader.ini' => '?',
  6410.             'translation.loader.json' => '?',
  6411.             'translation.loader.mo' => '?',
  6412.             'translation.loader.php' => '?',
  6413.             'translation.loader.po' => '?',
  6414.             'translation.loader.qt' => '?',
  6415.             'translation.loader.res' => '?',
  6416.             'translation.loader.xliff' => '?',
  6417.             'translation.loader.yml' => '?',
  6418.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf')], 'bs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.de.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.de.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.de.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.de.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.de.json'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.de.json'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.de.json'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.de.json'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.de.json'), 18 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/admin.de.json'), 19 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.de.xliff'), 20 => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), 21 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/translations/admin.de.json'), 22 => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 23 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/translations/admin.de.json')], 'el' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.en.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.en.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.en.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.en.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.en.json'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.en.json'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.en.json'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.en.json'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.en.json'), 18 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/admin.en.json'), 19 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.en.xliff'), 20 => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), 21 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/translations/admin.en.json'), 22 => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 23 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/translations/admin.en.json')], 'es' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf')], 'fi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.fr.xliff'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/translations/admin.fr.json'), => (\dirname(__DIR__5).'/translations/sulu/admin.fr.json'), => (\dirname(__DIR__5).'/translations/sulu/backend.fr.json')], 'gl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf')], 'hu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf')], 'it' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf')], 'mn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.nl.xliff'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf')], 'nn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf')], 'ru' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf')], 'sq' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf')], 'ur' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr' => [=> (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'), 18 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations'), 19 => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), 20 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/translations'), 21 => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 22 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/translations'), 23 => (\dirname(__DIR__5).'/translations'), 24 => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle/translations'), 25 => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle/translations'), 26 => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle/translations'), 27 => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/translations'), 28 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'), 29 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/translations'), 30 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 31 => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/translations'), 32 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/translations'), 33 => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle/translations'), 34 => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle/translations'), 35 => (\dirname(__DIR__5).'/vendor/massive/search-bundle/translations'), 36 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 37 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'), 38 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'), 39 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'), 40 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'), 41 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'), 42 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'), 43 => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle/translations'), 44 => (\dirname(__DIR__5).'/vendor/massive/build-bundle/translations'), 45 => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/translations'), 46 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'), 47 => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle/translations'), 48 => (\dirname(__DIR__5).'/vendor/symfony/security-bundle/translations'), 49 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 50 => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/translations'), 51 => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle/translations'), 52 => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/translations'), 53 => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-hub-score-form-sender-bundle/src/translations'), 54 => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/translations'), 55 => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-custom-toggle-bundle/src/translations'), 56 => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src/translations'), 57 => (\dirname(__DIR__5).'/vendor/twig/extra-bundle/translations'), 58 => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-fr-gouv-map-bundle/src/translations'), 59 => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-color-picker-bundle/src/translations'), 60 => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-icon-picker-bundle/src/translations'), 61 => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-duplicate-articles-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'10 => 'vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'11 => 'vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'12 => 'vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'13 => 'vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'14 => 'vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'15 => 'vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'16 => 'vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'17 => 'vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'18 => 'vendor/sulu/form-bundle/Resources/translations'19 => 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'20 => 'vendor/sulu/article-bundle/Resources/translations'21 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'22 => 'vendor/sulu/community-bundle/Resources/translations'23 => 'translations'24 => 'vendor/symfony/framework-bundle/translations'25 => 'vendor/symfony/twig-bundle/translations'26 => 'vendor/symfony/monolog-bundle/translations'27 => 'vendor/symfony/swiftmailer-bundle/translations'28 => 'vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'29 => 'vendor/doctrine/doctrine-bundle/translations'30 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'31 => 'vendor/doctrine/phpcr-bundle/src/translations'32 => 'vendor/friendsofsymfony/rest-bundle/translations'33 => 'vendor/handcraftedinthealps/rest-routing-bundle/translations'34 => 'vendor/jms/serializer-bundle/translations'35 => 'vendor/massive/search-bundle/translations'36 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations'37 => 'vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'38 => 'vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'39 => 'vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'40 => 'vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'41 => 'vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'42 => 'vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'43 => 'vendor/dantleech/phpcr-migrations-bundle/translations'44 => 'vendor/massive/build-bundle/translations'45 => 'vendor/symfony/web-profiler-bundle/translations'46 => 'vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'47 => 'vendor/symfony/debug-bundle/translations'48 => 'vendor/symfony/security-bundle/translations'49 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'50 => 'vendor/symfony-cmf/routing-bundle/src/translations'51 => 'vendor/antishov/doctrine-extensions-bundle/translations'52 => 'vendor/symfony/webpack-encore-bundle/src/translations'53 => 'vendor/sevengroupfrance/sulu-hub-score-form-sender-bundle/src/translations'54 => 'vendor/handcraftedinthealps/elasticsearch-bundle/translations'55 => 'vendor/sevengroupfrance/sulu-custom-toggle-bundle/src/translations'56 => 'vendor/symfony/maker-bundle/src/translations'57 => 'vendor/twig/extra-bundle/translations'58 => 'vendor/sevengroupfrance/sulu-fr-gouv-map-bundle/src/translations'59 => 'vendor/sevengroupfrance/sulu-color-picker-bundle/src/translations'60 => 'vendor/sevengroupfrance/sulu-icon-picker-bundle/src/translations'61 => 'vendor/sevengroupfrance/sulu-duplicate-articles-bundle/src/translations']]], []);
  6419.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6420.         $instance->setFallbackLocales([=> 'en']);
  6421.         return $instance;
  6422.     }
  6423.     /**
  6424.      * Gets the private 'twig.loader.native_filesystem' shared service.
  6425.      *
  6426.      * @return \Twig\Loader\FilesystemLoader
  6427.      */
  6428.     protected function getTwig_Loader_NativeFilesystemService()
  6429.     {
  6430.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  6431.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  6432.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  6433.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  6434.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  6435.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  6436.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  6437.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  6438.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  6439.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  6440.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  6441.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  6442.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  6443.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  6444.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  6445.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  6446.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  6447.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  6448.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  6449.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  6450.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  6451.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  6452.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  6453.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  6454.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  6455.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  6456.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  6457.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/views'), 'SuluForm');
  6458.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/views'), '!SuluForm');
  6459.         $instance->addPath((\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  6460.         $instance->addPath((\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  6461.         $instance->addPath((\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Resources/views'), 'ONGRElasticsearch');
  6462.         $instance->addPath((\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Resources/views'), '!ONGRElasticsearch');
  6463.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/views'), 'SuluArticle');
  6464.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/views'), '!SuluArticle');
  6465.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/views'), 'SuluCommunity');
  6466.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/views'), '!SuluCommunity');
  6467.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  6468.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  6469.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  6470.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  6471.         return $instance;
  6472.     }
  6473.     /**
  6474.      * Gets the private 'url_helper' shared service.
  6475.      *
  6476.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  6477.      */
  6478.     protected function getUrlHelperService()
  6479.     {
  6480.         $a = ($this->services['router'] ?? $this->getRouterService());
  6481.         if (isset($this->privates['url_helper'])) {
  6482.             return $this->privates['url_helper'];
  6483.         }
  6484.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  6485.     }
  6486.     /**
  6487.      * Gets the private 'validator.builder' shared service.
  6488.      *
  6489.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6490.      */
  6491.     protected function getValidator_BuilderService()
  6492.     {
  6493.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6494.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6495.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6496.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  6497.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  6498.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\BlockedValidator' => ['privates''sulu_community.validator.blocked''getSuluCommunity_Validator_BlockedService'true],
  6499.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\ExistValidator' => ['privates''sulu_community.validator.exist''getSuluCommunity_Validator_ExistService'true],
  6500.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6501.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  6502.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6503.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  6504.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6505.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  6506.             'blocked_validator' => ['privates''sulu_community.validator.blocked''getSuluCommunity_Validator_BlockedService'true],
  6507.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  6508.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6509.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  6510.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  6511.             'exist_validator' => ['privates''sulu_community.validator.exist''getSuluCommunity_Validator_ExistService'true],
  6512.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6513.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6514.         ], [
  6515.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  6516.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  6517.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\BlockedValidator' => '?',
  6518.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\ExistValidator' => '?',
  6519.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6520.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  6521.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6522.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6523.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6524.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6525.             'blocked_validator' => '?',
  6526.             'cmf_routing.validator.route_defaults' => '?',
  6527.             'doctrine.orm.validator.unique' => '?',
  6528.             'ewz_recaptcha.true' => '?',
  6529.             'ewz_recaptcha.v3.true' => '?',
  6530.             'exist_validator' => '?',
  6531.             'security.validator.user_password' => '?',
  6532.             'validator.expression' => '?',
  6533.         ])));
  6534.         if ($this->has('translator')) {
  6535.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6536.         }
  6537.         $instance->setTranslationDomain('validators');
  6538.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/config/validation.xml')]);
  6539.         $instance->enableAnnotationMapping(true);
  6540.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6541.         $instance->addMethodMapping('loadValidatorMetadata');
  6542.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6543.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6544.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6545.         return $instance;
  6546.     }
  6547.     /**
  6548.      * Gets the private 'var_dumper.html_dumper' shared service.
  6549.      *
  6550.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6551.      */
  6552.     protected function getVarDumper_HtmlDumperService()
  6553.     {
  6554.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6555.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6556.         return $instance;
  6557.     }
  6558.     /**
  6559.      * Gets the private 'var_dumper.server_connection' shared service.
  6560.      *
  6561.      * @return \Symfony\Component\VarDumper\Server\Connection
  6562.      */
  6563.     protected function getVarDumper_ServerConnectionService()
  6564.     {
  6565.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  6566.         if (isset($this->privates['var_dumper.server_connection'])) {
  6567.             return $this->privates['var_dumper.server_connection'];
  6568.         }
  6569.         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__5), $a), '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()]);
  6570.     }
  6571.     /**
  6572.      * Gets the private 'web_profiler.csp.handler' shared service.
  6573.      *
  6574.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6575.      */
  6576.     protected function getWebProfiler_Csp_HandlerService()
  6577.     {
  6578.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6579.     }
  6580.     /**
  6581.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6582.      *
  6583.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6584.      */
  6585.     protected function getWebProfiler_DebugToolbarService()
  6586.     {
  6587.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6588.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6589.             return $this->privates['web_profiler.debug_toolbar'];
  6590.         }
  6591.         $b = ($this->services['router'] ?? $this->getRouterService());
  6592.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6593.             return $this->privates['web_profiler.debug_toolbar'];
  6594.         }
  6595.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  6596.     }
  6597.     /**
  6598.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  6599.      *
  6600.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  6601.      */
  6602.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  6603.     {
  6604.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6605.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  6606.         ], [
  6607.             '_default' => '?',
  6608.         ]), '_default');
  6609.     }
  6610.     /**
  6611.      * Gets the public 'cache_clearer' alias.
  6612.      *
  6613.      * @return object The ".container.private.cache_clearer" service.
  6614.      */
  6615.     protected function getCacheClearerService()
  6616.     {
  6617.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6618.         return $this->get('.container.private.cache_clearer');
  6619.     }
  6620.     /**
  6621.      * Gets the public 'filesystem' alias.
  6622.      *
  6623.      * @return object The ".container.private.filesystem" service.
  6624.      */
  6625.     protected function getFilesystemService()
  6626.     {
  6627.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6628.         return $this->get('.container.private.filesystem');
  6629.     }
  6630.     /**
  6631.      * Gets the public 'serializer' alias.
  6632.      *
  6633.      * @return object The ".container.private.serializer" service.
  6634.      */
  6635.     protected function getSerializerService()
  6636.     {
  6637.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6638.         return $this->get('.container.private.serializer');
  6639.     }
  6640.     /**
  6641.      * Gets the public 'security.csrf.token_manager' alias.
  6642.      *
  6643.      * @return object The ".container.private.security.csrf.token_manager" service.
  6644.      */
  6645.     protected function getSecurity_Csrf_TokenManagerService()
  6646.     {
  6647.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6648.         return $this->get('.container.private.security.csrf.token_manager');
  6649.     }
  6650.     /**
  6651.      * Gets the public 'form.factory' alias.
  6652.      *
  6653.      * @return object The ".container.private.form.factory" service.
  6654.      */
  6655.     protected function getForm_FactoryService()
  6656.     {
  6657.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6658.         return $this->get('.container.private.form.factory');
  6659.     }
  6660.     /**
  6661.      * Gets the public 'form.type.file' alias.
  6662.      *
  6663.      * @return object The ".container.private.form.type.file" service.
  6664.      */
  6665.     protected function getForm_Type_FileService()
  6666.     {
  6667.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6668.         return $this->get('.container.private.form.type.file');
  6669.     }
  6670.     /**
  6671.      * Gets the public 'profiler' alias.
  6672.      *
  6673.      * @return object The ".container.private.profiler" service.
  6674.      */
  6675.     protected function getProfilerService()
  6676.     {
  6677.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6678.         return $this->get('.container.private.profiler');
  6679.     }
  6680.     /**
  6681.      * Gets the public 'twig' alias.
  6682.      *
  6683.      * @return object The ".container.private.twig" service.
  6684.      */
  6685.     protected function getTwigService()
  6686.     {
  6687.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6688.         return $this->get('.container.private.twig');
  6689.     }
  6690.     /**
  6691.      * Gets the public 'security.authorization_checker' alias.
  6692.      *
  6693.      * @return object The ".container.private.security.authorization_checker" service.
  6694.      */
  6695.     protected function getSecurity_AuthorizationCheckerService()
  6696.     {
  6697.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6698.         return $this->get('.container.private.security.authorization_checker');
  6699.     }
  6700.     /**
  6701.      * Gets the public 'security.token_storage' alias.
  6702.      *
  6703.      * @return object The ".container.private.security.token_storage" service.
  6704.      */
  6705.     protected function getSecurity_TokenStorageService()
  6706.     {
  6707.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6708.         return $this->get('.container.private.security.token_storage');
  6709.     }
  6710.     /**
  6711.      * Gets the public 'security.password_encoder' alias.
  6712.      *
  6713.      * @return object The ".container.private.security.password_encoder" service.
  6714.      */
  6715.     protected function getSecurity_PasswordEncoderService()
  6716.     {
  6717.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6718.         return $this->get('.container.private.security.password_encoder');
  6719.     }
  6720.     /**
  6721.      * Gets the public 'session' alias.
  6722.      *
  6723.      * @return object The ".container.private.session" service.
  6724.      */
  6725.     protected function getSessionService()
  6726.     {
  6727.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6728.         return $this->get('.container.private.session');
  6729.     }
  6730.     /**
  6731.      * Gets the public 'validator' alias.
  6732.      *
  6733.      * @return object The ".container.private.validator" service.
  6734.      */
  6735.     protected function getValidatorService()
  6736.     {
  6737.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6738.         return $this->get('.container.private.validator');
  6739.     }
  6740.     /**
  6741.      * @return array|bool|float|int|string|\UnitEnum|null
  6742.      */
  6743.     public function getParameter(string $name)
  6744.     {
  6745.         if (isset($this->buildParameters[$name])) {
  6746.             return $this->buildParameters[$name];
  6747.         }
  6748.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6749.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6750.         }
  6751.         if (isset($this->loadedDynamicParameters[$name])) {
  6752.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6753.         }
  6754.         return $this->parameters[$name];
  6755.     }
  6756.     public function hasParameter(string $name): bool
  6757.     {
  6758.         if (isset($this->buildParameters[$name])) {
  6759.             return true;
  6760.         }
  6761.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6762.     }
  6763.     public function setParameter(string $name$value): void
  6764.     {
  6765.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6766.     }
  6767.     public function getParameterBag(): ParameterBagInterface
  6768.     {
  6769.         if (null === $this->parameterBag) {
  6770.             $parameters $this->parameters;
  6771.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6772.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6773.             }
  6774.             foreach ($this->buildParameters as $name => $value) {
  6775.                 $parameters[$name] = $value;
  6776.             }
  6777.             $this->parameterBag = new FrozenParameterBag($parameters);
  6778.         }
  6779.         return $this->parameterBag;
  6780.     }
  6781.     private $loadedDynamicParameters = [
  6782.         'kernel.runtime_environment' => false,
  6783.         'kernel.build_dir' => false,
  6784.         'kernel.cache_dir' => false,
  6785.         'google_recaptcha_site_key' => false,
  6786.         'kernel.secret' => false,
  6787.         'debug.container.dump' => false,
  6788.         'serializer.mapping.cache.file' => false,
  6789.         'validator.mapping.cache.file' => false,
  6790.         'profiler.storage.dsn' => false,
  6791.         'swiftmailer.spool.default.memory.path' => false,
  6792.         'sulu.cache_dir' => false,
  6793.         'sulu_core.proxy_cache_dir' => false,
  6794.         'doctrine.orm.proxy_dir' => false,
  6795.         'massive_search.adapter.elastic.hosts' => false,
  6796.         'massive_search.metadata.prefix' => false,
  6797.         'massive_search.metadata.cache_dir' => false,
  6798.         'sulu_admin.email' => false,
  6799.         'sulu_website.sitemap.dump_dir' => false,
  6800.         'sulu_form.mail.from' => false,
  6801.         'sulu_form.mail.to' => false,
  6802.         'sulu_form.mail.sender' => false,
  6803.         'ewz_recaptcha.public_key' => false,
  6804.         'ewz_recaptcha.private_key' => false,
  6805.         'sulu_hub_score_form_sender.base_configuration.id' => false,
  6806.         'sulu_hub_score_form_sender.base_configuration.pwd' => false,
  6807.         'sulu_hub_score_form_sender.base_configuration.base_url' => false,
  6808.         'sulu_hub_score_form_sender.payload_configuration.campagn_id' => false,
  6809.         'sulu_hub_score_form_sender.payload_configuration.database_id' => false,
  6810.         'es.managers' => false,
  6811.         'sulu_community.webspaces_config' => false,
  6812.     ];
  6813.     private $dynamicParameters = [];
  6814.     private function getDynamicParameter(string $name)
  6815.     {
  6816.         switch ($name) {
  6817.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6818.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6819.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6820.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  6821.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6822.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6823.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6824.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6825.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6826.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  6827.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  6828.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  6829.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6830.             case 'massive_search.adapter.elastic.hosts'$value = [
  6831.                 => $this->getEnv('ELASTICSEARCH_HOST'),
  6832.             ]; break;
  6833.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  6834.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  6835.             case 'sulu_admin.email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6836.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  6837.             case 'sulu_form.mail.from'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6838.             case 'sulu_form.mail.to'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6839.             case 'sulu_form.mail.sender'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6840.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  6841.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  6842.             case 'sulu_hub_score_form_sender.base_configuration.id'$value $this->getEnv('HUBSCORE_USERNAME'); break;
  6843.             case 'sulu_hub_score_form_sender.base_configuration.pwd'$value $this->getEnv('HUBSCORE_PASSWORD'); break;
  6844.             case 'sulu_hub_score_form_sender.base_configuration.base_url'$value $this->getEnv('HUBSCORE_URL'); break;
  6845.             case 'sulu_hub_score_form_sender.payload_configuration.campagn_id'$value $this->getEnv('HUB_SCORE_SEND_MAIL_CAMPAGN_ID'); break;
  6846.             case 'sulu_hub_score_form_sender.payload_configuration.database_id'$value $this->getEnv('HUB_SCORE_SEND_MAIL_DATABASE_ID'); break;
  6847.             case 'es.managers'$value = [
  6848.                 'default' => [
  6849.                     'index' => [
  6850.                         'index_name' => $this->getEnv('resolve:ELASTICSEARCH_INDEX'),
  6851.                         'hosts' => [
  6852.                             => $this->getEnv('resolve:ELASTICSEARCH_HOST'),
  6853.                         ],
  6854.                         'settings' => [
  6855.                             'number_of_replicas' => 0,
  6856.                             'number_of_shards' => 1,
  6857.                             'refresh_interval' => -1,
  6858.                         ],
  6859.                     ],
  6860.                     'mappings' => [
  6861.                         => 'SuluArticleBundle',
  6862.                     ],
  6863.                     'bulk_size' => 100,
  6864.                     'commit_mode' => 'refresh',
  6865.                     'logger' => [
  6866.                         'enabled' => false,
  6867.                         'level' => 'warning',
  6868.                         'log_file_name' => NULL,
  6869.                     ],
  6870.                     'force_commit' => true,
  6871.                 ],
  6872.                 'live' => [
  6873.                     'index' => [
  6874.                         'index_name' => $this->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live',
  6875.                         'hosts' => [
  6876.                             => $this->getEnv('resolve:ELASTICSEARCH_HOST'),
  6877.                         ],
  6878.                         'settings' => [
  6879.                             'number_of_replicas' => 0,
  6880.                             'number_of_shards' => 1,
  6881.                             'refresh_interval' => -1,
  6882.                         ],
  6883.                     ],
  6884.                     'mappings' => [
  6885.                         => 'SuluArticleBundle',
  6886.                     ],
  6887.                     'bulk_size' => 100,
  6888.                     'commit_mode' => 'refresh',
  6889.                     'logger' => [
  6890.                         'enabled' => false,
  6891.                         'level' => 'warning',
  6892.                         'log_file_name' => NULL,
  6893.                     ],
  6894.                     'force_commit' => true,
  6895.                 ],
  6896.             ]; break;
  6897.             case 'sulu_community.webspaces_config'$value = [
  6898.                 'pqna' => [
  6899.                     'from' => [
  6900.                         $this->getEnv('SULU_ADMIN_EMAIL') => $this->getEnv('SULU_ADMIN_EMAIL'),
  6901.                     ],
  6902.                     'login' => [
  6903.                         'embed_template' => 'community/login-embed.html.twig',
  6904.                         'template' => 'community/login.html.twig',
  6905.                     ],
  6906.                     'registration' => [
  6907.                         'activate_user' => false,
  6908.                         'auto_login' => true,
  6909.                         'email' => [
  6910.                             'subject' => 'Registration',
  6911.                             'user_template' => 'community/registration-email.html.twig',
  6912.                             'admin_template' => NULL,
  6913.                         ],
  6914.                         'template' => 'community/registration-form.html.twig',
  6915.                         'type' => 'App\\Form\\RegistrationType',
  6916.                         'options' => [
  6917.                         ],
  6918.                         'redirect_to' => '?send=true',
  6919.                     ],
  6920.                     'confirmation' => [
  6921.                         'activate_user' => true,
  6922.                         'auto_login' => true,
  6923.                         'email' => [
  6924.                             'subject' => 'Confirmation',
  6925.                             'user_template' => NULL,
  6926.                             'admin_template' => NULL,
  6927.                         ],
  6928.                         'redirect_to' => NULL,
  6929.                         'template' => 'community/confirmation-message.html.twig',
  6930.                     ],
  6931.                     'password_forget' => [
  6932.                         'email' => [
  6933.                             'subject' => 'Password Forget',
  6934.                             'admin_template' => NULL,
  6935.                             'user_template' => 'community/password-forget-email.html.twig',
  6936.                         ],
  6937.                         'redirect_to' => '?send=true',
  6938.                         'template' => 'community/password-forget-form.html.twig',
  6939.                         'type' => 'App\\Form\\PasswordForgetType',
  6940.                         'options' => [
  6941.                         ],
  6942.                     ],
  6943.                     'password_reset' => [
  6944.                         'auto_login' => true,
  6945.                         'email' => [
  6946.                             'subject' => 'Password Reset',
  6947.                             'admin_template' => NULL,
  6948.                             'user_template' => NULL,
  6949.                         ],
  6950.                         'redirect_to' => '?send=true',
  6951.                         'template' => 'community/password-reset-form.html.twig',
  6952.                         'type' => 'App\\Form\\PasswordResetType',
  6953.                         'options' => [
  6954.                         ],
  6955.                     ],
  6956.                     'profile' => [
  6957.                         'redirect_to' => NULL,
  6958.                         'template' => 'community/profile-form.html.twig',
  6959.                         'type' => 'App\\Form\\ProfileType',
  6960.                         'options' => [
  6961.                         ],
  6962.                         'email' => [
  6963.                             'subject' => 'Profile change',
  6964.                             'admin_template' => NULL,
  6965.                             'user_template' => NULL,
  6966.                         ],
  6967.                     ],
  6968.                     'maintenance' => [
  6969.                         'enabled' => false,
  6970.                         'template' => 'community/maintenance.html.twig',
  6971.                     ],
  6972.                     'role' => 'PqnaUser',
  6973.                     'firewall' => 'pqna',
  6974.                     'email_confirmation' => [
  6975.                         'template' => '@SuluCommunity/email-confirmation-success.html.twig',
  6976.                         'email' => [
  6977.                             'subject' => 'E-Mail change',
  6978.                             'admin_template' => NULL,
  6979.                             'user_template' => '@SuluCommunity/email-confirmation-email.html.twig',
  6980.                         ],
  6981.                     ],
  6982.                     'blacklisted' => [
  6983.                         'email' => [
  6984.                             'subject' => 'Blacklisted',
  6985.                             'admin_template' => '@SuluCommunity/blacklist-email.html.twig',
  6986.                             'user_template' => NULL,
  6987.                         ],
  6988.                     ],
  6989.                     'blacklist_denied' => [
  6990.                         'template' => '@SuluCommunity/blacklist-denied.html.twig',
  6991.                         'delete_user' => true,
  6992.                         'email' => [
  6993.                             'subject' => 'Denied',
  6994.                             'admin_template' => NULL,
  6995.                             'user_template' => NULL,
  6996.                         ],
  6997.                     ],
  6998.                     'blacklist_confirmed' => [
  6999.                         'template' => '@SuluCommunity/blacklist-confirmed.html.twig',
  7000.                         'email' => [
  7001.                             'subject' => 'Registration',
  7002.                             'admin_template' => NULL,
  7003.                             'user_template' => '@SuluCommunity/registration-email.html.twig',
  7004.                         ],
  7005.                     ],
  7006.                     'completion' => [
  7007.                         'service' => NULL,
  7008.                         'template' => '@SuluCommunity/completion-form.html.twig',
  7009.                         'type' => 'Sulu\\Bundle\\CommunityBundle\\Form\\Type\\CompletionType',
  7010.                         'options' => [
  7011.                         ],
  7012.                         'redirect_to' => '/',
  7013.                         'email' => [
  7014.                             'subject' => 'Completion',
  7015.                             'admin_template' => NULL,
  7016.                             'user_template' => NULL,
  7017.                         ],
  7018.                     ],
  7019.                     'to' => [
  7020.                         $this->getEnv('SULU_ADMIN_EMAIL') => $this->getEnv('SULU_ADMIN_EMAIL'),
  7021.                     ],
  7022.                     'webspace_key' => 'pqna',
  7023.                 ],
  7024.             ]; break;
  7025.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7026.         }
  7027.         $this->loadedDynamicParameters[$name] = true;
  7028.         return $this->dynamicParameters[$name] = $value;
  7029.     }
  7030.     protected function getDefaultParameters(): array
  7031.     {
  7032.         return [
  7033.             'kernel.project_dir' => \dirname(__DIR__5),
  7034.             'kernel.environment' => 'dev',
  7035.             'kernel.debug' => true,
  7036.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  7037.             'kernel.bundles' => [
  7038.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7039.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7040.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7041.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  7042.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  7043.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7044.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  7045.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  7046.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  7047.                 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  7048.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  7049.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  7050.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  7051.                 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  7052.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  7053.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  7054.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  7055.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  7056.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  7057.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  7058.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  7059.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  7060.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  7061.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  7062.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  7063.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  7064.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  7065.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  7066.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  7067.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  7068.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  7069.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  7070.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  7071.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7072.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  7073.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7074.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7075.                 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  7076.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  7077.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  7078.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  7079.                 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  7080.                 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  7081.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  7082.                 'SuluFormBundle' => 'Sulu\\Bundle\\FormBundle\\SuluFormBundle',
  7083.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  7084.                 'SuluHubScoreFormSenderBundle' => 'SevenGroupFrance\\SuluHubScoreFormSenderBundle\\SuluHubScoreFormSenderBundle',
  7085.                 'ONGRElasticsearchBundle' => 'ONGR\\ElasticsearchBundle\\ONGRElasticsearchBundle',
  7086.                 'SuluArticleBundle' => 'Sulu\\Bundle\\ArticleBundle\\SuluArticleBundle',
  7087.                 'CustomToggleBundle' => 'SevenGroupFrance\\SuluCustomToggleBundle\\CustomToggleBundle',
  7088.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7089.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  7090.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7091.                 'SuluFrGouvMapBundle' => 'SevenGroupFrance\\SuluFrGouvMapBundle\\SuluFrGouvMapBundle',
  7092.                 'ColorPickerCustomBundle' => 'SevenGroupFrance\\SuluColorPickerBundle\\ColorPickerCustomBundle',
  7093.                 'FontIconPickerBundle' => 'SevenGroupFrance\\SuluIconPickerBundle\\FontIconPickerBundle',
  7094.                 'SuluCommunityBundle' => 'Sulu\\Bundle\\CommunityBundle\\SuluCommunityBundle',
  7095.                 'DuplicateArticlesBundle' => 'SevenGroupFrance\\SuluDuplicateArticlesBundle\\DuplicateArticlesBundle',
  7096.             ],
  7097.             'kernel.bundles_metadata' => [
  7098.                 'FrameworkBundle' => [
  7099.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  7100.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7101.                 ],
  7102.                 'TwigBundle' => [
  7103.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  7104.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7105.                 ],
  7106.                 'MonologBundle' => [
  7107.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  7108.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7109.                 ],
  7110.                 'SwiftmailerBundle' => [
  7111.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  7112.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  7113.                 ],
  7114.                 'SuluCoreBundle' => [
  7115.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  7116.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  7117.                 ],
  7118.                 'DoctrineBundle' => [
  7119.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  7120.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7121.                 ],
  7122.                 'DoctrineFixturesBundle' => [
  7123.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  7124.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  7125.                 ],
  7126.                 'DoctrinePHPCRBundle' => [
  7127.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  7128.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  7129.                 ],
  7130.                 'FOSRestBundle' => [
  7131.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  7132.                     'namespace' => 'FOS\\RestBundle',
  7133.                 ],
  7134.                 'RestRoutingBundle' => [
  7135.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  7136.                     'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  7137.                 ],
  7138.                 'JMSSerializerBundle' => [
  7139.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  7140.                     'namespace' => 'JMS\\SerializerBundle',
  7141.                 ],
  7142.                 'MassiveSearchBundle' => [
  7143.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  7144.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  7145.                 ],
  7146.                 'FOSHttpCacheBundle' => [
  7147.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  7148.                     'namespace' => 'FOS\\HttpCacheBundle',
  7149.                 ],
  7150.                 'SuluAdminBundle' => [
  7151.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  7152.                     'namespace' => 'Sulu\\Bundle\\AdminBundle',
  7153.                 ],
  7154.                 'SuluSearchBundle' => [
  7155.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  7156.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  7157.                 ],
  7158.                 'SuluPersistenceBundle' => [
  7159.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  7160.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  7161.                 ],
  7162.                 'SuluContactBundle' => [
  7163.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  7164.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  7165.                 ],
  7166.                 'SuluMediaBundle' => [
  7167.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  7168.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  7169.                 ],
  7170.                 'SuluSecurityBundle' => [
  7171.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  7172.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  7173.                 ],
  7174.                 'SuluCategoryBundle' => [
  7175.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  7176.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  7177.                 ],
  7178.                 'SuluSnippetBundle' => [
  7179.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  7180.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  7181.                 ],
  7182.                 'SuluPageBundle' => [
  7183.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  7184.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  7185.                 ],
  7186.                 'SuluTagBundle' => [
  7187.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  7188.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  7189.                 ],
  7190.                 'SuluWebsiteBundle' => [
  7191.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  7192.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  7193.                 ],
  7194.                 'SuluLocationBundle' => [
  7195.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  7196.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  7197.                 ],
  7198.                 'SuluHttpCacheBundle' => [
  7199.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  7200.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  7201.                 ],
  7202.                 'SuluDocumentManagerBundle' => [
  7203.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  7204.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  7205.                 ],
  7206.                 'SuluHashBundle' => [
  7207.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  7208.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  7209.                 ],
  7210.                 'SuluCustomUrlBundle' => [
  7211.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  7212.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  7213.                 ],
  7214.                 'SuluRouteBundle' => [
  7215.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  7216.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  7217.                 ],
  7218.                 'SuluMarkupBundle' => [
  7219.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  7220.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  7221.                 ],
  7222.                 'PhpcrMigrationsBundle' => [
  7223.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  7224.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  7225.                 ],
  7226.                 'MassiveBuildBundle' => [
  7227.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  7228.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  7229.                 ],
  7230.                 'WebProfilerBundle' => [
  7231.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  7232.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7233.                 ],
  7234.                 'SuluTestBundle' => [
  7235.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  7236.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  7237.                 ],
  7238.                 'DebugBundle' => [
  7239.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  7240.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7241.                 ],
  7242.                 'SecurityBundle' => [
  7243.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  7244.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7245.                 ],
  7246.                 'SuluPreviewBundle' => [
  7247.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  7248.                     'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  7249.                 ],
  7250.                 'FOSJsRoutingBundle' => [
  7251.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  7252.                     'namespace' => 'FOS\\JsRoutingBundle',
  7253.                 ],
  7254.                 'CmfRoutingBundle' => [
  7255.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  7256.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  7257.                 ],
  7258.                 'StofDoctrineExtensionsBundle' => [
  7259.                     'path' => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle'),
  7260.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  7261.                 ],
  7262.                 'SuluActivityBundle' => [
  7263.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  7264.                     'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  7265.                 ],
  7266.                 'SuluTrashBundle' => [
  7267.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  7268.                     'namespace' => 'Sulu\\Bundle\\TrashBundle',
  7269.                 ],
  7270.                 'WebpackEncoreBundle' => [
  7271.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src'),
  7272.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  7273.                 ],
  7274.                 'SuluFormBundle' => [
  7275.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/form-bundle'),
  7276.                     'namespace' => 'Sulu\\Bundle\\FormBundle',
  7277.                 ],
  7278.                 'EWZRecaptchaBundle' => [
  7279.                     'path' => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src'),
  7280.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  7281.                 ],
  7282.                 'SuluHubScoreFormSenderBundle' => [
  7283.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-hub-score-form-sender-bundle/src'),
  7284.                     'namespace' => 'SevenGroupFrance\\SuluHubScoreFormSenderBundle',
  7285.                 ],
  7286.                 'ONGRElasticsearchBundle' => [
  7287.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle'),
  7288.                     'namespace' => 'ONGR\\ElasticsearchBundle',
  7289.                 ],
  7290.                 'SuluArticleBundle' => [
  7291.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/article-bundle'),
  7292.                     'namespace' => 'Sulu\\Bundle\\ArticleBundle',
  7293.                 ],
  7294.                 'CustomToggleBundle' => [
  7295.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-custom-toggle-bundle/src'),
  7296.                     'namespace' => 'SevenGroupFrance\\SuluCustomToggleBundle',
  7297.                 ],
  7298.                 'MakerBundle' => [
  7299.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  7300.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7301.                 ],
  7302.                 'SymfonyCastsVerifyEmailBundle' => [
  7303.                     'path' => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src'),
  7304.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  7305.                 ],
  7306.                 'TwigExtraBundle' => [
  7307.                     'path' => (\dirname(__DIR__5).'/vendor/twig/extra-bundle'),
  7308.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7309.                 ],
  7310.                 'SuluFrGouvMapBundle' => [
  7311.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-fr-gouv-map-bundle/src'),
  7312.                     'namespace' => 'SevenGroupFrance\\SuluFrGouvMapBundle',
  7313.                 ],
  7314.                 'ColorPickerCustomBundle' => [
  7315.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-color-picker-bundle/src'),
  7316.                     'namespace' => 'SevenGroupFrance\\SuluColorPickerBundle',
  7317.                 ],
  7318.                 'FontIconPickerBundle' => [
  7319.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-icon-picker-bundle/src'),
  7320.                     'namespace' => 'SevenGroupFrance\\SuluIconPickerBundle',
  7321.                 ],
  7322.                 'SuluCommunityBundle' => [
  7323.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/community-bundle'),
  7324.                     'namespace' => 'Sulu\\Bundle\\CommunityBundle',
  7325.                 ],
  7326.                 'DuplicateArticlesBundle' => [
  7327.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-duplicate-articles-bundle/src'),
  7328.                     'namespace' => 'SevenGroupFrance\\SuluDuplicateArticlesBundle',
  7329.                 ],
  7330.             ],
  7331.             'kernel.charset' => 'UTF-8',
  7332.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7333.             'sulu.context' => 'website',
  7334.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  7335.             'container.dumper.inline_class_loader' => true,
  7336.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  7337.             'env(PHPCR_WORKSPACE)' => 'default',
  7338.             'default_locale' => 'en',
  7339.             'event_dispatcher.event_aliases' => [
  7340.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7341.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7342.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7343.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7344.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7345.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7346.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7347.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7348.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7349.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7350.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7351.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7352.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7353.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7354.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7355.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7356.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7357.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7358.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7359.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7360.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7361.             ],
  7362.             'fragment.renderer.hinclude.global_template' => NULL,
  7363.             'fragment.path' => '/_fragment',
  7364.             'kernel.http_method_override' => true,
  7365.             'kernel.trusted_hosts' => [
  7366.             ],
  7367.             'kernel.default_locale' => 'en',
  7368.             'kernel.enabled_locales' => [
  7369.             ],
  7370.             'kernel.error_controller' => 'error_controller',
  7371.             'debug.file_link_format' => NULL,
  7372.             'asset.request_context.base_path' => NULL,
  7373.             'asset.request_context.secure' => NULL,
  7374.             'translator.logging' => false,
  7375.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  7376.             'debug.error_handler.throw_at' => -1,
  7377.             'router.request_context.host' => 'localhost',
  7378.             'router.request_context.scheme' => 'http',
  7379.             'router.request_context.base_url' => '',
  7380.             'router.resource' => 'kernel::loadRoutes',
  7381.             'request_listener.http_port' => 80,
  7382.             'request_listener.https_port' => 443,
  7383.             'session.metadata.storage_key' => '_sf2_meta',
  7384.             'session.storage.options' => [
  7385.                 'cache_limiter' => '0',
  7386.                 'name' => 'SULUSESSID',
  7387.                 'cookie_secure' => 'auto',
  7388.                 'cookie_httponly' => true,
  7389.                 'cookie_samesite' => 'lax',
  7390.                 'gc_probability' => 1,
  7391.             ],
  7392.             'session.save_path' => NULL,
  7393.             'session.metadata.update_threshold' => 0,
  7394.             'form.type_extension.csrf.enabled' => true,
  7395.             'form.type_extension.csrf.field_name' => '_token',
  7396.             'validator.translation_domain' => 'validators',
  7397.             'profiler_listener.only_exceptions' => false,
  7398.             'profiler_listener.only_main_requests' => false,
  7399.             'twig.form.resources' => [
  7400.                 => 'form_div_layout.html.twig',
  7401.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  7402.             ],
  7403.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  7404.             'monolog.use_microseconds' => true,
  7405.             'monolog.swift_mailer.handlers' => [
  7406.             ],
  7407.             'monolog.handlers_to_channels' => [
  7408.                 'monolog.handler.console' => [
  7409.                     'type' => 'exclusive',
  7410.                     'elements' => [
  7411.                         => 'event',
  7412.                         => 'doctrine',
  7413.                         => 'console',
  7414.                     ],
  7415.                 ],
  7416.                 'monolog.handler.main' => [
  7417.                     'type' => 'exclusive',
  7418.                     'elements' => [
  7419.                         => 'event',
  7420.                     ],
  7421.                 ],
  7422.             ],
  7423.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  7424.             'swiftmailer.mailer.default.spool.enabled' => true,
  7425.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  7426.             'swiftmailer.mailer.default.single_address' => NULL,
  7427.             'swiftmailer.mailer.default.delivery.enabled' => true,
  7428.             'swiftmailer.spool.enabled' => true,
  7429.             'swiftmailer.delivery.enabled' => true,
  7430.             'swiftmailer.single_address' => NULL,
  7431.             'swiftmailer.mailers' => [
  7432.                 'default' => 'swiftmailer.mailer.default',
  7433.             ],
  7434.             'swiftmailer.default_mailer' => 'default',
  7435.             'sulu_core.locales' => [
  7436.                 => 'en',
  7437.                 => 'fr',
  7438.             ],
  7439.             'sulu_core.translated_locales' => [
  7440.                 'en' => 'English',
  7441.                 'fr' => 'French',
  7442.             ],
  7443.             'sulu_core.translations' => [
  7444.                 => 'en',
  7445.                 => 'fr',
  7446.             ],
  7447.             'sulu_core.fallback_locale' => 'en',
  7448.             'sulu.content.language.namespace' => 'i18n',
  7449.             'sulu.content.language.default' => 'en',
  7450.             'sulu.content.node_names.base' => 'cmf',
  7451.             'sulu.content.node_names.content' => 'contents',
  7452.             'sulu.content.node_names.route' => 'routes',
  7453.             'sulu.content.node_names.snippet' => 'snippets',
  7454.             'sulu.content.structure.default_types' => [
  7455.                 'snippet' => 'default',
  7456.             ],
  7457.             'sulu.content.structure.default_type.snippet' => 'default',
  7458.             'sulu.content.structure.required_properties' => [
  7459.                 'home' => [
  7460.                     => 'title',
  7461.                 ],
  7462.                 'page' => [
  7463.                     => 'title',
  7464.                 ],
  7465.                 'snippet' => [
  7466.                     => 'title',
  7467.                 ],
  7468.             ],
  7469.             'sulu.content.structure.required_tags' => [
  7470.                 'home' => [
  7471.                     => 'sulu.rlp',
  7472.                 ],
  7473.                 'page' => [
  7474.                     => 'sulu.rlp',
  7475.                 ],
  7476.             ],
  7477.             'sulu.content.internal_prefix' => '',
  7478.             'sulu.content.structure.type_map' => [
  7479.                 'article' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Structure\\ArticleBridge',
  7480.                 'article_page' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Structure\\ArticlePageBridge',
  7481.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  7482.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  7483.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  7484.             ],
  7485.             'sulu.content.structure.paths' => [
  7486.                 'article' => [
  7487.                     => [
  7488.                         'path' => (\dirname(__DIR__5).'/config/templates/articles'),
  7489.                         'type' => 'article',
  7490.                     ],
  7491.                 ],
  7492.                 'article_page' => [
  7493.                     => [
  7494.                         'path' => (\dirname(__DIR__5).'/config/templates/articles'),
  7495.                         'type' => 'article_page',
  7496.                     ],
  7497.                 ],
  7498.                 'page' => [
  7499.                     => [
  7500.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  7501.                         'type' => 'page',
  7502.                     ],
  7503.                     => [
  7504.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  7505.                         'type' => 'page',
  7506.                     ],
  7507.                     => [
  7508.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  7509.                         'type' => 'page',
  7510.                     ],
  7511.                 ],
  7512.                 'home' => [
  7513.                     => [
  7514.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  7515.                         'type' => 'home',
  7516.                     ],
  7517.                 ],
  7518.                 'snippet' => [
  7519.                     => [
  7520.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  7521.                         'type' => 'snippet',
  7522.                     ],
  7523.                 ],
  7524.             ],
  7525.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  7526.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  7527.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  7528.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  7529.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  7530.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  7531.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  7532.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  7533.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  7534.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  7535.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  7536.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  7537.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  7538.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  7539.             'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  7540.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  7541.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  7542.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  7543.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  7544.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  7545.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  7546.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  7547.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  7548.             'sulu_core.cache.memoize.default_lifetime' => 1,
  7549.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7550.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  7551.             'sulu.fields_defaults.translations' => [
  7552.                 'id' => 'public.id',
  7553.                 'title' => 'public.title',
  7554.                 'name' => 'public.name',
  7555.                 'created' => 'public.created',
  7556.                 'changed' => 'public.changed',
  7557.             ],
  7558.             'sulu.fields_defaults.widths' => [
  7559.                 'id' => '50px',
  7560.             ],
  7561.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  7562.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  7563.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  7564.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  7565.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  7566.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  7567.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  7568.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7569.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7570.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7571.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7572.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7573.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7574.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7575.             'doctrine.entity_managers' => [
  7576.                 'default' => 'doctrine.orm.default_entity_manager',
  7577.             ],
  7578.             'doctrine.default_entity_manager' => 'default',
  7579.             'doctrine.dbal.connection_factory.types' => [
  7580.                 'uuid' => [
  7581.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  7582.                 ],
  7583.                 'ulid' => [
  7584.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  7585.                 ],
  7586.             ],
  7587.             'doctrine.connections' => [
  7588.                 'default' => 'doctrine.dbal.default_connection',
  7589.             ],
  7590.             'doctrine.default_connection' => 'default',
  7591.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7592.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7593.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7594.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7595.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7596.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7597.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7598.             'doctrine.orm.cache.memcache_port' => 11211,
  7599.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7600.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7601.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7602.             'doctrine.orm.cache.memcached_port' => 11211,
  7603.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7604.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7605.             'doctrine.orm.cache.redis_host' => 'localhost',
  7606.             'doctrine.orm.cache.redis_port' => 6379,
  7607.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7608.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7609.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7610.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7611.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7612.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7613.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7614.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7615.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7616.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7617.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7618.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7619.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7620.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7621.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7622.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7623.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7624.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7625.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7626.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7627.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7628.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7629.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  7630.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7631.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7632.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7633.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7634.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7635.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7636.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7637.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7638.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7639.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  7640.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7641.             'doctrine_phpcr.sessions' => [
  7642.                 'default' => 'doctrine_phpcr.default_session',
  7643.                 'live' => 'doctrine_phpcr.live_session',
  7644.             ],
  7645.             'doctrine_phpcr.odm.document_managers' => [
  7646.             ],
  7647.             'doctrine_phpcr.default_session' => 'live',
  7648.             'doctrine_phpcr.odm.default_document_manager' => '',
  7649.             'doctrine_phpcr.dump_max_line_length' => 120,
  7650.             'doctrine_phpcr.form.type_guess' => [
  7651.             ],
  7652.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  7653.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  7654.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  7655.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  7656.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  7657.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  7658.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  7659.             'massive_search.events.index' => 'massive_search.index',
  7660.             'massive_search.events.deindex' => 'massive_search.deindex',
  7661.             'massive_search.adapter.elastic.version' => 7.17,
  7662.             'massive_search.search.adapter.elastic.client.class' => 'Elasticsearch\\Client',
  7663.             'massive_search.search.adapter.elastic.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ElasticSearchAdapter',
  7664.             'massive_search.metadata.debug' => true,
  7665.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  7666.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  7667.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  7668.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  7669.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  7670.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  7671.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  7672.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  7673.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  7674.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  7675.             'fos_http_cache.cacheable.response.additional_status' => [
  7676.             ],
  7677.             'fos_http_cache.proxy_client.symfony.options' => [
  7678.                 'tags_header' => 'X-Cache-Tags',
  7679.                 'tags_method' => 'PURGETAGS',
  7680.                 'purge_method' => 'PURGE',
  7681.             ],
  7682.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  7683.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  7684.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  7685.             'fos_http_cache.tag_handler.separator' => ',',
  7686.             'fos_http_cache.tag_handler.strict' => false,
  7687.             'sulu_admin.name' => 'Sulu Admin',
  7688.             'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  7689.             'sulu_admin.resources' => [
  7690.                 'blacklist_items' => [
  7691.                     'routes' => [
  7692.                         'list' => 'sulu_community.get_blacklist-items',
  7693.                         'detail' => 'sulu_community.get_blacklist-item',
  7694.                     ],
  7695.                 ],
  7696.                 'articles' => [
  7697.                     'routes' => [
  7698.                         'list' => 'sulu_article.get_articles',
  7699.                         'detail' => 'sulu_article.get_article',
  7700.                     ],
  7701.                 ],
  7702.                 'article_versions' => [
  7703.                     'routes' => [
  7704.                         'list' => 'sulu_article.get_article_versions',
  7705.                         'detail' => 'sulu_article.post_article_version_trigger',
  7706.                     ],
  7707.                 ],
  7708.                 'forms' => [
  7709.                     'routes' => [
  7710.                         'list' => 'sulu_form.get_forms',
  7711.                         'detail' => 'sulu_form.get_form',
  7712.                     ],
  7713.                 ],
  7714.                 'dynamic_forms' => [
  7715.                     'routes' => [
  7716.                         'list' => 'sulu_form.get_dynamics',
  7717.                         'detail' => 'sulu_form.delete_dynamic',
  7718.                     ],
  7719.                 ],
  7720.                 'trash_items' => [
  7721.                     'routes' => [
  7722.                         'list' => 'sulu_trash.get_trash-items',
  7723.                         'detail' => 'sulu_trash.get_trash-item',
  7724.                     ],
  7725.                 ],
  7726.                 'activities' => [
  7727.                     'routes' => [
  7728.                         'list' => 'sulu_activity.get_activities',
  7729.                     ],
  7730.                 ],
  7731.                 'preview_links' => [
  7732.                     'routes' => [
  7733.                         'detail' => 'sulu_preview.get_preview-link',
  7734.                     ],
  7735.                 ],
  7736.                 'routes' => [
  7737.                     'routes' => [
  7738.                         'list' => 'sulu_routes.get_routes',
  7739.                     ],
  7740.                 ],
  7741.                 'custom_urls' => [
  7742.                     'routes' => [
  7743.                         'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  7744.                         'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  7745.                     ],
  7746.                 ],
  7747.                 'custom_url_routes' => [
  7748.                     'routes' => [
  7749.                         'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  7750.                     ],
  7751.                 ],
  7752.                 'geolocator_locations' => [
  7753.                     'routes' => [
  7754.                         'list' => 'sulu_location.geolocator_query',
  7755.                     ],
  7756.                 ],
  7757.                 'analytics' => [
  7758.                     'routes' => [
  7759.                         'list' => 'sulu_website.cget_webspace_analytics',
  7760.                         'detail' => 'sulu_website.get_webspace_analytics',
  7761.                     ],
  7762.                 ],
  7763.                 'tags' => [
  7764.                     'routes' => [
  7765.                         'list' => 'sulu_tag.get_tags',
  7766.                         'detail' => 'sulu_tag.get_tag',
  7767.                     ],
  7768.                 ],
  7769.                 'page_resourcelocators' => [
  7770.                     'routes' => [
  7771.                         'list' => 'sulu_page.get_page_resourcelocators',
  7772.                     ],
  7773.                 ],
  7774.                 'pages' => [
  7775.                     'routes' => [
  7776.                         'list' => 'sulu_page.get_pages',
  7777.                         'detail' => 'sulu_page.get_page',
  7778.                     ],
  7779.                     'security_context' => 'sulu.webspaces.#webspace#',
  7780.                     'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  7781.                 ],
  7782.                 'page_versions' => [
  7783.                     'routes' => [
  7784.                         'list' => 'sulu_page.get_page_versions',
  7785.                         'detail' => 'sulu_page.post_page_version_trigger',
  7786.                     ],
  7787.                 ],
  7788.                 'webspaces' => [
  7789.                     'routes' => [
  7790.                         'list' => 'sulu_page.get_webspaces',
  7791.                         'detail' => 'sulu_page.get_webspace',
  7792.                     ],
  7793.                 ],
  7794.                 'snippets' => [
  7795.                     'routes' => [
  7796.                         'list' => 'sulu_snippet.get_snippets',
  7797.                         'detail' => 'sulu_snippet.get_snippet',
  7798.                     ],
  7799.                 ],
  7800.                 'snippet_areas' => [
  7801.                     'routes' => [
  7802.                         'list' => 'sulu_snippet.get_snippet-areas',
  7803.                         'detail' => 'sulu_snippet.put_snippet-area',
  7804.                     ],
  7805.                 ],
  7806.                 'categories' => [
  7807.                     'routes' => [
  7808.                         'list' => 'sulu_category.get_categories',
  7809.                         'detail' => 'sulu_category.get_category',
  7810.                     ],
  7811.                 ],
  7812.                 'category_keywords' => [
  7813.                     'routes' => [
  7814.                         'list' => 'sulu_category.get_category_keywords',
  7815.                         'detail' => 'sulu_category.get_category_keyword',
  7816.                     ],
  7817.                 ],
  7818.                 'permissions' => [
  7819.                     'routes' => [
  7820.                         'detail' => 'sulu_security.get_permissions',
  7821.                     ],
  7822.                 ],
  7823.                 'roles' => [
  7824.                     'routes' => [
  7825.                         'list' => 'sulu_security.get_roles',
  7826.                         'detail' => 'sulu_security.get_role',
  7827.                     ],
  7828.                 ],
  7829.                 'users' => [
  7830.                     'routes' => [
  7831.                         'list' => 'sulu_security.get_users',
  7832.                         'detail' => 'sulu_security.get_user',
  7833.                     ],
  7834.                 ],
  7835.                 'profile' => [
  7836.                     'routes' => [
  7837.                         'detail' => 'sulu_security.get_profile',
  7838.                     ],
  7839.                 ],
  7840.                 'media' => [
  7841.                     'routes' => [
  7842.                         'list' => 'sulu_media.cget_media',
  7843.                         'detail' => 'sulu_media.get_media',
  7844.                     ],
  7845.                     'security_context' => 'sulu.media.collections',
  7846.                     'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  7847.                 ],
  7848.                 'media_preview' => [
  7849.                     'routes' => [
  7850.                         'detail' => 'sulu_media.post_media_preview',
  7851.                     ],
  7852.                 ],
  7853.                 'media_formats' => [
  7854.                     'routes' => [
  7855.                         'list' => 'sulu_media.get_media_formats',
  7856.                         'detail' => 'sulu_media.put_media_format',
  7857.                     ],
  7858.                 ],
  7859.                 'media_versions' => [
  7860.                     'routes' => [
  7861.                         'detail' => 'sulu_media.delete_media_version',
  7862.                     ],
  7863.                 ],
  7864.                 'collections' => [
  7865.                     'routes' => [
  7866.                         'list' => 'sulu_media.get_collections',
  7867.                         'detail' => 'sulu_media.get_collection',
  7868.                     ],
  7869.                 ],
  7870.                 'formats' => [
  7871.                     'routes' => [
  7872.                         'list' => 'sulu_media.get_formats',
  7873.                         'detail' => 'sulu_media.get_format',
  7874.                     ],
  7875.                 ],
  7876.                 'contacts' => [
  7877.                     'routes' => [
  7878.                         'list' => 'sulu_contact.get_contacts',
  7879.                         'detail' => 'sulu_contact.get_contact',
  7880.                     ],
  7881.                 ],
  7882.                 'contact_titles' => [
  7883.                     'routes' => [
  7884.                         'list' => 'sulu_contact.get_contact-titles',
  7885.                     ],
  7886.                 ],
  7887.                 'contact_positions' => [
  7888.                     'routes' => [
  7889.                         'list' => 'sulu_contact.get_contact-positions',
  7890.                     ],
  7891.                 ],
  7892.                 'contact_media' => [
  7893.                     'routes' => [
  7894.                         'list' => 'sulu_contact.cget_contact_medias',
  7895.                         'detail' => 'sulu_contact.delete_contact_medias',
  7896.                     ],
  7897.                 ],
  7898.                 'accounts' => [
  7899.                     'routes' => [
  7900.                         'list' => 'sulu_contact.get_accounts',
  7901.                         'detail' => 'sulu_contact.get_account',
  7902.                     ],
  7903.                 ],
  7904.                 'account_media' => [
  7905.                     'routes' => [
  7906.                         'list' => 'sulu_contact.cget_account_medias',
  7907.                         'detail' => 'sulu_contact.delete_account_medias',
  7908.                     ],
  7909.                 ],
  7910.                 'account_contacts' => [
  7911.                     'routes' => [
  7912.                         'list' => 'sulu_contact.get_account_contacts',
  7913.                         'detail' => 'sulu_contact.delete_account_contacts',
  7914.                     ],
  7915.                 ],
  7916.                 'search' => [
  7917.                     'routes' => [
  7918.                         'list' => 'sulu_search_search',
  7919.                     ],
  7920.                 ],
  7921.                 'search_indexes' => [
  7922.                     'routes' => [
  7923.                         'list' => 'sulu_search_indexes',
  7924.                     ],
  7925.                 ],
  7926.                 'collaborations' => [
  7927.                     'routes' => [
  7928.                         'detail' => 'sulu_admin.put_collaborations',
  7929.                     ],
  7930.                 ],
  7931.                 'localizations' => [
  7932.                     'routes' => [
  7933.                         'list' => 'sulu_core.get_localizations',
  7934.                     ],
  7935.                 ],
  7936.                 'teasers' => [
  7937.                     'routes' => [
  7938.                         'list' => 'sulu_page.get_teasers',
  7939.                     ],
  7940.                 ],
  7941.             ],
  7942.             'sulu_admin.collaboration_enabled' => false,
  7943.             'sulu_admin.collaboration_interval' => 20,
  7944.             'sulu_admin.collaboration_threshold' => 60,
  7945.             'sulu_admin.forms.directories' => [
  7946.                 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/DependencyInjection/../Resources/config/forms'),
  7947.                 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/../Resources/config/forms'),
  7948.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  7949.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  7950.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  7951.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  7952.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  7953.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  7954.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  7955.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  7956.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  7957.                 11 => (\dirname(__DIR__5).'/config/forms'),
  7958.             ],
  7959.             'sulu_admin.lists.directories' => [
  7960.                 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/DependencyInjection/../Resources/config/lists'),
  7961.                 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/../Resources/config/lists'),
  7962.                 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/DependencyInjection/../Resources/config/lists'),
  7963.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  7964.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  7965.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  7966.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  7967.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  7968.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  7969.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  7970.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  7971.                 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  7972.                 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  7973.                 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  7974.                 14 => (\dirname(__DIR__5).'/config/lists'),
  7975.             ],
  7976.             'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  7977.             'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  7978.             'sulu_search.indexes' => [
  7979.                 'snippet' => [
  7980.                     'name' => 'sulu_snippet.snippets',
  7981.                     'icon' => 'su-snippet',
  7982.                     'view' => [
  7983.                         'name' => 'sulu_snippet.edit_form',
  7984.                         'result_to_view' => [
  7985.                             'id' => 'id',
  7986.                             'locale' => 'locale',
  7987.                         ],
  7988.                     ],
  7989.                     'security_context' => 'sulu.global.snippets',
  7990.                     'contexts' => [
  7991.                     ],
  7992.                 ],
  7993.                 'category' => [
  7994.                     'name' => 'sulu_category.categories',
  7995.                     'icon' => 'su-tag',
  7996.                     'view' => [
  7997.                         'name' => 'sulu_category.edit_form',
  7998.                         'result_to_view' => [
  7999.                             'id' => 'id',
  8000.                             'locale' => 'locale',
  8001.                         ],
  8002.                     ],
  8003.                     'security_context' => 'sulu.settings.categories',
  8004.                     'contexts' => [
  8005.                     ],
  8006.                 ],
  8007.                 'media' => [
  8008.                     'name' => 'sulu_media.media',
  8009.                     'icon' => 'su-image',
  8010.                     'view' => [
  8011.                         'name' => 'sulu_media.form',
  8012.                         'result_to_view' => [
  8013.                             'id' => 'id',
  8014.                             'locale' => 'locale',
  8015.                         ],
  8016.                     ],
  8017.                     'security_context' => 'sulu.media.collections',
  8018.                     'contexts' => [
  8019.                     ],
  8020.                 ],
  8021.                 'contact' => [
  8022.                     'name' => 'sulu_contact.people',
  8023.                     'icon' => 'su-user',
  8024.                     'view' => [
  8025.                         'name' => 'sulu_contact.contact_edit_form',
  8026.                         'result_to_view' => [
  8027.                             'id' => 'id',
  8028.                             'locale' => 'locale',
  8029.                         ],
  8030.                     ],
  8031.                     'security_context' => 'sulu.contact.people',
  8032.                     'contexts' => [
  8033.                     ],
  8034.                 ],
  8035.                 'account' => [
  8036.                     'name' => 'sulu_contact.organizations',
  8037.                     'icon' => 'su-house',
  8038.                     'view' => [
  8039.                         'name' => 'sulu_contact.account_edit_form',
  8040.                         'result_to_view' => [
  8041.                             'id' => 'id',
  8042.                             'locale' => 'locale',
  8043.                         ],
  8044.                     ],
  8045.                     'security_context' => 'sulu.contact.organizations',
  8046.                     'contexts' => [
  8047.                     ],
  8048.                 ],
  8049.                 'page_pqna' => [
  8050.                     'name' => 'pqn-a.fr',
  8051.                     'icon' => 'su-document',
  8052.                     'view' => [
  8053.                         'name' => 'sulu_page.page_edit_form',
  8054.                         'result_to_view' => [
  8055.                             'id' => 'id',
  8056.                             'locale' => 'locale',
  8057.                             'properties/webspace_key' => 'webspace',
  8058.                         ],
  8059.                     ],
  8060.                     'security_context' => 'sulu.webspaces.pqna',
  8061.                 ],
  8062.                 'page_pqna_published' => [
  8063.                     'name' => 'pqn-a.fr',
  8064.                     'icon' => 'su-document',
  8065.                     'view' => [
  8066.                         'name' => 'sulu_page.page_edit_form',
  8067.                         'result_to_view' => [
  8068.                             'id' => 'id',
  8069.                             'locale' => 'locale',
  8070.                             'properties/webspace_key' => 'webspace',
  8071.                         ],
  8072.                     ],
  8073.                     'security_context' => 'sulu.webspaces.pqna',
  8074.                     'contexts' => [
  8075.                         => 'website',
  8076.                     ],
  8077.                 ],
  8078.             ],
  8079.             'sulu_search.website.indexes' => [
  8080.                 => 'page_#webspace#_published',
  8081.                 => 'article_published',
  8082.             ],
  8083.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  8084.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  8085.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  8086.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  8087.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  8088.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  8089.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  8090.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  8091.             'sulu_contact.defaults' => [
  8092.                 'phoneType' => '1',
  8093.                 'phoneTypeMobile' => '3',
  8094.                 'phoneTypeIsdn' => '1',
  8095.                 'emailType' => '1',
  8096.                 'addressType' => '1',
  8097.                 'urlType' => '1',
  8098.                 'faxType' => '1',
  8099.                 'socialMediaProfileType' => '1',
  8100.                 'country' => 'AT',
  8101.             ],
  8102.             'sulu_contact.form_of_address' => [
  8103.                 'male' => [
  8104.                     'id' => 0,
  8105.                     'name' => 'male',
  8106.                     'translation' => 'contact.contacts.formOfAddress.male',
  8107.                 ],
  8108.                 'female' => [
  8109.                     'id' => 1,
  8110.                     'name' => 'female',
  8111.                     'translation' => 'contact.contacts.formOfAddress.female',
  8112.                 ],
  8113.             ],
  8114.             'sulu_contact.contact_form.category_root' => NULL,
  8115.             'sulu_contact.account_form.category_root' => NULL,
  8116.             'sulu.model.contact.class' => 'App\\Entity\\Contact',
  8117.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  8118.             'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  8119.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  8120.             'sulu.persistence.objects' => [
  8121.                 'sulu' => [
  8122.                     'blacklist_item' => [
  8123.                         'model' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItem',
  8124.                         'repository' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItemRepository',
  8125.                     ],
  8126.                     'blacklist_user' => [
  8127.                         'model' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUser',
  8128.                         'repository' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUserRepository',
  8129.                     ],
  8130.                     'trash_item' => [
  8131.                         'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  8132.                     ],
  8133.                     'activity' => [
  8134.                         'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  8135.                     ],
  8136.                     'preview_link' => [
  8137.                         'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  8138.                     ],
  8139.                     'route' => [
  8140.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  8141.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  8142.                     ],
  8143.                     'analytics' => [
  8144.                         'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  8145.                         'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  8146.                     ],
  8147.                     'tag' => [
  8148.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  8149.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  8150.                     ],
  8151.                     'category' => [
  8152.                         'model' => 'App\\Entity\\Category',
  8153.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  8154.                     ],
  8155.                     'category_meta' => [
  8156.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  8157.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  8158.                     ],
  8159.                     'category_translation' => [
  8160.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  8161.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  8162.                     ],
  8163.                     'keyword' => [
  8164.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  8165.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  8166.                     ],
  8167.                     'user' => [
  8168.                         'model' => 'App\\Entity\\User',
  8169.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  8170.                     ],
  8171.                     'role' => [
  8172.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  8173.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  8174.                     ],
  8175.                     'role_setting' => [
  8176.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  8177.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  8178.                     ],
  8179.                     'access_control' => [
  8180.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  8181.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  8182.                     ],
  8183.                     'media' => [
  8184.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  8185.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  8186.                     ],
  8187.                     'contact' => [
  8188.                         'model' => 'App\\Entity\\Contact',
  8189.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  8190.                     ],
  8191.                     'account' => [
  8192.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  8193.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  8194.                     ],
  8195.                 ],
  8196.             ],
  8197.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  8198.             'sulu_media.image_format_files' => [
  8199.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  8200.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  8201.             ],
  8202.             'sulu_media.system_collections' => [
  8203.                 'sulu_form' => [
  8204.                     'meta_title' => [
  8205.                         'en' => 'Sulu forms',
  8206.                         'de' => 'Sulu Formulare',
  8207.                     ],
  8208.                     'collections' => [
  8209.                         'attachments' => [
  8210.                             'meta_title' => [
  8211.                                 'en' => 'Attachments',
  8212.                                 'de' => 'Anhänge',
  8213.                             ],
  8214.                         ],
  8215.                     ],
  8216.                 ],
  8217.                 'sulu_media' => [
  8218.                     'meta_title' => [
  8219.                         'en' => 'Sulu media',
  8220.                         'de' => 'Sulu Medien',
  8221.                     ],
  8222.                     'collections' => [
  8223.                         'preview_image' => [
  8224.                             'meta_title' => [
  8225.                                 'en' => 'Preview images',
  8226.                                 'de' => 'Vorschaubilder',
  8227.                             ],
  8228.                         ],
  8229.                     ],
  8230.                 ],
  8231.                 'sulu_contact' => [
  8232.                     'meta_title' => [
  8233.                         'en' => 'Sulu contacts',
  8234.                         'de' => 'Sulu Kontakte',
  8235.                     ],
  8236.                     'collections' => [
  8237.                         'contact' => [
  8238.                             'meta_title' => [
  8239.                                 'en' => 'People',
  8240.                                 'de' => 'Personen',
  8241.                             ],
  8242.                         ],
  8243.                         'account' => [
  8244.                             'meta_title' => [
  8245.                                 'en' => 'Organizations',
  8246.                                 'de' => 'Organisationen',
  8247.                             ],
  8248.                         ],
  8249.                     ],
  8250.                 ],
  8251.             ],
  8252.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  8253.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  8254.             'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  8255.             'sulu_media.format_manager.response_headers' => [
  8256.                 'Expires' => '+1 month',
  8257.                 'Pragma' => 'public',
  8258.                 'Cache-Control' => 'public, immutable, max-age=31536000',
  8259.             ],
  8260.             'sulu_media.format_manager.default_imagine_options' => [
  8261.                 'jpeg_quality' => 85,
  8262.                 'webp_quality' => 85,
  8263.                 'png_compression_level' => 6,
  8264.             ],
  8265.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  8266.             'sulu_media.format_cache.save_image' => true,
  8267.             'sulu_media.format_cache.segments' => 10,
  8268.             'sulu_media.ghost_script.path' => '/usr/bin/gs',
  8269.             'sulu_media.media.blocked_file_types' => [
  8270.             ],
  8271.             'sulu_media.collection.type.default' => [
  8272.                 'id' => 1,
  8273.             ],
  8274.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  8275.             'sulu_media.media.types' => [
  8276.                 => [
  8277.                     'type' => 'document',
  8278.                     'mimeTypes' => [
  8279.                         => '*',
  8280.                     ],
  8281.                 ],
  8282.                 => [
  8283.                     'type' => 'image',
  8284.                     'mimeTypes' => [
  8285.                         => 'image/*',
  8286.                     ],
  8287.                 ],
  8288.                 => [
  8289.                     'type' => 'video',
  8290.                     'mimeTypes' => [
  8291.                         => 'video/*',
  8292.                     ],
  8293.                 ],
  8294.                 => [
  8295.                     'type' => 'audio',
  8296.                     'mimeTypes' => [
  8297.                         => 'audio/*',
  8298.                     ],
  8299.                 ],
  8300.             ],
  8301.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  8302.             'sulu_media.disposition_type.default' => 'attachment',
  8303.             'sulu_media.disposition_type.mime_types_inline' => [
  8304.             ],
  8305.             'sulu_media.disposition_type.mime_types_attachment' => [
  8306.             ],
  8307.             'sulu_media.upload.max_filesize' => 256,
  8308.             'sulu_media.media.max_file_size' => '256MB',
  8309.             'sulu_media.adobe_creative_key' => NULL,
  8310.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  8311.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  8312.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  8313.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  8314.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  8315.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  8316.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  8317.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  8318.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  8319.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  8320.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  8321.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  8322.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  8323.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  8324.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  8325.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  8326.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  8327.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  8328.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  8329.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  8330.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  8331.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  8332.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  8333.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  8334.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  8335.             'sulu_media.format_manager.mime_types' => [
  8336.                 => 'image/*',
  8337.                 => 'application/pdf',
  8338.             ],
  8339.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  8340.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  8341.             'sulu_media.media.storage' => 'local',
  8342.             'sulu_media.media.storage.local.path' => (\dirname(__DIR__4).'/uploads/media'),
  8343.             'sulu_media.media.storage.local.segments' => 10,
  8344.             'sulu_security.system' => 'Sulu',
  8345.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  8346.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  8347.             'sulu_security.reset_password.mail.sender' => '',
  8348.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  8349.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  8350.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  8351.             'sulu_security.permissions' => [
  8352.                 'view' => 64,
  8353.                 'add' => 32,
  8354.                 'edit' => 16,
  8355.                 'delete' => 8,
  8356.                 'archive' => 4,
  8357.                 'live' => 2,
  8358.                 'security' => 1,
  8359.             ],
  8360.             'permissions' => [
  8361.                 'view' => 64,
  8362.                 'add' => 32,
  8363.                 'edit' => 16,
  8364.                 'delete' => 8,
  8365.                 'archive' => 4,
  8366.                 'live' => 2,
  8367.                 'security' => 1,
  8368.             ],
  8369.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  8370.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  8371.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  8372.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  8373.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  8374.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  8375.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  8376.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  8377.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  8378.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  8379.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  8380.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  8381.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  8382.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  8383.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  8384.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  8385.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  8386.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  8387.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  8388.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  8389.             'sulu.model.user.class' => 'App\\Entity\\User',
  8390.             'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  8391.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  8392.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  8393.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  8394.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  8395.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  8396.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  8397.             'sulu.model.category.class' => 'App\\Entity\\Category',
  8398.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  8399.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  8400.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  8401.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  8402.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  8403.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  8404.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  8405.             'sulu_snippet.content-type.default_enabled' => true,
  8406.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  8407.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  8408.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  8409.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  8410.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  8411.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  8412.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  8413.             'sulu_snippet.export.snippet.formats' => [
  8414.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  8415.             ],
  8416.             'sulu_page.search.mapping' => [
  8417.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument' => [
  8418.                     'index' => 'article',
  8419.                     'decorate_index' => true,
  8420.                 ],
  8421.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument' => [
  8422.                     'index' => 'article_page',
  8423.                     'decorate_index' => false,
  8424.                 ],
  8425.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  8426.                     'index' => 'page',
  8427.                     'decorate_index' => true,
  8428.                 ],
  8429.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  8430.                     'index' => 'page',
  8431.                     'decorate_index' => true,
  8432.                 ],
  8433.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  8434.                     'index' => 'snippet',
  8435.                     'decorate_index' => false,
  8436.                 ],
  8437.             ],
  8438.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  8439.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  8440.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  8441.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  8442.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  8443.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  8444.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  8445.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  8446.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  8447.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  8448.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  8449.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  8450.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  8451.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  8452.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  8453.             'sulu_page.export.webspace.formats' => [
  8454.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  8455.             ],
  8456.             'sulu_page.default_author' => true,
  8457.             'sulu_page.seo' => [
  8458.                 'max_title_length' => 70,
  8459.                 'max_description_length' => 160,
  8460.                 'max_keywords' => 5,
  8461.                 'keywords_separator' => ',',
  8462.                 'url_prefix' => 'www.yoursite.com/{locale}',
  8463.             ],
  8464.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  8465.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  8466.             'sulu_website.navigation.cache.lifetime' => 1,
  8467.             'sulu_website.content.cache.lifetime' => 1,
  8468.             'sulu_website.sitemap.cache.lifetime' => 1,
  8469.             'sulu_website.enabled_twig_attributes' => [
  8470.                 'urls' => false,
  8471.                 'path' => false,
  8472.             ],
  8473.             'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  8474.             'sulu_website.segment_cookie_name' => '_ss',
  8475.             'sulu_website.segment_header' => 'X-Sulu-Segment',
  8476.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  8477.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  8478.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  8479.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  8480.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  8481.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  8482.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  8483.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  8484.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  8485.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  8486.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  8487.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  8488.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  8489.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  8490.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  8491.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  8492.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  8493.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  8494.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  8495.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  8496.             'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  8497.             'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  8498.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  8499.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  8500.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  8501.             'sulu_location.guzzle.client.class' => 'GuzzleHttp\\Client',
  8502.             'sulu_location.geolocator.name' => 'nominatim',
  8503.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  8504.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  8505.             'sulu_location.geolocator.service.google.api_key' => '',
  8506.             'sulu_http_cache.cache.max_age' => 240,
  8507.             'sulu_http_cache.cache.shared_max_age' => 240,
  8508.             'sulu_http_cache.tags.enabled' => true,
  8509.             'sulu_document_manager.mapping' => [
  8510.                 => [
  8511.                     'alias' => 'article',
  8512.                     'class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument',
  8513.                     'phpcr_type' => 'sulu:article',
  8514.                     'form_type' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Form\\ArticleDocumentType',
  8515.                     'mapping' => [
  8516.                     ],
  8517.                     'set_default_author' => true,
  8518.                 ],
  8519.                 => [
  8520.                     'alias' => 'article_page',
  8521.                     'class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument',
  8522.                     'phpcr_type' => 'sulu:articlepage',
  8523.                     'form_type' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Form\\ArticlePageDocumentType',
  8524.                     'mapping' => [
  8525.                     ],
  8526.                 ],
  8527.                 => [
  8528.                     'alias' => 'custom_url',
  8529.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  8530.                     'phpcr_type' => 'sulu:custom_url',
  8531.                     'mapping' => [
  8532.                         'published' => [
  8533.                             'property' => 'published',
  8534.                             'encoding' => 'content',
  8535.                             'mapped' => true,
  8536.                             'multiple' => false,
  8537.                             'default' => NULL,
  8538.                         ],
  8539.                         'baseDomain' => [
  8540.                             'property' => 'baseDomain',
  8541.                             'encoding' => 'content',
  8542.                             'mapped' => true,
  8543.                             'multiple' => false,
  8544.                             'default' => NULL,
  8545.                         ],
  8546.                         'domainParts' => [
  8547.                             'property' => 'domainParts',
  8548.                             'type' => 'json_array',
  8549.                             'encoding' => 'content',
  8550.                             'mapped' => true,
  8551.                             'multiple' => false,
  8552.                             'default' => NULL,
  8553.                         ],
  8554.                         'canonical' => [
  8555.                             'property' => 'canonical',
  8556.                             'encoding' => 'content',
  8557.                             'mapped' => true,
  8558.                             'multiple' => false,
  8559.                             'default' => NULL,
  8560.                         ],
  8561.                         'redirect' => [
  8562.                             'property' => 'redirect',
  8563.                             'encoding' => 'content',
  8564.                             'mapped' => true,
  8565.                             'multiple' => false,
  8566.                             'default' => NULL,
  8567.                         ],
  8568.                         'targetLocale' => [
  8569.                             'property' => 'targetLocale',
  8570.                             'encoding' => 'content',
  8571.                             'mapped' => true,
  8572.                             'multiple' => false,
  8573.                             'default' => NULL,
  8574.                         ],
  8575.                     ],
  8576.                 ],
  8577.                 => [
  8578.                     'alias' => 'custom_url_route',
  8579.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  8580.                     'phpcr_type' => 'sulu:custom_url_route',
  8581.                     'mapping' => [
  8582.                         'locale' => [
  8583.                             'property' => 'locale',
  8584.                             'encoding' => 'content',
  8585.                             'mapped' => true,
  8586.                             'multiple' => false,
  8587.                             'default' => NULL,
  8588.                         ],
  8589.                     ],
  8590.                 ],
  8591.                 => [
  8592.                     'alias' => 'page',
  8593.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  8594.                     'phpcr_type' => 'sulu:page',
  8595.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  8596.                     'set_default_author' => true,
  8597.                     'mapping' => [
  8598.                     ],
  8599.                 ],
  8600.                 => [
  8601.                     'alias' => 'home',
  8602.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  8603.                     'phpcr_type' => 'sulu:home',
  8604.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  8605.                     'set_default_author' => true,
  8606.                     'mapping' => [
  8607.                     ],
  8608.                 ],
  8609.                 => [
  8610.                     'alias' => 'route',
  8611.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  8612.                     'phpcr_type' => 'sulu:path',
  8613.                     'mapping' => [
  8614.                     ],
  8615.                 ],
  8616.                 => [
  8617.                     'alias' => 'snippet',
  8618.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  8619.                     'phpcr_type' => 'sulu:snippet',
  8620.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  8621.                     'mapping' => [
  8622.                     ],
  8623.                 ],
  8624.             ],
  8625.             'sulu_document_manager.namespace_mapping' => [
  8626.                 'extension_localized' => 'i18n',
  8627.                 'system' => 'sulu',
  8628.                 'system_localized' => 'i18n',
  8629.                 'content' => NULL,
  8630.                 'content_localized' => 'i18n',
  8631.             ],
  8632.             'sulu_document_manager.versioning.enabled' => false,
  8633.             'sulu_document_manager.show_drafts' => false,
  8634.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  8635.             'sulu_document_manager.segments' => [
  8636.                 'articles' => 'articles',
  8637.                 'custom_urls' => 'custom-urls',
  8638.                 'custom_urls_items' => 'items',
  8639.                 'custom_urls_routes' => 'routes',
  8640.                 'base' => 'cmf',
  8641.                 'content' => 'contents',
  8642.                 'route' => 'routes',
  8643.                 'snippet' => 'snippets',
  8644.             ],
  8645.             'sulu_custom_urls.uri_filter_regexp' => NULL,
  8646.             'sulu_route.mappings' => [
  8647.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument' => [
  8648.                     'resource_key' => 'articles',
  8649.                     'generator' => 'type',
  8650.                     'options' => [
  8651.                         'articles' => '/actualites/articles/{object.getTitle()}',
  8652.                         'agenda' => '/actualites/agenda/{object.getTitle()}',
  8653.                         'newsletters' => '/actualites/newsletters/{object.getTitle()}',
  8654.                         'aapami' => '/actualites/aap-ami/{object.getTitle()}',
  8655.                         'offres' => '/actualites/offres-emploi/{object.getTitle()}',
  8656.                         'analyses' => '/ressources/analyses/{object.getTitle()}',
  8657.                         'guides_outils' => '/ressources/guides-et-outils/{object.getTitle()}',
  8658.                         'experiences' => '/acteurs-territoires/experiences/{object.getTitle()}',
  8659.                         'fiches_territoires' => '/acteurs-territoires/territoires/{object.getTitle()}',
  8660.                     ],
  8661.                 ],
  8662.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument' => [
  8663.                     'resource_key' => 'article_pages',
  8664.                     'generator' => 'article_page',
  8665.                     'options' => [
  8666.                         'route_schema' => '/{translator.trans("page")}-{object.getPageNumber()}',
  8667.                         'parent' => '{object.getParent().getRoutePath()}',
  8668.                     ],
  8669.                 ],
  8670.             ],
  8671.             'sulu_route.resource_key_mappings' => [
  8672.                 'articles' => [
  8673.                     'resource_key' => 'articles',
  8674.                     'generator' => 'type',
  8675.                     'options' => [
  8676.                         'articles' => '/actualites/articles/{object.getTitle()}',
  8677.                         'agenda' => '/actualites/agenda/{object.getTitle()}',
  8678.                         'newsletters' => '/actualites/newsletters/{object.getTitle()}',
  8679.                         'aapami' => '/actualites/aap-ami/{object.getTitle()}',
  8680.                         'offres' => '/actualites/offres-emploi/{object.getTitle()}',
  8681.                         'analyses' => '/ressources/analyses/{object.getTitle()}',
  8682.                         'guides_outils' => '/ressources/guides-et-outils/{object.getTitle()}',
  8683.                         'experiences' => '/acteurs-territoires/experiences/{object.getTitle()}',
  8684.                         'fiches_territoires' => '/acteurs-territoires/territoires/{object.getTitle()}',
  8685.                     ],
  8686.                     'entityClass' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument',
  8687.                 ],
  8688.                 'article_pages' => [
  8689.                     'resource_key' => 'article_pages',
  8690.                     'generator' => 'article_page',
  8691.                     'options' => [
  8692.                         'route_schema' => '/{translator.trans("page")}-{object.getPageNumber()}',
  8693.                         'parent' => '{object.getParent().getRoutePath()}',
  8694.                     ],
  8695.                     'entityClass' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument',
  8696.                 ],
  8697.             ],
  8698.             'sulu_route.routing.uri_filter_regexp' => NULL,
  8699.             'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  8700.             'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  8701.             'phpcr_migrations.version_node_name' => 'jcr:versions',
  8702.             'phpcr_migrations.paths' => [
  8703.                 => (\dirname(__DIR__5).'/src/phpcr-migrations'),
  8704.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  8705.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  8706.                 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/phpcr-migrations'),
  8707.             ],
  8708.             'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  8709.             'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  8710.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8711.             'web_profiler.debug_toolbar.mode' => 2,
  8712.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8713.             'security.role_hierarchy.roles' => [
  8714.             ],
  8715.             'security.access.denied_url' => NULL,
  8716.             'security.authentication.manager.erase_credentials' => true,
  8717.             'security.authentication.session_strategy.strategy' => 'migrate',
  8718.             'security.access.always_authenticate_before_granting' => false,
  8719.             'security.authentication.hide_user_not_found' => true,
  8720.             'security.firewalls' => [
  8721.                 => 'pqna',
  8722.             ],
  8723.             'security.pqna._indexed_authenticators' => [
  8724.             ],
  8725.             'sulu_preview.mode' => 'auto',
  8726.             'sulu_preview.delay' => 500,
  8727.             'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
  8728.             'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  8729.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  8730.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  8731.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  8732.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  8733.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  8734.             'fos_js_routing.request_context_base_url' => NULL,
  8735.             'fos_js_routing.cache_control' => [
  8736.                 'enabled' => false,
  8737.             ],
  8738.             'cmf_routing.uri_filter_regexp' => '',
  8739.             'cmf_routing.default_controller' => NULL,
  8740.             'cmf_routing.generic_controller' => NULL,
  8741.             'cmf_routing.controllers_by_type' => [
  8742.             ],
  8743.             'cmf_routing.controllers_by_class' => [
  8744.             ],
  8745.             'cmf_routing.templates_by_class' => [
  8746.             ],
  8747.             'cmf_routing.route_collection_limit' => 0,
  8748.             'cmf_routing.dynamic.limit_candidates' => 20,
  8749.             'cmf_routing.dynamic.locales' => [
  8750.             ],
  8751.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  8752.             'cmf_routing.replace_symfony_router' => true,
  8753.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  8754.             'stof_doctrine_extensions.default_locale' => 'en',
  8755.             'stof_doctrine_extensions.translation_fallback' => false,
  8756.             'stof_doctrine_extensions.persist_default_translation' => false,
  8757.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  8758.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  8759.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  8760.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  8761.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  8762.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  8763.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  8764.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  8765.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  8766.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  8767.             'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  8768.             'sulu_activity.storage.adapter' => 'doctrine',
  8769.             'sulu_activity.storage.persist_payload' => false,
  8770.             'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  8771.             'sulu_form.csrf_protection' => false,
  8772.             'sulu_form.mail.template.notify' => '@SuluForm/mails/notify.html.twig',
  8773.             'sulu_form.mail.template.notify_plain_text' => '@SuluForm/mails/notify_plain_text.html.twig',
  8774.             'sulu_form.mail.template.customer' => '@SuluForm/mails/customer.html.twig',
  8775.             'sulu_form.mail.template.customer_plain_text' => '@SuluForm/mails/customer_plain_text.html.twig',
  8776.             'sulu_form.ajax_templates' => [
  8777.             ],
  8778.             'sulu_form.dynamic_widths' => [
  8779.                 'full' => 'sulu_form.width.full',
  8780.                 'half' => 'sulu_form.width.half',
  8781.                 'one-third' => 'sulu_form.width.one-third',
  8782.                 'two-thirds' => 'sulu_form.width.two-thirds',
  8783.                 'one-quarter' => 'sulu_form.width.one-quarter',
  8784.                 'three-quarters' => 'sulu_form.width.three-quarters',
  8785.                 'one-sixth' => 'sulu_form.width.one-sixth',
  8786.                 'five-sixths' => 'sulu_form.width.five-sixths',
  8787.             ],
  8788.             'sulu_form.dynamic_auto_title' => true,
  8789.             'sulu_form.sendinblue_api_key' => NULL,
  8790.             'sulu_form.mailchimp_api_key' => NULL,
  8791.             'sulu_form.mailchimp_subscribe_status' => 'subscribed',
  8792.             'sulu_form.dynamic_lists.config' => [
  8793.             ],
  8794.             'sulu_form.media_collection_strategy' => 'single',
  8795.             'sulu_form.static_forms' => [
  8796.             ],
  8797.             'sulu_form.dynamic_disabled_types' => [
  8798.             ],
  8799.             'sulu_form.dynamic_list_builder.default' => 'simple',
  8800.             'sulu_form.dynamic_list_builder.delimiter' => ''."\n".'',
  8801.             'sulu_form.honeypot_field' => 'please_fill_me',
  8802.             'sulu_form.honeypot_strategy' => 'no_save',
  8803.             'sulu_mail.mail.helper_name' => NULL,
  8804.             'ewz_recaptcha.version' => 2,
  8805.             'ewz_recaptcha.locale_key' => 'fr',
  8806.             'ewz_recaptcha.enabled' => true,
  8807.             'ewz_recaptcha.verify_host' => false,
  8808.             'ewz_recaptcha.ajax' => false,
  8809.             'ewz_recaptcha.api_host' => 'www.google.com',
  8810.             'ewz_recaptcha.locale_from_request' => false,
  8811.             'ewz_recaptcha.hide_badge' => false,
  8812.             'ewz_recaptcha.score_threshold' => 0.5,
  8813.             'ewz_recaptcha.timeout' => NULL,
  8814.             'ewz_recaptcha.trusted_roles' => [
  8815.             ],
  8816.             'ewz_recaptcha.http_proxy' => [
  8817.                 'host' => NULL,
  8818.                 'port' => NULL,
  8819.                 'auth' => NULL,
  8820.             ],
  8821.             'ewz_recaptcha.service_definition' => [
  8822.             ],
  8823.             'sulu_hub_score_form_sender.login_url' => '/login_check',
  8824.             'sulu_hub_score_form_sender.send_mail_url' => '/v1/sends/mails',
  8825.             'es.app_root_class' => 'App\\Kernel',
  8826.             'es.logging.path' => (\dirname(__DIR__4).'/log/website/elasticsearch_dev.log'),
  8827.             'es.cache' => false,
  8828.             'es.analysis' => [
  8829.                 'tokenizer' => [
  8830.                     'pathTokenizer' => [
  8831.                         'type' => 'path_hierarchy',
  8832.                     ],
  8833.                 ],
  8834.                 'analyzer' => [
  8835.                     'pathAnalyzer' => [
  8836.                         'tokenizer' => 'pathTokenizer',
  8837.                     ],
  8838.                 ],
  8839.                 'filter' => [
  8840.                 ],
  8841.                 'normalizer' => [
  8842.                 ],
  8843.                 'char_filter' => [
  8844.                 ],
  8845.             ],
  8846.             'sulu_article.default_main_webspace' => [
  8847.             ],
  8848.             'sulu_article.default_additional_webspaces' => [
  8849.             ],
  8850.             'sulu_article.types' => [
  8851.                 'articles' => [
  8852.                     'translation_key' => 'Les Articles',
  8853.                 ],
  8854.                 'agenda' => [
  8855.                     'translation_key' => 'Agenda',
  8856.                 ],
  8857.                 'newsletters' => [
  8858.                     'translation_key' => 'Newsletters',
  8859.                 ],
  8860.                 'aapami' => [
  8861.                     'translation_key' => 'AAP / AMI',
  8862.                 ],
  8863.                 'offres' => [
  8864.                     'translation_key' => 'Offres d\'emploi',
  8865.                 ],
  8866.                 'analyses' => [
  8867.                     'translation_key' => 'Analyses',
  8868.                 ],
  8869.                 'guides_outils' => [
  8870.                     'translation_key' => 'Guides et outils',
  8871.                 ],
  8872.                 'experiences' => [
  8873.                     'translation_key' => 'Fiches Experiences',
  8874.                 ],
  8875.                 'fiches_territoires' => [
  8876.                     'translation_key' => 'Fiches territoires',
  8877.                 ],
  8878.             ],
  8879.             'sulu_article.documents' => [
  8880.                 'article' => [
  8881.                     'view' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument',
  8882.                 ],
  8883.                 'article_page' => [
  8884.                     'view' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageViewObject',
  8885.                 ],
  8886.             ],
  8887.             'sulu_article.view_document.article.class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument',
  8888.             'sulu_article.display_tab_all' => true,
  8889.             'sulu_article.smart_content.default_limit' => 250,
  8890.             'sulu_article.search_fields' => [
  8891.                 => 'title',
  8892.                 => 'excerpt.title',
  8893.                 => 'excerpt.description',
  8894.                 => 'excerpt.seo.title',
  8895.                 => 'excerpt.seo.description',
  8896.                 => 'excerpt.seo.keywords',
  8897.                 => 'teaser_description',
  8898.             ],
  8899.             'sulu_article.export.article.formats' => [
  8900.                 '1.2.xliff' => '@SuluArticle/Export/Article/1.2.xliff.twig',
  8901.             ],
  8902.             'sulu_article.default_author' => true,
  8903.             'sulu_article.article_document.class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument',
  8904.             'sulu_article.article_page_document.class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument',
  8905.             'sulu.model.blacklist_item.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItem',
  8906.             'sulu.repository.blacklist_item.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItemRepository',
  8907.             'sulu.model.blacklist_user.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUser',
  8908.             'sulu.repository.blacklist_user.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUserRepository',
  8909.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8910.             'data_collector.templates' => [
  8911.                 'data_collector.request' => [
  8912.                     => 'request',
  8913.                     => '@WebProfiler/Collector/request.html.twig',
  8914.                 ],
  8915.                 'data_collector.time' => [
  8916.                     => 'time',
  8917.                     => '@WebProfiler/Collector/time.html.twig',
  8918.                 ],
  8919.                 'data_collector.memory' => [
  8920.                     => 'memory',
  8921.                     => '@WebProfiler/Collector/memory.html.twig',
  8922.                 ],
  8923.                 'data_collector.validator' => [
  8924.                     => 'validator',
  8925.                     => '@WebProfiler/Collector/validator.html.twig',
  8926.                 ],
  8927.                 'data_collector.ajax' => [
  8928.                     => 'ajax',
  8929.                     => '@WebProfiler/Collector/ajax.html.twig',
  8930.                 ],
  8931.                 'data_collector.form' => [
  8932.                     => 'form',
  8933.                     => '@WebProfiler/Collector/form.html.twig',
  8934.                 ],
  8935.                 'data_collector.exception' => [
  8936.                     => 'exception',
  8937.                     => '@WebProfiler/Collector/exception.html.twig',
  8938.                 ],
  8939.                 'data_collector.logger' => [
  8940.                     => 'logger',
  8941.                     => '@WebProfiler/Collector/logger.html.twig',
  8942.                 ],
  8943.                 'data_collector.events' => [
  8944.                     => 'events',
  8945.                     => '@WebProfiler/Collector/events.html.twig',
  8946.                 ],
  8947.                 'data_collector.router' => [
  8948.                     => 'router',
  8949.                     => '@WebProfiler/Collector/router.html.twig',
  8950.                 ],
  8951.                 'data_collector.cache' => [
  8952.                     => 'cache',
  8953.                     => '@WebProfiler/Collector/cache.html.twig',
  8954.                 ],
  8955.                 'data_collector.translation' => [
  8956.                     => 'translation',
  8957.                     => '@WebProfiler/Collector/translation.html.twig',
  8958.                 ],
  8959.                 'data_collector.security' => [
  8960.                     => 'security',
  8961.                     => '@Security/Collector/security.html.twig',
  8962.                 ],
  8963.                 'data_collector.twig' => [
  8964.                     => 'twig',
  8965.                     => '@WebProfiler/Collector/twig.html.twig',
  8966.                 ],
  8967.                 'data_collector.http_client' => [
  8968.                     => 'http_client',
  8969.                     => '@WebProfiler/Collector/http_client.html.twig',
  8970.                 ],
  8971.                 'data_collector.doctrine' => [
  8972.                     => 'db',
  8973.                     => '@Doctrine/Collector/db.html.twig',
  8974.                 ],
  8975.                 'doctrine_phpcr.data_collector' => [
  8976.                     => 'phpcr',
  8977.                     => '@DoctrinePHPCR/Collector/phpcr',
  8978.                 ],
  8979.                 'swiftmailer.data_collector' => [
  8980.                     => 'swiftmailer',
  8981.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  8982.                 ],
  8983.                 'data_collector.dump' => [
  8984.                     => 'dump',
  8985.                     => '@Debug/Profiler/dump.html.twig',
  8986.                 ],
  8987.                 'data_collector.messenger' => [
  8988.                     => 'messenger',
  8989.                     => '@WebProfiler/Collector/messenger.html.twig',
  8990.                 ],
  8991.                 'mailer.data_collector' => [
  8992.                     => 'mailer',
  8993.                     => '@WebProfiler/Collector/mailer.html.twig',
  8994.                 ],
  8995.                 'data_collector.jms_serializer' => [
  8996.                     => 'jms_serializer',
  8997.                     => '@JMSSerializer/Collector/panel.html.twig',
  8998.                 ],
  8999.                 'sulu_website.data_collector.sulu_collector' => [
  9000.                     => 'sulu',
  9001.                     => '@SuluWebsite/Profiler/layout.html.twig',
  9002.                 ],
  9003.                 'es.profiler' => [
  9004.                     => 'ongr.profiler',
  9005.                     => '@ONGRElasticsearch/Profiler/profiler.html.twig',
  9006.                 ],
  9007.                 'data_collector.config' => [
  9008.                     => 'config',
  9009.                     => '@WebProfiler/Collector/config.html.twig',
  9010.                 ],
  9011.             ],
  9012.             'doctrine_phpcr.migrate.migrators' => [
  9013.             ],
  9014.             'sulu_media.image.formats' => [
  9015.                 'sulu-400x400' => [
  9016.                     'key' => 'sulu-400x400',
  9017.                     'internal' => true,
  9018.                     'meta' => [
  9019.                         'title' => [
  9020.                             'en' => 'Contact avatar (Sulu)',
  9021.                             'de' => 'Kontaktavatar (Sulu)',
  9022.                             'fr' => 'Avatar du contact (Sulu)',
  9023.                             'nl' => 'Contact avatar (Sulu)',
  9024.                         ],
  9025.                     ],
  9026.                     'scale' => [
  9027.                         'x' => 400,
  9028.                         'y' => 400,
  9029.                         'mode' => 2,
  9030.                         'retina' => false,
  9031.                         'forceRatio' => true,
  9032.                     ],
  9033.                     'transformations' => [
  9034.                     ],
  9035.                     'options' => [
  9036.                         'jpeg_quality' => 85,
  9037.                         'webp_quality' => 85,
  9038.                         'png_compression_level' => 6,
  9039.                     ],
  9040.                 ],
  9041.                 'sulu-260x' => [
  9042.                     'key' => 'sulu-260x',
  9043.                     'internal' => true,
  9044.                     'meta' => [
  9045.                         'title' => [
  9046.                             'en' => 'Masonry preview (Sulu)',
  9047.                             'de' => 'Masonry Vorschau (Sulu)',
  9048.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  9049.                             'nl' => 'Masonry voorbeeld (Sulu)',
  9050.                         ],
  9051.                     ],
  9052.                     'scale' => [
  9053.                         'x' => 260,
  9054.                         'y' => NULL,
  9055.                         'mode' => 2,
  9056.                         'retina' => false,
  9057.                         'forceRatio' => true,
  9058.                     ],
  9059.                     'transformations' => [
  9060.                     ],
  9061.                     'options' => [
  9062.                         'jpeg_quality' => 85,
  9063.                         'webp_quality' => 85,
  9064.                         'png_compression_level' => 6,
  9065.                     ],
  9066.                 ],
  9067.                 'sulu-170x170' => [
  9068.                     'key' => 'sulu-170x170',
  9069.                     'internal' => true,
  9070.                     'meta' => [
  9071.                         'title' => [
  9072.                             'en' => 'Search (Sulu)',
  9073.                             'de' => 'Suche (Sulu)',
  9074.                             'fr' => 'Recherche (Sulu)',
  9075.                             'nl' => 'Zoeken (Sulu)',
  9076.                         ],
  9077.                     ],
  9078.                     'scale' => [
  9079.                         'x' => 170,
  9080.                         'y' => 170,
  9081.                         'mode' => 2,
  9082.                         'retina' => false,
  9083.                         'forceRatio' => true,
  9084.                     ],
  9085.                     'transformations' => [
  9086.                     ],
  9087.                     'options' => [
  9088.                         'jpeg_quality' => 85,
  9089.                         'webp_quality' => 85,
  9090.                         'png_compression_level' => 6,
  9091.                     ],
  9092.                 ],
  9093.                 'sulu-100x100-inset' => [
  9094.                     'key' => 'sulu-100x100-inset',
  9095.                     'internal' => true,
  9096.                     'meta' => [
  9097.                         'title' => [
  9098.                             'en' => 'Organization card (Sulu)',
  9099.                             'de' => 'Organisationskarte (Sulu)',
  9100.                             'fr' => 'Carte d\'organisation (Sulu)',
  9101.                             'nl' => 'Organisatie kaart (Sulu)',
  9102.                         ],
  9103.                     ],
  9104.                     'scale' => [
  9105.                         'x' => 100,
  9106.                         'y' => 100,
  9107.                         'mode' => 1,
  9108.                         'retina' => false,
  9109.                         'forceRatio' => true,
  9110.                     ],
  9111.                     'transformations' => [
  9112.                     ],
  9113.                     'options' => [
  9114.                         'jpeg_quality' => 85,
  9115.                         'webp_quality' => 85,
  9116.                         'png_compression_level' => 6,
  9117.                     ],
  9118.                 ],
  9119.                 'sulu-50x50' => [
  9120.                     'key' => 'sulu-50x50',
  9121.                     'internal' => true,
  9122.                     'meta' => [
  9123.                         'title' => [
  9124.                             'en' => 'Small thumbnail (Sulu)',
  9125.                             'de' => 'Kleines Thumbnail (Sulu)',
  9126.                             'fr' => 'Image miniature (Sulu)',
  9127.                             'nl' => 'Kleine thumbnail (Sulu)',
  9128.                         ],
  9129.                     ],
  9130.                     'scale' => [
  9131.                         'x' => 50,
  9132.                         'y' => 50,
  9133.                         'mode' => 2,
  9134.                         'retina' => false,
  9135.                         'forceRatio' => true,
  9136.                     ],
  9137.                     'transformations' => [
  9138.                     ],
  9139.                     'options' => [
  9140.                         'jpeg_quality' => 85,
  9141.                         'webp_quality' => 85,
  9142.                         'png_compression_level' => 6,
  9143.                     ],
  9144.                 ],
  9145.                 'sulu-25x25' => [
  9146.                     'key' => 'sulu-25x25',
  9147.                     'internal' => true,
  9148.                     'meta' => [
  9149.                         'title' => [
  9150.                             'en' => 'Micro thumbnail',
  9151.                             'de' => 'Mikro Thumbnail',
  9152.                             'fr' => 'Image micro',
  9153.                             'nl' => 'Micro thumbnail',
  9154.                         ],
  9155.                     ],
  9156.                     'scale' => [
  9157.                         'x' => 25,
  9158.                         'y' => 25,
  9159.                         'mode' => 2,
  9160.                         'retina' => false,
  9161.                         'forceRatio' => true,
  9162.                     ],
  9163.                     'transformations' => [
  9164.                     ],
  9165.                     'options' => [
  9166.                         'jpeg_quality' => 85,
  9167.                         'webp_quality' => 85,
  9168.                         'png_compression_level' => 6,
  9169.                     ],
  9170.                 ],
  9171.                 'sulu-40x40' => [
  9172.                     'key' => 'sulu-40x40',
  9173.                     'internal' => true,
  9174.                     'meta' => [
  9175.                         'title' => [
  9176.                             'en' => 'Small thumbnail (Sulu)',
  9177.                             'de' => 'Kleines Thumbnail (Sulu)',
  9178.                             'fr' => 'Image miniature (Sulu)',
  9179.                             'nl' => 'Kleine thumbnail (Sulu)',
  9180.                         ],
  9181.                     ],
  9182.                     'scale' => [
  9183.                         'x' => 40,
  9184.                         'y' => 40,
  9185.                         'mode' => 2,
  9186.                         'retina' => false,
  9187.                         'forceRatio' => true,
  9188.                     ],
  9189.                     'transformations' => [
  9190.                     ],
  9191.                     'options' => [
  9192.                         'jpeg_quality' => 85,
  9193.                         'webp_quality' => 85,
  9194.                         'png_compression_level' => 6,
  9195.                     ],
  9196.                 ],
  9197.                 'sulu-240x' => [
  9198.                     'key' => 'sulu-240x',
  9199.                     'internal' => true,
  9200.                     'meta' => [
  9201.                         'title' => [
  9202.                             'en' => 'Masonry preview (Sulu)',
  9203.                             'de' => 'Masonry Vorschau (Sulu)',
  9204.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  9205.                             'nl' => 'Masonry voorbeeld (Sulu)',
  9206.                         ],
  9207.                     ],
  9208.                     'scale' => [
  9209.                         'x' => 240,
  9210.                         'y' => NULL,
  9211.                         'mode' => 2,
  9212.                         'retina' => false,
  9213.                         'forceRatio' => true,
  9214.                     ],
  9215.                     'transformations' => [
  9216.                     ],
  9217.                     'options' => [
  9218.                         'jpeg_quality' => 85,
  9219.                         'webp_quality' => 85,
  9220.                         'png_compression_level' => 6,
  9221.                     ],
  9222.                 ],
  9223.                 'sulu-400x400-inset' => [
  9224.                     'key' => 'sulu-400x400-inset',
  9225.                     'internal' => true,
  9226.                     'meta' => [
  9227.                         'title' => [
  9228.                             'en' => 'Organization logo (Sulu)',
  9229.                             'de' => 'Organisationslogo (Sulu)',
  9230.                             'fr' => 'Logo d\'organisation (Sulu)',
  9231.                             'nl' => 'Organisatie logo (Sulu)',
  9232.                         ],
  9233.                     ],
  9234.                     'scale' => [
  9235.                         'x' => 400,
  9236.                         'y' => 400,
  9237.                         'mode' => 1,
  9238.                         'retina' => false,
  9239.                         'forceRatio' => true,
  9240.                     ],
  9241.                     'transformations' => [
  9242.                     ],
  9243.                     'options' => [
  9244.                         'jpeg_quality' => 85,
  9245.                         'webp_quality' => 85,
  9246.                         'png_compression_level' => 6,
  9247.                     ],
  9248.                 ],
  9249.                 'sulu-100x100' => [
  9250.                     'key' => 'sulu-100x100',
  9251.                     'internal' => true,
  9252.                     'meta' => [
  9253.                         'title' => [
  9254.                             'en' => 'Contact card (Sulu)',
  9255.                             'de' => 'Personenkarte (Sulu)',
  9256.                             'fr' => 'Carte personnelle (Sulu)',
  9257.                             'nl' => 'Contact kaart (Sulu)',
  9258.                         ],
  9259.                     ],
  9260.                     'scale' => [
  9261.                         'x' => 100,
  9262.                         'y' => 100,
  9263.                         'mode' => 2,
  9264.                         'retina' => false,
  9265.                         'forceRatio' => true,
  9266.                     ],
  9267.                     'transformations' => [
  9268.                     ],
  9269.                     'options' => [
  9270.                         'jpeg_quality' => 85,
  9271.                         'webp_quality' => 85,
  9272.                         'png_compression_level' => 6,
  9273.                     ],
  9274.                 ],
  9275.                 '300x' => [
  9276.                     'key' => '300x',
  9277.                     'internal' => false,
  9278.                     'meta' => [
  9279.                         'title' => [
  9280.                             'en' => 'Thumbnail type miniature image - Format : 300x',
  9281.                             'fr' => 'Image miniature type vignette - Format : 300x',
  9282.                         ],
  9283.                     ],
  9284.                     'scale' => [
  9285.                         'x' => 300,
  9286.                         'y' => NULL,
  9287.                         'mode' => 2,
  9288.                         'retina' => false,
  9289.                         'forceRatio' => true,
  9290.                     ],
  9291.                     'transformations' => [
  9292.                     ],
  9293.                     'options' => [
  9294.                         'jpeg_quality' => 85,
  9295.                         'webp_quality' => 85,
  9296.                         'png_compression_level' => 6,
  9297.                     ],
  9298.                 ],
  9299.                 '600x' => [
  9300.                     'key' => '600x',
  9301.                     'internal' => false,
  9302.                     'meta' => [
  9303.                         'title' => [
  9304.                             'en' => 'Preview type image to side text - Format : 600x ',
  9305.                             'fr' => 'Image type aperçu en accompagnement de texte - Format : 600x',
  9306.                         ],
  9307.                     ],
  9308.                     'scale' => [
  9309.                         'x' => 600,
  9310.                         'y' => NULL,
  9311.                         'mode' => 2,
  9312.                         'retina' => false,
  9313.                         'forceRatio' => true,
  9314.                     ],
  9315.                     'transformations' => [
  9316.                     ],
  9317.                     'options' => [
  9318.                         'jpeg_quality' => 85,
  9319.                         'webp_quality' => 85,
  9320.                         'png_compression_level' => 6,
  9321.                     ],
  9322.                 ],
  9323.                 '800x' => [
  9324.                     'key' => '800x',
  9325.                     'internal' => false,
  9326.                     'meta' => [
  9327.                         'title' => [
  9328.                             'en' => 'Featured article header image - Format : 800x',
  9329.                             'fr' => 'Image d\'en tête article à la une - Format : 800x',
  9330.                         ],
  9331.                     ],
  9332.                     'scale' => [
  9333.                         'x' => 800,
  9334.                         'y' => NULL,
  9335.                         'mode' => 2,
  9336.                         'retina' => false,
  9337.                         'forceRatio' => true,
  9338.                     ],
  9339.                     'transformations' => [
  9340.                     ],
  9341.                     'options' => [
  9342.                         'jpeg_quality' => 85,
  9343.                         'webp_quality' => 85,
  9344.                         'png_compression_level' => 6,
  9345.                     ],
  9346.                 ],
  9347.                 '1000x' => [
  9348.                     'key' => '1000x',
  9349.                     'internal' => false,
  9350.                     'meta' => [
  9351.                         'title' => [
  9352.                             'en' => 'Header type full length image - Format : 1000x',
  9353.                             'fr' => 'Image pleine type header - Format : 1000x',
  9354.                         ],
  9355.                     ],
  9356.                     'scale' => [
  9357.                         'x' => 1000,
  9358.                         'y' => NULL,
  9359.                         'mode' => 2,
  9360.                         'retina' => false,
  9361.                         'forceRatio' => true,
  9362.                     ],
  9363.                     'transformations' => [
  9364.                     ],
  9365.                     'options' => [
  9366.                         'jpeg_quality' => 85,
  9367.                         'webp_quality' => 85,
  9368.                         'png_compression_level' => 6,
  9369.                     ],
  9370.                 ],
  9371.             ],
  9372.             'sulu_category.entity.category' => 'App\\Entity\\Category',
  9373.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  9374.             'sulu.version' => '2.4.5',
  9375.             'app.version' => NULL,
  9376.             'sulu_snippet.areas' => [
  9377.                 'contact' => [
  9378.                     'key' => 'contact',
  9379.                     'template' => 'contact',
  9380.                     'title' => [
  9381.                         'en' => ' Contact',
  9382.                         'fr' => 'Bloc de contact',
  9383.                     ],
  9384.                 ],
  9385.                 'default' => [
  9386.                     'key' => 'default',
  9387.                     'template' => 'default',
  9388.                     'title' => [
  9389.                         'en' => 'Default Default',
  9390.                         'fr' => 'Default',
  9391.                     ],
  9392.                 ],
  9393.                 'footer' => [
  9394.                     'key' => 'footer',
  9395.                     'template' => 'footer',
  9396.                     'title' => [
  9397.                         'en' => ' Footer',
  9398.                         'fr' => 'Pied de page par default',
  9399.                     ],
  9400.                 ],
  9401.                 'header-link' => [
  9402.                     'key' => 'header-link',
  9403.                     'template' => 'header-link',
  9404.                     'title' => [
  9405.                         'en' => ' Header-link',
  9406.                         'fr' => 'Lien du haut du header',
  9407.                     ],
  9408.                 ],
  9409.                 'newsletter' => [
  9410.                     'key' => 'newsletter',
  9411.                     'template' => 'newsletter',
  9412.                     'title' => [
  9413.                         'en' => ' Newsletter',
  9414.                         'fr' => 'Lien de newsletter dans le header',
  9415.                     ],
  9416.                 ],
  9417.             ],
  9418.             'console.command.ids' => [
  9419.                 => 'console.command.public_alias.App\\Command\\ArchiveArticlesCommand',
  9420.                 => 'console.command.public_alias.App\\Command\\CreateCsvCommand',
  9421.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  9422.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  9423.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  9424.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  9425.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  9426.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  9427.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  9428.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  9429.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  9430.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  9431.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  9432.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  9433.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  9434.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  9435.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  9436.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  9437.                 18 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  9438.                 19 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  9439.                 20 => 'console.command.public_alias.fos_http_cache.command.invalidate_path',
  9440.                 21 => 'console.command.public_alias.fos_http_cache.command.invalidate_regex',
  9441.                 22 => 'console.command.public_alias.fos_http_cache.command.refresh_path',
  9442.                 23 => 'console.command.public_alias.fos_http_cache.command.clear',
  9443.                 24 => 'console.command.public_alias.sulu_page.command.workspace_import',
  9444.                 25 => 'phpcr_migrations.command.status',
  9445.                 26 => 'phpcr_migrations.command.migrate',
  9446.                 27 => 'phpcr_migrations.command.initialize',
  9447.                 28 => 'console.command.public_alias.sulu_form.form_generator_command',
  9448.                 29 => 'console.command.public_alias.sulu_article.reindex_command',
  9449.             ],
  9450.         ];
  9451.     }
  9452.     protected function throw($message)
  9453.     {
  9454.         throw new RuntimeException($message);
  9455.     }
  9456. }