var/cache/website/dev/ContainerONDozuO/App_KernelDevDebugContainer.php line 3393

Open in your IDE?
  1. <?php
  2. namespace ContainerONDozuO;
  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\\GTInscriptionController' => 'getGTInscriptionControllerService',
  163.             'App\\Controller\\Website\\GlobalSearchController' => 'getGlobalSearchControllerService',
  164.             'App\\Controller\\Website\\LoginController' => 'getLoginControllerService',
  165.             'App\\Controller\\Website\\MonEspaceController' => 'getMonEspaceControllerService',
  166.             'App\\Controller\\Website\\MyWebsiteSearchController' => 'getMyWebsiteSearchControllerService',
  167.             'App\\Controller\\Website\\PayboxController' => 'getPayboxControllerService',
  168.             'App\\Controller\\Website\\SearchTerritoireByDepartementController' => 'getSearchTerritoireByDepartementControllerService',
  169.             'App\\Controller\\Website\\SendExperienceController' => 'getSendExperienceControllerService',
  170.             'App\\Controller\\Website\\SubCategoryFilterController' => 'getSubCategoryFilterControllerService',
  171.             'App\\Controller\\Website\\TerritoireInterventionController' => 'getTerritoireInterventionControllerService',
  172.             'App\\Controller\\Website\\UserController' => 'getUserControllerService',
  173.             'App\\Service\\AccountService' => 'getAccountServiceService',
  174.             'App\\Service\\TerritoryDataProvider' => 'getTerritoryDataProviderService',
  175.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  176.             'SevenGroupFrance\\SuluDuplicateArticlesBundle\\Controller\\Admin\\ContentController' => 'getContentControllerService',
  177.             'SevenGroupFrance\\SuluDuplicateArticlesBundle\\Controller\\Admin\\FormController' => 'getFormControllerService',
  178.             'Sulu\\Bundle\\CommunityBundle\\Controller\\BlacklistConfirmationController' => 'getBlacklistConfirmationControllerService',
  179.             'Sulu\\Bundle\\CommunityBundle\\Controller\\CompletionController' => 'getCompletionControllerService',
  180.             'Sulu\\Bundle\\CommunityBundle\\Controller\\ConfirmationController' => 'getConfirmationControllerService',
  181.             'Sulu\\Bundle\\CommunityBundle\\Controller\\EmailConfirmationController' => 'getEmailConfirmationControllerService',
  182.             'Sulu\\Bundle\\CommunityBundle\\Controller\\LoginController' => 'getLoginController2Service',
  183.             'Sulu\\Bundle\\CommunityBundle\\Controller\\PasswordController' => 'getPasswordControllerService',
  184.             'Sulu\\Bundle\\CommunityBundle\\Controller\\ProfileController' => 'getProfileControllerService',
  185.             'Sulu\\Bundle\\CommunityBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  186.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  187.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  188.             'adresse' => 'getAdresseService',
  189.             'cache.app_clearer' => 'getCache_AppClearerService',
  190.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  191.             'cache.system_clearer' => 'getCache_SystemClearerService',
  192.             'cache_warmer' => 'getCacheWarmerService',
  193.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  194.             'color_picker_custom' => 'getColorPickerCustomService',
  195.             'console.command.public_alias.App\\Command\\ArchiveArticlesCommand' => 'getArchiveArticlesCommandService',
  196.             'console.command.public_alias.App\\Command\\CreateCsvCommand' => 'getCreateCsvCommandService',
  197.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
  198.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
  199.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
  200.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
  201.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
  202.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
  203.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
  204.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
  205.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
  206.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
  207.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
  208.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
  209.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
  210.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
  211.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
  212.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
  213.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
  214.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
  215.             'console.command.public_alias.fos_http_cache.command.clear' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_ClearService',
  216.             'console.command.public_alias.fos_http_cache.command.invalidate_path' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_InvalidatePathService',
  217.             'console.command.public_alias.fos_http_cache.command.invalidate_regex' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_InvalidateRegexService',
  218.             'console.command.public_alias.fos_http_cache.command.refresh_path' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_RefreshPathService',
  219.             'console.command.public_alias.sulu_article.reindex_command' => 'getConsole_Command_PublicAlias_SuluArticle_ReindexCommandService',
  220.             'console.command.public_alias.sulu_form.form_generator_command' => 'getConsole_Command_PublicAlias_SuluForm_FormGeneratorCommandService',
  221.             'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
  222.             'console.command_loader' => 'getConsole_CommandLoaderService',
  223.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  224.             'custom_toggle' => 'getCustomToggleService',
  225.             'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
  226.             'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
  227.             'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
  228.             'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
  229.             'error_controller' => 'getErrorControllerService',
  230.             'es.client.index_suffix_finder' => 'getEs_Client_IndexSuffixFinderService',
  231.             'es.export' => 'getEs_ExportService',
  232.             'es.generate' => 'getEs_GenerateService',
  233.             'es.generator.document' => 'getEs_Generator_DocumentService',
  234.             'es.import' => 'getEs_ImportService',
  235.             'es.manager.default.article' => 'getEs_Manager_Default_ArticleService',
  236.             'es.manager.live.article' => 'getEs_Manager_Live_ArticleService',
  237.             'es.terminate_listener' => 'getEs_TerminateListenerService',
  238.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  239.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  240.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  241.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  242.             'font_icon_picker' => 'getFontIconPickerService',
  243.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  244.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  245.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  246.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  247.             'icon_list' => 'getIconListService',
  248.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  249.             'massive_search.adapter.elastic' => 'getMassiveSearch_Adapter_ElasticService',
  250.             'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
  251.             'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
  252.             'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
  253.             'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
  254.             'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
  255.             'routing.loader' => 'getRouting_LoaderService',
  256.             'services_resetter' => 'getServicesResetterService',
  257.             'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
  258.             'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
  259.             'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
  260.             'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
  261.             'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
  262.             'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
  263.             'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
  264.             'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
  265.             'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
  266.             'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
  267.             'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
  268.             'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
  269.             'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
  270.             'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
  271.             'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
  272.             'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
  273.             'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
  274.             'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
  275.             'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
  276.             'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
  277.             'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
  278.             'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
  279.             'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
  280.             'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
  281.             'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
  282.             'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
  283.             'sulu.repository.blacklist_item' => 'getSulu_Repository_BlacklistItemService',
  284.             'sulu.repository.blacklist_user' => 'getSulu_Repository_BlacklistUserService',
  285.             'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
  286.             'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
  287.             'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
  288.             'sulu_article.article_content_resolver' => 'getSuluArticle_ArticleContentResolverService',
  289.             'sulu_article.content_types.article_selection' => 'getSuluArticle_ContentTypes_ArticleSelectionService',
  290.             'sulu_article.content_types.single_article_selection' => 'getSuluArticle_ContentTypes_SingleArticleSelectionService',
  291.             'sulu_article.initializer' => 'getSuluArticle_InitializerService',
  292.             'sulu_article.view_document.factory' => 'getSuluArticle_ViewDocument_FactoryService',
  293.             'sulu_article.website_article_controller' => 'getSuluArticle_WebsiteArticleControllerService',
  294.             'sulu_article.webspace_select_helper' => 'getSuluArticle_WebspaceSelectHelperService',
  295.             'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
  296.             'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
  297.             'sulu_community.blacklisting.item_manager' => 'getSuluCommunity_Blacklisting_ItemManagerService',
  298.             'sulu_community.blacklisting.item_repository' => 'getSuluCommunity_Blacklisting_ItemRepositoryService',
  299.             'sulu_community.blacklisting.user_repository' => 'getSuluCommunity_Blacklisting_UserRepositoryService',
  300.             'sulu_community.community_manager.registry' => 'getSuluCommunity_CommunityManager_RegistryService',
  301.             'sulu_community.controller.blacklist_item' => 'getSuluCommunity_Controller_BlacklistItemService',
  302.             'sulu_community.email_confirmation.repository' => 'getSuluCommunity_EmailConfirmation_RepositoryService',
  303.             'sulu_community.user_manager' => 'getSuluCommunity_UserManagerService',
  304.             'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
  305.             'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
  306.             'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
  307.             'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
  308.             'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
  309.             'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
  310.             'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
  311.             'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
  312.             'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
  313.             'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
  314.             'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
  315.             'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
  316.             'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
  317.             'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
  318.             'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
  319.             'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
  320.             'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
  321.             'sulu_form.content_type.single_form_selection' => 'getSuluForm_ContentType_SingleFormSelectionService',
  322.             'sulu_form.dynamic_controller' => 'getSuluForm_DynamicControllerService',
  323.             'sulu_form.form_token_controller' => 'getSuluForm_FormTokenControllerService',
  324.             'sulu_form.form_website_controller' => 'getSuluForm_FormWebsiteControllerService',
  325.             'sulu_form.manager.form' => 'getSuluForm_Manager_FormService',
  326.             'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
  327.             'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
  328.             'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
  329.             'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
  330.             'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
  331.             'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
  332.             'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
  333.             'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
  334.             'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
  335.             'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
  336.             'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
  337.             'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
  338.             'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
  339.             'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
  340.             'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
  341.             'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
  342.             'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
  343.             'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
  344.             'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
  345.             'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
  346.             'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
  347.             'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
  348.             'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
  349.             'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
  350.             'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
  351.             'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
  352.             'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
  353.             'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
  354.             'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
  355.             'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
  356.             'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
  357.             'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
  358.             'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
  359.             'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
  360.             'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
  361.             'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
  362.             'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
  363.             'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
  364.             'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
  365.             'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
  366.             'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
  367.             'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
  368.             'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
  369.             'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
  370.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  371.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  372.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  373.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  374.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  375.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  376.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  377.         ];
  378.         $this->aliases = [
  379.             'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  380.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  381.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  382.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  383.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  384.             'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  385.             'Sulu\\Bundle\\ArticleBundle\\Controller\\WebsiteArticleController' => 'sulu_article.website_article_controller',
  386.             'Sulu\\Bundle\\FormBundle\\Controller\\FormTokenController' => 'sulu_form.form_token_controller',
  387.             'Sulu\\Bundle\\FormBundle\\Controller\\FormWebsiteController' => 'sulu_form.form_website_controller',
  388.             'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
  389.             'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
  390.             'database_connection' => 'doctrine.dbal.default_connection',
  391.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  392.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  393.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  394.             'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  395.             'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  396.             'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  397.             'es.manager' => 'es.manager.default',
  398.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  399.             'mailer' => 'swiftmailer.mailer.default',
  400.             'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  401.             'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  402.         ];
  403.         $this->privates['service_container'] = function () {
  404.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  405.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  406.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  407.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  408.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  409.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  410.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  411.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  412.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  413.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  414.             include_once \dirname(__DIR__5).'/src/Event/PqnaRoutesListener.php';
  415.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  416.             include_once \dirname(__DIR__5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  417.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityRepository.php';
  418.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  419.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  420.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  421.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Rest/RequestParametersTrait.php';
  422.             include_once \dirname(__DIR__5).'/src/Repository/ArticlesRepository.php';
  423.             include_once \dirname(__DIR__5).'/src/Repository/CategoryRepository.php';
  424.             include_once \dirname(__DIR__5).'/src/Repository/ContactRepository.php';
  425.             include_once \dirname(__DIR__5).'/src/Repository/SuluUsersRepository.php';
  426.             include_once \dirname(__DIR__5).'/src/Service/SynchroHubService.php';
  427.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  428.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  429.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  430.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  431.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  432.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  433.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  434.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  435.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  436.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  437.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  438.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  439.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RunnerInterface.php';
  440.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  442.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RuntimeInterface.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/GenericRuntime.php';
  444.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/SymfonyRuntime.php';
  445.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  448.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  449.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  450.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  451.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  452.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  453.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocatorInterface.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocator.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/UriSigner.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  458.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  459.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  460.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  461.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  462.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  463.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  464.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  465.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  466.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  467.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  468.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  469.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  470.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  471.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  472.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  473.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  474.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  475.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  476.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  477.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  478.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  479.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  480.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  481.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  482.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  483.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  484.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  485.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  486.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  487.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  488.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  489.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  490.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  491.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  492.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  493.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  494.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  495.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  496.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  497.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  498.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  499.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  500.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  501.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  502.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  503.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  504.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  505.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  506.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  507.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  508.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  509.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  510.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  511.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  512.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  513.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  514.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  515.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  516.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  517.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  518.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  519.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  520.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  521.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  522.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  523.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  524.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  525.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  526.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  527.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  528.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  529.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  530.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  531.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  532.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  533.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  534.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  535.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  536.             include_once \dirname(__DIR__5).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  537.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  538.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  539.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  540.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  541.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  542.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistryInterface.php';
  543.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistry.php';
  544.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormExtensionInterface.php';
  545.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  546.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  547.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  548.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  549.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  550.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  551.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  552.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  553.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  554.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  555.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  556.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  557.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  558.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  559.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  560.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  561.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  562.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  563.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  564.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  565.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  566.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  567.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  568.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  569.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  570.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  571.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  572.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  573.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  574.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  575.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  576.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  577.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  578.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  579.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  580.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  581.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  582.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  583.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  584.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  585.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  586.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  587.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  588.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  589.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  590.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  591.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  592.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  593.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  594.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  595.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  596.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  597.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
  598.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
  599.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  600.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  601.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
  602.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
  603.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
  604.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
  605.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
  606.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
  607.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  608.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  609.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
  610.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
  611.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
  612.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  613.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/Loader.php';
  614.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  615.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  616.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  617.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/FileLoader.php';
  618.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  619.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  620.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  621.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  622.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  623.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  624.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  625.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  626.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  627.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  628.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  629.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  630.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  631.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  632.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  633.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  634.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  635.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  636.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  637.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  638.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  639.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  640.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  641.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  642.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  643.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  644.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  645.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  646.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  647.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  648.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
  649.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
  650.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
  651.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
  652.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/DateTimeRequestProcessor.php';
  653.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/SegmentRequestProcessor.php';
  654.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
  655.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  656.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  657.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  658.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  659.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  660.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventManager.php';
  661.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  662.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Connection.php';
  663.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  664.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Configuration.php';
  665.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  666.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  667.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  668.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  669.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  670.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  671.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  672.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  673.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  674.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  675.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  676.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  677.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  678.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  679.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  680.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  681.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  682.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  683.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  684.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  685.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  686.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  687.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  688.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  689.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  690.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  691.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  692.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  693.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  694.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  695.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  696.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  697.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  698.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  699.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  700.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  701.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  702.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  703.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  704.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  705.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  706.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  707.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  708.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  709.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  710.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  711.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  712.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  713.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  714.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  715.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  716.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  717.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  718.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  719.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  720.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  721.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  722.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  723.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  724.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  725.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  726.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  727.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  728.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  729.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  730.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  731.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  732.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  733.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  734.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  735.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  736.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  737.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  738.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  739.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  740.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderParser.php';
  741.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  742.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  743.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  744.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  745.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  746.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Factory.php';
  747.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  748.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
  749.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
  750.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
  751.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  752.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
  753.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
  754.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  755.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  756.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  757.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tool/ORM/Repository/EntityRepositoryCompat.php';
  758.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  759.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  760.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
  761.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  762.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  763.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  764.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  765.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  766.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  767.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  768.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  769.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Imagick/Imagine.php';
  770.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  771.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  772.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  773.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  774.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  775.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  776.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  777.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  778.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  779.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  780.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  783.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  784.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  785.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  786.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  787.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  788.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  789.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  790.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  791.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  792.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  793.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  794.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  795.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  796.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  797.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  798.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  799.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  800.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManagerInterface.php';
  801.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManager.php';
  802.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManagerInterface.php';
  803.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManager.php';
  804.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/CacheInterface.php';
  805.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/DataCache.php';
  806.             include_once \dirname(__DIR__5).'/vendor/contao/imagine-svg/src/Imagine.php';
  807.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
  808.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
  809.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
  810.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
  811.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
  812.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
  813.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
  814.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
  815.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
  816.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
  817.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/EventSubscriberInterface.php';
  818.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
  819.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
  820.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
  821.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
  822.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
  823.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
  824.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
  825.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
  826.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
  827.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  828.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  829.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  830.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  831.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  832.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  833.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  834.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  835.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  836.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  837.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  838.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  839.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
  840.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
  841.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  842.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  843.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  844.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  845.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  846.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  847.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  848.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  849.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  850.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  851.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  852.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  853.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  854.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  855.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  856.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  857.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  858.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  859.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  860.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  861.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  862.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  863.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  864.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  865.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  866.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  867.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  868.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  869.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  870.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  871.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  872.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
  873.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  874.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  875.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  876.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  877.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  878.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  879.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  880.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  881.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  882.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  883.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  884.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  885.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  886.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  887.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  888.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  889.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  890.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  891.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
  892.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
  893.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollectorInterface.php';
  894.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollector.php';
  895.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  896.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  897.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  898.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  899.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  900.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
  901.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  902.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
  903.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
  904.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
  905.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
  906.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
  907.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
  908.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
  909.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
  910.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
  911.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
  912.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
  913.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
  914.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
  915.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
  916.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  917.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
  918.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
  919.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
  920.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
  921.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
  922.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Metadata/ArticleViewDocumentIdTrait.php';
  923.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Markup/ArticleLinkProvider.php';
  924.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  925.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  926.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  927.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  928.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  929.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  930.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  931.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  932.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  933.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  934.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  935.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  936.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  937.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  938.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  939.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  940.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  941.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  942.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  943.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  944.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Security.php';
  945.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  946.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  947.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  948.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  949.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  950.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  951.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  952.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  953.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  954.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  955.             include_once \dirname(__DIR__5).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  956.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  957.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  958.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  959.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  960.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
  961.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
  962.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
  963.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
  964.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
  965.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
  966.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  967.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  968.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  969.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/HandlerInterface.php';
  970.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/Handler.php';
  971.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Mail/HelperInterface.php';
  972.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Mail/Helper.php';
  973.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Configuration/FormConfigurationFactory.php';
  974.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Media/CollectionStrategyInterface.php';
  975.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Media/CollectionStrategySingle.php';
  976.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/BuilderInterface.php';
  977.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/Builder.php';
  978.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPoolInterface.php';
  979.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPool.php';
  980.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderInterface.php';
  981.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/StructureTitleProvider.php';
  982.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Event/RequestListener.php';
  983.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Repository/FormRepository.php';
  984.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Repository/DynamicRepository.php';
  985.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypePool.php';
  986.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypeInterface.php';
  987.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SimpleTypeTrait.php';
  988.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TextType.php';
  989.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FirstNameType.php';
  990.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/LastNameType.php';
  991.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/StreetType.php';
  992.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/ZipType.php';
  993.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CityType.php';
  994.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/StateType.php';
  995.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FunctionType.php';
  996.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CompanyType.php';
  997.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/PhoneType.php';
  998.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FaxType.php';
  999.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TitleType.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TextareaType.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/HeadlineType.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SpacerType.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FreeTextType.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CountryType.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/EmailType.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DateType.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxType.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/ChoiceTrait.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxMultipleType.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownType.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/RadioButtonsType.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownMultiple.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SalutationType.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/AttachmentType.php';
  1015.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/HiddenType.php';
  1016.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/RecaptchaType.php';
  1017.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Checksum.php';
  1018.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Event/ProtectedMediaSubscriber.php';
  1019.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php';
  1020.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php';
  1021.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/DocumentFinder.php';
  1022.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/DocumentParser.php';
  1023.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php';
  1024.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/Handler/CollectionHandler.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/CollectTrait.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/ElasticsearchProfiler.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Result/Converter.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Elasticsearch/EventAwareConverter.php';
  1029.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php';
  1030.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  1031.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/ReferenceStore/ReferenceStoreInterface.php';
  1032.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/ReferenceStore/ReferenceStore.php';
  1033.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Content/ArticleResourceItemFactory.php';
  1034.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Document/Resolver/WebspaceResolver.php';
  1035.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/WebspaceSettingsConfigurationResolver.php';
  1036.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1037.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1038.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  1039.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Manager.php';
  1040.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1041.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1042.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1043.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  1045.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1046.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  1047.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  1048.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  1049.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  1050.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1051.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  1052.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  1053.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  1054.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  1055.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  1056.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  1057.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  1058.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  1059.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  1060.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouteCollection.php';
  1061.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  1062.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  1063.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  1064.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  1065.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  1066.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  1067.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  1068.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  1069.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  1070.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  1071.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  1072.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  1073.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  1074.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  1075.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  1076.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  1077.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  1078.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Routing/ArticleRouteEnhancer.php';
  1079.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/MessageBusInterface.php';
  1080.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1081.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/MessageBus.php';
  1082.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  1083.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  1084.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  1085.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  1086.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  1087.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  1088.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  1089.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1090.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1091.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1092.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  1093.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  1094.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  1095.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  1096.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  1097.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  1098.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  1099.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  1100.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  1101.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  1102.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  1103.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  1104.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1105.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  1106.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  1107.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  1108.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  1109.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  1110.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  1111.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  1112.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  1113.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  1114.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php';
  1115.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  1116.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  1117.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1118.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1119.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1120.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Elasticsearch/AnnotationReader.php';
  1121.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  1122.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1123.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1124.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1125.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1126.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactoryInterface.php';
  1127.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactory.php';
  1128.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1129.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1130.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1131.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1132.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1133.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1134.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1135.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1136.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1137.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1138.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1139.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1140.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1141.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1142.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1143.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1144.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  1145.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  1146.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  1147.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1148.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1149.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1150.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  1151.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  1152.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1153.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1154.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1155.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1156.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1157.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1158.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1159.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1160.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1161.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  1162.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  1163.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  1164.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  1165.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1166.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1167.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1168.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1169.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1170.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1171.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1172.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1173.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1174.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1175.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1176.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1177.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1178.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1179.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1180.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1181.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1182.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1183.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1184.             include_once \dirname(__DIR__5).'/src/Filters/Base64.php';
  1185.             include_once \dirname(__DIR__5).'/src/Twig/AltImageExtension.php';
  1186.             include_once \dirname(__DIR__5).'/src/Twig/ArticleViewDocumentTwigExtension.php';
  1187.             include_once \dirname(__DIR__5).'/src/Twig/ArticlesExtension.php';
  1188.             include_once \dirname(__DIR__5).'/src/Twig/CheckInstanceOfExtension.php';
  1189.             include_once \dirname(__DIR__5).'/src/Twig/GetPublicCibleOrderExtension.php';
  1190.             include_once \dirname(__DIR__5).'/src/Twig/GetUserByContactIdExtension.php';
  1191.             include_once \dirname(__DIR__5).'/src/Twig/HashHmacExtension.php';
  1192.             include_once \dirname(__DIR__5).'/src/Twig/LoadCategoriesByIdsExtension.php';
  1193.             include_once \dirname(__DIR__5).'/src/Twig/RandomBytesExtension.php';
  1194.             include_once \dirname(__DIR__5).'/src/Twig/SearchDynamicEntryExtension.php';
  1195.             include_once \dirname(__DIR__5).'/src/Twig/SuluResolveCategoryParentNameExtension.php';
  1196.             include_once \dirname(__DIR__5).'/src/Twig/ToAlphanumericExtension.php';
  1197.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1198.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1199.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1200.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  1201.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  1202.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  1203.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  1204.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  1205.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  1206.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  1207.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  1208.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  1209.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  1210.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  1211.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
  1212.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
  1213.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
  1214.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
  1215.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
  1216.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
  1217.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
  1218.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  1219.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  1220.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  1221.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  1222.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  1223.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  1224.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  1225.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  1226.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  1227.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  1228.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  1229.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  1230.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  1231.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  1232.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  1233.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  1234.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  1235.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  1236.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1237.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1238.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1239.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Twig/FormTwigExtension.php';
  1240.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Metadata/StructureTagTrait.php';
  1241.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Twig/ArticleViewDocumentTwigExtension.php';
  1242.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Document/Repository/ArticleViewDocumentRepository.php';
  1243.             include_once \dirname(__DIR__5).'/vendor/twig/intl-extra/IntlExtension.php';
  1244.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  1245.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1246.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1247.             include_once \dirname(__DIR__5).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1248.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1249.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1250.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1251.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1252.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1253.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1254.         };
  1255.     }
  1256.     public function compile(): void
  1257.     {
  1258.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1259.     }
  1260.     public function isCompiled(): bool
  1261.     {
  1262.         return true;
  1263.     }
  1264.     public function getRemovedIds(): array
  1265.     {
  1266.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1267.     }
  1268.     protected function load($file$lazyLoad true)
  1269.     {
  1270.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1271.             return $class::do($this$lazyLoad);
  1272.         }
  1273.         if ('.' === $file[-4]) {
  1274.             $class substr($class0, -4);
  1275.         } else {
  1276.             $file .= '.php';
  1277.         }
  1278.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1279.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1280.     }
  1281.     protected function createProxy($class, \Closure $factory)
  1282.     {
  1283.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1284.         return $factory();
  1285.     }
  1286.     /**
  1287.      * Gets the public '.container.private.filesystem' shared service.
  1288.      *
  1289.      * @return \Symfony\Component\Filesystem\Filesystem
  1290.      */
  1291.     protected function get_Container_Private_FilesystemService()
  1292.     {
  1293.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1294.     }
  1295.     /**
  1296.      * Gets the public '.container.private.form.factory' shared service.
  1297.      *
  1298.      * @return \Symfony\Component\Form\FormFactory
  1299.      */
  1300.     protected function get_Container_Private_Form_FactoryService()
  1301.     {
  1302.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1303.         if (isset($this->services['.container.private.form.factory'])) {
  1304.             return $this->services['.container.private.form.factory'];
  1305.         }
  1306.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1307.     }
  1308.     /**
  1309.      * Gets the public '.container.private.profiler' shared service.
  1310.      *
  1311.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1312.      */
  1313.     protected function get_Container_Private_ProfilerService()
  1314.     {
  1315.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1316.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1317.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1318.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1319.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1320.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1321.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1322.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1323.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1324.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1325.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1326.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1327.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1328.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1329.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1330.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1331.         $d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
  1332.         $d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
  1333.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1334.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1335.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1336.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1337.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1338.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1339.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1340.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1341.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1342.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1343.         if ($this->has('kernel')) {
  1344.             $g->setKernel($b);
  1345.         }
  1346.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1347.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1348.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1349.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1350.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1351.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1352.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1353.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1354.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1355.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1356.         $instance->add($d);
  1357.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1358.         $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));
  1359.         $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())));
  1360.         $instance->add($e);
  1361.         $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([])))));
  1362.         $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1363.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1364.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1365.         $instance->add($f);
  1366.         $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()))));
  1367.         $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()))));
  1368.         $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
  1369.         $instance->add(($this->services['es.profiler'] ?? $this->getEs_ProfilerService()));
  1370.         $instance->add($g);
  1371.         return $instance;
  1372.     }
  1373.     /**
  1374.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1375.      *
  1376.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1377.      */
  1378.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1379.     {
  1380.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1381.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1382.             return $this->services['.container.private.security.authorization_checker'];
  1383.         }
  1384.         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);
  1385.     }
  1386.     /**
  1387.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1388.      *
  1389.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1390.      */
  1391.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1392.     {
  1393.         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())));
  1394.     }
  1395.     /**
  1396.      * Gets the public '.container.private.security.token_storage' shared service.
  1397.      *
  1398.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1399.      */
  1400.     protected function get_Container_Private_Security_TokenStorageService()
  1401.     {
  1402.         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, [
  1403.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1404.         ], [
  1405.             'request_stack' => '?',
  1406.         ]));
  1407.     }
  1408.     /**
  1409.      * Gets the public '.container.private.twig' shared service.
  1410.      *
  1411.      * @return \Twig\Environment
  1412.      */
  1413.     protected function get_Container_Private_TwigService()
  1414.     {
  1415.         $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]);
  1416.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1417.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1418.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1419.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1420.         $e = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1421.         $f = ($this->services['sulu_category.category_manager'] ?? $this->getSuluCategory_CategoryManagerService());
  1422.         $g = ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService());
  1423.         $h = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
  1424.         $i = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  1425.         $j = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1426.         $k = ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService());
  1427.         $l = ($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService());
  1428.         $m = ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService());
  1429.         $n = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1430.         $o = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($n'dev'$j);
  1431.         $p = ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService());
  1432.         $q = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1433.         $r = ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService());
  1434.         $s = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  1435.         $t = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1436.         $t->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1437.         $u = new \Symfony\Bridge\Twig\AppVariable();
  1438.         $u->setEnvironment('dev');
  1439.         $u->setDebug(true);
  1440.         if ($this->has('.container.private.security.token_storage')) {
  1441.             $u->setTokenStorage($e);
  1442.         }
  1443.         if ($this->has('request_stack')) {
  1444.             $u->setRequestStack($d);
  1445.         }
  1446.         $v = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1447.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1448.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1449.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1450.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1451.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__5), 'UTF-8'));
  1452.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1453.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1454.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1455.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1456.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1457.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1458.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1459.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1460.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  1461.         $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())));
  1462.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1463.         $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)));
  1464.         $instance->addExtension(new \App\Filters\Base64());
  1465.         $instance->addExtension(new \App\Twig\AltImageExtension());
  1466.         $instance->addExtension(new \App\Twig\ArticleViewDocumentTwigExtension(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService())));
  1467.         $instance->addExtension(new \App\Twig\ArticlesExtension(($this->privates['App\\Repository\\ArticlesRepository'] ?? $this->getArticlesRepositoryService())));
  1468.         $instance->addExtension(new \App\Twig\CheckInstanceOfExtension());
  1469.         $instance->addExtension(new \App\Twig\GetPublicCibleOrderExtension());
  1470.         $instance->addExtension(new \App\Twig\GetUserByContactIdExtension(($this->privates['App\\Repository\\SuluUsersRepository'] ?? $this->getSuluUsersRepositoryService())));
  1471.         $instance->addExtension(new \App\Twig\HashHmacExtension());
  1472.         $instance->addExtension(new \App\Twig\LoadCategoriesByIdsExtension($f));
  1473.         $instance->addExtension(new \App\Twig\RandomBytesExtension());
  1474.         $instance->addExtension(new \App\Twig\SearchDynamicEntryExtension(($this->privates['sulu_form.repository.dynamic'] ?? $this->getSuluForm_Repository_DynamicService())));
  1475.         $instance->addExtension(new \App\Twig\SuluResolveCategoryParentNameExtension(($this->privates['App\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService())));
  1476.         $instance->addExtension(new \App\Twig\ToAlphanumericExtension());
  1477.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1478.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1479.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1480.         $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  1481.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  1482.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())));
  1483.         $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  1484.         $instance->addExtension(new \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension($f, ($this->privates['sulu_category.category_request_handler'] ?? $this->getSuluCategory_CategoryRequestHandlerService()), $g$h));
  1485.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension($i$j$k), $h1));
  1486.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension($l$j$m));
  1487.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension($l$j$m));
  1488.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  1489.         $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));
  1490.         $instance->addExtension($o);
  1491.         $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));
  1492.         $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));
  1493.         $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));
  1494.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($j$o));
  1495.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($j$o$d));
  1496.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  1497.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($t));
  1498.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1499.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1500.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1501.         ], [
  1502.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1503.             'webpack_encore.tag_renderer' => '?',
  1504.         ])));
  1505.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1506.         $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService())));
  1507.         $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));
  1508.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1509.         $instance->addGlobal('app'$u);
  1510.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1511.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1512.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1513.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1514.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1515.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1516.         ], [
  1517.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1518.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1519.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1520.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1521.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1522.         ])));
  1523.         $instance->registerUndefinedFilterCallback([=> $v=> 'suggestFilter']);
  1524.         $instance->registerUndefinedFunctionCallback([=> $v=> 'suggestFunction']);
  1525.         $instance->registerUndefinedTokenParserCallback([=> $v=> 'suggestTag']);
  1526.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1527.         return $instance;
  1528.     }
  1529.     /**
  1530.      * Gets the public '.container.private.validator' shared service.
  1531.      *
  1532.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1533.      */
  1534.     protected function get_Container_Private_ValidatorService()
  1535.     {
  1536.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1537.         if (isset($this->services['.container.private.validator'])) {
  1538.             return $this->services['.container.private.validator'];
  1539.         }
  1540.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1541.     }
  1542.     /**
  1543.      * Gets the public 'cache.app' shared service.
  1544.      *
  1545.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1546.      */
  1547.     protected function getCache_AppService()
  1548.     {
  1549.         $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))));
  1550.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1551.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1552.     }
  1553.     /**
  1554.      * Gets the public 'cache.system' shared service.
  1555.      *
  1556.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1557.      */
  1558.     protected function getCache_SystemService()
  1559.     {
  1560.         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())));
  1561.     }
  1562.     /**
  1563.      * Gets the public 'cache.validator_expression_language' shared service.
  1564.      *
  1565.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1566.      */
  1567.     protected function getCache_ValidatorExpressionLanguageService()
  1568.     {
  1569.         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())));
  1570.     }
  1571.     /**
  1572.      * Gets the public 'cmf_routing.route_provider' shared service.
  1573.      *
  1574.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1575.      */
  1576.     protected function getCmfRouting_RouteProviderService()
  1577.     {
  1578.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  1579.         if (isset($this->services['cmf_routing.route_provider'])) {
  1580.             return $this->services['cmf_routing.route_provider'];
  1581.         }
  1582.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  1583.         if (isset($this->services['cmf_routing.route_provider'])) {
  1584.             return $this->services['cmf_routing.route_provider'];
  1585.         }
  1586.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1587.         if (isset($this->services['cmf_routing.route_provider'])) {
  1588.             return $this->services['cmf_routing.route_provider'];
  1589.         }
  1590.         $d = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1591.         if (isset($this->services['cmf_routing.route_provider'])) {
  1592.             return $this->services['cmf_routing.route_provider'];
  1593.         }
  1594.         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]);
  1595.     }
  1596.     /**
  1597.      * Gets the public 'data_collector.dump' shared service.
  1598.      *
  1599.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1600.      */
  1601.     protected function getDataCollector_DumpService()
  1602.     {
  1603.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1604.         if (isset($this->services['data_collector.dump'])) {
  1605.             return $this->services['data_collector.dump'];
  1606.         }
  1607.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  1608.         if (isset($this->services['data_collector.dump'])) {
  1609.             return $this->services['data_collector.dump'];
  1610.         }
  1611.         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);
  1612.     }
  1613.     /**
  1614.      * Gets the public 'doctrine' shared service.
  1615.      *
  1616.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1617.      */
  1618.     protected function getDoctrineService()
  1619.     {
  1620.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1621.     }
  1622.     /**
  1623.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1624.      *
  1625.      * @return \Doctrine\DBAL\Connection
  1626.      */
  1627.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1628.     {
  1629.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1630.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1631.             return $this->services['doctrine.dbal.default_connection'];
  1632.         }
  1633.         $b = new \Doctrine\DBAL\Configuration();
  1634.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1635.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1636.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1637.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1638.         $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))));
  1639.         $d->setConnectionName('default');
  1640.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1641.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1642.         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, []);
  1643.     }
  1644.     /**
  1645.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1646.      *
  1647.      * @return \Doctrine\ORM\EntityManager
  1648.      */
  1649.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1650.     {
  1651.         if ($lazyLoad) {
  1652.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1653.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1654.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1655.                     $proxy->setProxyInitializer(null);
  1656.                     return true;
  1657.                 });
  1658.             });
  1659.         }
  1660.         include_once \dirname(__DIR__5).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1661.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1662.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1663.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1664.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityManager.php';
  1665.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Configuration.php';
  1666.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1667.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1668.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1669.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1670.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1671.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1672.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1673.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1674.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1675.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1676.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1677.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1678.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1679.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1680.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1681.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1682.         $a = new \Doctrine\ORM\Configuration();
  1683.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1684.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1685.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1686.         $b->addDriver($c'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1687.         $b->addDriver($c'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1688.         $b->addDriver($c'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1689.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1690.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1691.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1692.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1693.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1694.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1695.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1696.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1697.         $b->addDriver($c'Sulu\\Bundle\\FormBundle\\Entity');
  1698.         $b->addDriver($c'Sulu\\Bundle\\CommunityBundle\\Entity');
  1699.         $b->addDriver($d'App\\Entity');
  1700.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1701.         $b->addDriver($d'Sulu\\Bundle\\AdminBundle\\Entity');
  1702.         $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']);
  1703.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1704.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1705.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1706.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1707.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1708.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1709.         ], [
  1710.             'doctrine.ulid_generator' => '?',
  1711.             'doctrine.uuid_generator' => '?',
  1712.         ])));
  1713.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1714.         $a->setProxyNamespace('Proxies');
  1715.         $a->setAutoGenerateProxyClasses(true);
  1716.         $a->setSchemaIgnoreClasses([]);
  1717.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1718.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1719.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1720.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1721.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1722.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1723.         $a->setLazyGhostObjectEnabled(false);
  1724.         $a->setIdentityGenerationPreferences([]);
  1725.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1726.             'App\\Repository\\ArticlesRepository' => ['privates''App\\Repository\\ArticlesRepository''getArticlesRepositoryService'false],
  1727.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1728.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  1729.             'App\\Repository\\FonctionRepository' => ['privates''App\\Repository\\FonctionRepository''getFonctionRepositoryService'true],
  1730.             'App\\Repository\\GlobalSearchRepository' => ['privates''App\\Repository\\GlobalSearchRepository''getGlobalSearchRepositoryService'true],
  1731.             'App\\Repository\\SuluUsersRepository' => ['privates''App\\Repository\\SuluUsersRepository''getSuluUsersRepositoryService'false],
  1732.             'App\\Repository\\TypologieActeurRepository' => ['privates''App\\Repository\\TypologieActeurRepository''getTypologieActeurRepositoryService'true],
  1733.             'App\\Repository\\TypologieStructureRepository' => ['privates''App\\Repository\\TypologieStructureRepository''getTypologieStructureRepositoryService'true],
  1734.         ], [
  1735.             'App\\Repository\\ArticlesRepository' => '?',
  1736.             'App\\Repository\\CategoryRepository' => '?',
  1737.             'App\\Repository\\ContactRepository' => '?',
  1738.             'App\\Repository\\FonctionRepository' => '?',
  1739.             'App\\Repository\\GlobalSearchRepository' => '?',
  1740.             'App\\Repository\\SuluUsersRepository' => '?',
  1741.             'App\\Repository\\TypologieActeurRepository' => '?',
  1742.             'App\\Repository\\TypologieStructureRepository' => '?',
  1743.         ])));
  1744.         $a->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1745.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1746.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1747.         $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()));
  1748.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1749.         return $instance;
  1750.     }
  1751.     /**
  1752.      * Gets the public 'doctrine_phpcr' shared service.
  1753.      *
  1754.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1755.      */
  1756.     protected function getDoctrinePhpcrService()
  1757.     {
  1758.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1759.     }
  1760.     /**
  1761.      * Gets the public 'doctrine_phpcr.session' shared service.
  1762.      *
  1763.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1764.      */
  1765.     protected function getDoctrinePhpcr_SessionService()
  1766.     {
  1767.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1768.         if (isset($this->services['doctrine_phpcr.session'])) {
  1769.             return $this->services['doctrine_phpcr.session'];
  1770.         }
  1771.         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')));
  1772.     }
  1773.     /**
  1774.      * Gets the public 'es.annotations.cached_reader' shared service.
  1775.      *
  1776.      * @return \Sulu\Bundle\ArticleBundle\Elasticsearch\AnnotationReader
  1777.      */
  1778.     protected function getEs_Annotations_CachedReaderService()
  1779.     {
  1780.         $a = new \Doctrine\Common\Annotations\AnnotationReader();
  1781.         $a->addGlobalIgnoredName('required');
  1782.         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');
  1783.     }
  1784.     /**
  1785.      * Gets the public 'es.cache_engine' shared service.
  1786.      *
  1787.      * @return \Doctrine\Common\Cache\FilesystemCache
  1788.      */
  1789.     protected function getEs_CacheEngineService()
  1790.     {
  1791.         return $this->services['es.cache_engine'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/ongr/elasticsearch'), '.ongr.data');
  1792.     }
  1793.     /**
  1794.      * Gets the public 'es.document_finder' shared service.
  1795.      *
  1796.      * @return \ONGR\ElasticsearchBundle\Mapping\DocumentFinder
  1797.      */
  1798.     protected function getEs_DocumentFinderService()
  1799.     {
  1800.         return $this->services['es.document_finder'] = new \ONGR\ElasticsearchBundle\Mapping\DocumentFinder($this->parameters['kernel.bundles'], 'App\\Kernel');
  1801.     }
  1802.     /**
  1803.      * Gets the public 'es.document_parser' shared service.
  1804.      *
  1805.      * @return \ONGR\ElasticsearchBundle\Mapping\DocumentParser
  1806.      */
  1807.     protected function getEs_DocumentParserService()
  1808.     {
  1809.         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()));
  1810.     }
  1811.     /**
  1812.      * Gets the public 'es.manager.default' shared service.
  1813.      *
  1814.      * @return \ONGR\ElasticsearchBundle\Service\Manager
  1815.      */
  1816.     protected function getEs_Manager_DefaultService()
  1817.     {
  1818.         $a = ($this->services['es.manager_factory'] ?? $this->getEs_ManagerFactoryService());
  1819.         if (isset($this->services['es.manager.default'])) {
  1820.             return $this->services['es.manager.default'];
  1821.         }
  1822.         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]);
  1823.     }
  1824.     /**
  1825.      * Gets the public 'es.manager.live' shared service.
  1826.      *
  1827.      * @return \ONGR\ElasticsearchBundle\Service\Manager
  1828.      */
  1829.     protected function getEs_Manager_LiveService()
  1830.     {
  1831.         $a = ($this->services['es.manager_factory'] ?? $this->getEs_ManagerFactoryService());
  1832.         if (isset($this->services['es.manager.live'])) {
  1833.             return $this->services['es.manager.live'];
  1834.         }
  1835.         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]);
  1836.     }
  1837.     /**
  1838.      * Gets the public 'es.manager_factory' shared service.
  1839.      *
  1840.      * @return \ONGR\ElasticsearchBundle\Service\ManagerFactory
  1841.      */
  1842.     protected function getEs_ManagerFactoryService()
  1843.     {
  1844.         $a = ($this->services['es.result_converter'] ?? $this->getEs_ResultConverterService());
  1845.         if (isset($this->services['es.manager_factory'])) {
  1846.             return $this->services['es.manager_factory'];
  1847.         }
  1848.         $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()));
  1849.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1850.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1851.         return $instance;
  1852.     }
  1853.     /**
  1854.      * Gets the public 'es.metadata_collector' shared service.
  1855.      *
  1856.      * @return \ONGR\ElasticsearchBundle\Mapping\MetadataCollector
  1857.      */
  1858.     protected function getEs_MetadataCollectorService()
  1859.     {
  1860.         $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'))));
  1861.         $instance->setEnableCache(false);
  1862.         return $instance;
  1863.     }
  1864.     /**
  1865.      * Gets the public 'es.profiler' shared service.
  1866.      *
  1867.      * @return \ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler
  1868.      */
  1869.     protected function getEs_ProfilerService()
  1870.     {
  1871.         $this->services['es.profiler'] = $instance = new \ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler();
  1872.         $instance->setManagers($this->getParameter('es.managers'));
  1873.         $instance->addLogger(($this->services['es.tracer'] ?? $this->getEs_TracerService()));
  1874.         return $instance;
  1875.     }
  1876.     /**
  1877.      * Gets the public 'es.result_converter' shared service.
  1878.      *
  1879.      * @return \Sulu\Bundle\ArticleBundle\Elasticsearch\EventAwareConverter
  1880.      */
  1881.     protected function getEs_ResultConverterService()
  1882.     {
  1883.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1884.         if (isset($this->services['es.result_converter'])) {
  1885.             return $this->services['es.result_converter'];
  1886.         }
  1887.         return $this->services['es.result_converter'] = new \Sulu\Bundle\ArticleBundle\Elasticsearch\EventAwareConverter(($this->services['es.metadata_collector'] ?? $this->getEs_MetadataCollectorService()), $a);
  1888.     }
  1889.     /**
  1890.      * Gets the public 'es.tracer' shared service.
  1891.      *
  1892.      * @return \Monolog\Logger
  1893.      */
  1894.     protected function getEs_TracerService()
  1895.     {
  1896.         $this->services['es.tracer'] = $instance = new \Monolog\Logger('ongr');
  1897.         $instance->pushHandler(new \ONGR\ElasticsearchBundle\Profiler\Handler\CollectionHandler());
  1898.         return $instance;
  1899.     }
  1900.     /**
  1901.      * Gets the public 'event_dispatcher' shared service.
  1902.      *
  1903.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1904.      */
  1905.     protected function getEventDispatcherService()
  1906.     {
  1907.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1908.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1909.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1910.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1911.         $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())));
  1912.         $instance->addListener('kernel.controller', [=> function () {
  1913.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1914.         }, => 'onKernelController'], 0);
  1915.         $instance->addListener('kernel.request', [=> function () {
  1916.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1917.         }, => 'onKernelRequest'], 10);
  1918.         $instance->addListener('kernel.request', [=> function () {
  1919.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1920.         }, => 'onKernelRequest'], 248);
  1921.         $instance->addListener('massive_search.index', [=> function () {
  1922.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1923.         }, => 'onIndex'], 0);
  1924.         $instance->addListener('massive_search.deindex', [=> function () {
  1925.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1926.         }, => 'onDeindex'], 0);
  1927.         $instance->addListener('massive_search.hit', [=> function () {
  1928.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1929.         }, => 'onHit'], 0);
  1930.         $instance->addListener('kernel.response', [=> function () {
  1931.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1932.         }, => 'onResponse'], -5);
  1933.         $instance->addListener('kernel.exception', [=> function () {
  1934.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1935.         }, => 'onKernelException'], 0);
  1936.         $instance->addListener('kernel.request', [=> function () {
  1937.             return ($this->privates['sulu_form.request_listener'] ?? $this->getSuluForm_RequestListenerService());
  1938.         }, => 'onKernelRequest'], 0);
  1939.         $instance->addListener('kernel.response', [=> function () {
  1940.             return ($this->privates['sulu_form.request_listener'] ?? $this->getSuluForm_RequestListenerService());
  1941.         }, => 'onKernelResponse'], 0);
  1942.         $instance->addListener('kernel.terminate', [=> function () {
  1943.             return ($this->services['es.terminate_listener'] ?? $this->load('getEs_TerminateListenerService'));
  1944.         }, => 'onKernelTerminate'], 0);
  1945.         $instance->addListener('es.post_convert_to_document', [=> function () {
  1946.             return ($this->privates['sulu_article.content_proxy_listener'] ?? $this->load('getSuluArticle_ContentProxyListenerService'));
  1947.         }, => 'onPostConvertToDocument'], 0);
  1948.         $instance->addListener('es.post_convert_to_document', [=> function () {
  1949.             return ($this->privates['sulu_article.target_webspace_listener'] ?? $this->load('getSuluArticle_TargetWebspaceListenerService'));
  1950.         }, => 'onPostConvertToDocument'], 0);
  1951.         $instance->addListener('kernel.request', [=> function () {
  1952.             return ($this->privates['App\\Event\\PqnaRoutesListener'] ?? $this->getPqnaRoutesListenerService());
  1953.         }, => 'onKernelRequest'], 0);
  1954.         $instance->addListener('sulu_form.handler.saved', [=> function () {
  1955.             return ($this->privates['App\\Event\\SuluApiEventSubscriber'] ?? $this->load('getSuluApiEventSubscriberService'));
  1956.         }, => 'suluApi'], 0);
  1957.         $instance->addListener('sulu_form.handler.saved', [=> function () {
  1958.             return ($this->privates['App\\EventSubscriber\\InscriptionEventSubscriber'] ?? $this->load('getInscriptionEventSubscriberService'));
  1959.         }, => 'noPayboxInscription'], 0);
  1960.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  1961.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  1962.         }, => 'onPublish'], 0);
  1963.         $instance->addListener('massive_search.pre_index', [=> function () {
  1964.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  1965.         }, => 'onPreIndex'], -200);
  1966.         $instance->addListener('kernel.response', [=> function () {
  1967.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1968.         }, => 'onKernelResponse'], 0);
  1969.         $instance->addListener('kernel.response', [=> function () {
  1970.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1971.         }, => 'onKernelResponse'], -1024);
  1972.         $instance->addListener('kernel.request', [=> function () {
  1973.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1974.         }, => 'setDefaultLocale'], 100);
  1975.         $instance->addListener('kernel.request', [=> function () {
  1976.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1977.         }, => 'onKernelRequest'], 16);
  1978.         $instance->addListener('kernel.finish_request', [=> function () {
  1979.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1980.         }, => 'onKernelFinishRequest'], 0);
  1981.         $instance->addListener('kernel.request', [=> function () {
  1982.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1983.         }, => 'onKernelRequest'], 256);
  1984.         $instance->addListener('kernel.response', [=> function () {
  1985.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1986.         }, => 'onResponse'], -255);
  1987.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1988.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1989.         }, => 'onControllerArguments'], 0);
  1990.         $instance->addListener('kernel.exception', [=> function () {
  1991.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1992.         }, => 'logKernelException'], 0);
  1993.         $instance->addListener('kernel.exception', [=> function () {
  1994.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1995.         }, => 'onKernelException'], -128);
  1996.         $instance->addListener('kernel.response', [=> function () {
  1997.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1998.         }, => 'removeCspHeader'], -128);
  1999.         $instance->addListener('kernel.request', [=> function () {
  2000.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2001.         }, => 'onKernelRequest'], 15);
  2002.         $instance->addListener('kernel.finish_request', [=> function () {
  2003.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2004.         }, => 'onKernelFinishRequest'], -15);
  2005.         $instance->addListener('console.error', [=> function () {
  2006.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2007.         }, => 'onConsoleError'], -128);
  2008.         $instance->addListener('console.terminate', [=> function () {
  2009.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2010.         }, => 'onConsoleTerminate'], -128);
  2011.         $instance->addListener('console.error', [=> function () {
  2012.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2013.         }, => 'onConsoleError'], 0);
  2014.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2015.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2016.         }, => 'onMessage'], -255);
  2017.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2018.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2019.         }, => 'onMessage'], -255);
  2020.         $instance->addListener('kernel.response', [=> function () {
  2021.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2022.         }, => 'onKernelResponse'], 0);
  2023.         $instance->addListener('kernel.request', [=> function () {
  2024.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2025.         }, => 'onKernelRequest'], 48);
  2026.         $instance->addListener('kernel.request', [=> function () {
  2027.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2028.         }, => 'configure'], 2048);
  2029.         $instance->addListener('console.command', [=> function () {
  2030.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2031.         }, => 'configure'], 2048);
  2032.         $instance->addListener('kernel.response', [=> function () {
  2033.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2034.         }, => 'onKernelResponse'], 0);
  2035.         $instance->addListener('kernel.request', [=> function () {
  2036.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2037.         }, => 'onKernelRequest'], 128);
  2038.         $instance->addListener('kernel.response', [=> function () {
  2039.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2040.         }, => 'onKernelResponse'], -1000);
  2041.         $instance->addListener('kernel.finish_request', [=> function () {
  2042.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2043.         }, => 'onFinishRequest'], 0);
  2044.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2045.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2046.         }, => 'onMessageFailed'], 100);
  2047.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2048.             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()));
  2049.         }, => 'onMessageFailed'], 200);
  2050.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2051.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2052.         }, => 'onWorkerStarted'], 0);
  2053.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2054.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2055.         }, => 'onWorkerRunning'], 0);
  2056.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2057.             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()));
  2058.         }, => 'onMessageFailed'], 0);
  2059.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2060.             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()));
  2061.         }, => 'onWorkerRunning'], 0);
  2062.         $instance->addListener('kernel.response', [=> function () {
  2063.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2064.         }, => 'onKernelResponse'], -100);
  2065.         $instance->addListener('kernel.exception', [=> function () {
  2066.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2067.         }, => 'onKernelException'], 0);
  2068.         $instance->addListener('kernel.terminate', [=> function () {
  2069.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2070.         }, => 'onKernelTerminate'], -1024);
  2071.         $instance->addListener('kernel.controller', [=> function () {
  2072.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2073.         }, => 'onKernelController'], 0);
  2074.         $instance->addListener('kernel.response', [=> function () {
  2075.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2076.         }, => 'onKernelResponse'], 0);
  2077.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2078.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2079.         }, => 'onMessage'], 0);
  2080.         $instance->addListener('console.command', [=> function () {
  2081.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2082.         }, => 'onCommand'], 255);
  2083.         $instance->addListener('console.terminate', [=> function () {
  2084.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2085.         }, => 'onTerminate'], -255);
  2086.         $instance->addListener('kernel.exception', [=> function () {
  2087.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2088.         }, => 'onException'], 0);
  2089.         $instance->addListener('kernel.terminate', [=> function () {
  2090.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2091.         }, => 'onTerminate'], 0);
  2092.         $instance->addListener('console.error', [=> function () {
  2093.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2094.         }, => 'onException'], 0);
  2095.         $instance->addListener('console.terminate', [=> function () {
  2096.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2097.         }, => 'onTerminate'], 0);
  2098.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2099.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2100.         }, => 'onWorkerMessageHandled'], 0);
  2101.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2102.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2103.         }, => 'onWorkerMessageFailed'], 0);
  2104.         $instance->addListener('kernel.exception', [=> function () {
  2105.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  2106.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  2107.         $instance->addListener('kernel.response', [=> function () {
  2108.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  2109.         }, => 'setResponseStatusCode'], 0);
  2110.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  2111.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  2112.         }, => 'purgeIndexes'], 500);
  2113.         $instance->addListener('kernel.response', [=> function () {
  2114.             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')));
  2115.         }, => 'onKernelResponse'], 10);
  2116.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  2117.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  2118.         }, => 'onProxyUnreachableError'], 0);
  2119.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  2120.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  2121.         }, => 'onProxyResponseError'], 0);
  2122.         $instance->addListener('kernel.response', [=> function () {
  2123.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  2124.         }, => 'onKernelResponse'], 0);
  2125.         $instance->addListener('kernel.terminate', [=> function () {
  2126.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  2127.         }, => 'onKernelTerminate'], 0);
  2128.         $instance->addListener('kernel.exception', [=> function () {
  2129.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  2130.         }, => 'onKernelException'], 0);
  2131.         $instance->addListener('console.terminate', [=> function () {
  2132.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  2133.         }, => 'onConsoleTerminate'], 0);
  2134.         $instance->addListener('sulu_security.permission_update', [=> function () {
  2135.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  2136.         }, => 'onPermissionUpdate'], 0);
  2137.         $instance->addListener('massive_search.pre_index', [=> function () {
  2138.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  2139.         }, => 'handlePreIndex'], 0);
  2140.         $instance->addListener('massive_search.pre_index', [=> function () {
  2141.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  2142.         }, => 'handlePreIndex'], 0);
  2143.         $instance->addListener('kernel.request', [=> function () {
  2144.             return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  2145.         }, => 'onKernelRequest'], 24);
  2146.         $instance->addListener('sulu_security.permission_update', [=> function () {
  2147.             return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  2148.         }, => 'handlePermissionUpdate'], 0);
  2149.         $instance->addListener('kernel.controller', [=> function () {
  2150.             return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  2151.         }, => 'onKernelController'], 0);
  2152.         $instance->addListener('security.interactive_login', [=> function () {
  2153.             return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  2154.         }, => 'onSecurityInteractiveLogin'], 0);
  2155.         $instance->addListener('massive_search.pre_index', [=> function () {
  2156.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  2157.         }, => 'handleBlameTimestamp'], 0);
  2158.         $instance->addListener('massive_search.hit', [=> function () {
  2159.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  2160.         }, => 'handleBlameTimestampHitMapping'], 0);
  2161.         $instance->addListener('sulu_security.permission_update', [=> function () {
  2162.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  2163.         }, => 'onPermissionUpdate'], 0);
  2164.         $instance->addListener('kernel.request', [=> function () {
  2165.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  2166.         }, => 'onRequest'], 31);
  2167.         $instance->addListener('kernel.request', [=> function () {
  2168.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  2169.         }, => 'onKernelRequest'], 32);
  2170.         $instance->addListener('kernel.finish_request', [=> function () {
  2171.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  2172.         }, => 'onKernelFinishRequest'], 0);
  2173.         $instance->addListener('sulu_website.cache_clear', [=> function () {
  2174.             return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  2175.         }, => 'onCacheClear'], 0);
  2176.         $instance->addListener('kernel.request', [=> function () {
  2177.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  2178.         }, => 'onKernelRequest'], 14);
  2179.         $instance->addListener('kernel.exception', [=> function () {
  2180.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  2181.         }, => 'redirectPartialMatch'], 0);
  2182.         $instance->addListener('kernel.exception', [=> function () {
  2183.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  2184.         }, => 'redirectTrailingSlashOrHtml'], 0);
  2185.         $instance->addListener('kernel.response', [=> function () {
  2186.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.4.5')));
  2187.         }, => 'onResponse'], 0);
  2188.         $instance->addListener('kernel.response', [=> function () {
  2189.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  2190.         }, => 'addVaryHeader'], 0);
  2191.         $instance->addListener('kernel.response', [=> function () {
  2192.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  2193.         }, => 'addCookieHeader'], 0);
  2194.         $instance->addListener('kernel.response', [=> function () {
  2195.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  2196.         }, => 'replaceMarkup'], -10);
  2197.         $instance->addListener('kernel.response', [=> function () {
  2198.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2199.         }, => 'onKernelResponse'], -128);
  2200.         $instance->addListener('console.command', [=> function () {
  2201.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2202.         }, => 'configure'], 1024);
  2203.         $instance->addListener('kernel.response', [=> function () {
  2204.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2205.         }, => 'onKernelResponse'], 0);
  2206.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2207.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2208.         }, => 'onVoterVote'], 0);
  2209.         $instance->addListener('kernel.request', [=> function () {
  2210.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2211.         }, => 'configureLogoutUrlGenerator'], 8);
  2212.         $instance->addListener('kernel.request', [=> function () {
  2213.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2214.         }, => 'onKernelRequest'], 8);
  2215.         $instance->addListener('kernel.finish_request', [=> function () {
  2216.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2217.         }, => 'onKernelFinishRequest'], 0);
  2218.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2219.             return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  2220.         }, => 'storeActivity'], -256);
  2221.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2222.             return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  2223.         }, => 'setDomainEventUser'], 256);
  2224.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2225.             return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  2226.         }, => 'dispatchDomainEventWithSpecificEventName'], 0);
  2227.         $instance->addListener('kernel.finish_request', [=> function () {
  2228.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2229.         }, => 'resetAssets'], 0);
  2230.         $instance->addListener('kernel.request', [=> function () {
  2231.             return ($this->privates['sulu_form.private_media_subscriber'] ?? $this->getSuluForm_PrivateMediaSubscriberService());
  2232.         }, => 'onRequest'], 0);
  2233.         $instance->addListener('massive_search.pre_index', [=> function () {
  2234.             return ($this->privates['sulu_article.search.subscriber'] ?? $this->load('getSuluArticle_Search_SubscriberService'));
  2235.         }, => 'handlePreIndex'], 0);
  2236.         $instance->addListener('console.error', [=> function () {
  2237.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2238.         }, => 'onConsoleError'], 0);
  2239.         $instance->addListener('console.terminate', [=> function () {
  2240.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2241.         }, => 'onConsoleTerminate'], 0);
  2242.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserRegisteredEvent', [=> function () {
  2243.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2244.         }, => 'sendRegistrationEmails'], 50);
  2245.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserConfirmedEvent', [=> function () {
  2246.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2247.         }, => 'sendConfirmationEmails'], 0);
  2248.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserPasswordForgotEvent', [=> function () {
  2249.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2250.         }, => 'sendPasswordForgetEmails'], 0);
  2251.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserPasswordResetedEvent', [=> function () {
  2252.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2253.         }, => 'sendPasswordResetEmails'], 0);
  2254.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserCompletedEvent', [=> function () {
  2255.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2256.         }, => 'sendCompletionEmails'], 0);
  2257.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserProfileSavedEvent', [=> function () {
  2258.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2259.         }, => 'sendNotificationSaveProfile'], 0);
  2260.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserRegisteredEvent', [=> function () {
  2261.             return ($this->privates['sulu_community.black_listener'] ?? $this->load('getSuluCommunity_BlackListenerService'));
  2262.         }, => 'validateEmail'], 51);
  2263.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserProfileSavedEvent', [=> function () {
  2264.             return ($this->privates['sulu_community.email_confirmation.listener'] ?? $this->load('getSuluCommunity_EmailConfirmation_ListenerService'));
  2265.         }, => 'sendConfirmationOnEmailChange'], 0);
  2266.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2267.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2268.         }, => 'onLogout'], 0);
  2269.         return $instance;
  2270.     }
  2271.     /**
  2272.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  2273.      *
  2274.      * @return \FOS\HttpCacheBundle\CacheManager
  2275.      */
  2276.     protected function getFosHttpCache_CacheManagerService()
  2277.     {
  2278.         $a = ($this->services['router'] ?? $this->getRouterService());
  2279.         if (isset($this->services['fos_http_cache.cache_manager'])) {
  2280.             return $this->services['fos_http_cache.cache_manager'];
  2281.         }
  2282.         $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);
  2283.         if ($this->has('event_dispatcher')) {
  2284.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2285.         }
  2286.         $instance->setGenerateUrlType(0);
  2287.         return $instance;
  2288.     }
  2289.     /**
  2290.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  2291.      *
  2292.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  2293.      */
  2294.     protected function getFosHttpCache_EventListener_CacheControlService()
  2295.     {
  2296.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  2297.     }
  2298.     /**
  2299.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  2300.      *
  2301.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  2302.      */
  2303.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  2304.     {
  2305.         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]);
  2306.     }
  2307.     /**
  2308.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  2309.      *
  2310.      * @return \FOS\HttpCache\ProxyClient\Symfony
  2311.      */
  2312.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  2313.     {
  2314.         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']);
  2315.     }
  2316.     /**
  2317.      * Gets the public 'http_kernel' shared service.
  2318.      *
  2319.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2320.      */
  2321.     protected function getHttpKernelService()
  2322.     {
  2323.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2324.         if (isset($this->services['http_kernel'])) {
  2325.             return $this->services['http_kernel'];
  2326.         }
  2327.         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 () {
  2328.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2329.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2330.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2331.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2332.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2333.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2334.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2335.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2336.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2337.     }
  2338.     /**
  2339.      * Gets the public 'jms_serializer' shared service.
  2340.      *
  2341.      * @return \JMS\Serializer\Serializer
  2342.      */
  2343.     protected function getJmsSerializerService()
  2344.     {
  2345.         $a = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  2346.         if (isset($this->services['jms_serializer'])) {
  2347.             return $this->services['jms_serializer'];
  2348.         }
  2349.         $b = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  2350.         if (isset($this->services['jms_serializer'])) {
  2351.             return $this->services['jms_serializer'];
  2352.         }
  2353.         $c = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  2354.         $d = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2355.         $d->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2356.         $e = new \JMS\Serializer\Expression\ExpressionEvaluator($d, ['container' => $this]);
  2357.         $f = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($e);
  2358.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  2359.         $g->setOptions(1216);
  2360.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  2361.         $h->setFormatOutput(true);
  2362.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  2363.         $i->setOptions(0);
  2364.         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())));
  2365.     }
  2366.     /**
  2367.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2368.      *
  2369.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2370.      */
  2371.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2372.     {
  2373.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2374.     }
  2375.     /**
  2376.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2377.      *
  2378.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2379.      */
  2380.     protected function getJmsSerializer_SerializationContextFactoryService()
  2381.     {
  2382.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2383.     }
  2384.     /**
  2385.      * Gets the public 'messenger.default_bus' shared service.
  2386.      *
  2387.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2388.      */
  2389.     protected function getMessenger_DefaultBusService()
  2390.     {
  2391.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2392.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2393.             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')));
  2394.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2395.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2396.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2397.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2398.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2399.         }, 7)));
  2400.     }
  2401.     /**
  2402.      * Gets the public 'monolog.logger.deprecation' shared service.
  2403.      *
  2404.      * @return \Symfony\Bridge\Monolog\Logger
  2405.      */
  2406.     protected function getMonolog_Logger_DeprecationService()
  2407.     {
  2408.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2409.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2410.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2411.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2412.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2413.         return $instance;
  2414.     }
  2415.     /**
  2416.      * Gets the public 'request_stack' shared service.
  2417.      *
  2418.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2419.      */
  2420.     protected function getRequestStackService()
  2421.     {
  2422.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2423.     }
  2424.     /**
  2425.      * Gets the public 'router' shared service.
  2426.      *
  2427.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2428.      */
  2429.     protected function getRouterService()
  2430.     {
  2431.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2432.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2433.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2434.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  2435.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2436.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2437.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2438.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2439.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2440.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2441.         ], [
  2442.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2443.         ]))->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');
  2444.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2445.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2446.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2447.         $f = new \Symfony\Component\Routing\RouteCollection();
  2448.         $g = new \Symfony\Component\Routing\RequestContext();
  2449.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2450.         $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);
  2451.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2452.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  2453.         $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]);
  2454.         $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);
  2455.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2456.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  2457.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  2458.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  2459.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  2460.         $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);
  2461.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  2462.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  2463.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  2464.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  2465.         $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);
  2466.         $n->addRouteEnhancer(new \Sulu\Bundle\ArticleBundle\Routing\ArticleRouteEnhancer($l, ($this->privates['sulu_article.resolver.webspaces'] ?? $this->getSuluArticle_Resolver_WebspacesService()), 'dev'), 100);
  2467.         $instance->setContext($b);
  2468.         $instance->add($d'100');
  2469.         $instance->add($i'20');
  2470.         $instance->add($k30);
  2471.         $instance->add($n20);
  2472.         return $instance;
  2473.     }
  2474.     /**
  2475.      * Gets the public 'sulu.content.localization_finder' shared service.
  2476.      *
  2477.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  2478.      */
  2479.     protected function getSulu_Content_LocalizationFinderService()
  2480.     {
  2481.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2482.     }
  2483.     /**
  2484.      * Gets the public 'sulu.content.mapper' shared service.
  2485.      *
  2486.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  2487.      */
  2488.     protected function getSulu_Content_MapperService()
  2489.     {
  2490.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  2491.         if (isset($this->services['sulu.content.mapper'])) {
  2492.             return $this->services['sulu.content.mapper'];
  2493.         }
  2494.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2495.         if (isset($this->services['sulu.content.mapper'])) {
  2496.             return $this->services['sulu.content.mapper'];
  2497.         }
  2498.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2499.         if (isset($this->services['sulu.content.mapper'])) {
  2500.             return $this->services['sulu.content.mapper'];
  2501.         }
  2502.         $d = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  2503.         if (isset($this->services['sulu.content.mapper'])) {
  2504.             return $this->services['sulu.content.mapper'];
  2505.         }
  2506.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2507.         if (isset($this->services['sulu.content.mapper'])) {
  2508.             return $this->services['sulu.content.mapper'];
  2509.         }
  2510.         $f = ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService());
  2511.         if (isset($this->services['sulu.content.mapper'])) {
  2512.             return $this->services['sulu.content.mapper'];
  2513.         }
  2514.         $g = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2515.         if (isset($this->services['sulu.content.mapper'])) {
  2516.             return $this->services['sulu.content.mapper'];
  2517.         }
  2518.         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);
  2519.     }
  2520.     /**
  2521.      * Gets the public 'sulu.content.path_cleaner' shared service.
  2522.      *
  2523.      * @return \Sulu\Component\PHPCR\PathCleanup
  2524.      */
  2525.     protected function getSulu_Content_PathCleanerService()
  2526.     {
  2527.         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());
  2528.     }
  2529.     /**
  2530.      * Gets the public 'sulu.content.structure_manager' shared service.
  2531.      *
  2532.      * @return \Sulu\Component\Content\Compat\StructureManager
  2533.      */
  2534.     protected function getSulu_Content_StructureManagerService()
  2535.     {
  2536.         $a = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2537.         if (isset($this->services['sulu.content.structure_manager'])) {
  2538.             return $this->services['sulu.content.structure_manager'];
  2539.         }
  2540.         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']);
  2541.     }
  2542.     /**
  2543.      * Gets the public 'sulu.content.type_manager' shared service.
  2544.      *
  2545.      * @return \Sulu\Component\Content\ContentTypeManager
  2546.      */
  2547.     protected function getSulu_Content_TypeManagerService()
  2548.     {
  2549.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2550.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  2551.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  2552.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  2553.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  2554.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  2555.         $instance->mapAliasToServiceId('link''sulu.content.type.link');
  2556.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  2557.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  2558.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  2559.         $instance->mapAliasToServiceId('contact_selection''sulu_contact.content.contact_selection');
  2560.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  2561.         $instance->mapAliasToServiceId('account_selection''sulu_contact.content.account_selection');
  2562.         $instance->mapAliasToServiceId('collection_selection''sulu_media.type.collection_selection');
  2563.         $instance->mapAliasToServiceId('single_collection_selection''sulu_media.type.single_collection_selection');
  2564.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  2565.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  2566.         $instance->mapAliasToServiceId('image_map''sulu_media.type.image_map');
  2567.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  2568.         $instance->mapAliasToServiceId('single_category_selection''sulu_category.content.type.single_category_selection');
  2569.         $instance->mapAliasToServiceId('single_snippet_selection''sulu_snippet.content.single_snippet_selection');
  2570.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  2571.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  2572.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  2573.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  2574.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  2575.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  2576.         $instance->mapAliasToServiceId('segment_select''sulu.content.type.segment_select');
  2577.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  2578.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  2579.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  2580.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  2581.         $instance->mapAliasToServiceId('datetime''sulu.content.type.datetime');
  2582.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  2583.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  2584.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  2585.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  2586.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  2587.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  2588.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  2589.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  2590.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  2591.         $instance->mapAliasToServiceId('single_form_selection''sulu_form.content_type.single_form_selection');
  2592.         $instance->mapAliasToServiceId('article_selection''sulu_article.content_types.article_selection');
  2593.         $instance->mapAliasToServiceId('single_article_selection''sulu_article.content_types.single_article_selection');
  2594.         $instance->mapAliasToServiceId('custom_toggle''custom_toggle');
  2595.         $instance->mapAliasToServiceId('adresse''adresse');
  2596.         $instance->mapAliasToServiceId('color_picker_custom''color_picker_custom');
  2597.         $instance->mapAliasToServiceId('font_icon_picker''font_icon_picker');
  2598.         $instance->mapAliasToServiceId('icon_list''icon_list');
  2599.         return $instance;
  2600.     }
  2601.     /**
  2602.      * Gets the public 'sulu.phpcr.session' shared service.
  2603.      *
  2604.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2605.      */
  2606.     protected function getSulu_Phpcr_SessionService()
  2607.     {
  2608.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2609.         if (isset($this->services['sulu.phpcr.session'])) {
  2610.             return $this->services['sulu.phpcr.session'];
  2611.         }
  2612.         return $this->services['sulu.phpcr.session'] = new \Sulu\Component\PHPCR\SessionManager\SessionManager($a, ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets']);
  2613.     }
  2614.     /**
  2615.      * Gets the public 'sulu.repository.access_control' shared service.
  2616.      *
  2617.      * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2618.      */
  2619.     protected function getSulu_Repository_AccessControlService($lazyLoad true)
  2620.     {
  2621.         if ($lazyLoad) {
  2622.             return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2623.                 return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2624.                     $wrappedInstance $this->getSulu_Repository_AccessControlService(false);
  2625.                     $proxy->setProxyInitializer(null);
  2626.                     return true;
  2627.                 });
  2628.             });
  2629.         }
  2630.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2631.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2632.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2633.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2634.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2635.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2636.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2637.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2638.         return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2639.     }
  2640.     /**
  2641.      * Gets the public 'sulu.repository.account' shared service.
  2642.      *
  2643.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  2644.      */
  2645.     protected function getSulu_Repository_AccountService($lazyLoad true)
  2646.     {
  2647.         if ($lazyLoad) {
  2648.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  2649.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2650.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  2651.                     $proxy->setProxyInitializer(null);
  2652.                     return true;
  2653.                 });
  2654.             });
  2655.         }
  2656.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2657.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  2658.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2659.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  2660.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2661.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2662.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2663.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2664.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
  2665.     }
  2666.     /**
  2667.      * Gets the public 'sulu.repository.analytics' shared service.
  2668.      *
  2669.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2670.      */
  2671.     protected function getSulu_Repository_AnalyticsService($lazyLoad true)
  2672.     {
  2673.         if ($lazyLoad) {
  2674.             return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2675.                 return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2676.                     $wrappedInstance $this->getSulu_Repository_AnalyticsService(false);
  2677.                     $proxy->setProxyInitializer(null);
  2678.                     return true;
  2679.                 });
  2680.             });
  2681.         }
  2682.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2683.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2684.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2685.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2686.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2687.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2688.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2689.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2690.         return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a$a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2691.     }
  2692.     /**
  2693.      * Gets the public 'sulu.repository.category' shared service.
  2694.      *
  2695.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2696.      */
  2697.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  2698.     {
  2699.         if ($lazyLoad) {
  2700.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2701.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2702.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  2703.                     $proxy->setProxyInitializer(null);
  2704.                     return true;
  2705.                 });
  2706.             });
  2707.         }
  2708.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2709.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2710.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2711.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2712.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2713.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2714.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2715.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('App\\Entity\\Category'));
  2716.     }
  2717.     /**
  2718.      * Gets the public 'sulu.repository.category_meta' shared service.
  2719.      *
  2720.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2721.      */
  2722.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  2723.     {
  2724.         if ($lazyLoad) {
  2725.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2726.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2727.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  2728.                     $proxy->setProxyInitializer(null);
  2729.                     return true;
  2730.                 });
  2731.             });
  2732.         }
  2733.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2734.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2735.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2736.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2737.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2738.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2739.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2740.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2741.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2742.     }
  2743.     /**
  2744.      * Gets the public 'sulu.repository.category_translation' shared service.
  2745.      *
  2746.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2747.      */
  2748.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  2749.     {
  2750.         if ($lazyLoad) {
  2751.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2752.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2753.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  2754.                     $proxy->setProxyInitializer(null);
  2755.                     return true;
  2756.                 });
  2757.             });
  2758.         }
  2759.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2760.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2761.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2762.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2763.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2764.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2765.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2766.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2767.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2768.     }
  2769.     /**
  2770.      * Gets the public 'sulu.repository.contact' shared service.
  2771.      *
  2772.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2773.      */
  2774.     protected function getSulu_Repository_ContactService($lazyLoad true)
  2775.     {
  2776.         if ($lazyLoad) {
  2777.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2778.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2779.                     $wrappedInstance $this->getSulu_Repository_ContactService(false);
  2780.                     $proxy->setProxyInitializer(null);
  2781.                     return true;
  2782.                 });
  2783.             });
  2784.         }
  2785.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2786.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2787.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2788.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2789.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2790.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2791.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2792.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2793.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2794.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('App\\Entity\\Contact'));
  2795.     }
  2796.     /**
  2797.      * Gets the public 'sulu.repository.keyword' shared service.
  2798.      *
  2799.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2800.      */
  2801.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  2802.     {
  2803.         if ($lazyLoad) {
  2804.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2805.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2806.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  2807.                     $proxy->setProxyInitializer(null);
  2808.                     return true;
  2809.                 });
  2810.             });
  2811.         }
  2812.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2813.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2814.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2815.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2816.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2817.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2818.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2819.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2820.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2821.     }
  2822.     /**
  2823.      * Gets the public 'sulu.repository.media' shared service.
  2824.      *
  2825.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2826.      */
  2827.     protected function getSulu_Repository_MediaService($lazyLoad true)
  2828.     {
  2829.         if ($lazyLoad) {
  2830.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2831.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2832.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  2833.                     $proxy->setProxyInitializer(null);
  2834.                     return true;
  2835.                 });
  2836.             });
  2837.         }
  2838.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2839.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2840.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2841.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2842.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2843.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2844.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2845.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2846.         $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2847.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2848.         return $instance;
  2849.     }
  2850.     /**
  2851.      * Gets the public 'sulu.repository.role' shared service.
  2852.      *
  2853.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2854.      */
  2855.     protected function getSulu_Repository_RoleService($lazyLoad true)
  2856.     {
  2857.         if ($lazyLoad) {
  2858.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2859.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2860.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  2861.                     $proxy->setProxyInitializer(null);
  2862.                     return true;
  2863.                 });
  2864.             });
  2865.         }
  2866.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2867.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2868.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2869.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2870.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2871.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2872.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2873.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2874.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2875.     }
  2876.     /**
  2877.      * Gets the public 'sulu.repository.route' shared service.
  2878.      *
  2879.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2880.      */
  2881.     protected function getSulu_Repository_RouteService($lazyLoad true)
  2882.     {
  2883.         if ($lazyLoad) {
  2884.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2885.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2886.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  2887.                     $proxy->setProxyInitializer(null);
  2888.                     return true;
  2889.                 });
  2890.             });
  2891.         }
  2892.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2893.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2894.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2895.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2896.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2897.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2898.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2899.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2900.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2901.     }
  2902.     /**
  2903.      * Gets the public 'sulu.repository.tag' shared service.
  2904.      *
  2905.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2906.      */
  2907.     protected function getSulu_Repository_TagService($lazyLoad true)
  2908.     {
  2909.         if ($lazyLoad) {
  2910.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2911.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2912.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  2913.                     $proxy->setProxyInitializer(null);
  2914.                     return true;
  2915.                 });
  2916.             });
  2917.         }
  2918.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2919.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2920.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2921.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2922.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2923.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2924.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2925.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2926.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  2927.     }
  2928.     /**
  2929.      * Gets the public 'sulu.repository.user' shared service.
  2930.      *
  2931.      * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  2932.      */
  2933.     protected function getSulu_Repository_UserService($lazyLoad true)
  2934.     {
  2935.         if ($lazyLoad) {
  2936.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  2937.                 return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2938.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  2939.                     $proxy->setProxyInitializer(null);
  2940.                     return true;
  2941.                 });
  2942.             });
  2943.         }
  2944.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2945.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2946.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  2947.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  2948.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  2949.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2950.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2951.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2952.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2953.         return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a$a->getClassMetadata('App\\Entity\\User'));
  2954.     }
  2955.     /**
  2956.      * Gets the public 'sulu.util.node_helper' shared service.
  2957.      *
  2958.      * @return \Sulu\Component\Util\SuluNodeHelper
  2959.      */
  2960.     protected function getSulu_Util_NodeHelperService()
  2961.     {
  2962.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2963.         if (isset($this->services['sulu.util.node_helper'])) {
  2964.             return $this->services['sulu.util.node_helper'];
  2965.         }
  2966.         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()));
  2967.     }
  2968.     /**
  2969.      * Gets the public 'sulu_category.category_manager' shared service.
  2970.      *
  2971.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  2972.      */
  2973.     protected function getSuluCategory_CategoryManagerService()
  2974.     {
  2975.         $a = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  2976.         if (isset($this->services['sulu_category.category_manager'])) {
  2977.             return $this->services['sulu_category.category_manager'];
  2978.         }
  2979.         $b = ($this->services['sulu.repository.category_meta'] ?? $this->getSulu_Repository_CategoryMetaService());
  2980.         if (isset($this->services['sulu_category.category_manager'])) {
  2981.             return $this->services['sulu_category.category_manager'];
  2982.         }
  2983.         $c = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  2984.         if (isset($this->services['sulu_category.category_manager'])) {
  2985.             return $this->services['sulu_category.category_manager'];
  2986.         }
  2987.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2988.         if (isset($this->services['sulu_category.category_manager'])) {
  2989.             return $this->services['sulu_category.category_manager'];
  2990.         }
  2991.         $e = ($this->services['sulu_category.keyword_manager'] ?? $this->getSuluCategory_KeywordManagerService());
  2992.         if (isset($this->services['sulu_category.category_manager'])) {
  2993.             return $this->services['sulu_category.category_manager'];
  2994.         }
  2995.         $f = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2996.         if (isset($this->services['sulu_category.category_manager'])) {
  2997.             return $this->services['sulu_category.category_manager'];
  2998.         }
  2999.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3000.         if (isset($this->services['sulu_category.category_manager'])) {
  3001.             return $this->services['sulu_category.category_manager'];
  3002.         }
  3003.         $h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3004.         if (isset($this->services['sulu_category.category_manager'])) {
  3005.             return $this->services['sulu_category.category_manager'];
  3006.         }
  3007.         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);
  3008.     }
  3009.     /**
  3010.      * Gets the public 'sulu_category.keyword_manager' shared service.
  3011.      *
  3012.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  3013.      */
  3014.     protected function getSuluCategory_KeywordManagerService()
  3015.     {
  3016.         $a = ($this->services['sulu.repository.keyword'] ?? $this->getSulu_Repository_KeywordService());
  3017.         if (isset($this->services['sulu_category.keyword_manager'])) {
  3018.             return $this->services['sulu_category.keyword_manager'];
  3019.         }
  3020.         $b = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  3021.         if (isset($this->services['sulu_category.keyword_manager'])) {
  3022.             return $this->services['sulu_category.keyword_manager'];
  3023.         }
  3024.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3025.         if (isset($this->services['sulu_category.keyword_manager'])) {
  3026.             return $this->services['sulu_category.keyword_manager'];
  3027.         }
  3028.         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()));
  3029.     }
  3030.     /**
  3031.      * Gets the public 'sulu_contact.contact_manager' shared service.
  3032.      *
  3033.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  3034.      */
  3035.     protected function getSuluContact_ContactManagerService()
  3036.     {
  3037.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3038.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3039.             return $this->services['sulu_contact.contact_manager'];
  3040.         }
  3041.         $b = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  3042.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3043.             return $this->services['sulu_contact.contact_manager'];
  3044.         }
  3045.         $c = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  3046.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3047.             return $this->services['sulu_contact.contact_manager'];
  3048.         }
  3049.         $d = ($this->services['sulu.repository.account'] ?? $this->getSulu_Repository_AccountService());
  3050.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3051.             return $this->services['sulu_contact.contact_manager'];
  3052.         }
  3053.         $e = ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService());
  3054.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3055.             return $this->services['sulu_contact.contact_manager'];
  3056.         }
  3057.         $f = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3058.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3059.             return $this->services['sulu_contact.contact_manager'];
  3060.         }
  3061.         $g = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3062.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3063.             return $this->services['sulu_contact.contact_manager'];
  3064.         }
  3065.         $h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3066.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3067.             return $this->services['sulu_contact.contact_manager'];
  3068.         }
  3069.         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);
  3070.     }
  3071.     /**
  3072.      * Gets the public 'sulu_core.array_serializer' shared service.
  3073.      *
  3074.      * @return \Sulu\Component\Serializer\ArraySerializer
  3075.      */
  3076.     protected function getSuluCore_ArraySerializerService()
  3077.     {
  3078.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  3079.         if (isset($this->services['sulu_core.array_serializer'])) {
  3080.             return $this->services['sulu_core.array_serializer'];
  3081.         }
  3082.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer($a);
  3083.     }
  3084.     /**
  3085.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  3086.      *
  3087.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  3088.      */
  3089.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  3090.     {
  3091.         $a = ($this->privates['sulu_custom_urls.request_processor'] ?? $this->getSuluCustomUrls_RequestProcessorService());
  3092.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  3093.             return $this->services['sulu_core.webspace.request_analyzer'];
  3094.         }
  3095.         $b = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3096.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  3097.             return $this->services['sulu_core.webspace.request_analyzer'];
  3098.         }
  3099.         $c = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  3100.         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()]);
  3101.     }
  3102.     /**
  3103.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  3104.      *
  3105.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  3106.      */
  3107.     protected function getSuluCore_Webspace_WebspaceManagerService()
  3108.     {
  3109.         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()));
  3110.     }
  3111.     /**
  3112.      * Gets the public 'sulu_custom_urls.manager' shared service.
  3113.      *
  3114.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  3115.      */
  3116.     protected function getSuluCustomUrls_ManagerService()
  3117.     {
  3118.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  3119.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3120.             return $this->services['sulu_custom_urls.manager'];
  3121.         }
  3122.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  3123.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3124.             return $this->services['sulu_custom_urls.manager'];
  3125.         }
  3126.         $c = ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  3127.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3128.             return $this->services['sulu_custom_urls.manager'];
  3129.         }
  3130.         $d = ($this->services['sulu_security.user_manager'] ?? $this->getSuluSecurity_UserManagerService());
  3131.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3132.             return $this->services['sulu_custom_urls.manager'];
  3133.         }
  3134.         $e = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  3135.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3136.             return $this->services['sulu_custom_urls.manager'];
  3137.         }
  3138.         $f = ($this->privates['sulu_document_manager.document_domain_event_collector'] ?? $this->getSuluDocumentManager_DocumentDomainEventCollectorService());
  3139.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3140.             return $this->services['sulu_custom_urls.manager'];
  3141.         }
  3142.         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);
  3143.     }
  3144.     /**
  3145.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  3146.      *
  3147.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  3148.      */
  3149.     protected function getSuluDocumentManager_DocumentInspectorService()
  3150.     {
  3151.         $a = ($this->privates['sulu_document_manager.proxy_factory'] ?? $this->getSuluDocumentManager_ProxyFactoryService());
  3152.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  3153.             return $this->services['sulu_document_manager.document_inspector'];
  3154.         }
  3155.         $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  3156.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  3157.             return $this->services['sulu_document_manager.document_inspector'];
  3158.         }
  3159.         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()));
  3160.     }
  3161.     /**
  3162.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  3163.      *
  3164.      * @return \Sulu\Component\DocumentManager\DocumentManager
  3165.      */
  3166.     protected function getSuluDocumentManager_DocumentManagerService()
  3167.     {
  3168.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  3169.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  3170.             return $this->services['sulu_document_manager.document_manager'];
  3171.         }
  3172.         $b = ($this->privates['sulu_document_manager.node_manager'] ?? $this->getSuluDocumentManager_NodeManagerService());
  3173.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  3174.             return $this->services['sulu_document_manager.document_manager'];
  3175.         }
  3176.         return $this->services['sulu_document_manager.document_manager'] = new \Sulu\Component\DocumentManager\DocumentManager($a$b);
  3177.     }
  3178.     /**
  3179.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  3180.      *
  3181.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  3182.      */
  3183.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  3184.     {
  3185.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  3186.         if (isset($this->services['sulu_document_manager.metadata_factory.base'])) {
  3187.             return $this->services['sulu_document_manager.metadata_factory.base'];
  3188.         }
  3189.         return $this->services['sulu_document_manager.metadata_factory.base'] = new \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory($a$this->parameters['sulu_document_manager.mapping']);
  3190.     }
  3191.     /**
  3192.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  3193.      *
  3194.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  3195.      */
  3196.     protected function getSuluDocumentManager_PropertyEncoderService()
  3197.     {
  3198.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  3199.     }
  3200.     /**
  3201.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  3202.      *
  3203.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  3204.      */
  3205.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  3206.     {
  3207.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  3208.     }
  3209.     /**
  3210.      * Gets the public 'sulu_media.collection_manager' shared service.
  3211.      *
  3212.      * @return \Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManager
  3213.      */
  3214.     protected function getSuluMedia_CollectionManagerService()
  3215.     {
  3216.         $a = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  3217.         if (isset($this->services['sulu_media.collection_manager'])) {
  3218.             return $this->services['sulu_media.collection_manager'];
  3219.         }
  3220.         $b = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3221.         if (isset($this->services['sulu_media.collection_manager'])) {
  3222.             return $this->services['sulu_media.collection_manager'];
  3223.         }
  3224.         $c = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
  3225.         if (isset($this->services['sulu_media.collection_manager'])) {
  3226.             return $this->services['sulu_media.collection_manager'];
  3227.         }
  3228.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3229.         if (isset($this->services['sulu_media.collection_manager'])) {
  3230.             return $this->services['sulu_media.collection_manager'];
  3231.         }
  3232.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3233.         if (isset($this->services['sulu_media.collection_manager'])) {
  3234.             return $this->services['sulu_media.collection_manager'];
  3235.         }
  3236.         $f = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3237.         if (isset($this->services['sulu_media.collection_manager'])) {
  3238.             return $this->services['sulu_media.collection_manager'];
  3239.         }
  3240.         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']);
  3241.     }
  3242.     /**
  3243.      * Gets the public 'sulu_media.collection_repository' shared service.
  3244.      *
  3245.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  3246.      */
  3247.     protected function getSuluMedia_CollectionRepositoryService()
  3248.     {
  3249.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3250.         if (isset($this->services['sulu_media.collection_repository'])) {
  3251.             return $this->services['sulu_media.collection_repository'];
  3252.         }
  3253.         $this->services['sulu_media.collection_repository'] = $instance $a->getRepository('SuluMediaBundle:Collection');
  3254.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  3255.         return $instance;
  3256.     }
  3257.     /**
  3258.      * Gets the public 'sulu_media.format_cache' shared service.
  3259.      *
  3260.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  3261.      */
  3262.     protected function getSuluMedia_FormatCacheService()
  3263.     {
  3264.         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);
  3265.     }
  3266.     /**
  3267.      * Gets the public 'sulu_media.format_manager' shared service.
  3268.      *
  3269.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  3270.      */
  3271.     protected function getSuluMedia_FormatManagerService()
  3272.     {
  3273.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3274.         if (isset($this->services['sulu_media.format_manager'])) {
  3275.             return $this->services['sulu_media.format_manager'];
  3276.         }
  3277.         $b = ($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine()));
  3278.         $c = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  3279.         $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');
  3280.         $c->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  3281.         $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');
  3282.         $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');
  3283.         $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');
  3284.         $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');
  3285.         $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');
  3286.         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()));
  3287.     }
  3288.     /**
  3289.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  3290.      *
  3291.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  3292.      */
  3293.     protected function getSuluMedia_Image_Transformation_BlurService()
  3294.     {
  3295.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  3296.     }
  3297.     /**
  3298.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  3299.      *
  3300.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  3301.      */
  3302.     protected function getSuluMedia_Image_Transformation_CropService()
  3303.     {
  3304.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  3305.     }
  3306.     /**
  3307.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  3308.      *
  3309.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  3310.      */
  3311.     protected function getSuluMedia_Image_Transformation_GammaService()
  3312.     {
  3313.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  3314.     }
  3315.     /**
  3316.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  3317.      *
  3318.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  3319.      */
  3320.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  3321.     {
  3322.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  3323.     }
  3324.     /**
  3325.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  3326.      *
  3327.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  3328.      */
  3329.     protected function getSuluMedia_Image_Transformation_NegativeService()
  3330.     {
  3331.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  3332.     }
  3333.     /**
  3334.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  3335.      *
  3336.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  3337.      */
  3338.     protected function getSuluMedia_Image_Transformation_PasteService()
  3339.     {
  3340.         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))))));
  3341.     }
  3342.     /**
  3343.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  3344.      *
  3345.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  3346.      */
  3347.     protected function getSuluMedia_Image_Transformation_SharpenService()
  3348.     {
  3349.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  3350.     }
  3351.     /**
  3352.      * Gets the public 'sulu_media.media_manager' shared service.
  3353.      *
  3354.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  3355.      */
  3356.     protected function getSuluMedia_MediaManagerService()
  3357.     {
  3358.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3359.         if (isset($this->services['sulu_media.media_manager'])) {
  3360.             return $this->services['sulu_media.media_manager'];
  3361.         }
  3362.         $b = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  3363.         if (isset($this->services['sulu_media.media_manager'])) {
  3364.             return $this->services['sulu_media.media_manager'];
  3365.         }
  3366.         $c = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3367.         if (isset($this->services['sulu_media.media_manager'])) {
  3368.             return $this->services['sulu_media.media_manager'];
  3369.         }
  3370.         $d = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  3371.         if (isset($this->services['sulu_media.media_manager'])) {
  3372.             return $this->services['sulu_media.media_manager'];
  3373.         }
  3374.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3375.         if (isset($this->services['sulu_media.media_manager'])) {
  3376.             return $this->services['sulu_media.media_manager'];
  3377.         }
  3378.         $f = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
  3379.         if (isset($this->services['sulu_media.media_manager'])) {
  3380.             return $this->services['sulu_media.media_manager'];
  3381.         }
  3382.         $g = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  3383.         if (isset($this->services['sulu_media.media_manager'])) {
  3384.             return $this->services['sulu_media.media_manager'];
  3385.         }
  3386.         $h = ($this->privates['sulu_media.type_manager'] ?? $this->getSuluMedia_TypeManagerService());
  3387.         if (isset($this->services['sulu_media.media_manager'])) {
  3388.             return $this->services['sulu_media.media_manager'];
  3389.         }
  3390.         $i = ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService());
  3391.         if (isset($this->services['sulu_media.media_manager'])) {
  3392.             return $this->services['sulu_media.media_manager'];
  3393.         }
  3394.         $j = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3395.         if (isset($this->services['sulu_media.media_manager'])) {
  3396.             return $this->services['sulu_media.media_manager'];
  3397.         }
  3398.         $k = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  3399.         $k->setMaxFileSize('256MB');
  3400.         $k->setBlockedMimeTypes([]);
  3401.         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 () {
  3402.             yield => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  3403.         }, 1), '/media/{id}/download/{slug}'NULL'/admin/media/{id}/download/{slug}'$j);
  3404.     }
  3405.     /**
  3406.      * Gets the public 'sulu_media.storage' shared service.
  3407.      *
  3408.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage
  3409.      */
  3410.     protected function getSuluMedia_StorageService()
  3411.     {
  3412.         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()));
  3413.     }
  3414.     /**
  3415.      * Gets the public 'sulu_media.system_collections.manager' shared service.
  3416.      *
  3417.      * @return \Sulu\Component\Media\SystemCollections\SystemCollectionManager
  3418.      */
  3419.     protected function getSuluMedia_SystemCollections_ManagerService()
  3420.     {
  3421.         $a = ($this->services['sulu_media.collection_manager'] ?? $this->getSuluMedia_CollectionManagerService());
  3422.         if (isset($this->services['sulu_media.system_collections.manager'])) {
  3423.             return $this->services['sulu_media.system_collections.manager'];
  3424.         }
  3425.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3426.         if (isset($this->services['sulu_media.system_collections.manager'])) {
  3427.             return $this->services['sulu_media.system_collections.manager'];
  3428.         }
  3429.         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');
  3430.     }
  3431.     /**
  3432.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  3433.      *
  3434.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  3435.      */
  3436.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  3437.     {
  3438.         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()));
  3439.     }
  3440.     /**
  3441.      * Gets the public 'sulu_page.content_repository' shared service.
  3442.      *
  3443.      * @return \Sulu\Component\Content\Repository\ContentRepository
  3444.      */
  3445.     protected function getSuluPage_ContentRepositoryService()
  3446.     {
  3447.         $a = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  3448.         if (isset($this->services['sulu_page.content_repository'])) {
  3449.             return $this->services['sulu_page.content_repository'];
  3450.         }
  3451.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  3452.         if (isset($this->services['sulu_page.content_repository'])) {
  3453.             return $this->services['sulu_page.content_repository'];
  3454.         }
  3455.         $c = ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService());
  3456.         if (isset($this->services['sulu_page.content_repository'])) {
  3457.             return $this->services['sulu_page.content_repository'];
  3458.         }
  3459.         $d = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  3460.         if (isset($this->services['sulu_page.content_repository'])) {
  3461.             return $this->services['sulu_page.content_repository'];
  3462.         }
  3463.         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']);
  3464.     }
  3465.     /**
  3466.      * Gets the public 'sulu_page.extension.manager' shared service.
  3467.      *
  3468.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  3469.      */
  3470.     protected function getSuluPage_Extension_ManagerService()
  3471.     {
  3472.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  3473.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  3474.         $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()))));
  3475.         return $instance;
  3476.     }
  3477.     /**
  3478.      * Gets the public 'sulu_page.structure.factory' shared service.
  3479.      *
  3480.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  3481.      */
  3482.     protected function getSuluPage_Structure_FactoryService()
  3483.     {
  3484.         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);
  3485.     }
  3486.     /**
  3487.      * Gets the public 'sulu_security.mask_converter' shared service.
  3488.      *
  3489.      * @return \Sulu\Component\Security\Authorization\MaskConverter
  3490.      */
  3491.     protected function getSuluSecurity_MaskConverterService()
  3492.     {
  3493.         return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  3494.     }
  3495.     /**
  3496.      * Gets the public 'sulu_security.salt_generator' shared service.
  3497.      *
  3498.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  3499.      */
  3500.     protected function getSuluSecurity_SaltGeneratorService()
  3501.     {
  3502.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  3503.     }
  3504.     /**
  3505.      * Gets the public 'sulu_security.security_checker' shared service.
  3506.      *
  3507.      * @return \Sulu\Component\Security\Authorization\SecurityChecker
  3508.      */
  3509.     protected function getSuluSecurity_SecurityCheckerService()
  3510.     {
  3511.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3512.         if (isset($this->services['sulu_security.security_checker'])) {
  3513.             return $this->services['sulu_security.security_checker'];
  3514.         }
  3515.         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);
  3516.     }
  3517.     /**
  3518.      * Gets the public 'sulu_security.user_manager' shared service.
  3519.      *
  3520.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  3521.      */
  3522.     protected function getSuluSecurity_UserManagerService()
  3523.     {
  3524.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3525.         if (isset($this->services['sulu_security.user_manager'])) {
  3526.             return $this->services['sulu_security.user_manager'];
  3527.         }
  3528.         $b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  3529.         if (isset($this->services['sulu_security.user_manager'])) {
  3530.             return $this->services['sulu_security.user_manager'];
  3531.         }
  3532.         $c = ($this->services['sulu_contact.contact_manager'] ?? $this->getSuluContact_ContactManagerService());
  3533.         if (isset($this->services['sulu_security.user_manager'])) {
  3534.             return $this->services['sulu_security.user_manager'];
  3535.         }
  3536.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3537.         if (isset($this->services['sulu_security.user_manager'])) {
  3538.             return $this->services['sulu_security.user_manager'];
  3539.         }
  3540.         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()));
  3541.     }
  3542.     /**
  3543.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  3544.      *
  3545.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  3546.      */
  3547.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  3548.     {
  3549.         $a = ($this->privates['sulu_document_manager.session_manager'] ?? $this->getSuluDocumentManager_SessionManagerService());
  3550.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3551.             return $this->services['sulu_snippet.default_snippet.manager'];
  3552.         }
  3553.         $b = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  3554.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3555.             return $this->services['sulu_snippet.default_snippet.manager'];
  3556.         }
  3557.         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']);
  3558.     }
  3559.     /**
  3560.      * Gets the public 'sulu_snippet.resolver' shared service.
  3561.      *
  3562.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  3563.      */
  3564.     protected function getSuluSnippet_ResolverService()
  3565.     {
  3566.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3567.         if (isset($this->services['sulu_snippet.resolver'])) {
  3568.             return $this->services['sulu_snippet.resolver'];
  3569.         }
  3570.         return $this->services['sulu_snippet.resolver'] = new \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver($a, ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()));
  3571.     }
  3572.     /**
  3573.      * Gets the public 'sulu_tag.tag_manager' shared service.
  3574.      *
  3575.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  3576.      */
  3577.     protected function getSuluTag_TagManagerService()
  3578.     {
  3579.         $a = ($this->services['sulu.repository.tag'] ?? $this->getSulu_Repository_TagService());
  3580.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3581.             return $this->services['sulu_tag.tag_manager'];
  3582.         }
  3583.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3584.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3585.             return $this->services['sulu_tag.tag_manager'];
  3586.         }
  3587.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3588.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3589.             return $this->services['sulu_tag.tag_manager'];
  3590.         }
  3591.         $d = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3592.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3593.             return $this->services['sulu_tag.tag_manager'];
  3594.         }
  3595.         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);
  3596.     }
  3597.     /**
  3598.      * Gets the public 'sulu_website.resolver.structure' shared service.
  3599.      *
  3600.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  3601.      */
  3602.     protected function getSuluWebsite_Resolver_StructureService()
  3603.     {
  3604.         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']);
  3605.     }
  3606.     /**
  3607.      * Gets the public 'translator' shared service.
  3608.      *
  3609.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3610.      */
  3611.     protected function getTranslatorService()
  3612.     {
  3613.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3614.     }
  3615.     /**
  3616.      * Gets the public 'var_dumper.cloner' shared service.
  3617.      *
  3618.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3619.      */
  3620.     protected function getVarDumper_ClonerService()
  3621.     {
  3622.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3623.         $instance->setMaxItems(2500);
  3624.         $instance->setMinDepth(1);
  3625.         $instance->setMaxString(-1);
  3626.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3627.         return $instance;
  3628.     }
  3629.     /**
  3630.      * Gets the private '.debug.http_client' shared service.
  3631.      *
  3632.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3633.      */
  3634.     protected function get_Debug_HttpClientService()
  3635.     {
  3636.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3637.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3638.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3639.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3640.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3641.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3642.         $a->setLogger($b);
  3643.         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))));
  3644.     }
  3645.     /**
  3646.      * Gets the private '.service_locator.3gtmNbi' shared service.
  3647.      *
  3648.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3649.      */
  3650.     protected function get_ServiceLocator_3gtmNbiService()
  3651.     {
  3652.         return $this->privates['.service_locator.3gtmNbi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3653.             'security.firewall.map.context.pqna' => ['privates''security.firewall.map.context.pqna''getSecurity_Firewall_Map_Context_PqnaService'true],
  3654.         ], [
  3655.             'security.firewall.map.context.pqna' => '?',
  3656.         ]);
  3657.     }
  3658.     /**
  3659.      * Gets the private 'App\Event\PqnaRoutesListener' shared autowired service.
  3660.      *
  3661.      * @return \App\Event\PqnaRoutesListener
  3662.      */
  3663.     protected function getPqnaRoutesListenerService()
  3664.     {
  3665.         $a = ($this->services['router'] ?? $this->getRouterService());
  3666.         if (isset($this->privates['App\\Event\\PqnaRoutesListener'])) {
  3667.             return $this->privates['App\\Event\\PqnaRoutesListener'];
  3668.         }
  3669.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  3670.         if (isset($this->privates['App\\Event\\PqnaRoutesListener'])) {
  3671.             return $this->privates['App\\Event\\PqnaRoutesListener'];
  3672.         }
  3673.         $c = ($this->privates['App\\Service\\SynchroHubService'] ?? $this->getSynchroHubServiceService());
  3674.         if (isset($this->privates['App\\Event\\PqnaRoutesListener'])) {
  3675.             return $this->privates['App\\Event\\PqnaRoutesListener'];
  3676.         }
  3677.         return $this->privates['App\\Event\\PqnaRoutesListener'] = new \App\Event\PqnaRoutesListener($a$b$c);
  3678.     }
  3679.     /**
  3680.      * Gets the private 'App\Repository\ArticlesRepository' shared autowired service.
  3681.      *
  3682.      * @return \App\Repository\ArticlesRepository
  3683.      */
  3684.     protected function getArticlesRepositoryService()
  3685.     {
  3686.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3687.         if (isset($this->privates['App\\Repository\\ArticlesRepository'])) {
  3688.             return $this->privates['App\\Repository\\ArticlesRepository'];
  3689.         }
  3690.         return $this->privates['App\\Repository\\ArticlesRepository'] = new \App\Repository\ArticlesRepository($a);
  3691.     }
  3692.     /**
  3693.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  3694.      *
  3695.      * @return \App\Repository\CategoryRepository
  3696.      */
  3697.     protected function getCategoryRepositoryService()
  3698.     {
  3699.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3700.         if (isset($this->privates['App\\Repository\\CategoryRepository'])) {
  3701.             return $this->privates['App\\Repository\\CategoryRepository'];
  3702.         }
  3703.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  3704.     }
  3705.     /**
  3706.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  3707.      *
  3708.      * @return \App\Repository\ContactRepository
  3709.      */
  3710.     protected function getContactRepositoryService()
  3711.     {
  3712.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3713.         if (isset($this->privates['App\\Repository\\ContactRepository'])) {
  3714.             return $this->privates['App\\Repository\\ContactRepository'];
  3715.         }
  3716.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  3717.     }
  3718.     /**
  3719.      * Gets the private 'App\Repository\SuluUsersRepository' shared autowired service.
  3720.      *
  3721.      * @return \App\Repository\SuluUsersRepository
  3722.      */
  3723.     protected function getSuluUsersRepositoryService()
  3724.     {
  3725.         $a = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3726.         if (isset($this->privates['App\\Repository\\SuluUsersRepository'])) {
  3727.             return $this->privates['App\\Repository\\SuluUsersRepository'];
  3728.         }
  3729.         return $this->privates['App\\Repository\\SuluUsersRepository'] = new \App\Repository\SuluUsersRepository($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  3730.     }
  3731.     /**
  3732.      * Gets the private 'App\Service\SynchroHubService' shared autowired service.
  3733.      *
  3734.      * @return \App\Service\SynchroHubService
  3735.      */
  3736.     protected function getSynchroHubServiceService()
  3737.     {
  3738.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3739.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3740.             return $this->privates['App\\Service\\SynchroHubService'];
  3741.         }
  3742.         $b = ($this->privates['App\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService());
  3743.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3744.             return $this->privates['App\\Service\\SynchroHubService'];
  3745.         }
  3746.         $c = ($this->privates['App\\Repository\\SuluUsersRepository'] ?? $this->getSuluUsersRepositoryService());
  3747.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3748.             return $this->privates['App\\Service\\SynchroHubService'];
  3749.         }
  3750.         $d = ($this->privates['App\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService());
  3751.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3752.             return $this->privates['App\\Service\\SynchroHubService'];
  3753.         }
  3754.         return $this->privates['App\\Service\\SynchroHubService'] = new \App\Service\SynchroHubService($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $b$c$d);
  3755.     }
  3756.     /**
  3757.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3758.      *
  3759.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3760.      */
  3761.     protected function getResetAssetsEventListenerService()
  3762.     {
  3763.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3764.     }
  3765.     /**
  3766.      * Gets the private 'annotations.cache_adapter' shared service.
  3767.      *
  3768.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3769.      */
  3770.     protected function getAnnotations_CacheAdapterService()
  3771.     {
  3772.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3773.     }
  3774.     /**
  3775.      * Gets the private 'annotations.cached_reader' shared service.
  3776.      *
  3777.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3778.      */
  3779.     protected function getAnnotations_CachedReaderService()
  3780.     {
  3781.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3782.     }
  3783.     /**
  3784.      * Gets the private 'annotations.reader' shared service.
  3785.      *
  3786.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3787.      */
  3788.     protected function getAnnotations_ReaderService()
  3789.     {
  3790.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3791.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3792.         $a->registerUniqueLoader('class_exists');
  3793.         $instance->addGlobalIgnoredName('required'$a);
  3794.         return $instance;
  3795.     }
  3796.     /**
  3797.      * Gets the private 'assets.context' shared service.
  3798.      *
  3799.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3800.      */
  3801.     protected function getAssets_ContextService()
  3802.     {
  3803.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3804.         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());
  3805.     }
  3806.     /**
  3807.      * Gets the private 'assets.packages' shared service.
  3808.      *
  3809.      * @return \Symfony\Component\Asset\Packages
  3810.      */
  3811.     protected function getAssets_PackagesService()
  3812.     {
  3813.         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 () {
  3814.             yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  3815.         }, 1));
  3816.     }
  3817.     /**
  3818.      * Gets the private 'cache.annotations' shared service.
  3819.      *
  3820.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3821.      */
  3822.     protected function getCache_AnnotationsService()
  3823.     {
  3824.         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())));
  3825.     }
  3826.     /**
  3827.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3828.      *
  3829.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3830.      */
  3831.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3832.     {
  3833.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3834.     }
  3835.     /**
  3836.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3837.      *
  3838.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3839.      */
  3840.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3841.     {
  3842.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3843.     }
  3844.     /**
  3845.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3846.      *
  3847.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3848.      */
  3849.     protected function getCache_Messenger_RestartWorkersSignalService()
  3850.     {
  3851.         $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))));
  3852.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3853.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3854.     }
  3855.     /**
  3856.      * Gets the private 'cache.property_info' shared service.
  3857.      *
  3858.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3859.      */
  3860.     protected function getCache_PropertyInfoService()
  3861.     {
  3862.         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())));
  3863.     }
  3864.     /**
  3865.      * Gets the private 'cache.security_expression_language' shared service.
  3866.      *
  3867.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3868.      */
  3869.     protected function getCache_SecurityExpressionLanguageService()
  3870.     {
  3871.         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())));
  3872.     }
  3873.     /**
  3874.      * Gets the private 'cache.serializer' shared service.
  3875.      *
  3876.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3877.      */
  3878.     protected function getCache_SerializerService()
  3879.     {
  3880.         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())));
  3881.     }
  3882.     /**
  3883.      * Gets the private 'cache.validator' shared service.
  3884.      *
  3885.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3886.      */
  3887.     protected function getCache_ValidatorService()
  3888.     {
  3889.         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())));
  3890.     }
  3891.     /**
  3892.      * Gets the private 'cache.webpack_encore' shared service.
  3893.      *
  3894.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3895.      */
  3896.     protected function getCache_WebpackEncoreService()
  3897.     {
  3898.         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())));
  3899.     }
  3900.     /**
  3901.      * Gets the private 'config_cache_factory' shared service.
  3902.      *
  3903.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3904.      */
  3905.     protected function getConfigCacheFactoryService()
  3906.     {
  3907.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3908.             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)));
  3909.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3910.         }, 2));
  3911.     }
  3912.     /**
  3913.      * Gets the private 'data_collector.form' shared service.
  3914.      *
  3915.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3916.      */
  3917.     protected function getDataCollector_FormService()
  3918.     {
  3919.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3920.     }
  3921.     /**
  3922.      * Gets the private 'data_collector.request' shared service.
  3923.      *
  3924.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3925.      */
  3926.     protected function getDataCollector_RequestService()
  3927.     {
  3928.         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())));
  3929.     }
  3930.     /**
  3931.      * Gets the private 'debug.controller_resolver' shared service.
  3932.      *
  3933.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3934.      */
  3935.     protected function getDebug_ControllerResolverService()
  3936.     {
  3937.         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))));
  3938.     }
  3939.     /**
  3940.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3941.      *
  3942.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3943.      */
  3944.     protected function getDebug_DebugHandlersListenerService()
  3945.     {
  3946.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3947.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3948.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3949.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3950.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3951.         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()));
  3952.     }
  3953.     /**
  3954.      * Gets the private 'debug.file_link_formatter' shared service.
  3955.      *
  3956.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3957.      */
  3958.     protected function getDebug_FileLinkFormatterService()
  3959.     {
  3960.         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 () {
  3961.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3962.         });
  3963.     }
  3964.     /**
  3965.      * Gets the private 'debug.log_processor' shared service.
  3966.      *
  3967.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3968.      */
  3969.     protected function getDebug_LogProcessorService()
  3970.     {
  3971.         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())));
  3972.     }
  3973.     /**
  3974.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3975.      *
  3976.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3977.      */
  3978.     protected function getDebug_Security_Access_DecisionManagerService()
  3979.     {
  3980.         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 () {
  3981.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3982.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3983.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3984.             yield => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  3985.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3986.     }
  3987.     /**
  3988.      * Gets the private 'debug.security.firewall' shared service.
  3989.      *
  3990.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3991.      */
  3992.     protected function getDebug_Security_FirewallService()
  3993.     {
  3994.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3995.         if (isset($this->privates['debug.security.firewall'])) {
  3996.             return $this->privates['debug.security.firewall'];
  3997.         }
  3998.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3999.         if (isset($this->privates['debug.security.firewall'])) {
  4000.             return $this->privates['debug.security.firewall'];
  4001.         }
  4002.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4003.     }
  4004.     /**
  4005.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  4006.      *
  4007.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4008.      */
  4009.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  4010.     {
  4011.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4012.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  4013.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  4014.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  4015.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  4016.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  4017.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  4018.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  4019.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService'true],
  4020.             'massive_search.search.event_subscriber.doctrine_orm' => ['privates''massive_search.search.event_subscriber.doctrine_orm''getMassiveSearch_Search_EventSubscriber_DoctrineOrmService'true],
  4021.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  4022.             'sulu.persistence.event_subscriber.orm.metadata' => ['privates''sulu.persistence.event_subscriber.orm.metadata''getSulu_Persistence_EventSubscriber_Orm_MetadataService'true],
  4023.             'sulu.persistence.event_subscriber.orm.timestampable' => ['privates''sulu.persistence.event_subscriber.orm.timestampable''getSulu_Persistence_EventSubscriber_Orm_TimestampableService'true],
  4024.             'sulu.persistence.event_subscriber.orm.user_blame' => ['privates''sulu.persistence.event_subscriber.orm.user_blame''getSulu_Persistence_EventSubscriber_Orm_UserBlameService'true],
  4025.             'sulu_activity.domain_event_collector_subscriber' => ['privates''sulu_activity.domain_event_collector_subscriber''getSuluActivity_DomainEventCollectorSubscriberService'true],
  4026.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService'true],
  4027.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService'true],
  4028.             'sulu_core.doctrine.references' => ['privates''sulu_core.doctrine.references''getSuluCore_Doctrine_ReferencesService'true],
  4029.             'sulu_form.cache_invalidation_listener' => ['privates''sulu_form.cache_invalidation_listener''getSuluForm_CacheInvalidationListenerService'true],
  4030.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService'true],
  4031.             'sulu_security.permission_inheritance_subscriber' => ['privates''sulu_security.permission_inheritance_subscriber''getSuluSecurity_PermissionInheritanceSubscriberService'true],
  4032.         ], [
  4033.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  4034.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4035.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4036.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4037.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4038.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  4039.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  4040.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  4041.             'massive_search.search.event_subscriber.doctrine_orm' => '?',
  4042.             'stof_doctrine_extensions.listener.tree' => '?',
  4043.             'sulu.persistence.event_subscriber.orm.metadata' => '?',
  4044.             'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  4045.             'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  4046.             'sulu_activity.domain_event_collector_subscriber' => '?',
  4047.             'sulu_contact.account_listener' => '?',
  4048.             'sulu_contact.doctrine.invalidation_listener' => '?',
  4049.             'sulu_core.doctrine.references' => '?',
  4050.             'sulu_form.cache_invalidation_listener' => '?',
  4051.             'sulu_media.doctrine.invalidation_listener' => '?',
  4052.             'sulu_security.permission_inheritance_subscriber' => '?',
  4053.         ]), [=> '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']);
  4054.     }
  4055.     /**
  4056.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4057.      *
  4058.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4059.      */
  4060.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4061.     {
  4062.         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);
  4063.     }
  4064.     /**
  4065.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  4066.      *
  4067.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  4068.      */
  4069.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  4070.     {
  4071.         $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);
  4072.         $instance->setGlobalBasename('mapping');
  4073.         return $instance;
  4074.     }
  4075.     /**
  4076.      * Gets the private 'esi_listener' shared service.
  4077.      *
  4078.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  4079.      */
  4080.     protected function getEsiListenerService()
  4081.     {
  4082.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  4083.     }
  4084.     /**
  4085.      * Gets the private 'exception_listener' shared service.
  4086.      *
  4087.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4088.      */
  4089.     protected function getExceptionListenerService()
  4090.     {
  4091.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4092.     }
  4093.     /**
  4094.      * Gets the private 'form.registry' shared service.
  4095.      *
  4096.      * @return \Symfony\Component\Form\FormRegistry
  4097.      */
  4098.     protected function getForm_RegistryService()
  4099.     {
  4100.         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, [
  4101.             'App\\Form\\DepartementType' => ['privates''App\\Form\\DepartementType''getDepartementTypeService'true],
  4102.             'App\\Form\\PasswordForgetType' => ['privates''App\\Form\\PasswordForgetType''getPasswordForgetTypeService'true],
  4103.             'App\\Form\\PasswordResetType' => ['privates''App\\Form\\PasswordResetType''getPasswordResetTypeService'true],
  4104.             'App\\Form\\ProfileType' => ['privates''App\\Form\\ProfileType''getProfileTypeService'true],
  4105.             'App\\Form\\RegistrationType' => ['privates''App\\Form\\RegistrationType''getRegistrationTypeService'true],
  4106.             'App\\Form\\SocialMediaType' => ['privates''App\\Form\\SocialMediaType''getSocialMediaTypeService'true],
  4107.             'App\\Form\\TerritoryType' => ['privates''App\\Form\\TerritoryType''getTerritoryTypeService'true],
  4108.             'App\\Form\\ThematiquesType' => ['privates''App\\Form\\ThematiquesType''getThematiquesTypeService'true],
  4109.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService'true],
  4110.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  4111.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  4112.             'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => ['privates''sulu_form.form_type''getSuluForm_FormTypeService'true],
  4113.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService'true],
  4114.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService'true],
  4115.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService'true],
  4116.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService'true],
  4117.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4118.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  4119.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4120.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4121.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4122.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4123.         ], [
  4124.             'App\\Form\\DepartementType' => '?',
  4125.             'App\\Form\\PasswordForgetType' => '?',
  4126.             'App\\Form\\PasswordResetType' => '?',
  4127.             'App\\Form\\ProfileType' => '?',
  4128.             'App\\Form\\RegistrationType' => '?',
  4129.             'App\\Form\\SocialMediaType' => '?',
  4130.             'App\\Form\\TerritoryType' => '?',
  4131.             'App\\Form\\ThematiquesType' => '?',
  4132.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  4133.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  4134.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  4135.             'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => '?',
  4136.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  4137.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  4138.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  4139.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  4140.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4141.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  4142.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4143.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4144.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4145.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4146.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4147.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4148.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4149.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4150.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4151.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4152.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4153.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4154.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4155.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4156.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4157.         }, 1)], new RewindableGenerator(function () {
  4158.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4159.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4160.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4161.     }
  4162.     /**
  4163.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  4164.      *
  4165.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  4166.      */
  4167.     protected function getFosHttpCache_EventListener_TagService()
  4168.     {
  4169.         $a = ($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService());
  4170.         if (isset($this->privates['fos_http_cache.event_listener.tag'])) {
  4171.             return $this->privates['fos_http_cache.event_listener.tag'];
  4172.         }
  4173.         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);
  4174.     }
  4175.     /**
  4176.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  4177.      *
  4178.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  4179.      */
  4180.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  4181.     {
  4182.         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());
  4183.     }
  4184.     /**
  4185.      * Gets the private 'fos_rest.body_listener' shared service.
  4186.      *
  4187.      * @return \FOS\RestBundle\EventListener\BodyListener
  4188.      */
  4189.     protected function getFosRest_BodyListenerService()
  4190.     {
  4191.         $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, [
  4192.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  4193.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  4194.         ], [
  4195.             'fos_rest.decoder.json' => '?',
  4196.             'fos_rest.decoder.xml' => '?',
  4197.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  4198.         $instance->setDefaultFormat(NULL);
  4199.         return $instance;
  4200.     }
  4201.     /**
  4202.      * Gets the private 'fos_rest.exception.codes_map' shared service.
  4203.      *
  4204.      * @return \FOS\RestBundle\Util\ExceptionValueMap
  4205.      */
  4206.     protected function getFosRest_Exception_CodesMapService()
  4207.     {
  4208.         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]);
  4209.     }
  4210.     /**
  4211.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  4212.      *
  4213.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  4214.      */
  4215.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  4216.     {
  4217.         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()));
  4218.     }
  4219.     /**
  4220.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  4221.      *
  4222.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  4223.      */
  4224.     protected function getFosRest_ZoneMatcherListenerService()
  4225.     {
  4226.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  4227.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  4228.         return $instance;
  4229.     }
  4230.     /**
  4231.      * Gets the private 'fragment.listener' shared service.
  4232.      *
  4233.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4234.      */
  4235.     protected function getFragment_ListenerService()
  4236.     {
  4237.         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');
  4238.     }
  4239.     /**
  4240.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  4241.      *
  4242.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  4243.      */
  4244.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  4245.     {
  4246.         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')]));
  4247.     }
  4248.     /**
  4249.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  4250.      *
  4251.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  4252.      */
  4253.     protected function getJmsSerializer_TraceableEventDispatcherService()
  4254.     {
  4255.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4256.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  4257.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  4258.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  4259.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService'true],
  4260.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService'true],
  4261.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService'true],
  4262.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService'true],
  4263.             'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates''sulu_admin.dropdown_toolbar_action_subscriber''getSuluAdmin_DropdownToolbarActionSubscriberService'true],
  4264.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates''sulu_admin.save_with_form_dialog_toolbar_action_subscriber''getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService'true],
  4265.             'sulu_admin.toggler_toolbar_action_subscriber' => ['privates''sulu_admin.toggler_toolbar_action_subscriber''getSuluAdmin_TogglerToolbarActionSubscriberService'true],
  4266.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService'true],
  4267.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService'true],
  4268.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService'true],
  4269.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService'true],
  4270.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService'true],
  4271.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService'true],
  4272.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService'true],
  4273.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService'true],
  4274.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService'true],
  4275.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService'true],
  4276.             'sulu_article.serializer.article' => ['privates''sulu_article.serializer.article''getSuluArticle_Serializer_ArticleService'true],
  4277.             'sulu_article.serializer.urls' => ['privates''sulu_article.serializer.urls''getSuluArticle_Serializer_UrlsService'true],
  4278.             'sulu_article.serializer.article_page' => ['privates''sulu_article.serializer.article_page''getSuluArticle_Serializer_ArticlePageService'true],
  4279.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService'true],
  4280.         ], [
  4281.             'jms_serializer.stopwatch_subscriber' => '?',
  4282.             'jms_serializer.traceable_runs_listener' => '?',
  4283.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  4284.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  4285.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  4286.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  4287.             'sulu_core.representation_handler' => '?',
  4288.             'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  4289.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  4290.             'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  4291.             'sulu_security.document.serializer.subscriber.security' => '?',
  4292.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  4293.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  4294.             'sulu_page.document.serializer.subscriber.locale' => '?',
  4295.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  4296.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  4297.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  4298.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  4299.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  4300.             'sulu_hash.event_subscriber.serializer' => '?',
  4301.             'sulu_article.serializer.article' => '?',
  4302.             'sulu_article.serializer.urls' => '?',
  4303.             'sulu_article.serializer.article_page' => '?',
  4304.             'sulu_document_manager.serializer.subscriber.document' => '?',
  4305.         ]));
  4306.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  4307.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  4308.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  4309.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  4310.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  4311.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  4312.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  4313.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  4314.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  4315.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  4316.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], NULLNULLNULL);
  4317.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], NULLNULLNULL);
  4318.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], NULLNULLNULL);
  4319.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  4320.         $instance->addListener('serializer.post_serialize', [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], NULL'json'NULL);
  4321.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.dropdown_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction''json'NULL);
  4322.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction''json'NULL);
  4323.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.toggler_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction''json'NULL);
  4324.         $instance->addListener('serializer.post_serialize', [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], NULL'json'NULL);
  4325.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4326.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4327.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4328.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], NULL'json'NULL);
  4329.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4330.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4331.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4332.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], NULL'json'NULL);
  4333.         $instance->addListener('serializer.post_serialize', [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4334.         $instance->addListener('serializer.post_serialize', [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], NULLNULLNULL);
  4335.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addTypeOnPostSerialize'], NULL'json'NULL);
  4336.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addWebspaceSettingsOnPostSerialize'], NULL'json'NULL);
  4337.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addBrokenIndicatorOnPostSerialize'], NULL'json'NULL);
  4338.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addPageTitlePropertyNameOnPostSerialize'], NULL'json'NULL);
  4339.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.urls'=> 'addUrlsOnPostSerialize'], NULL'json'NULL);
  4340.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article_page'=> 'addTitleOnPostSerialize'], NULL'json'NULL);
  4341.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  4342.         $instance->addListener('serializer.post_deserialize', [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], NULLNULLNULL);
  4343.         return $instance;
  4344.     }
  4345.     /**
  4346.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  4347.      *
  4348.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  4349.      */
  4350.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  4351.     {
  4352.         $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, [
  4353.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService'true],
  4354.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  4355.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  4356.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  4357.             'jms_serializer.symfony_uid_handler' => ['privates''jms_serializer.symfony_uid_handler''getJmsSerializer_SymfonyUidHandlerService'true],
  4358.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService'true],
  4359.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService'true],
  4360.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService'true],
  4361.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  4362.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  4363.             'sulu_admin.schema_handler' => ['privates''sulu_admin.schema_handler''getSuluAdmin_SchemaHandlerService'true],
  4364.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService'true],
  4365.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  4366.         ], [
  4367.             'sulu_core.rest.datetime_handler' => '?',
  4368.             'jms_serializer.datetime_handler' => '?',
  4369.             'jms_serializer.array_collection_handler' => '?',
  4370.             'jms_serializer.iterator_handler' => '?',
  4371.             'jms_serializer.symfony_uid_handler' => '?',
  4372.             'sulu_page.document.serializer.handler.structure' => '?',
  4373.             'sulu_page.document.serializer.handler.extension_container' => '?',
  4374.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  4375.             'fos_rest.serializer.flatten_exception_handler' => '?',
  4376.             'jms_serializer.constraint_violation_handler' => '?',
  4377.             'sulu_admin.schema_handler' => '?',
  4378.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  4379.             'fos_rest.serializer.form_error_handler' => '?',
  4380.         ])));
  4381.         $instance->registerHandler(2'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  4382.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  4383.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  4384.         $instance->registerHandler(2'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  4385.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  4386.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  4387.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4388.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4389.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4390.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4391.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4392.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4393.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4394.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4395.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4396.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4397.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  4398.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  4399.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  4400.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  4401.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4402.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4403.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4404.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4405.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  4406.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  4407.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4408.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4409.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4410.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4411.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4412.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4413.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4414.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4415.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4416.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4417.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4418.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4419.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4420.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4421.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4422.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4423.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4424.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4425.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']);
  4426.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']);
  4427.         $instance->registerHandler(2'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge''json', [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']);
  4428.         $instance->registerHandler(1'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  4429.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  4430.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  4431.         $instance->registerHandler(1'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  4432.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  4433.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  4434.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  4435.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  4436.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4437.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4438.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4439.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4440.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4441.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4442.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4443.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4444.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4445.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4446.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  4447.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  4448.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  4449.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  4450.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  4451.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  4452.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  4453.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  4454.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4455.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4456.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4457.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4458.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4459.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4460.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4461.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4462.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4463.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4464.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4465.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4466.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4467.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4468.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4469.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4470.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4471.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4472.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4473.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4474.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4475.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4476.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4477.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4478.         $instance->registerHandler(1'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata''json', [=> 'sulu_admin.schema_handler'=> 'serializeToJsonSchema']);
  4479.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']);
  4480.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']);
  4481.         $instance->registerHandler(1'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection''json', [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']);
  4482.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  4483.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  4484.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  4485.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  4486.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  4487.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  4488.         return $instance;
  4489.     }
  4490.     /**
  4491.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  4492.      *
  4493.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  4494.      */
  4495.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  4496.     {
  4497.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4498.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  4499.         ], [
  4500.             'metadata_driver' => '?',
  4501.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  4502.         $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')))));
  4503.         $a->setIncludeInterfaces(false);
  4504.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  4505.     }
  4506.     /**
  4507.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  4508.      *
  4509.      * @return \JMS\SerializerBundle\Debug\RunsListener
  4510.      */
  4511.     protected function getJmsSerializer_TraceableRunsListenerService()
  4512.     {
  4513.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  4514.     }
  4515.     /**
  4516.      * Gets the private 'locale_aware_listener' shared service.
  4517.      *
  4518.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4519.      */
  4520.     protected function getLocaleAwareListenerService()
  4521.     {
  4522.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4523.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4524.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4525.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4526.     }
  4527.     /**
  4528.      * Gets the private 'locale_listener' shared service.
  4529.      *
  4530.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4531.      */
  4532.     protected function getLocaleListenerService()
  4533.     {
  4534.         $a = ($this->services['router'] ?? $this->getRouterService());
  4535.         if (isset($this->privates['locale_listener'])) {
  4536.             return $this->privates['locale_listener'];
  4537.         }
  4538.         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, []);
  4539.     }
  4540.     /**
  4541.      * Gets the private 'monolog.handler.console' shared service.
  4542.      *
  4543.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4544.      */
  4545.     protected function getMonolog_Handler_ConsoleService()
  4546.     {
  4547.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4548.     }
  4549.     /**
  4550.      * Gets the private 'monolog.handler.main' shared service.
  4551.      *
  4552.      * @return \Monolog\Handler\StreamHandler
  4553.      */
  4554.     protected function getMonolog_Handler_MainService()
  4555.     {
  4556.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 'debug'trueNULLfalse);
  4557.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4558.         return $instance;
  4559.     }
  4560.     /**
  4561.      * Gets the private 'monolog.logger' shared service.
  4562.      *
  4563.      * @return \Symfony\Bridge\Monolog\Logger
  4564.      */
  4565.     protected function getMonolog_LoggerService()
  4566.     {
  4567.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4568.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4569.         $instance->useMicrosecondTimestamps(true);
  4570.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4571.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4572.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4573.         return $instance;
  4574.     }
  4575.     /**
  4576.      * Gets the private 'monolog.logger.cache' shared service.
  4577.      *
  4578.      * @return \Symfony\Bridge\Monolog\Logger
  4579.      */
  4580.     protected function getMonolog_Logger_CacheService()
  4581.     {
  4582.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4583.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4584.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4585.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4586.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4587.         return $instance;
  4588.     }
  4589.     /**
  4590.      * Gets the private 'monolog.logger.request' shared service.
  4591.      *
  4592.      * @return \Symfony\Bridge\Monolog\Logger
  4593.      */
  4594.     protected function getMonolog_Logger_RequestService()
  4595.     {
  4596.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4597.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4598.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4599.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4600.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4601.         return $instance;
  4602.     }
  4603.     /**
  4604.      * Gets the private 'parameter_bag' shared service.
  4605.      *
  4606.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4607.      */
  4608.     protected function getParameterBagService()
  4609.     {
  4610.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4611.     }
  4612.     /**
  4613.      * Gets the private 'profiler_listener' shared service.
  4614.      *
  4615.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4616.      */
  4617.     protected function getProfilerListenerService()
  4618.     {
  4619.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4620.         if (isset($this->privates['profiler_listener'])) {
  4621.             return $this->privates['profiler_listener'];
  4622.         }
  4623.         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);
  4624.     }
  4625.     /**
  4626.      * Gets the private 'property_info' shared service.
  4627.      *
  4628.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4629.      */
  4630.     protected function getPropertyInfoService()
  4631.     {
  4632.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4633.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4634.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4635.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4636.         }, 3), new RewindableGenerator(function () {
  4637.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4638.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4639.         }, 2), new RewindableGenerator(function () {
  4640.             return new \EmptyIterator();
  4641.         }, 0), new RewindableGenerator(function () {
  4642.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4643.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4644.         }, 2), new RewindableGenerator(function () {
  4645.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4646.         }, 1));
  4647.     }
  4648.     /**
  4649.      * Gets the private 'router.expression_language_provider' shared service.
  4650.      *
  4651.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4652.      */
  4653.     protected function getRouter_ExpressionLanguageProviderService()
  4654.     {
  4655.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4656.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4657.         ], [
  4658.             'env' => 'Closure',
  4659.         ]));
  4660.     }
  4661.     /**
  4662.      * Gets the private 'router.request_context' shared service.
  4663.      *
  4664.      * @return \Symfony\Component\Routing\RequestContext
  4665.      */
  4666.     protected function getRouter_RequestContextService()
  4667.     {
  4668.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4669.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4670.         return $instance;
  4671.     }
  4672.     /**
  4673.      * Gets the private 'security.csrf.token_storage' shared service.
  4674.      *
  4675.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4676.      */
  4677.     protected function getSecurity_Csrf_TokenStorageService()
  4678.     {
  4679.         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())));
  4680.     }
  4681.     /**
  4682.      * Gets the private 'security.firewall.map' shared service.
  4683.      *
  4684.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4685.      */
  4686.     protected function getSecurity_Firewall_MapService()
  4687.     {
  4688.         $a = ($this->privates['.service_locator.3gtmNbi'] ?? $this->get_ServiceLocator_3gtmNbiService());
  4689.         if (isset($this->privates['security.firewall.map'])) {
  4690.             return $this->privates['security.firewall.map'];
  4691.         }
  4692.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4693.             yield 'security.firewall.map.context.pqna' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4694.         }, 1));
  4695.     }
  4696.     /**
  4697.      * Gets the private 'security.helper' shared service.
  4698.      *
  4699.      * @return \Symfony\Component\Security\Core\Security
  4700.      */
  4701.     protected function getSecurity_HelperService()
  4702.     {
  4703.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4704.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4705.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4706.         ], [
  4707.             'security.authorization_checker' => '?',
  4708.             'security.token_storage' => '?',
  4709.         ]));
  4710.     }
  4711.     /**
  4712.      * Gets the private 'security.logout_url_generator' shared service.
  4713.      *
  4714.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4715.      */
  4716.     protected function getSecurity_LogoutUrlGeneratorService()
  4717.     {
  4718.         $a = ($this->services['router'] ?? $this->getRouterService());
  4719.         if (isset($this->privates['security.logout_url_generator'])) {
  4720.             return $this->privates['security.logout_url_generator'];
  4721.         }
  4722.         $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()));
  4723.         $instance->registerListener('pqna''sulu_community.logout''logout''_csrf_token'NULLNULL);
  4724.         return $instance;
  4725.     }
  4726.     /**
  4727.      * Gets the private 'session_listener' shared service.
  4728.      *
  4729.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4730.      */
  4731.     protected function getSessionListenerService()
  4732.     {
  4733.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4734.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  4735.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4736.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4737.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  4738.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4739.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4740.         ], [
  4741.             'initialized_session' => '?',
  4742.             'logger' => '?',
  4743.             'request_stack' => '?',
  4744.             'session' => '?',
  4745.             'session_collector' => '?',
  4746.             'session_factory' => '?',
  4747.         ]), true$this->parameters['session.storage.options']);
  4748.     }
  4749.     /**
  4750.      * Gets the private 'sulu.content.query_executor' shared service.
  4751.      *
  4752.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  4753.      */
  4754.     protected function getSulu_Content_QueryExecutorService()
  4755.     {
  4756.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  4757.         if (isset($this->privates['sulu.content.query_executor'])) {
  4758.             return $this->privates['sulu.content.query_executor'];
  4759.         }
  4760.         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))));
  4761.     }
  4762.     /**
  4763.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  4764.      *
  4765.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  4766.      */
  4767.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  4768.     {
  4769.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4770.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4771.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4772.         }
  4773.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4774.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4775.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4776.         }
  4777.         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);
  4778.     }
  4779.     /**
  4780.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  4781.      *
  4782.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  4783.      */
  4784.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  4785.     {
  4786.         $a = ($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService());
  4787.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4788.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4789.         }
  4790.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4791.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4792.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4793.         }
  4794.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4795.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4796.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4797.         }
  4798.         $d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4799.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4800.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4801.         }
  4802.         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())));
  4803.     }
  4804.     /**
  4805.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  4806.      *
  4807.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  4808.      */
  4809.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  4810.     {
  4811.         $a = ($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] ?? $this->getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService());
  4812.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4813.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4814.         }
  4815.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4816.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4817.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4818.         }
  4819.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4820.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4821.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4822.         }
  4823.         $d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4824.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4825.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4826.         }
  4827.         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()));
  4828.     }
  4829.     /**
  4830.      * Gets the private 'sulu_activity.domain_event_collector' shared service.
  4831.      *
  4832.      * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  4833.      */
  4834.     protected function getSuluActivity_DomainEventCollectorService()
  4835.     {
  4836.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4837.         if (isset($this->privates['sulu_activity.domain_event_collector'])) {
  4838.             return $this->privates['sulu_activity.domain_event_collector'];
  4839.         }
  4840.         return $this->privates['sulu_activity.domain_event_collector'] = new \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector($a);
  4841.     }
  4842.     /**
  4843.      * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  4844.      *
  4845.      * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  4846.      */
  4847.     protected function getSuluActivity_DomainEventDispatcherService()
  4848.     {
  4849.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4850.         if (isset($this->privates['sulu_activity.domain_event_dispatcher'])) {
  4851.             return $this->privates['sulu_activity.domain_event_dispatcher'];
  4852.         }
  4853.         return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher($a);
  4854.     }
  4855.     /**
  4856.      * Gets the private 'sulu_admin.collaboration_cache' shared service.
  4857.      *
  4858.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4859.      */
  4860.     protected function getSuluAdmin_CollaborationCacheService()
  4861.     {
  4862.         $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))));
  4863.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4864.         return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4865.     }
  4866.     /**
  4867.      * Gets the private 'sulu_article.content.data_provider.proxy_factory' shared service.
  4868.      *
  4869.      * @return \ProxyManager\Factory\LazyLoadingValueHolderFactory
  4870.      */
  4871.     protected function getSuluArticle_Content_DataProvider_ProxyFactoryService()
  4872.     {
  4873.         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()));
  4874.     }
  4875.     /**
  4876.      * Gets the private 'sulu_article.factory.resource_item' shared service.
  4877.      *
  4878.      * @return \Sulu\Bundle\ArticleBundle\Content\ArticleResourceItemFactory
  4879.      */
  4880.     protected function getSuluArticle_Factory_ResourceItemService()
  4881.     {
  4882.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4883.         if (isset($this->privates['sulu_article.factory.resource_item'])) {
  4884.             return $this->privates['sulu_article.factory.resource_item'];
  4885.         }
  4886.         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()));
  4887.     }
  4888.     /**
  4889.      * Gets the private 'sulu_article.resolver.webspaces' shared service.
  4890.      *
  4891.      * @return \Sulu\Bundle\ArticleBundle\Document\Resolver\WebspaceResolver
  4892.      */
  4893.     protected function getSuluArticle_Resolver_WebspacesService()
  4894.     {
  4895.         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([], []));
  4896.     }
  4897.     /**
  4898.      * Gets the private 'sulu_category.category_request_handler' shared service.
  4899.      *
  4900.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  4901.      */
  4902.     protected function getSuluCategory_CategoryRequestHandlerService()
  4903.     {
  4904.         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())));
  4905.     }
  4906.     /**
  4907.      * Gets the private 'sulu_core.cache.memoize' shared service.
  4908.      *
  4909.      * @return \Sulu\Component\Cache\Memoize
  4910.      */
  4911.     protected function getSuluCore_Cache_MemoizeService()
  4912.     {
  4913.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  4914.     }
  4915.     /**
  4916.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  4917.      *
  4918.      * @return \ProxyManager\Configuration
  4919.      */
  4920.     protected function getSuluCore_ProxyManager_ConfigurationService()
  4921.     {
  4922.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  4923.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  4924.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  4925.         return $instance;
  4926.     }
  4927.     /**
  4928.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  4929.      *
  4930.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  4931.      */
  4932.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  4933.     {
  4934.         $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  4935.         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)]));
  4936.     }
  4937.     /**
  4938.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  4939.      *
  4940.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  4941.      */
  4942.     protected function getSuluCustomUrls_DomainGeneratorService()
  4943.     {
  4944.         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())));
  4945.     }
  4946.     /**
  4947.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  4948.      *
  4949.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  4950.      */
  4951.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  4952.     {
  4953.         if ($lazyLoad) {
  4954.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  4955.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4956.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  4957.                     $proxy->setProxyInitializer(null);
  4958.                     return true;
  4959.                 });
  4960.             });
  4961.         }
  4962.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  4963.         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');
  4964.     }
  4965.     /**
  4966.      * Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
  4967.      *
  4968.      * @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
  4969.      */
  4970.     protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
  4971.     {
  4972.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4973.         if (isset($this->privates['sulu_document_manager.document_domain_event_collector'])) {
  4974.             return $this->privates['sulu_document_manager.document_domain_event_collector'];
  4975.         }
  4976.         return $this->privates['sulu_document_manager.document_domain_event_collector'] = new \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector($a);
  4977.     }
  4978.     /**
  4979.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  4980.      *
  4981.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4982.      */
  4983.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  4984.     {
  4985.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4986.         $instance->addListener('sulu_form.handler.saved', [=> function () {
  4987.             return ($this->privates['App\\EventSubscriber\\InscriptionEventSubscriber'] ?? $this->load('getInscriptionEventSubscriberService'));
  4988.         }, => 'noPayboxInscription'], 0);
  4989.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4990.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  4991.         }, => 'onPublish'], 0);
  4992.         $instance->addListener('massive_search.pre_index', [=> function () {
  4993.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  4994.         }, => 'onPreIndex'], -200);
  4995.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4996.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4997.         }, => 'handleFlush'], 0);
  4998.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4999.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5000.         }, => 'handlePrePersist'], 479);
  5001.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5002.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5003.         }, => 'handlePersist'], -10000);
  5004.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5005.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5006.         }, => 'handleRemove'], -10000);
  5007.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5008.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5009.         }, => 'handleRemoveLocale'], -10000);
  5010.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5011.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5012.         }, => 'handleCopyLocale'], -10000);
  5013.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5014.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5015.         }, => 'handleCopy'], -10000);
  5016.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5017.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  5018.         }, => 'storeSnippetToTrash'], 1024);
  5019.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5020.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  5021.         }, => 'flushTrashItem'], 0);
  5022.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5023.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  5024.         }, => 'clearPendingTrashItem'], 0);
  5025.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5026.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5027.         }, => 'indexPersistedDocument'], -10);
  5028.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5029.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5030.         }, => 'indexPublishedDocument'], -256);
  5031.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5032.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5033.         }, => 'deindexRemovedDocument'], 600);
  5034.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5035.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5036.         }, => 'deindexUnpublishedDocument'], -1024);
  5037.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5038.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5039.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  5040.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5041.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5042.         }, => 'deindexRemovedLocaleDocument'], -1024);
  5043.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5044.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  5045.         }, => 'preventRemoveWithChildren'], 4096);
  5046.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5047.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  5048.         }, => 'addForceRemoveChildrenOption'], 0);
  5049.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5050.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5051.         }, => 'handleConfigureOptions'], 0);
  5052.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5053.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5054.         }, => 'handleFlush'], 0);
  5055.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5056.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5057.         }, => 'handlePrePersist'], 479);
  5058.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5059.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5060.         }, => 'handlePersist'], -10000);
  5061.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5062.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5063.         }, => 'handleRemove'], -10000);
  5064.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5065.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5066.         }, => 'handleRemoveLocale'], -10000);
  5067.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5068.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5069.         }, => 'handleCopyLocale'], -10000);
  5070.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5071.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5072.         }, => 'handleCopy'], -10000);
  5073.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5074.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5075.         }, => 'handlePreMove'], 10000);
  5076.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5077.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5078.         }, => 'handleMove'], -10000);
  5079.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5080.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5081.         }, => 'handlePublish'], -10000);
  5082.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5083.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5084.         }, => 'handleUnpublish'], -10000);
  5085.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5086.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5087.         }, => 'handleRemoveDraft'], -10000);
  5088.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5089.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5090.         }, => 'handleRestore'], -10000);
  5091.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5092.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5093.         }, => 'handleReorder'], -10000);
  5094.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5095.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5096.         }, => 'saveStructureData'], 0);
  5097.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5098.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5099.         }, => 'handlePersistStagedProperties'], 50);
  5100.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5101.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5102.         }, => 'handlePersistStructureType'], 100);
  5103.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5104.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5105.         }, => 'saveStructureData'], 0);
  5106.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5107.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5108.         }, => 'handleHydrate'], 0);
  5109.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5110.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5111.         }, => 'configureOptions'], 0);
  5112.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5113.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  5114.         }, => 'handleMetadataLoad'], 0);
  5115.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5116.             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()));
  5117.         }, => 'handleMetadataLoad'], 0);
  5118.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5119.             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()));
  5120.         }, => 'handlePersist'], 15);
  5121.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5122.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5123.         }, => 'handlePersistDocument'], 10);
  5124.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5125.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5126.         }, => 'handleHydrate'], -200);
  5127.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5128.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5129.         }, => 'updateMovedDocument'], -128);
  5130.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5131.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5132.         }, => 'updateCopiedDocument'], -128);
  5133.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5134.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5135.         }, => 'handlePersistRoute'], -128);
  5136.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5137.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5138.         }, => 'setWorkflowStageOnDocument'], 0);
  5139.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5140.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5141.         }, => 'setWorkflowStageToTest'], 0);
  5142.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5143.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5144.         }, => 'setWorkflowStageToPublished'], 0);
  5145.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5146.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5147.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  5148.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5149.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5150.         }, => 'setWorkflowStageToTestForCopy'], 0);
  5151.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5152.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5153.         }, => 'setWorkflowStageToTestForRestore'], -32);
  5154.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5155.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5156.         }, => 'handleMetadataLoad'], 0);
  5157.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5158.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5159.         }, => 'handlePersistUpdateUrl'], 20);
  5160.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5161.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5162.         }, => 'saveShadowProperties'], 15);
  5163.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5164.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5165.         }, => 'handleHydrate'], 390);
  5166.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5167.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5168.         }, => 'saveShadowProperties'], 15);
  5169.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5170.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5171.         }, => 'handleConfigureOptions'], 0);
  5172.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5173.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  5174.         }, => 'copyShadowProperties'], -256);
  5175.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5176.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  5177.         }, => 'copyShadowProperties'], 0);
  5178.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5179.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  5180.         }, => 'setTitleOnDocument'], -10);
  5181.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5182.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  5183.         }, => 'setTitleOnNode'], 10);
  5184.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5185.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  5186.         }, => 'setTitleOnNode'], 10);
  5187.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5188.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  5189.         }, => 'handleHydrate'], 400);
  5190.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5191.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  5192.         }, => 'saveExtensionData'], 10);
  5193.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5194.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  5195.         }, => 'saveExtensionData'], 10);
  5196.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5197.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  5198.         }, => 'handleHydrate'], -10);
  5199.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5200.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  5201.         }, => 'handlePersist'], 0);
  5202.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5203.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  5204.         }, => 'handleMetadataLoad'], 0);
  5205.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5206.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  5207.         }, => 'handleReorder'], 0);
  5208.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5209.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  5210.         }, => 'handlePersist'], 0);
  5211.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5212.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  5213.         }, => 'handlePersistCreate'], 3);
  5214.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5215.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  5216.         }, => 'handleHydrate'], 0);
  5217.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5218.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  5219.         }, => 'deleteUnavailableLocales'], 256);
  5220.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5221.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  5222.         }, => 'handleWebspace'], 0);
  5223.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5224.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  5225.         }, => 'handleWebspace'], -10);
  5226.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5227.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5228.         }, => 'handleSetNodeOnPersist'], 490);
  5229.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5230.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5231.         }, => 'handlePersist'], 5);
  5232.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5233.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5234.         }, => 'handleHydrate'], 0);
  5235.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5236.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5237.         }, => 'handleRemove'], 550);
  5238.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5239.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5240.         }, => 'handlePublish'], 0);
  5241.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5242.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  5243.         }, => 'handleMetadataLoad'], 0);
  5244.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5245.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  5246.         }, => 'handleMetadataLoad'], 0);
  5247.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5248.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5249.         }, => 'createNodeInPublicWorkspace'], -490);
  5250.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5251.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5252.         }, => 'removeNodeFromPublicWorkspace'], 0);
  5253.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5254.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5255.         }, => 'moveNodeInPublicWorkspace'], 0);
  5256.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5257.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5258.         }, => 'copyNodeInPublicWorkspace'], 0);
  5259.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5260.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5261.         }, => 'reorderNodeInPublicWorkspace'], 0);
  5262.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5263.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5264.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  5265.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5266.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5267.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  5268.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5269.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5270.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  5271.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5272.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5273.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  5274.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5275.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5276.         }, => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  5277.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5278.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5279.         }, => 'flushPublicWorkspace'], 0);
  5280.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5281.             return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  5282.         }, => 'handleCopyLocale'], 0);
  5283.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5284.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5285.         }, => 'handlePreRemove'], 510);
  5286.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5287.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5288.         }, => 'handlePostRemove'], -100);
  5289.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5290.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5291.         }, => 'handlePersist'], 0);
  5292.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5293.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5294.         }, => 'handleFlush'], 0);
  5295.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5296.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  5297.         }, => 'handleRemove'], 550);
  5298.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5299.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5300.         }, => 'storePageTranslationToTrash'], 1024);
  5301.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5302.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5303.         }, => 'storePageToTrash'], 1024);
  5304.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5305.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5306.         }, => 'flushTrashItem'], 0);
  5307.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5308.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5309.         }, => 'clearPendingTrashItem'], 0);
  5310.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5311.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5312.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  5313.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5314.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5315.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  5316.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5317.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5318.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  5319.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5320.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5321.         }, => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  5322.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5323.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  5324.         }, => 'onClear'], -256);
  5325.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5326.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  5327.         }, => 'onFlush'], -256);
  5328.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5329.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  5330.         }, => 'handleHydrate'], 500);
  5331.         $instance->addListener('sulu_document_manager.create', [=> function () {
  5332.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  5333.         }, => 'handleCreate'], 500);
  5334.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5335.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5336.         }, => 'handleDefaultLocale'], 520);
  5337.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5338.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5339.         }, => 'handleDocumentFromRegistry'], 510);
  5340.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5341.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5342.         }, => 'handleStopPropagationAndResetLocale'], 509);
  5343.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5344.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5345.         }, => 'handleHydrate'], 490);
  5346.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5347.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5348.         }, => 'handleEndHydrate'], -500);
  5349.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5350.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5351.         }, => 'handlePersist'], 450);
  5352.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5353.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5354.         }, => 'handleNodeFromRegistry'], 510);
  5355.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5356.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5357.         }, => 'handleEndPersist'], -500);
  5358.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5359.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5360.         }, => 'handleRemove'], 490);
  5361.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5362.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5363.         }, => 'handleClear'], 500);
  5364.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5365.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5366.         }, => 'handleNodeFromRegistry'], 510);
  5367.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5368.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5369.         }, => 'configureOptions'], 0);
  5370.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5371.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5372.         }, => 'handleNodeFromRegistry'], 512);
  5373.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5374.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5375.         }, => 'handleNodeFromRegistry'], 512);
  5376.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5377.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5378.         }, => 'handleNodeFromRegistry'], 512);
  5379.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5380.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  5381.         }, => 'handleReorder'], 500);
  5382.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5383.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  5384.         }, => 'setDocumentMixinsOnNode'], 468);
  5385.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5386.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  5387.         }, => 'setDocumentMixinsOnNode'], 468);
  5388.         $instance->addListener('sulu_document_manager.find', [=> function () {
  5389.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  5390.         }, => 'handleFind'], 500);
  5391.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5392.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  5393.         }, => 'configureOptions'], 0);
  5394.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  5395.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5396.         }, => 'handleCreate'], 500);
  5397.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  5398.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5399.         }, => 'handleCreateBuilder'], 500);
  5400.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  5401.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5402.         }, => 'handleQueryExecute'], 500);
  5403.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5404.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5405.         }, => 'handleMove'], 400);
  5406.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5407.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5408.         }, => 'handleCopy'], 400);
  5409.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5410.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5411.         }, => 'handleClear'], 500);
  5412.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5413.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5414.         }, => 'handleFlush'], 500);
  5415.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5416.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  5417.         }, => 'handleRemove'], 500);
  5418.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5419.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5420.         }, => 'handleHydrate'], -100);
  5421.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5422.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5423.         }, => 'handleMapping'], -100);
  5424.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5425.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5426.         }, => 'handleMapping'], -128);
  5427.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  5428.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  5429.         }, => 'refreshDocument'], 0);
  5430.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5431.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  5432.         }, => 'refreshDocumentForDeleteDraft'], -512);
  5433.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5434.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  5435.         }, => 'setDefaultUser'], 0);
  5436.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5437.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5438.         }, => 'configureOptions'], 0);
  5439.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5440.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5441.         }, => 'handleScheduleRename'], 0);
  5442.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5443.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5444.         }, => 'handlePersist'], 480);
  5445.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5446.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5447.         }, => 'handleMove'], 480);
  5448.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5449.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5450.         }, => 'handleCopy'], 480);
  5451.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5452.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5453.         }, => 'handleRename'], 510);
  5454.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5455.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  5456.         }, => 'handlePersist'], 485);
  5457.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5458.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  5459.         }, => 'configureOptions'], 0);
  5460.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5461.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5462.         }, => 'setBlamesOnDocument'], 0);
  5463.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5464.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5465.         }, => 'setBlamesOnNodeForPersist'], 0);
  5466.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5467.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5468.         }, => 'setBlamesOnNodeForPublish'], 0);
  5469.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5470.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5471.         }, => 'setChangerForRestore'], -32);
  5472.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5473.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5474.         }, => 'setAuthorOnDocument'], 0);
  5475.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5476.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5477.         }, => 'setAuthorOnNode'], 0);
  5478.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5479.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5480.         }, => 'setAuthorOnNode'], 0);
  5481.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5482.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5483.         }, => 'setTimestampsOnNodeForPersist'], 0);
  5484.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5485.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5486.         }, => 'setTimestampsOnNodeForPublish'], 0);
  5487.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5488.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5489.         }, => 'setChangedForRestore'], -32);
  5490.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5491.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5492.         }, => 'setTimestampsOnDocument'], 0);
  5493.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5494.             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()));
  5495.         }, => 'setFinalNodeName'], 0);
  5496.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5497.             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()));
  5498.         }, => 'setInitialNodeName'], 0);
  5499.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5500.             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()));
  5501.         }, => 'setFinalNodeName'], -480);
  5502.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5503.             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()));
  5504.         }, => 'handleUuid'], 0);
  5505.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5506.             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()));
  5507.         }, => 'handleUuid'], 0);
  5508.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5509.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  5510.         }, => 'handleLocale'], 410);
  5511.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5512.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  5513.         }, => 'handleLocale'], 410);
  5514.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5515.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5516.         }, => 'handleHydrate'], 0);
  5517.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5518.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5519.         }, => 'handleChangeParent'], 0);
  5520.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5521.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5522.         }, => 'handleSetParentNodeFromDocument'], 490);
  5523.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5524.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5525.         }, => 'handleMove'], 0);
  5526.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5527.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  5528.         }, => 'handleHydrate'], 0);
  5529.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5530.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5531.         }, => 'setInitialPath'], 0);
  5532.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5533.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5534.         }, => 'setFinalPath'], -495);
  5535.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5536.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5537.         }, => 'setFinalPath'], 0);
  5538.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5539.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  5540.         }, => 'handlePersist'], 485);
  5541.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5542.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  5543.         }, => 'handlePersist'], 490);
  5544.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5545.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  5546.         }, => 'handlePersist'], 500);
  5547.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5548.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  5549.         }, => 'handlePersist'], 0);
  5550.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5551.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  5552.         }, => 'handleRemove'], 550);
  5553.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5554.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  5555.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  5556.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5557.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  5558.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  5559.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5560.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5561.         }, => 'storeCustomUrlToTrash'], 1024);
  5562.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5563.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5564.         }, => 'flushTrashItem'], 0);
  5565.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5566.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5567.         }, => 'clearPendingTrashItem'], 0);
  5568.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5569.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5570.         }, => 'handleHydrate'], 0);
  5571.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5572.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5573.         }, => 'handlePersist'], -2000);
  5574.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5575.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5576.         }, => 'handleRemove'], 1024);
  5577.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5578.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5579.         }, => 'handleRemoveLocale'], 1024);
  5580.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5581.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5582.         }, => 'handlePublish'], -2000);
  5583.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5584.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5585.         }, => 'handleCopy'], -2000);
  5586.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5587.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  5588.         }, => 'handlePublish'], 10);
  5589.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5590.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  5591.         }, => 'handleMove'], -1000);
  5592.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5593.             return ($this->privates['sulu_article.subscriber.date_sharding'] ?? $this->load('getSuluArticle_Subscriber_DateShardingService'));
  5594.         }, => 'handleSetParentNode'], 481);
  5595.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5596.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5597.         }, => 'hydratePageData'], -2000);
  5598.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5599.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5600.         }, => 'handleScheduleIndex'], -500);
  5601.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5602.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5603.         }, => 'handleChildrenPersist'], 0);
  5604.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5605.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5606.         }, => 'persistPageData'], -2000);
  5607.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5608.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5609.         }, => 'handleRemove'], -500);
  5610.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5611.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5612.         }, => 'handleRemoveLive'], -500);
  5613.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5614.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5615.         }, => 'handleRemovePage'], -500);
  5616.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5617.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5618.         }, => 'handleScheduleIndexLive'], 0);
  5619.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5620.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5621.         }, => 'handleScheduleIndex'], 0);
  5622.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5623.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5624.         }, => 'synchronizeChildren'], 0);
  5625.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5626.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5627.         }, => 'publishChildren'], 0);
  5628.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5629.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5630.         }, => 'persistPageData'], -2000);
  5631.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5632.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5633.         }, => 'persistPageDataOnReorder'], -2000);
  5634.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5635.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5636.         }, => 'handleUnpublish'], 0);
  5637.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5638.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5639.         }, => 'handleScheduleIndex'], -1024);
  5640.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5641.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5642.         }, => 'removeDraftChildren'], 0);
  5643.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5644.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5645.         }, => 'handleFlush'], -2048);
  5646.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5647.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5648.         }, => 'handleFlushLive'], -2048);
  5649.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5650.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5651.         }, => 'handleCopy'], 0);
  5652.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5653.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5654.         }, => 'handleMetadataLoad'], 0);
  5655.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5656.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5657.         }, => 'handleRemoveLocale'], -500);
  5658.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5659.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5660.         }, => 'handleRemoveLocaleLive'], -500);
  5661.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5662.             return ($this->privates['sulu_article.subscriber.webspace'] ?? $this->load('getSuluArticle_Subscriber_WebspaceService'));
  5663.         }, => 'loadProperties'], 0);
  5664.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5665.             return ($this->privates['sulu_article.subscriber.webspace'] ?? $this->load('getSuluArticle_Subscriber_WebspaceService'));
  5666.         }, => 'saveProperties'], 0);
  5667.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5668.             return ($this->privates['sulu_article.subscriber.webspace'] ?? $this->load('getSuluArticle_Subscriber_WebspaceService'));
  5669.         }, => 'saveProperties'], 0);
  5670.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5671.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5672.         }, => 'handleHydrate'], 0);
  5673.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5674.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5675.         }, => 'handlePersist'], -1024);
  5676.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5677.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5678.         }, => 'handleRemove'], 5);
  5679.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5680.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5681.         }, => 'handlePublishPageNumber'], -1024);
  5682.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5683.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5684.         }, => 'handleReorder'], 0);
  5685.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5686.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5687.         }, => 'handleRestore'], -1024);
  5688.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5689.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5690.         }, => 'setParentOnHydrate'], 1);
  5691.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5692.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5693.         }, => 'checkOptions'], 10000);
  5694.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5695.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5696.         }, => 'setTitleOnPersist'], 2000);
  5697.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5698.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5699.         }, => 'setNodeOnPersist'], 480);
  5700.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5701.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5702.         }, => 'setPageTitleOnPersist'], 0);
  5703.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5704.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5705.         }, => 'setStructureTypeToParent'], -2000);
  5706.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5707.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5708.         }, => 'setWorkflowStageOnArticle'], -2000);
  5709.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5710.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5711.         }, => 'setWorkflowStageOnArticle'], 0);
  5712.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5713.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5714.         }, => 'handleMetadataLoad'], 0);
  5715.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5716.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5717.         }, => 'handleFlush'], 0);
  5718.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5719.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5720.         }, => 'handlePrePersist'], 479);
  5721.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5722.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5723.         }, => 'handlePersist'], -10000);
  5724.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5725.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5726.         }, => 'handleRemove'], -10000);
  5727.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5728.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5729.         }, => 'handleRemoveLocale'], -10000);
  5730.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5731.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5732.         }, => 'handleCopyLocale'], -10000);
  5733.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5734.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5735.         }, => 'handleCopy'], -10000);
  5736.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5737.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5738.         }, => 'handlePublish'], -10000);
  5739.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5740.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5741.         }, => 'handleUnpublish'], -10000);
  5742.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5743.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5744.         }, => 'handleRemoveDraft'], -10000);
  5745.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5746.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5747.         }, => 'handleRestore'], -10000);
  5748.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5749.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5750.         }, => 'storeArticleToTrash'], 1024);
  5751.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5752.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5753.         }, => 'storeArticleTranslationToTrash'], 1024);
  5754.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5755.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5756.         }, => 'flushTrashItem'], 0);
  5757.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5758.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5759.         }, => 'clearPendingTrashItem'], 0);
  5760.         return $instance;
  5761.     }
  5762.     /**
  5763.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  5764.      *
  5765.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  5766.      */
  5767.     protected function getSuluDocumentManager_MetadataFactoryService()
  5768.     {
  5769.         $a = ($this->services['sulu_document_manager.metadata_factory.base'] ?? $this->getSuluDocumentManager_MetadataFactory_BaseService());
  5770.         if (isset($this->privates['sulu_document_manager.metadata_factory'])) {
  5771.             return $this->privates['sulu_document_manager.metadata_factory'];
  5772.         }
  5773.         return $this->privates['sulu_document_manager.metadata_factory'] = new \Sulu\Component\DocumentManager\Metadata\MetadataFactory($a);
  5774.     }
  5775.     /**
  5776.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  5777.      *
  5778.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  5779.      */
  5780.     protected function getSuluDocumentManager_NamespaceRegistryService()
  5781.     {
  5782.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  5783.     }
  5784.     /**
  5785.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  5786.      *
  5787.      * @return \Sulu\Component\DocumentManager\NodeManager
  5788.      */
  5789.     protected function getSuluDocumentManager_NodeManagerService()
  5790.     {
  5791.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  5792.         if (isset($this->privates['sulu_document_manager.node_manager'])) {
  5793.             return $this->privates['sulu_document_manager.node_manager'];
  5794.         }
  5795.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager($a);
  5796.     }
  5797.     /**
  5798.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  5799.      *
  5800.      * @return \Sulu\Component\DocumentManager\PathBuilder
  5801.      */
  5802.     protected function getSuluDocumentManager_PathBuilderService()
  5803.     {
  5804.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  5805.     }
  5806.     /**
  5807.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  5808.      *
  5809.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  5810.      */
  5811.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  5812.     {
  5813.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  5814.     }
  5815.     /**
  5816.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  5817.      *
  5818.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  5819.      */
  5820.     protected function getSuluDocumentManager_ProxyFactoryService()
  5821.     {
  5822.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  5823.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  5824.             return $this->privates['sulu_document_manager.proxy_factory'];
  5825.         }
  5826.         $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  5827.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  5828.             return $this->privates['sulu_document_manager.proxy_factory'];
  5829.         }
  5830.         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);
  5831.     }
  5832.     /**
  5833.      * Gets the private 'sulu_document_manager.session_manager' shared service.
  5834.      *
  5835.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  5836.      */
  5837.     protected function getSuluDocumentManager_SessionManagerService()
  5838.     {
  5839.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  5840.         if (isset($this->privates['sulu_document_manager.session_manager'])) {
  5841.             return $this->privates['sulu_document_manager.session_manager'];
  5842.         }
  5843.         return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a);
  5844.     }
  5845.     /**
  5846.      * Gets the private 'sulu_form.builder' shared service.
  5847.      *
  5848.      * @return \Sulu\Bundle\FormBundle\Form\Builder
  5849.      */
  5850.     protected function getSuluForm_BuilderService()
  5851.     {
  5852.         $a = ($this->privates['sulu_form.repository.form'] ?? $this->getSuluForm_Repository_FormService());
  5853.         if (isset($this->privates['sulu_form.builder'])) {
  5854.             return $this->privates['sulu_form.builder'];
  5855.         }
  5856.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  5857.         if (isset($this->privates['sulu_form.builder'])) {
  5858.             return $this->privates['sulu_form.builder'];
  5859.         }
  5860.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5861.         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);
  5862.     }
  5863.     /**
  5864.      * Gets the private 'sulu_form.configuration.form_configuration_factory' shared service.
  5865.      *
  5866.      * @return \Sulu\Bundle\FormBundle\Configuration\FormConfigurationFactory
  5867.      */
  5868.     protected function getSuluForm_Configuration_FormConfigurationFactoryService()
  5869.     {
  5870.         $a = ($this->services['sulu_media.system_collections.manager'] ?? $this->getSuluMedia_SystemCollections_ManagerService());
  5871.         if (isset($this->privates['sulu_form.configuration.form_configuration_factory'])) {
  5872.             return $this->privates['sulu_form.configuration.form_configuration_factory'];
  5873.         }
  5874.         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');
  5875.     }
  5876.     /**
  5877.      * Gets the private 'sulu_form.dynamic.form_field_type_pool' shared service.
  5878.      *
  5879.      * @return \Sulu\Bundle\FormBundle\Dynamic\FormFieldTypePool
  5880.      */
  5881.     protected function getSuluForm_Dynamic_FormFieldTypePoolService()
  5882.     {
  5883.         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()]);
  5884.     }
  5885.     /**
  5886.      * Gets the private 'sulu_form.handler' shared service.
  5887.      *
  5888.      * @return \Sulu\Bundle\FormBundle\Form\Handler
  5889.      */
  5890.     protected function getSuluForm_HandlerService()
  5891.     {
  5892.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5893.         if (isset($this->privates['sulu_form.handler'])) {
  5894.             return $this->privates['sulu_form.handler'];
  5895.         }
  5896.         $b = ($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService'));
  5897.         if (isset($this->privates['sulu_form.handler'])) {
  5898.             return $this->privates['sulu_form.handler'];
  5899.         }
  5900.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5901.         if (isset($this->privates['sulu_form.handler'])) {
  5902.             return $this->privates['sulu_form.handler'];
  5903.         }
  5904.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5905.         if (isset($this->privates['sulu_form.handler'])) {
  5906.             return $this->privates['sulu_form.handler'];
  5907.         }
  5908.         $e = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  5909.         if (isset($this->privates['sulu_form.handler'])) {
  5910.             return $this->privates['sulu_form.handler'];
  5911.         }
  5912.         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');
  5913.     }
  5914.     /**
  5915.      * Gets the private 'sulu_form.private_media_subscriber' shared service.
  5916.      *
  5917.      * @return \Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber
  5918.      */
  5919.     protected function getSuluForm_PrivateMediaSubscriberService()
  5920.     {
  5921.         $a = ($this->services['router'] ?? $this->getRouterService());
  5922.         if (isset($this->privates['sulu_form.private_media_subscriber'])) {
  5923.             return $this->privates['sulu_form.private_media_subscriber'];
  5924.         }
  5925.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5926.         if (isset($this->privates['sulu_form.private_media_subscriber'])) {
  5927.             return $this->privates['sulu_form.private_media_subscriber'];
  5928.         }
  5929.         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()));
  5930.     }
  5931.     /**
  5932.      * Gets the private 'sulu_form.repository.dynamic' shared service.
  5933.      *
  5934.      * @return \Sulu\Bundle\FormBundle\Repository\DynamicRepository
  5935.      */
  5936.     protected function getSuluForm_Repository_DynamicService()
  5937.     {
  5938.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5939.         if (isset($this->privates['sulu_form.repository.dynamic'])) {
  5940.             return $this->privates['sulu_form.repository.dynamic'];
  5941.         }
  5942.         return $this->privates['sulu_form.repository.dynamic'] = $a->getRepository('Sulu\\Bundle\\FormBundle\\Entity\\Dynamic');
  5943.     }
  5944.     /**
  5945.      * Gets the private 'sulu_form.repository.form' shared service.
  5946.      *
  5947.      * @return \Sulu\Bundle\FormBundle\Repository\FormRepository
  5948.      */
  5949.     protected function getSuluForm_Repository_FormService()
  5950.     {
  5951.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5952.         if (isset($this->privates['sulu_form.repository.form'])) {
  5953.             return $this->privates['sulu_form.repository.form'];
  5954.         }
  5955.         return $this->privates['sulu_form.repository.form'] = $a->getRepository('Sulu\\Bundle\\FormBundle\\Entity\\Form');
  5956.     }
  5957.     /**
  5958.      * Gets the private 'sulu_form.request_listener' shared service.
  5959.      *
  5960.      * @return \Sulu\Bundle\FormBundle\Event\RequestListener
  5961.      */
  5962.     protected function getSuluForm_RequestListenerService()
  5963.     {
  5964.         $a = ($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService());
  5965.         if (isset($this->privates['sulu_form.request_listener'])) {
  5966.             return $this->privates['sulu_form.request_listener'];
  5967.         }
  5968.         $b = ($this->privates['sulu_form.handler'] ?? $this->getSuluForm_HandlerService());
  5969.         if (isset($this->privates['sulu_form.request_listener'])) {
  5970.             return $this->privates['sulu_form.request_listener'];
  5971.         }
  5972.         $c = ($this->privates['sulu_form.configuration.form_configuration_factory'] ?? $this->getSuluForm_Configuration_FormConfigurationFactoryService());
  5973.         if (isset($this->privates['sulu_form.request_listener'])) {
  5974.             return $this->privates['sulu_form.request_listener'];
  5975.         }
  5976.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5977.         if (isset($this->privates['sulu_form.request_listener'])) {
  5978.             return $this->privates['sulu_form.request_listener'];
  5979.         }
  5980.         return $this->privates['sulu_form.request_listener'] = new \Sulu\Bundle\FormBundle\Event\RequestListener($a$b$c$d);
  5981.     }
  5982.     /**
  5983.      * Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
  5984.      *
  5985.      * @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
  5986.      */
  5987.     protected function getSuluMarkup_LinkTag_ProviderPoolService()
  5988.     {
  5989.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  5990.         if (isset($this->privates['sulu_markup.link_tag.provider_pool'])) {
  5991.             return $this->privates['sulu_markup.link_tag.provider_pool'];
  5992.         }
  5993.         $b = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  5994.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5995.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  5996.         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')]);
  5997.     }
  5998.     /**
  5999.      * Gets the private 'sulu_markup.parser' shared service.
  6000.      *
  6001.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  6002.      */
  6003.     protected function getSuluMarkup_ParserService()
  6004.     {
  6005.         $a = ($this->privates['sulu_markup.link_tag.provider_pool'] ?? $this->getSuluMarkup_LinkTag_ProviderPoolService());
  6006.         if (isset($this->privates['sulu_markup.parser'])) {
  6007.             return $this->privates['sulu_markup.parser'];
  6008.         }
  6009.         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')))]));
  6010.     }
  6011.     /**
  6012.      * Gets the private 'sulu_markup.response_listener' shared service.
  6013.      *
  6014.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  6015.      */
  6016.     protected function getSuluMarkup_ResponseListenerService()
  6017.     {
  6018.         $a = ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService());
  6019.         if (isset($this->privates['sulu_markup.response_listener'])) {
  6020.             return $this->privates['sulu_markup.response_listener'];
  6021.         }
  6022.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => $a]);
  6023.     }
  6024.     /**
  6025.      * Gets the private 'sulu_media.type_manager' shared service.
  6026.      *
  6027.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  6028.      */
  6029.     protected function getSuluMedia_TypeManagerService()
  6030.     {
  6031.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6032.         if (isset($this->privates['sulu_media.type_manager'])) {
  6033.             return $this->privates['sulu_media.type_manager'];
  6034.         }
  6035.         return $this->privates['sulu_media.type_manager'] = new \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager($a$this->parameters['sulu_media.media.types'], []);
  6036.     }
  6037.     /**
  6038.      * Gets the private 'sulu_page.export.manager' shared service.
  6039.      *
  6040.      * @return \Sulu\Component\Export\Manager\ExportManager
  6041.      */
  6042.     protected function getSuluPage_Export_ManagerService()
  6043.     {
  6044.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  6045.         $instance->add('number''1.2.xliff', ['translate' => true]);
  6046.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  6047.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  6048.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  6049.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  6050.         $instance->add('link''1.2.xliff', ['translate' => false]);
  6051.         $instance->add('block''1.2.xliff', ['translate' => false]);
  6052.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  6053.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  6054.         $instance->add('contact_selection''1.2.xliff', ['translate' => false]);
  6055.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  6056.         $instance->add('account_selection''1.2.xliff', ['translate' => false]);
  6057.         $instance->add('collection_selection''1.2.xliff', ['translate' => false]);
  6058.         $instance->add('single_collection_selection''1.2.xliff', ['translate' => false]);
  6059.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  6060.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  6061.         $instance->add('image_map''1.2.xliff', ['translate' => false]);
  6062.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  6063.         $instance->add('single_category_selection''1.2.xliff', ['translate' => false]);
  6064.         $instance->add('single_snippet_selection''1.2.xliff', ['translate' => false]);
  6065.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  6066.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  6067.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  6068.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  6069.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  6070.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  6071.         $instance->add('password''1.2.xliff', ['translate' => false]);
  6072.         $instance->add('url''1.2.xliff', ['translate' => false]);
  6073.         $instance->add('email''1.2.xliff', ['translate' => false]);
  6074.         $instance->add('date''1.2.xliff', ['translate' => false]);
  6075.         $instance->add('datetime''1.2.xliff', ['translate' => false]);
  6076.         $instance->add('time''1.2.xliff', ['translate' => false]);
  6077.         $instance->add('color''1.2.xliff', ['translate' => false]);
  6078.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  6079.         $instance->add('select''1.2.xliff', ['translate' => false]);
  6080.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  6081.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  6082.         $instance->add('location''1.2.xliff', ['translate' => false]);
  6083.         $instance->add('route''1.2.xliff', ['translate' => false]);
  6084.         $instance->add('page_tree_route''1.2.xliff', ['translate' => false]);
  6085.         return $instance;
  6086.     }
  6087.     /**
  6088.      * Gets the private 'sulu_page.import.manager' shared service.
  6089.      *
  6090.      * @return \Sulu\Component\Import\Manager\ImportManager
  6091.      */
  6092.     protected function getSuluPage_Import_ManagerService()
  6093.     {
  6094.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  6095.     }
  6096.     /**
  6097.      * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  6098.      *
  6099.      * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  6100.      */
  6101.     protected function getSuluPage_Structure_PropertiesXmlParserService()
  6102.     {
  6103.         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']);
  6104.     }
  6105.     /**
  6106.      * Gets the private 'sulu_preview.preview.cache' shared service.
  6107.      *
  6108.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6109.      */
  6110.     protected function getSuluPreview_Preview_CacheService()
  6111.     {
  6112.         $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))));
  6113.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6114.         return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  6115.     }
  6116.     /**
  6117.      * Gets the private 'sulu_route.routing.provider' shared service.
  6118.      *
  6119.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  6120.      */
  6121.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  6122.     {
  6123.         if ($lazyLoad) {
  6124.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  6125.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6126.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  6127.                     $proxy->setProxyInitializer(null);
  6128.                     return true;
  6129.                 });
  6130.             });
  6131.         }
  6132.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  6133.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  6134.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  6135.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  6136.         include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php';
  6137.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6138.         $b = ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService());
  6139.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  6140.         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]);
  6141.     }
  6142.     /**
  6143.      * Gets the private 'sulu_security.access_control_manager' shared service.
  6144.      *
  6145.      * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  6146.      */
  6147.     protected function getSuluSecurity_AccessControlManagerService()
  6148.     {
  6149.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6150.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6151.             return $this->privates['sulu_security.access_control_manager'];
  6152.         }
  6153.         $b = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  6154.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6155.             return $this->privates['sulu_security.access_control_manager'];
  6156.         }
  6157.         $c = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  6158.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6159.             return $this->privates['sulu_security.access_control_manager'];
  6160.         }
  6161.         $d = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  6162.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6163.             return $this->privates['sulu_security.access_control_manager'];
  6164.         }
  6165.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6166.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6167.             return $this->privates['sulu_security.access_control_manager'];
  6168.         }
  6169.         $f = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  6170.         $this->privates['sulu_security.access_control_manager'] = $instance = new \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager($f$a$b, new RewindableGenerator(function () {
  6171.             yield => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  6172.             yield => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  6173.         }, 2), $c$d$e$this->parameters['sulu_security.permissions']);
  6174.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $c$this->parameters['permissions']));
  6175.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $c$d$f));
  6176.         return $instance;
  6177.     }
  6178.     /**
  6179.      * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  6180.      *
  6181.      * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  6182.      */
  6183.     protected function getSuluSecurity_AccessControlQueryEnhancerService()
  6184.     {
  6185.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  6186.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  6187.             return $this->privates['sulu_security.access_control_query_enhancer'];
  6188.         }
  6189.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6190.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  6191.             return $this->privates['sulu_security.access_control_query_enhancer'];
  6192.         }
  6193.         return $this->privates['sulu_security.access_control_query_enhancer'] = new \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer($a$b);
  6194.     }
  6195.     /**
  6196.      * Gets the private 'sulu_security.event_listener.security' shared service.
  6197.      *
  6198.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  6199.      */
  6200.     protected function getSuluSecurity_EventListener_SecurityService()
  6201.     {
  6202.         return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  6203.     }
  6204.     /**
  6205.      * Gets the private 'sulu_security.system_listener' shared service.
  6206.      *
  6207.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  6208.      */
  6209.     protected function getSuluSecurity_SystemListenerService()
  6210.     {
  6211.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  6212.         if (isset($this->privates['sulu_security.system_listener'])) {
  6213.             return $this->privates['sulu_security.system_listener'];
  6214.         }
  6215.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6216.         if (isset($this->privates['sulu_security.system_listener'])) {
  6217.             return $this->privates['sulu_security.system_listener'];
  6218.         }
  6219.         return $this->privates['sulu_security.system_listener'] = new \Sulu\Bundle\SecurityBundle\EventListener\SystemListener($a$b'website');
  6220.     }
  6221.     /**
  6222.      * Gets the private 'sulu_security.system_store' shared service.
  6223.      *
  6224.      * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  6225.      */
  6226.     protected function getSuluSecurity_SystemStoreService()
  6227.     {
  6228.         $a = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  6229.         if (isset($this->privates['sulu_security.system_store'])) {
  6230.             return $this->privates['sulu_security.system_store'];
  6231.         }
  6232.         return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore($a);
  6233.     }
  6234.     /**
  6235.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  6236.      *
  6237.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  6238.      */
  6239.     protected function getSuluTag_TagRequestHandlerService()
  6240.     {
  6241.         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())));
  6242.     }
  6243.     /**
  6244.      * Gets the private 'sulu_trash.trash_item_repository' shared service.
  6245.      *
  6246.      * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  6247.      */
  6248.     protected function getSuluTrash_TrashItemRepositoryService()
  6249.     {
  6250.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6251.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  6252.             return $this->privates['sulu_trash.trash_item_repository'];
  6253.         }
  6254.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6255.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  6256.             return $this->privates['sulu_trash.trash_item_repository'];
  6257.         }
  6258.         return $this->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository($a$b);
  6259.     }
  6260.     /**
  6261.      * Gets the private 'sulu_trash.trash_manager' shared service.
  6262.      *
  6263.      * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  6264.      */
  6265.     protected function getSuluTrash_TrashManagerService()
  6266.     {
  6267.         $a = ($this->privates['sulu_trash.trash_item_repository'] ?? $this->getSuluTrash_TrashItemRepositoryService());
  6268.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  6269.             return $this->privates['sulu_trash.trash_manager'];
  6270.         }
  6271.         $b = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  6272.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  6273.             return $this->privates['sulu_trash.trash_manager'];
  6274.         }
  6275.         $c = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6276.             'accounts' => ['privates''sulu_contact.account_trash_item_handler''getSuluContact_AccountTrashItemHandlerService'true],
  6277.             'analytics' => ['privates''sulu_website.analytics_trash_item_handler''getSuluWebsite_AnalyticsTrashItemHandlerService'true],
  6278.             'articles' => ['privates''sulu_article.article_trash_item_handler''getSuluArticle_ArticleTrashItemHandlerService'true],
  6279.             'categories' => ['privates''sulu_category.category_trash_item_handler''getSuluCategory_CategoryTrashItemHandlerService'true],
  6280.             'collections' => ['privates''sulu_media.collection_trash_item_handler''getSuluMedia_CollectionTrashItemHandlerService'true],
  6281.             'contacts' => ['privates''sulu_contact.contact_trash_item_handler''getSuluContact_ContactTrashItemHandlerService'true],
  6282.             'custom_urls' => ['privates''sulu_custom_urls.custom_url_trash_item_handler''getSuluCustomUrls_CustomUrlTrashItemHandlerService'true],
  6283.             'forms' => ['privates''sulu_form.form_trash_item_handler''getSuluForm_FormTrashItemHandlerService'true],
  6284.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  6285.             'pages' => ['privates''sulu_page.page_trash_item_handler''getSuluPage_PageTrashItemHandlerService'true],
  6286.             'snippets' => ['privates''sulu_snippet.snippet_trash_item_handler''getSuluSnippet_SnippetTrashItemHandlerService'true],
  6287.             'tags' => ['privates''sulu_tag.tag_trash_item_handler''getSuluTag_TagTrashItemHandlerService'true],
  6288.         ], [
  6289.             'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  6290.             'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  6291.             'articles' => 'Sulu\\Bundle\\ArticleBundle\\Trash\\ArticleTrashItemHandler',
  6292.             'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  6293.             'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  6294.             'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  6295.             'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  6296.             'forms' => 'Sulu\\Bundle\\FormBundle\\Trash\\FormTrashItemHandler',
  6297.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  6298.             'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  6299.             'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  6300.             'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  6301.         ]);
  6302.         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, [
  6303.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  6304.         ], [
  6305.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  6306.         ]));
  6307.     }
  6308.     /**
  6309.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  6310.      *
  6311.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  6312.      */
  6313.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  6314.     {
  6315.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6316.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  6317.             return $this->privates['sulu_website.analytics.response_listener'];
  6318.         }
  6319.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6320.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  6321.             return $this->privates['sulu_website.analytics.response_listener'];
  6322.         }
  6323.         $c = ($this->services['sulu.repository.analytics'] ?? $this->getSulu_Repository_AnalyticsService());
  6324.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  6325.             return $this->privates['sulu_website.analytics.response_listener'];
  6326.         }
  6327.         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")) : ("")));
  6328.     }
  6329.     /**
  6330.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  6331.      *
  6332.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  6333.      */
  6334.     protected function getSuluWebsite_EventListener_TranslatorService()
  6335.     {
  6336.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  6337.     }
  6338.     /**
  6339.      * Gets the private 'sulu_website.router_listener' shared service.
  6340.      *
  6341.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  6342.      */
  6343.     protected function getSuluWebsite_RouterListenerService()
  6344.     {
  6345.         $a = ($this->services['router'] ?? $this->getRouterService());
  6346.         if (isset($this->privates['sulu_website.router_listener'])) {
  6347.             return $this->privates['sulu_website.router_listener'];
  6348.         }
  6349.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6350.         if (isset($this->privates['sulu_website.router_listener'])) {
  6351.             return $this->privates['sulu_website.router_listener'];
  6352.         }
  6353.         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);
  6354.     }
  6355.     /**
  6356.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  6357.      *
  6358.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  6359.      */
  6360.     protected function getSuluWebsite_Routing_RequestListenerService()
  6361.     {
  6362.         $a = ($this->services['router'] ?? $this->getRouterService());
  6363.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  6364.             return $this->privates['sulu_website.routing.request_listener'];
  6365.         }
  6366.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6367.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  6368.             return $this->privates['sulu_website.routing.request_listener'];
  6369.         }
  6370.         return $this->privates['sulu_website.routing.request_listener'] = new \Sulu\Bundle\WebsiteBundle\Routing\RequestListener($a$b);
  6371.     }
  6372.     /**
  6373.      * Gets the private 'sulu_website.segment_subscriber' shared service.
  6374.      *
  6375.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  6376.      */
  6377.     protected function getSuluWebsite_SegmentSubscriberService()
  6378.     {
  6379.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6380.         if (isset($this->privates['sulu_website.segment_subscriber'])) {
  6381.             return $this->privates['sulu_website.segment_subscriber'];
  6382.         }
  6383.         return $this->privates['sulu_website.segment_subscriber'] = new \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber('X-Sulu-Segment'$a'_ss');
  6384.     }
  6385.     /**
  6386.      * Gets the private 'translator.default' shared service.
  6387.      *
  6388.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6389.      */
  6390.     protected function getTranslator_DefaultService()
  6391.     {
  6392.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6393.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  6394.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  6395.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  6396.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  6397.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  6398.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  6399.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  6400.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  6401.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  6402.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  6403.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  6404.         ], [
  6405.             'translation.loader.csv' => '?',
  6406.             'translation.loader.dat' => '?',
  6407.             'translation.loader.ini' => '?',
  6408.             'translation.loader.json' => '?',
  6409.             'translation.loader.mo' => '?',
  6410.             'translation.loader.php' => '?',
  6411.             'translation.loader.po' => '?',
  6412.             'translation.loader.qt' => '?',
  6413.             'translation.loader.res' => '?',
  6414.             'translation.loader.xliff' => '?',
  6415.             'translation.loader.yml' => '?',
  6416.         ]), 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']]], []);
  6417.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6418.         $instance->setFallbackLocales([=> 'en']);
  6419.         return $instance;
  6420.     }
  6421.     /**
  6422.      * Gets the private 'twig.loader.native_filesystem' shared service.
  6423.      *
  6424.      * @return \Twig\Loader\FilesystemLoader
  6425.      */
  6426.     protected function getTwig_Loader_NativeFilesystemService()
  6427.     {
  6428.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  6429.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  6430.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  6431.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  6432.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  6433.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  6434.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  6435.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  6436.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  6437.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  6438.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  6439.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  6440.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  6441.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  6442.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  6443.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  6444.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  6445.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  6446.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  6447.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  6448.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  6449.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  6450.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  6451.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  6452.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  6453.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  6454.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  6455.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/views'), 'SuluForm');
  6456.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/views'), '!SuluForm');
  6457.         $instance->addPath((\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  6458.         $instance->addPath((\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  6459.         $instance->addPath((\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Resources/views'), 'ONGRElasticsearch');
  6460.         $instance->addPath((\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Resources/views'), '!ONGRElasticsearch');
  6461.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/views'), 'SuluArticle');
  6462.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/views'), '!SuluArticle');
  6463.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/views'), 'SuluCommunity');
  6464.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/views'), '!SuluCommunity');
  6465.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  6466.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  6467.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  6468.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  6469.         return $instance;
  6470.     }
  6471.     /**
  6472.      * Gets the private 'url_helper' shared service.
  6473.      *
  6474.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  6475.      */
  6476.     protected function getUrlHelperService()
  6477.     {
  6478.         $a = ($this->services['router'] ?? $this->getRouterService());
  6479.         if (isset($this->privates['url_helper'])) {
  6480.             return $this->privates['url_helper'];
  6481.         }
  6482.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  6483.     }
  6484.     /**
  6485.      * Gets the private 'validator.builder' shared service.
  6486.      *
  6487.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6488.      */
  6489.     protected function getValidator_BuilderService()
  6490.     {
  6491.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6492.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6493.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6494.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  6495.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  6496.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\BlockedValidator' => ['privates''sulu_community.validator.blocked''getSuluCommunity_Validator_BlockedService'true],
  6497.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\ExistValidator' => ['privates''sulu_community.validator.exist''getSuluCommunity_Validator_ExistService'true],
  6498.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6499.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  6500.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6501.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  6502.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6503.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  6504.             'blocked_validator' => ['privates''sulu_community.validator.blocked''getSuluCommunity_Validator_BlockedService'true],
  6505.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  6506.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6507.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  6508.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  6509.             'exist_validator' => ['privates''sulu_community.validator.exist''getSuluCommunity_Validator_ExistService'true],
  6510.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6511.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6512.         ], [
  6513.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  6514.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  6515.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\BlockedValidator' => '?',
  6516.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\ExistValidator' => '?',
  6517.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6518.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  6519.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6520.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6521.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6522.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6523.             'blocked_validator' => '?',
  6524.             'cmf_routing.validator.route_defaults' => '?',
  6525.             'doctrine.orm.validator.unique' => '?',
  6526.             'ewz_recaptcha.true' => '?',
  6527.             'ewz_recaptcha.v3.true' => '?',
  6528.             'exist_validator' => '?',
  6529.             'security.validator.user_password' => '?',
  6530.             'validator.expression' => '?',
  6531.         ])));
  6532.         if ($this->has('translator')) {
  6533.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6534.         }
  6535.         $instance->setTranslationDomain('validators');
  6536.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/config/validation.xml')]);
  6537.         $instance->enableAnnotationMapping(true);
  6538.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6539.         $instance->addMethodMapping('loadValidatorMetadata');
  6540.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6541.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6542.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6543.         return $instance;
  6544.     }
  6545.     /**
  6546.      * Gets the private 'var_dumper.html_dumper' shared service.
  6547.      *
  6548.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6549.      */
  6550.     protected function getVarDumper_HtmlDumperService()
  6551.     {
  6552.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6553.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6554.         return $instance;
  6555.     }
  6556.     /**
  6557.      * Gets the private 'var_dumper.server_connection' shared service.
  6558.      *
  6559.      * @return \Symfony\Component\VarDumper\Server\Connection
  6560.      */
  6561.     protected function getVarDumper_ServerConnectionService()
  6562.     {
  6563.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  6564.         if (isset($this->privates['var_dumper.server_connection'])) {
  6565.             return $this->privates['var_dumper.server_connection'];
  6566.         }
  6567.         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()]);
  6568.     }
  6569.     /**
  6570.      * Gets the private 'web_profiler.csp.handler' shared service.
  6571.      *
  6572.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6573.      */
  6574.     protected function getWebProfiler_Csp_HandlerService()
  6575.     {
  6576.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6577.     }
  6578.     /**
  6579.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6580.      *
  6581.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6582.      */
  6583.     protected function getWebProfiler_DebugToolbarService()
  6584.     {
  6585.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6586.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6587.             return $this->privates['web_profiler.debug_toolbar'];
  6588.         }
  6589.         $b = ($this->services['router'] ?? $this->getRouterService());
  6590.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6591.             return $this->privates['web_profiler.debug_toolbar'];
  6592.         }
  6593.         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()));
  6594.     }
  6595.     /**
  6596.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  6597.      *
  6598.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  6599.      */
  6600.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  6601.     {
  6602.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6603.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  6604.         ], [
  6605.             '_default' => '?',
  6606.         ]), '_default');
  6607.     }
  6608.     /**
  6609.      * Gets the public 'cache_clearer' alias.
  6610.      *
  6611.      * @return object The ".container.private.cache_clearer" service.
  6612.      */
  6613.     protected function getCacheClearerService()
  6614.     {
  6615.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6616.         return $this->get('.container.private.cache_clearer');
  6617.     }
  6618.     /**
  6619.      * Gets the public 'filesystem' alias.
  6620.      *
  6621.      * @return object The ".container.private.filesystem" service.
  6622.      */
  6623.     protected function getFilesystemService()
  6624.     {
  6625.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6626.         return $this->get('.container.private.filesystem');
  6627.     }
  6628.     /**
  6629.      * Gets the public 'serializer' alias.
  6630.      *
  6631.      * @return object The ".container.private.serializer" service.
  6632.      */
  6633.     protected function getSerializerService()
  6634.     {
  6635.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6636.         return $this->get('.container.private.serializer');
  6637.     }
  6638.     /**
  6639.      * Gets the public 'security.csrf.token_manager' alias.
  6640.      *
  6641.      * @return object The ".container.private.security.csrf.token_manager" service.
  6642.      */
  6643.     protected function getSecurity_Csrf_TokenManagerService()
  6644.     {
  6645.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6646.         return $this->get('.container.private.security.csrf.token_manager');
  6647.     }
  6648.     /**
  6649.      * Gets the public 'form.factory' alias.
  6650.      *
  6651.      * @return object The ".container.private.form.factory" service.
  6652.      */
  6653.     protected function getForm_FactoryService()
  6654.     {
  6655.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6656.         return $this->get('.container.private.form.factory');
  6657.     }
  6658.     /**
  6659.      * Gets the public 'form.type.file' alias.
  6660.      *
  6661.      * @return object The ".container.private.form.type.file" service.
  6662.      */
  6663.     protected function getForm_Type_FileService()
  6664.     {
  6665.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6666.         return $this->get('.container.private.form.type.file');
  6667.     }
  6668.     /**
  6669.      * Gets the public 'profiler' alias.
  6670.      *
  6671.      * @return object The ".container.private.profiler" service.
  6672.      */
  6673.     protected function getProfilerService()
  6674.     {
  6675.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6676.         return $this->get('.container.private.profiler');
  6677.     }
  6678.     /**
  6679.      * Gets the public 'twig' alias.
  6680.      *
  6681.      * @return object The ".container.private.twig" service.
  6682.      */
  6683.     protected function getTwigService()
  6684.     {
  6685.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6686.         return $this->get('.container.private.twig');
  6687.     }
  6688.     /**
  6689.      * Gets the public 'security.authorization_checker' alias.
  6690.      *
  6691.      * @return object The ".container.private.security.authorization_checker" service.
  6692.      */
  6693.     protected function getSecurity_AuthorizationCheckerService()
  6694.     {
  6695.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6696.         return $this->get('.container.private.security.authorization_checker');
  6697.     }
  6698.     /**
  6699.      * Gets the public 'security.token_storage' alias.
  6700.      *
  6701.      * @return object The ".container.private.security.token_storage" service.
  6702.      */
  6703.     protected function getSecurity_TokenStorageService()
  6704.     {
  6705.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6706.         return $this->get('.container.private.security.token_storage');
  6707.     }
  6708.     /**
  6709.      * Gets the public 'security.password_encoder' alias.
  6710.      *
  6711.      * @return object The ".container.private.security.password_encoder" service.
  6712.      */
  6713.     protected function getSecurity_PasswordEncoderService()
  6714.     {
  6715.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6716.         return $this->get('.container.private.security.password_encoder');
  6717.     }
  6718.     /**
  6719.      * Gets the public 'session' alias.
  6720.      *
  6721.      * @return object The ".container.private.session" service.
  6722.      */
  6723.     protected function getSessionService()
  6724.     {
  6725.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6726.         return $this->get('.container.private.session');
  6727.     }
  6728.     /**
  6729.      * Gets the public 'validator' alias.
  6730.      *
  6731.      * @return object The ".container.private.validator" service.
  6732.      */
  6733.     protected function getValidatorService()
  6734.     {
  6735.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6736.         return $this->get('.container.private.validator');
  6737.     }
  6738.     /**
  6739.      * @return array|bool|float|int|string|\UnitEnum|null
  6740.      */
  6741.     public function getParameter(string $name)
  6742.     {
  6743.         if (isset($this->buildParameters[$name])) {
  6744.             return $this->buildParameters[$name];
  6745.         }
  6746.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6747.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6748.         }
  6749.         if (isset($this->loadedDynamicParameters[$name])) {
  6750.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6751.         }
  6752.         return $this->parameters[$name];
  6753.     }
  6754.     public function hasParameter(string $name): bool
  6755.     {
  6756.         if (isset($this->buildParameters[$name])) {
  6757.             return true;
  6758.         }
  6759.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6760.     }
  6761.     public function setParameter(string $name$value): void
  6762.     {
  6763.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6764.     }
  6765.     public function getParameterBag(): ParameterBagInterface
  6766.     {
  6767.         if (null === $this->parameterBag) {
  6768.             $parameters $this->parameters;
  6769.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6770.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6771.             }
  6772.             foreach ($this->buildParameters as $name => $value) {
  6773.                 $parameters[$name] = $value;
  6774.             }
  6775.             $this->parameterBag = new FrozenParameterBag($parameters);
  6776.         }
  6777.         return $this->parameterBag;
  6778.     }
  6779.     private $loadedDynamicParameters = [
  6780.         'kernel.runtime_environment' => false,
  6781.         'kernel.build_dir' => false,
  6782.         'kernel.cache_dir' => false,
  6783.         'google_recaptcha_site_key' => false,
  6784.         'kernel.secret' => false,
  6785.         'debug.container.dump' => false,
  6786.         'serializer.mapping.cache.file' => false,
  6787.         'validator.mapping.cache.file' => false,
  6788.         'profiler.storage.dsn' => false,
  6789.         'swiftmailer.spool.default.memory.path' => false,
  6790.         'sulu.cache_dir' => false,
  6791.         'sulu_core.proxy_cache_dir' => false,
  6792.         'doctrine.orm.proxy_dir' => false,
  6793.         'massive_search.adapter.elastic.hosts' => false,
  6794.         'massive_search.metadata.prefix' => false,
  6795.         'massive_search.metadata.cache_dir' => false,
  6796.         'sulu_admin.email' => false,
  6797.         'sulu_website.sitemap.dump_dir' => false,
  6798.         'sulu_form.mail.from' => false,
  6799.         'sulu_form.mail.to' => false,
  6800.         'sulu_form.mail.sender' => false,
  6801.         'ewz_recaptcha.public_key' => false,
  6802.         'ewz_recaptcha.private_key' => false,
  6803.         'sulu_hub_score_form_sender.base_configuration.id' => false,
  6804.         'sulu_hub_score_form_sender.base_configuration.pwd' => false,
  6805.         'sulu_hub_score_form_sender.base_configuration.base_url' => false,
  6806.         'sulu_hub_score_form_sender.payload_configuration.campagn_id' => false,
  6807.         'sulu_hub_score_form_sender.payload_configuration.database_id' => false,
  6808.         'es.managers' => false,
  6809.         'sulu_community.webspaces_config' => false,
  6810.     ];
  6811.     private $dynamicParameters = [];
  6812.     private function getDynamicParameter(string $name)
  6813.     {
  6814.         switch ($name) {
  6815.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6816.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6817.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6818.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  6819.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6820.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6821.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6822.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6823.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6824.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  6825.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  6826.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  6827.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6828.             case 'massive_search.adapter.elastic.hosts'$value = [
  6829.                 => $this->getEnv('ELASTICSEARCH_HOST'),
  6830.             ]; break;
  6831.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  6832.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  6833.             case 'sulu_admin.email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6834.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  6835.             case 'sulu_form.mail.from'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6836.             case 'sulu_form.mail.to'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6837.             case 'sulu_form.mail.sender'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6838.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  6839.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  6840.             case 'sulu_hub_score_form_sender.base_configuration.id'$value $this->getEnv('HUBSCORE_USERNAME'); break;
  6841.             case 'sulu_hub_score_form_sender.base_configuration.pwd'$value $this->getEnv('HUBSCORE_PASSWORD'); break;
  6842.             case 'sulu_hub_score_form_sender.base_configuration.base_url'$value $this->getEnv('HUBSCORE_URL'); break;
  6843.             case 'sulu_hub_score_form_sender.payload_configuration.campagn_id'$value $this->getEnv('HUB_SCORE_SEND_MAIL_CAMPAGN_ID'); break;
  6844.             case 'sulu_hub_score_form_sender.payload_configuration.database_id'$value $this->getEnv('HUB_SCORE_SEND_MAIL_DATABASE_ID'); break;
  6845.             case 'es.managers'$value = [
  6846.                 'default' => [
  6847.                     'index' => [
  6848.                         'index_name' => $this->getEnv('resolve:ELASTICSEARCH_INDEX'),
  6849.                         'hosts' => [
  6850.                             => $this->getEnv('resolve:ELASTICSEARCH_HOST'),
  6851.                         ],
  6852.                         'settings' => [
  6853.                             'number_of_replicas' => 0,
  6854.                             'number_of_shards' => 1,
  6855.                             'refresh_interval' => -1,
  6856.                         ],
  6857.                     ],
  6858.                     'mappings' => [
  6859.                         => 'SuluArticleBundle',
  6860.                     ],
  6861.                     'bulk_size' => 100,
  6862.                     'commit_mode' => 'refresh',
  6863.                     'logger' => [
  6864.                         'enabled' => false,
  6865.                         'level' => 'warning',
  6866.                         'log_file_name' => NULL,
  6867.                     ],
  6868.                     'force_commit' => true,
  6869.                 ],
  6870.                 'live' => [
  6871.                     'index' => [
  6872.                         'index_name' => $this->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live',
  6873.                         'hosts' => [
  6874.                             => $this->getEnv('resolve:ELASTICSEARCH_HOST'),
  6875.                         ],
  6876.                         'settings' => [
  6877.                             'number_of_replicas' => 0,
  6878.                             'number_of_shards' => 1,
  6879.                             'refresh_interval' => -1,
  6880.                         ],
  6881.                     ],
  6882.                     'mappings' => [
  6883.                         => 'SuluArticleBundle',
  6884.                     ],
  6885.                     'bulk_size' => 100,
  6886.                     'commit_mode' => 'refresh',
  6887.                     'logger' => [
  6888.                         'enabled' => false,
  6889.                         'level' => 'warning',
  6890.                         'log_file_name' => NULL,
  6891.                     ],
  6892.                     'force_commit' => true,
  6893.                 ],
  6894.             ]; break;
  6895.             case 'sulu_community.webspaces_config'$value = [
  6896.                 'pqna' => [
  6897.                     'from' => [
  6898.                         $this->getEnv('SULU_ADMIN_EMAIL') => $this->getEnv('SULU_ADMIN_EMAIL'),
  6899.                     ],
  6900.                     'login' => [
  6901.                         'embed_template' => 'community/login-embed.html.twig',
  6902.                         'template' => 'community/login.html.twig',
  6903.                     ],
  6904.                     'registration' => [
  6905.                         'activate_user' => false,
  6906.                         'auto_login' => true,
  6907.                         'email' => [
  6908.                             'subject' => 'Registration',
  6909.                             'user_template' => 'community/registration-email.html.twig',
  6910.                             'admin_template' => NULL,
  6911.                         ],
  6912.                         'template' => 'community/registration-form.html.twig',
  6913.                         'type' => 'App\\Form\\RegistrationType',
  6914.                         'options' => [
  6915.                         ],
  6916.                         'redirect_to' => '?send=true',
  6917.                     ],
  6918.                     'confirmation' => [
  6919.                         'activate_user' => true,
  6920.                         'auto_login' => true,
  6921.                         'email' => [
  6922.                             'subject' => 'Confirmation',
  6923.                             'user_template' => NULL,
  6924.                             'admin_template' => NULL,
  6925.                         ],
  6926.                         'redirect_to' => NULL,
  6927.                         'template' => 'community/confirmation-message.html.twig',
  6928.                     ],
  6929.                     'password_forget' => [
  6930.                         'email' => [
  6931.                             'subject' => 'Password Forget',
  6932.                             'admin_template' => NULL,
  6933.                             'user_template' => 'community/password-forget-email.html.twig',
  6934.                         ],
  6935.                         'redirect_to' => '?send=true',
  6936.                         'template' => 'community/password-forget-form.html.twig',
  6937.                         'type' => 'App\\Form\\PasswordForgetType',
  6938.                         'options' => [
  6939.                         ],
  6940.                     ],
  6941.                     'password_reset' => [
  6942.                         'auto_login' => true,
  6943.                         'email' => [
  6944.                             'subject' => 'Password Reset',
  6945.                             'admin_template' => NULL,
  6946.                             'user_template' => NULL,
  6947.                         ],
  6948.                         'redirect_to' => '?send=true',
  6949.                         'template' => 'community/password-reset-form.html.twig',
  6950.                         'type' => 'App\\Form\\PasswordResetType',
  6951.                         'options' => [
  6952.                         ],
  6953.                     ],
  6954.                     'profile' => [
  6955.                         'redirect_to' => NULL,
  6956.                         'template' => 'community/profile-form.html.twig',
  6957.                         'type' => 'App\\Form\\ProfileType',
  6958.                         'options' => [
  6959.                         ],
  6960.                         'email' => [
  6961.                             'subject' => 'Profile change',
  6962.                             'admin_template' => NULL,
  6963.                             'user_template' => NULL,
  6964.                         ],
  6965.                     ],
  6966.                     'maintenance' => [
  6967.                         'enabled' => false,
  6968.                         'template' => 'community/maintenance.html.twig',
  6969.                     ],
  6970.                     'role' => 'PqnaUser',
  6971.                     'firewall' => 'pqna',
  6972.                     'email_confirmation' => [
  6973.                         'template' => '@SuluCommunity/email-confirmation-success.html.twig',
  6974.                         'email' => [
  6975.                             'subject' => 'E-Mail change',
  6976.                             'admin_template' => NULL,
  6977.                             'user_template' => '@SuluCommunity/email-confirmation-email.html.twig',
  6978.                         ],
  6979.                     ],
  6980.                     'blacklisted' => [
  6981.                         'email' => [
  6982.                             'subject' => 'Blacklisted',
  6983.                             'admin_template' => '@SuluCommunity/blacklist-email.html.twig',
  6984.                             'user_template' => NULL,
  6985.                         ],
  6986.                     ],
  6987.                     'blacklist_denied' => [
  6988.                         'template' => '@SuluCommunity/blacklist-denied.html.twig',
  6989.                         'delete_user' => true,
  6990.                         'email' => [
  6991.                             'subject' => 'Denied',
  6992.                             'admin_template' => NULL,
  6993.                             'user_template' => NULL,
  6994.                         ],
  6995.                     ],
  6996.                     'blacklist_confirmed' => [
  6997.                         'template' => '@SuluCommunity/blacklist-confirmed.html.twig',
  6998.                         'email' => [
  6999.                             'subject' => 'Registration',
  7000.                             'admin_template' => NULL,
  7001.                             'user_template' => '@SuluCommunity/registration-email.html.twig',
  7002.                         ],
  7003.                     ],
  7004.                     'completion' => [
  7005.                         'service' => NULL,
  7006.                         'template' => '@SuluCommunity/completion-form.html.twig',
  7007.                         'type' => 'Sulu\\Bundle\\CommunityBundle\\Form\\Type\\CompletionType',
  7008.                         'options' => [
  7009.                         ],
  7010.                         'redirect_to' => '/',
  7011.                         'email' => [
  7012.                             'subject' => 'Completion',
  7013.                             'admin_template' => NULL,
  7014.                             'user_template' => NULL,
  7015.                         ],
  7016.                     ],
  7017.                     'to' => [
  7018.                         $this->getEnv('SULU_ADMIN_EMAIL') => $this->getEnv('SULU_ADMIN_EMAIL'),
  7019.                     ],
  7020.                     'webspace_key' => 'pqna',
  7021.                 ],
  7022.             ]; break;
  7023.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7024.         }
  7025.         $this->loadedDynamicParameters[$name] = true;
  7026.         return $this->dynamicParameters[$name] = $value;
  7027.     }
  7028.     protected function getDefaultParameters(): array
  7029.     {
  7030.         return [
  7031.             'kernel.project_dir' => \dirname(__DIR__5),
  7032.             'kernel.environment' => 'dev',
  7033.             'kernel.debug' => true,
  7034.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  7035.             'kernel.bundles' => [
  7036.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7037.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7038.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7039.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  7040.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  7041.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7042.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  7043.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  7044.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  7045.                 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  7046.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  7047.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  7048.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  7049.                 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  7050.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  7051.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  7052.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  7053.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  7054.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  7055.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  7056.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  7057.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  7058.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  7059.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  7060.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  7061.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  7062.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  7063.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  7064.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  7065.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  7066.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  7067.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  7068.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  7069.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7070.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  7071.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7072.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7073.                 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  7074.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  7075.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  7076.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  7077.                 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  7078.                 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  7079.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  7080.                 'SuluFormBundle' => 'Sulu\\Bundle\\FormBundle\\SuluFormBundle',
  7081.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  7082.                 'SuluHubScoreFormSenderBundle' => 'SevenGroupFrance\\SuluHubScoreFormSenderBundle\\SuluHubScoreFormSenderBundle',
  7083.                 'ONGRElasticsearchBundle' => 'ONGR\\ElasticsearchBundle\\ONGRElasticsearchBundle',
  7084.                 'SuluArticleBundle' => 'Sulu\\Bundle\\ArticleBundle\\SuluArticleBundle',
  7085.                 'CustomToggleBundle' => 'SevenGroupFrance\\SuluCustomToggleBundle\\CustomToggleBundle',
  7086.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7087.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  7088.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7089.                 'SuluFrGouvMapBundle' => 'SevenGroupFrance\\SuluFrGouvMapBundle\\SuluFrGouvMapBundle',
  7090.                 'ColorPickerCustomBundle' => 'SevenGroupFrance\\SuluColorPickerBundle\\ColorPickerCustomBundle',
  7091.                 'FontIconPickerBundle' => 'SevenGroupFrance\\SuluIconPickerBundle\\FontIconPickerBundle',
  7092.                 'SuluCommunityBundle' => 'Sulu\\Bundle\\CommunityBundle\\SuluCommunityBundle',
  7093.                 'DuplicateArticlesBundle' => 'SevenGroupFrance\\SuluDuplicateArticlesBundle\\DuplicateArticlesBundle',
  7094.             ],
  7095.             'kernel.bundles_metadata' => [
  7096.                 'FrameworkBundle' => [
  7097.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  7098.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7099.                 ],
  7100.                 'TwigBundle' => [
  7101.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  7102.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7103.                 ],
  7104.                 'MonologBundle' => [
  7105.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  7106.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7107.                 ],
  7108.                 'SwiftmailerBundle' => [
  7109.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  7110.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  7111.                 ],
  7112.                 'SuluCoreBundle' => [
  7113.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  7114.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  7115.                 ],
  7116.                 'DoctrineBundle' => [
  7117.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  7118.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7119.                 ],
  7120.                 'DoctrineFixturesBundle' => [
  7121.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  7122.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  7123.                 ],
  7124.                 'DoctrinePHPCRBundle' => [
  7125.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  7126.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  7127.                 ],
  7128.                 'FOSRestBundle' => [
  7129.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  7130.                     'namespace' => 'FOS\\RestBundle',
  7131.                 ],
  7132.                 'RestRoutingBundle' => [
  7133.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  7134.                     'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  7135.                 ],
  7136.                 'JMSSerializerBundle' => [
  7137.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  7138.                     'namespace' => 'JMS\\SerializerBundle',
  7139.                 ],
  7140.                 'MassiveSearchBundle' => [
  7141.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  7142.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  7143.                 ],
  7144.                 'FOSHttpCacheBundle' => [
  7145.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  7146.                     'namespace' => 'FOS\\HttpCacheBundle',
  7147.                 ],
  7148.                 'SuluAdminBundle' => [
  7149.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  7150.                     'namespace' => 'Sulu\\Bundle\\AdminBundle',
  7151.                 ],
  7152.                 'SuluSearchBundle' => [
  7153.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  7154.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  7155.                 ],
  7156.                 'SuluPersistenceBundle' => [
  7157.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  7158.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  7159.                 ],
  7160.                 'SuluContactBundle' => [
  7161.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  7162.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  7163.                 ],
  7164.                 'SuluMediaBundle' => [
  7165.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  7166.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  7167.                 ],
  7168.                 'SuluSecurityBundle' => [
  7169.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  7170.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  7171.                 ],
  7172.                 'SuluCategoryBundle' => [
  7173.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  7174.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  7175.                 ],
  7176.                 'SuluSnippetBundle' => [
  7177.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  7178.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  7179.                 ],
  7180.                 'SuluPageBundle' => [
  7181.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  7182.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  7183.                 ],
  7184.                 'SuluTagBundle' => [
  7185.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  7186.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  7187.                 ],
  7188.                 'SuluWebsiteBundle' => [
  7189.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  7190.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  7191.                 ],
  7192.                 'SuluLocationBundle' => [
  7193.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  7194.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  7195.                 ],
  7196.                 'SuluHttpCacheBundle' => [
  7197.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  7198.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  7199.                 ],
  7200.                 'SuluDocumentManagerBundle' => [
  7201.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  7202.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  7203.                 ],
  7204.                 'SuluHashBundle' => [
  7205.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  7206.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  7207.                 ],
  7208.                 'SuluCustomUrlBundle' => [
  7209.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  7210.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  7211.                 ],
  7212.                 'SuluRouteBundle' => [
  7213.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  7214.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  7215.                 ],
  7216.                 'SuluMarkupBundle' => [
  7217.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  7218.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  7219.                 ],
  7220.                 'PhpcrMigrationsBundle' => [
  7221.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  7222.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  7223.                 ],
  7224.                 'MassiveBuildBundle' => [
  7225.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  7226.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  7227.                 ],
  7228.                 'WebProfilerBundle' => [
  7229.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  7230.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7231.                 ],
  7232.                 'SuluTestBundle' => [
  7233.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  7234.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  7235.                 ],
  7236.                 'DebugBundle' => [
  7237.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  7238.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7239.                 ],
  7240.                 'SecurityBundle' => [
  7241.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  7242.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7243.                 ],
  7244.                 'SuluPreviewBundle' => [
  7245.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  7246.                     'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  7247.                 ],
  7248.                 'FOSJsRoutingBundle' => [
  7249.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  7250.                     'namespace' => 'FOS\\JsRoutingBundle',
  7251.                 ],
  7252.                 'CmfRoutingBundle' => [
  7253.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  7254.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  7255.                 ],
  7256.                 'StofDoctrineExtensionsBundle' => [
  7257.                     'path' => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle'),
  7258.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  7259.                 ],
  7260.                 'SuluActivityBundle' => [
  7261.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  7262.                     'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  7263.                 ],
  7264.                 'SuluTrashBundle' => [
  7265.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  7266.                     'namespace' => 'Sulu\\Bundle\\TrashBundle',
  7267.                 ],
  7268.                 'WebpackEncoreBundle' => [
  7269.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src'),
  7270.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  7271.                 ],
  7272.                 'SuluFormBundle' => [
  7273.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/form-bundle'),
  7274.                     'namespace' => 'Sulu\\Bundle\\FormBundle',
  7275.                 ],
  7276.                 'EWZRecaptchaBundle' => [
  7277.                     'path' => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src'),
  7278.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  7279.                 ],
  7280.                 'SuluHubScoreFormSenderBundle' => [
  7281.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-hub-score-form-sender-bundle/src'),
  7282.                     'namespace' => 'SevenGroupFrance\\SuluHubScoreFormSenderBundle',
  7283.                 ],
  7284.                 'ONGRElasticsearchBundle' => [
  7285.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle'),
  7286.                     'namespace' => 'ONGR\\ElasticsearchBundle',
  7287.                 ],
  7288.                 'SuluArticleBundle' => [
  7289.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/article-bundle'),
  7290.                     'namespace' => 'Sulu\\Bundle\\ArticleBundle',
  7291.                 ],
  7292.                 'CustomToggleBundle' => [
  7293.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-custom-toggle-bundle/src'),
  7294.                     'namespace' => 'SevenGroupFrance\\SuluCustomToggleBundle',
  7295.                 ],
  7296.                 'MakerBundle' => [
  7297.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  7298.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7299.                 ],
  7300.                 'SymfonyCastsVerifyEmailBundle' => [
  7301.                     'path' => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src'),
  7302.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  7303.                 ],
  7304.                 'TwigExtraBundle' => [
  7305.                     'path' => (\dirname(__DIR__5).'/vendor/twig/extra-bundle'),
  7306.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7307.                 ],
  7308.                 'SuluFrGouvMapBundle' => [
  7309.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-fr-gouv-map-bundle/src'),
  7310.                     'namespace' => 'SevenGroupFrance\\SuluFrGouvMapBundle',
  7311.                 ],
  7312.                 'ColorPickerCustomBundle' => [
  7313.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-color-picker-bundle/src'),
  7314.                     'namespace' => 'SevenGroupFrance\\SuluColorPickerBundle',
  7315.                 ],
  7316.                 'FontIconPickerBundle' => [
  7317.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-icon-picker-bundle/src'),
  7318.                     'namespace' => 'SevenGroupFrance\\SuluIconPickerBundle',
  7319.                 ],
  7320.                 'SuluCommunityBundle' => [
  7321.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/community-bundle'),
  7322.                     'namespace' => 'Sulu\\Bundle\\CommunityBundle',
  7323.                 ],
  7324.                 'DuplicateArticlesBundle' => [
  7325.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-duplicate-articles-bundle/src'),
  7326.                     'namespace' => 'SevenGroupFrance\\SuluDuplicateArticlesBundle',
  7327.                 ],
  7328.             ],
  7329.             'kernel.charset' => 'UTF-8',
  7330.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7331.             'sulu.context' => 'website',
  7332.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  7333.             'container.dumper.inline_class_loader' => true,
  7334.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  7335.             'env(PHPCR_WORKSPACE)' => 'default',
  7336.             'default_locale' => 'en',
  7337.             'event_dispatcher.event_aliases' => [
  7338.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7339.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7340.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7341.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7342.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7343.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7344.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7345.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7346.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7347.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7348.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7349.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7350.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7351.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7352.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7353.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7354.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7355.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7356.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7357.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7358.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7359.             ],
  7360.             'fragment.renderer.hinclude.global_template' => NULL,
  7361.             'fragment.path' => '/_fragment',
  7362.             'kernel.http_method_override' => true,
  7363.             'kernel.trusted_hosts' => [
  7364.             ],
  7365.             'kernel.default_locale' => 'en',
  7366.             'kernel.enabled_locales' => [
  7367.             ],
  7368.             'kernel.error_controller' => 'error_controller',
  7369.             'debug.file_link_format' => NULL,
  7370.             'asset.request_context.base_path' => NULL,
  7371.             'asset.request_context.secure' => NULL,
  7372.             'translator.logging' => false,
  7373.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  7374.             'debug.error_handler.throw_at' => -1,
  7375.             'router.request_context.host' => 'localhost',
  7376.             'router.request_context.scheme' => 'http',
  7377.             'router.request_context.base_url' => '',
  7378.             'router.resource' => 'kernel::loadRoutes',
  7379.             'request_listener.http_port' => 80,
  7380.             'request_listener.https_port' => 443,
  7381.             'session.metadata.storage_key' => '_sf2_meta',
  7382.             'session.storage.options' => [
  7383.                 'cache_limiter' => '0',
  7384.                 'name' => 'SULUSESSID',
  7385.                 'cookie_secure' => 'auto',
  7386.                 'cookie_httponly' => true,
  7387.                 'cookie_samesite' => 'lax',
  7388.                 'gc_probability' => 1,
  7389.             ],
  7390.             'session.save_path' => NULL,
  7391.             'session.metadata.update_threshold' => 0,
  7392.             'form.type_extension.csrf.enabled' => true,
  7393.             'form.type_extension.csrf.field_name' => '_token',
  7394.             'validator.translation_domain' => 'validators',
  7395.             'profiler_listener.only_exceptions' => false,
  7396.             'profiler_listener.only_main_requests' => false,
  7397.             'twig.form.resources' => [
  7398.                 => 'form_div_layout.html.twig',
  7399.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  7400.             ],
  7401.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  7402.             'monolog.use_microseconds' => true,
  7403.             'monolog.swift_mailer.handlers' => [
  7404.             ],
  7405.             'monolog.handlers_to_channels' => [
  7406.                 'monolog.handler.console' => [
  7407.                     'type' => 'exclusive',
  7408.                     'elements' => [
  7409.                         => 'event',
  7410.                         => 'doctrine',
  7411.                         => 'console',
  7412.                     ],
  7413.                 ],
  7414.                 'monolog.handler.main' => [
  7415.                     'type' => 'exclusive',
  7416.                     'elements' => [
  7417.                         => 'event',
  7418.                     ],
  7419.                 ],
  7420.             ],
  7421.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  7422.             'swiftmailer.mailer.default.spool.enabled' => true,
  7423.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  7424.             'swiftmailer.mailer.default.single_address' => NULL,
  7425.             'swiftmailer.mailer.default.delivery.enabled' => true,
  7426.             'swiftmailer.spool.enabled' => true,
  7427.             'swiftmailer.delivery.enabled' => true,
  7428.             'swiftmailer.single_address' => NULL,
  7429.             'swiftmailer.mailers' => [
  7430.                 'default' => 'swiftmailer.mailer.default',
  7431.             ],
  7432.             'swiftmailer.default_mailer' => 'default',
  7433.             'sulu_core.locales' => [
  7434.                 => 'en',
  7435.                 => 'fr',
  7436.             ],
  7437.             'sulu_core.translated_locales' => [
  7438.                 'en' => 'English',
  7439.                 'fr' => 'French',
  7440.             ],
  7441.             'sulu_core.translations' => [
  7442.                 => 'en',
  7443.                 => 'fr',
  7444.             ],
  7445.             'sulu_core.fallback_locale' => 'en',
  7446.             'sulu.content.language.namespace' => 'i18n',
  7447.             'sulu.content.language.default' => 'en',
  7448.             'sulu.content.node_names.base' => 'cmf',
  7449.             'sulu.content.node_names.content' => 'contents',
  7450.             'sulu.content.node_names.route' => 'routes',
  7451.             'sulu.content.node_names.snippet' => 'snippets',
  7452.             'sulu.content.structure.default_types' => [
  7453.                 'snippet' => 'default',
  7454.             ],
  7455.             'sulu.content.structure.default_type.snippet' => 'default',
  7456.             'sulu.content.structure.required_properties' => [
  7457.                 'home' => [
  7458.                     => 'title',
  7459.                 ],
  7460.                 'page' => [
  7461.                     => 'title',
  7462.                 ],
  7463.                 'snippet' => [
  7464.                     => 'title',
  7465.                 ],
  7466.             ],
  7467.             'sulu.content.structure.required_tags' => [
  7468.                 'home' => [
  7469.                     => 'sulu.rlp',
  7470.                 ],
  7471.                 'page' => [
  7472.                     => 'sulu.rlp',
  7473.                 ],
  7474.             ],
  7475.             'sulu.content.internal_prefix' => '',
  7476.             'sulu.content.structure.type_map' => [
  7477.                 'article' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Structure\\ArticleBridge',
  7478.                 'article_page' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Structure\\ArticlePageBridge',
  7479.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  7480.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  7481.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  7482.             ],
  7483.             'sulu.content.structure.paths' => [
  7484.                 'article' => [
  7485.                     => [
  7486.                         'path' => (\dirname(__DIR__5).'/config/templates/articles'),
  7487.                         'type' => 'article',
  7488.                     ],
  7489.                 ],
  7490.                 'article_page' => [
  7491.                     => [
  7492.                         'path' => (\dirname(__DIR__5).'/config/templates/articles'),
  7493.                         'type' => 'article_page',
  7494.                     ],
  7495.                 ],
  7496.                 'page' => [
  7497.                     => [
  7498.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  7499.                         'type' => 'page',
  7500.                     ],
  7501.                     => [
  7502.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  7503.                         'type' => 'page',
  7504.                     ],
  7505.                     => [
  7506.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  7507.                         'type' => 'page',
  7508.                     ],
  7509.                 ],
  7510.                 'home' => [
  7511.                     => [
  7512.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  7513.                         'type' => 'home',
  7514.                     ],
  7515.                 ],
  7516.                 'snippet' => [
  7517.                     => [
  7518.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  7519.                         'type' => 'snippet',
  7520.                     ],
  7521.                 ],
  7522.             ],
  7523.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  7524.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  7525.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  7526.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  7527.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  7528.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  7529.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  7530.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  7531.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  7532.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  7533.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  7534.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  7535.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  7536.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  7537.             'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  7538.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  7539.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  7540.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  7541.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  7542.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  7543.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  7544.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  7545.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  7546.             'sulu_core.cache.memoize.default_lifetime' => 1,
  7547.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7548.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  7549.             'sulu.fields_defaults.translations' => [
  7550.                 'id' => 'public.id',
  7551.                 'title' => 'public.title',
  7552.                 'name' => 'public.name',
  7553.                 'created' => 'public.created',
  7554.                 'changed' => 'public.changed',
  7555.             ],
  7556.             'sulu.fields_defaults.widths' => [
  7557.                 'id' => '50px',
  7558.             ],
  7559.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  7560.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  7561.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  7562.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  7563.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  7564.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  7565.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  7566.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7567.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7568.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7569.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7570.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7571.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7572.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7573.             'doctrine.entity_managers' => [
  7574.                 'default' => 'doctrine.orm.default_entity_manager',
  7575.             ],
  7576.             'doctrine.default_entity_manager' => 'default',
  7577.             'doctrine.dbal.connection_factory.types' => [
  7578.                 'uuid' => [
  7579.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  7580.                 ],
  7581.                 'ulid' => [
  7582.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  7583.                 ],
  7584.             ],
  7585.             'doctrine.connections' => [
  7586.                 'default' => 'doctrine.dbal.default_connection',
  7587.             ],
  7588.             'doctrine.default_connection' => 'default',
  7589.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7590.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7591.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7592.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7593.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7594.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7595.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7596.             'doctrine.orm.cache.memcache_port' => 11211,
  7597.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7598.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7599.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7600.             'doctrine.orm.cache.memcached_port' => 11211,
  7601.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7602.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7603.             'doctrine.orm.cache.redis_host' => 'localhost',
  7604.             'doctrine.orm.cache.redis_port' => 6379,
  7605.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7606.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7607.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7608.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7609.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7610.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7611.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7612.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7613.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7614.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7615.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7616.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7617.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7618.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7619.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7620.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7621.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7622.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7623.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7624.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7625.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7626.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7627.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  7628.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7629.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7630.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7631.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7632.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7633.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7634.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7635.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7636.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7637.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  7638.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7639.             'doctrine_phpcr.sessions' => [
  7640.                 'default' => 'doctrine_phpcr.default_session',
  7641.                 'live' => 'doctrine_phpcr.live_session',
  7642.             ],
  7643.             'doctrine_phpcr.odm.document_managers' => [
  7644.             ],
  7645.             'doctrine_phpcr.default_session' => 'live',
  7646.             'doctrine_phpcr.odm.default_document_manager' => '',
  7647.             'doctrine_phpcr.dump_max_line_length' => 120,
  7648.             'doctrine_phpcr.form.type_guess' => [
  7649.             ],
  7650.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  7651.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  7652.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  7653.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  7654.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  7655.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  7656.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  7657.             'massive_search.events.index' => 'massive_search.index',
  7658.             'massive_search.events.deindex' => 'massive_search.deindex',
  7659.             'massive_search.adapter.elastic.version' => 7.17,
  7660.             'massive_search.search.adapter.elastic.client.class' => 'Elasticsearch\\Client',
  7661.             'massive_search.search.adapter.elastic.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ElasticSearchAdapter',
  7662.             'massive_search.metadata.debug' => true,
  7663.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  7664.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  7665.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  7666.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  7667.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  7668.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  7669.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  7670.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  7671.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  7672.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  7673.             'fos_http_cache.cacheable.response.additional_status' => [
  7674.             ],
  7675.             'fos_http_cache.proxy_client.symfony.options' => [
  7676.                 'tags_header' => 'X-Cache-Tags',
  7677.                 'tags_method' => 'PURGETAGS',
  7678.                 'purge_method' => 'PURGE',
  7679.             ],
  7680.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  7681.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  7682.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  7683.             'fos_http_cache.tag_handler.separator' => ',',
  7684.             'fos_http_cache.tag_handler.strict' => false,
  7685.             'sulu_admin.name' => 'Sulu Admin',
  7686.             'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  7687.             'sulu_admin.resources' => [
  7688.                 'blacklist_items' => [
  7689.                     'routes' => [
  7690.                         'list' => 'sulu_community.get_blacklist-items',
  7691.                         'detail' => 'sulu_community.get_blacklist-item',
  7692.                     ],
  7693.                 ],
  7694.                 'articles' => [
  7695.                     'routes' => [
  7696.                         'list' => 'sulu_article.get_articles',
  7697.                         'detail' => 'sulu_article.get_article',
  7698.                     ],
  7699.                 ],
  7700.                 'article_versions' => [
  7701.                     'routes' => [
  7702.                         'list' => 'sulu_article.get_article_versions',
  7703.                         'detail' => 'sulu_article.post_article_version_trigger',
  7704.                     ],
  7705.                 ],
  7706.                 'forms' => [
  7707.                     'routes' => [
  7708.                         'list' => 'sulu_form.get_forms',
  7709.                         'detail' => 'sulu_form.get_form',
  7710.                     ],
  7711.                 ],
  7712.                 'dynamic_forms' => [
  7713.                     'routes' => [
  7714.                         'list' => 'sulu_form.get_dynamics',
  7715.                         'detail' => 'sulu_form.delete_dynamic',
  7716.                     ],
  7717.                 ],
  7718.                 'trash_items' => [
  7719.                     'routes' => [
  7720.                         'list' => 'sulu_trash.get_trash-items',
  7721.                         'detail' => 'sulu_trash.get_trash-item',
  7722.                     ],
  7723.                 ],
  7724.                 'activities' => [
  7725.                     'routes' => [
  7726.                         'list' => 'sulu_activity.get_activities',
  7727.                     ],
  7728.                 ],
  7729.                 'preview_links' => [
  7730.                     'routes' => [
  7731.                         'detail' => 'sulu_preview.get_preview-link',
  7732.                     ],
  7733.                 ],
  7734.                 'routes' => [
  7735.                     'routes' => [
  7736.                         'list' => 'sulu_routes.get_routes',
  7737.                     ],
  7738.                 ],
  7739.                 'custom_urls' => [
  7740.                     'routes' => [
  7741.                         'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  7742.                         'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  7743.                     ],
  7744.                 ],
  7745.                 'custom_url_routes' => [
  7746.                     'routes' => [
  7747.                         'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  7748.                     ],
  7749.                 ],
  7750.                 'geolocator_locations' => [
  7751.                     'routes' => [
  7752.                         'list' => 'sulu_location.geolocator_query',
  7753.                     ],
  7754.                 ],
  7755.                 'analytics' => [
  7756.                     'routes' => [
  7757.                         'list' => 'sulu_website.cget_webspace_analytics',
  7758.                         'detail' => 'sulu_website.get_webspace_analytics',
  7759.                     ],
  7760.                 ],
  7761.                 'tags' => [
  7762.                     'routes' => [
  7763.                         'list' => 'sulu_tag.get_tags',
  7764.                         'detail' => 'sulu_tag.get_tag',
  7765.                     ],
  7766.                 ],
  7767.                 'page_resourcelocators' => [
  7768.                     'routes' => [
  7769.                         'list' => 'sulu_page.get_page_resourcelocators',
  7770.                     ],
  7771.                 ],
  7772.                 'pages' => [
  7773.                     'routes' => [
  7774.                         'list' => 'sulu_page.get_pages',
  7775.                         'detail' => 'sulu_page.get_page',
  7776.                     ],
  7777.                     'security_context' => 'sulu.webspaces.#webspace#',
  7778.                     'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  7779.                 ],
  7780.                 'page_versions' => [
  7781.                     'routes' => [
  7782.                         'list' => 'sulu_page.get_page_versions',
  7783.                         'detail' => 'sulu_page.post_page_version_trigger',
  7784.                     ],
  7785.                 ],
  7786.                 'webspaces' => [
  7787.                     'routes' => [
  7788.                         'list' => 'sulu_page.get_webspaces',
  7789.                         'detail' => 'sulu_page.get_webspace',
  7790.                     ],
  7791.                 ],
  7792.                 'snippets' => [
  7793.                     'routes' => [
  7794.                         'list' => 'sulu_snippet.get_snippets',
  7795.                         'detail' => 'sulu_snippet.get_snippet',
  7796.                     ],
  7797.                 ],
  7798.                 'snippet_areas' => [
  7799.                     'routes' => [
  7800.                         'list' => 'sulu_snippet.get_snippet-areas',
  7801.                         'detail' => 'sulu_snippet.put_snippet-area',
  7802.                     ],
  7803.                 ],
  7804.                 'categories' => [
  7805.                     'routes' => [
  7806.                         'list' => 'sulu_category.get_categories',
  7807.                         'detail' => 'sulu_category.get_category',
  7808.                     ],
  7809.                 ],
  7810.                 'category_keywords' => [
  7811.                     'routes' => [
  7812.                         'list' => 'sulu_category.get_category_keywords',
  7813.                         'detail' => 'sulu_category.get_category_keyword',
  7814.                     ],
  7815.                 ],
  7816.                 'permissions' => [
  7817.                     'routes' => [
  7818.                         'detail' => 'sulu_security.get_permissions',
  7819.                     ],
  7820.                 ],
  7821.                 'roles' => [
  7822.                     'routes' => [
  7823.                         'list' => 'sulu_security.get_roles',
  7824.                         'detail' => 'sulu_security.get_role',
  7825.                     ],
  7826.                 ],
  7827.                 'users' => [
  7828.                     'routes' => [
  7829.                         'list' => 'sulu_security.get_users',
  7830.                         'detail' => 'sulu_security.get_user',
  7831.                     ],
  7832.                 ],
  7833.                 'profile' => [
  7834.                     'routes' => [
  7835.                         'detail' => 'sulu_security.get_profile',
  7836.                     ],
  7837.                 ],
  7838.                 'media' => [
  7839.                     'routes' => [
  7840.                         'list' => 'sulu_media.cget_media',
  7841.                         'detail' => 'sulu_media.get_media',
  7842.                     ],
  7843.                     'security_context' => 'sulu.media.collections',
  7844.                     'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  7845.                 ],
  7846.                 'media_preview' => [
  7847.                     'routes' => [
  7848.                         'detail' => 'sulu_media.post_media_preview',
  7849.                     ],
  7850.                 ],
  7851.                 'media_formats' => [
  7852.                     'routes' => [
  7853.                         'list' => 'sulu_media.get_media_formats',
  7854.                         'detail' => 'sulu_media.put_media_format',
  7855.                     ],
  7856.                 ],
  7857.                 'media_versions' => [
  7858.                     'routes' => [
  7859.                         'detail' => 'sulu_media.delete_media_version',
  7860.                     ],
  7861.                 ],
  7862.                 'collections' => [
  7863.                     'routes' => [
  7864.                         'list' => 'sulu_media.get_collections',
  7865.                         'detail' => 'sulu_media.get_collection',
  7866.                     ],
  7867.                 ],
  7868.                 'formats' => [
  7869.                     'routes' => [
  7870.                         'list' => 'sulu_media.get_formats',
  7871.                         'detail' => 'sulu_media.get_format',
  7872.                     ],
  7873.                 ],
  7874.                 'contacts' => [
  7875.                     'routes' => [
  7876.                         'list' => 'sulu_contact.get_contacts',
  7877.                         'detail' => 'sulu_contact.get_contact',
  7878.                     ],
  7879.                 ],
  7880.                 'contact_titles' => [
  7881.                     'routes' => [
  7882.                         'list' => 'sulu_contact.get_contact-titles',
  7883.                     ],
  7884.                 ],
  7885.                 'contact_positions' => [
  7886.                     'routes' => [
  7887.                         'list' => 'sulu_contact.get_contact-positions',
  7888.                     ],
  7889.                 ],
  7890.                 'contact_media' => [
  7891.                     'routes' => [
  7892.                         'list' => 'sulu_contact.cget_contact_medias',
  7893.                         'detail' => 'sulu_contact.delete_contact_medias',
  7894.                     ],
  7895.                 ],
  7896.                 'accounts' => [
  7897.                     'routes' => [
  7898.                         'list' => 'sulu_contact.get_accounts',
  7899.                         'detail' => 'sulu_contact.get_account',
  7900.                     ],
  7901.                 ],
  7902.                 'account_media' => [
  7903.                     'routes' => [
  7904.                         'list' => 'sulu_contact.cget_account_medias',
  7905.                         'detail' => 'sulu_contact.delete_account_medias',
  7906.                     ],
  7907.                 ],
  7908.                 'account_contacts' => [
  7909.                     'routes' => [
  7910.                         'list' => 'sulu_contact.get_account_contacts',
  7911.                         'detail' => 'sulu_contact.delete_account_contacts',
  7912.                     ],
  7913.                 ],
  7914.                 'search' => [
  7915.                     'routes' => [
  7916.                         'list' => 'sulu_search_search',
  7917.                     ],
  7918.                 ],
  7919.                 'search_indexes' => [
  7920.                     'routes' => [
  7921.                         'list' => 'sulu_search_indexes',
  7922.                     ],
  7923.                 ],
  7924.                 'collaborations' => [
  7925.                     'routes' => [
  7926.                         'detail' => 'sulu_admin.put_collaborations',
  7927.                     ],
  7928.                 ],
  7929.                 'localizations' => [
  7930.                     'routes' => [
  7931.                         'list' => 'sulu_core.get_localizations',
  7932.                     ],
  7933.                 ],
  7934.                 'teasers' => [
  7935.                     'routes' => [
  7936.                         'list' => 'sulu_page.get_teasers',
  7937.                     ],
  7938.                 ],
  7939.             ],
  7940.             'sulu_admin.collaboration_enabled' => false,
  7941.             'sulu_admin.collaboration_interval' => 20,
  7942.             'sulu_admin.collaboration_threshold' => 60,
  7943.             'sulu_admin.forms.directories' => [
  7944.                 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/DependencyInjection/../Resources/config/forms'),
  7945.                 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/../Resources/config/forms'),
  7946.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  7947.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  7948.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  7949.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  7950.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  7951.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  7952.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  7953.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  7954.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  7955.                 11 => (\dirname(__DIR__5).'/config/forms'),
  7956.             ],
  7957.             'sulu_admin.lists.directories' => [
  7958.                 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/DependencyInjection/../Resources/config/lists'),
  7959.                 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/../Resources/config/lists'),
  7960.                 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/DependencyInjection/../Resources/config/lists'),
  7961.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  7962.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  7963.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  7964.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  7965.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  7966.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  7967.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  7968.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  7969.                 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  7970.                 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  7971.                 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  7972.                 14 => (\dirname(__DIR__5).'/config/lists'),
  7973.             ],
  7974.             'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  7975.             'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  7976.             'sulu_search.indexes' => [
  7977.                 'snippet' => [
  7978.                     'name' => 'sulu_snippet.snippets',
  7979.                     'icon' => 'su-snippet',
  7980.                     'view' => [
  7981.                         'name' => 'sulu_snippet.edit_form',
  7982.                         'result_to_view' => [
  7983.                             'id' => 'id',
  7984.                             'locale' => 'locale',
  7985.                         ],
  7986.                     ],
  7987.                     'security_context' => 'sulu.global.snippets',
  7988.                     'contexts' => [
  7989.                     ],
  7990.                 ],
  7991.                 'category' => [
  7992.                     'name' => 'sulu_category.categories',
  7993.                     'icon' => 'su-tag',
  7994.                     'view' => [
  7995.                         'name' => 'sulu_category.edit_form',
  7996.                         'result_to_view' => [
  7997.                             'id' => 'id',
  7998.                             'locale' => 'locale',
  7999.                         ],
  8000.                     ],
  8001.                     'security_context' => 'sulu.settings.categories',
  8002.                     'contexts' => [
  8003.                     ],
  8004.                 ],
  8005.                 'media' => [
  8006.                     'name' => 'sulu_media.media',
  8007.                     'icon' => 'su-image',
  8008.                     'view' => [
  8009.                         'name' => 'sulu_media.form',
  8010.                         'result_to_view' => [
  8011.                             'id' => 'id',
  8012.                             'locale' => 'locale',
  8013.                         ],
  8014.                     ],
  8015.                     'security_context' => 'sulu.media.collections',
  8016.                     'contexts' => [
  8017.                     ],
  8018.                 ],
  8019.                 'contact' => [
  8020.                     'name' => 'sulu_contact.people',
  8021.                     'icon' => 'su-user',
  8022.                     'view' => [
  8023.                         'name' => 'sulu_contact.contact_edit_form',
  8024.                         'result_to_view' => [
  8025.                             'id' => 'id',
  8026.                             'locale' => 'locale',
  8027.                         ],
  8028.                     ],
  8029.                     'security_context' => 'sulu.contact.people',
  8030.                     'contexts' => [
  8031.                     ],
  8032.                 ],
  8033.                 'account' => [
  8034.                     'name' => 'sulu_contact.organizations',
  8035.                     'icon' => 'su-house',
  8036.                     'view' => [
  8037.                         'name' => 'sulu_contact.account_edit_form',
  8038.                         'result_to_view' => [
  8039.                             'id' => 'id',
  8040.                             'locale' => 'locale',
  8041.                         ],
  8042.                     ],
  8043.                     'security_context' => 'sulu.contact.organizations',
  8044.                     'contexts' => [
  8045.                     ],
  8046.                 ],
  8047.                 'page_pqna' => [
  8048.                     'name' => 'pqn-a.fr',
  8049.                     'icon' => 'su-document',
  8050.                     'view' => [
  8051.                         'name' => 'sulu_page.page_edit_form',
  8052.                         'result_to_view' => [
  8053.                             'id' => 'id',
  8054.                             'locale' => 'locale',
  8055.                             'properties/webspace_key' => 'webspace',
  8056.                         ],
  8057.                     ],
  8058.                     'security_context' => 'sulu.webspaces.pqna',
  8059.                 ],
  8060.                 'page_pqna_published' => [
  8061.                     'name' => 'pqn-a.fr',
  8062.                     'icon' => 'su-document',
  8063.                     'view' => [
  8064.                         'name' => 'sulu_page.page_edit_form',
  8065.                         'result_to_view' => [
  8066.                             'id' => 'id',
  8067.                             'locale' => 'locale',
  8068.                             'properties/webspace_key' => 'webspace',
  8069.                         ],
  8070.                     ],
  8071.                     'security_context' => 'sulu.webspaces.pqna',
  8072.                     'contexts' => [
  8073.                         => 'website',
  8074.                     ],
  8075.                 ],
  8076.             ],
  8077.             'sulu_search.website.indexes' => [
  8078.                 => 'page_#webspace#_published',
  8079.                 => 'article_published',
  8080.             ],
  8081.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  8082.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  8083.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  8084.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  8085.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  8086.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  8087.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  8088.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  8089.             'sulu_contact.defaults' => [
  8090.                 'phoneType' => '1',
  8091.                 'phoneTypeMobile' => '3',
  8092.                 'phoneTypeIsdn' => '1',
  8093.                 'emailType' => '1',
  8094.                 'addressType' => '1',
  8095.                 'urlType' => '1',
  8096.                 'faxType' => '1',
  8097.                 'socialMediaProfileType' => '1',
  8098.                 'country' => 'AT',
  8099.             ],
  8100.             'sulu_contact.form_of_address' => [
  8101.                 'male' => [
  8102.                     'id' => 0,
  8103.                     'name' => 'male',
  8104.                     'translation' => 'contact.contacts.formOfAddress.male',
  8105.                 ],
  8106.                 'female' => [
  8107.                     'id' => 1,
  8108.                     'name' => 'female',
  8109.                     'translation' => 'contact.contacts.formOfAddress.female',
  8110.                 ],
  8111.             ],
  8112.             'sulu_contact.contact_form.category_root' => NULL,
  8113.             'sulu_contact.account_form.category_root' => NULL,
  8114.             'sulu.model.contact.class' => 'App\\Entity\\Contact',
  8115.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  8116.             'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  8117.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  8118.             'sulu.persistence.objects' => [
  8119.                 'sulu' => [
  8120.                     'blacklist_item' => [
  8121.                         'model' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItem',
  8122.                         'repository' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItemRepository',
  8123.                     ],
  8124.                     'blacklist_user' => [
  8125.                         'model' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUser',
  8126.                         'repository' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUserRepository',
  8127.                     ],
  8128.                     'trash_item' => [
  8129.                         'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  8130.                     ],
  8131.                     'activity' => [
  8132.                         'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  8133.                     ],
  8134.                     'preview_link' => [
  8135.                         'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  8136.                     ],
  8137.                     'route' => [
  8138.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  8139.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  8140.                     ],
  8141.                     'analytics' => [
  8142.                         'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  8143.                         'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  8144.                     ],
  8145.                     'tag' => [
  8146.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  8147.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  8148.                     ],
  8149.                     'category' => [
  8150.                         'model' => 'App\\Entity\\Category',
  8151.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  8152.                     ],
  8153.                     'category_meta' => [
  8154.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  8155.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  8156.                     ],
  8157.                     'category_translation' => [
  8158.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  8159.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  8160.                     ],
  8161.                     'keyword' => [
  8162.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  8163.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  8164.                     ],
  8165.                     'user' => [
  8166.                         'model' => 'App\\Entity\\User',
  8167.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  8168.                     ],
  8169.                     'role' => [
  8170.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  8171.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  8172.                     ],
  8173.                     'role_setting' => [
  8174.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  8175.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  8176.                     ],
  8177.                     'access_control' => [
  8178.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  8179.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  8180.                     ],
  8181.                     'media' => [
  8182.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  8183.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  8184.                     ],
  8185.                     'contact' => [
  8186.                         'model' => 'App\\Entity\\Contact',
  8187.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  8188.                     ],
  8189.                     'account' => [
  8190.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  8191.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  8192.                     ],
  8193.                 ],
  8194.             ],
  8195.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  8196.             'sulu_media.image_format_files' => [
  8197.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  8198.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  8199.             ],
  8200.             'sulu_media.system_collections' => [
  8201.                 'sulu_form' => [
  8202.                     'meta_title' => [
  8203.                         'en' => 'Sulu forms',
  8204.                         'de' => 'Sulu Formulare',
  8205.                     ],
  8206.                     'collections' => [
  8207.                         'attachments' => [
  8208.                             'meta_title' => [
  8209.                                 'en' => 'Attachments',
  8210.                                 'de' => 'Anhänge',
  8211.                             ],
  8212.                         ],
  8213.                     ],
  8214.                 ],
  8215.                 'sulu_media' => [
  8216.                     'meta_title' => [
  8217.                         'en' => 'Sulu media',
  8218.                         'de' => 'Sulu Medien',
  8219.                     ],
  8220.                     'collections' => [
  8221.                         'preview_image' => [
  8222.                             'meta_title' => [
  8223.                                 'en' => 'Preview images',
  8224.                                 'de' => 'Vorschaubilder',
  8225.                             ],
  8226.                         ],
  8227.                     ],
  8228.                 ],
  8229.                 'sulu_contact' => [
  8230.                     'meta_title' => [
  8231.                         'en' => 'Sulu contacts',
  8232.                         'de' => 'Sulu Kontakte',
  8233.                     ],
  8234.                     'collections' => [
  8235.                         'contact' => [
  8236.                             'meta_title' => [
  8237.                                 'en' => 'People',
  8238.                                 'de' => 'Personen',
  8239.                             ],
  8240.                         ],
  8241.                         'account' => [
  8242.                             'meta_title' => [
  8243.                                 'en' => 'Organizations',
  8244.                                 'de' => 'Organisationen',
  8245.                             ],
  8246.                         ],
  8247.                     ],
  8248.                 ],
  8249.             ],
  8250.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  8251.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  8252.             'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  8253.             'sulu_media.format_manager.response_headers' => [
  8254.                 'Expires' => '+1 month',
  8255.                 'Pragma' => 'public',
  8256.                 'Cache-Control' => 'public, immutable, max-age=31536000',
  8257.             ],
  8258.             'sulu_media.format_manager.default_imagine_options' => [
  8259.                 'jpeg_quality' => 85,
  8260.                 'webp_quality' => 85,
  8261.                 'png_compression_level' => 6,
  8262.             ],
  8263.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  8264.             'sulu_media.format_cache.save_image' => true,
  8265.             'sulu_media.format_cache.segments' => 10,
  8266.             'sulu_media.ghost_script.path' => '/usr/bin/gs',
  8267.             'sulu_media.media.blocked_file_types' => [
  8268.             ],
  8269.             'sulu_media.collection.type.default' => [
  8270.                 'id' => 1,
  8271.             ],
  8272.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  8273.             'sulu_media.media.types' => [
  8274.                 => [
  8275.                     'type' => 'document',
  8276.                     'mimeTypes' => [
  8277.                         => '*',
  8278.                     ],
  8279.                 ],
  8280.                 => [
  8281.                     'type' => 'image',
  8282.                     'mimeTypes' => [
  8283.                         => 'image/*',
  8284.                     ],
  8285.                 ],
  8286.                 => [
  8287.                     'type' => 'video',
  8288.                     'mimeTypes' => [
  8289.                         => 'video/*',
  8290.                     ],
  8291.                 ],
  8292.                 => [
  8293.                     'type' => 'audio',
  8294.                     'mimeTypes' => [
  8295.                         => 'audio/*',
  8296.                     ],
  8297.                 ],
  8298.             ],
  8299.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  8300.             'sulu_media.disposition_type.default' => 'attachment',
  8301.             'sulu_media.disposition_type.mime_types_inline' => [
  8302.             ],
  8303.             'sulu_media.disposition_type.mime_types_attachment' => [
  8304.             ],
  8305.             'sulu_media.upload.max_filesize' => 256,
  8306.             'sulu_media.media.max_file_size' => '256MB',
  8307.             'sulu_media.adobe_creative_key' => NULL,
  8308.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  8309.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  8310.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  8311.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  8312.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  8313.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  8314.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  8315.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  8316.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  8317.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  8318.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  8319.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  8320.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  8321.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  8322.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  8323.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  8324.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  8325.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  8326.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  8327.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  8328.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  8329.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  8330.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  8331.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  8332.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  8333.             'sulu_media.format_manager.mime_types' => [
  8334.                 => 'image/*',
  8335.                 => 'application/pdf',
  8336.             ],
  8337.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  8338.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  8339.             'sulu_media.media.storage' => 'local',
  8340.             'sulu_media.media.storage.local.path' => (\dirname(__DIR__4).'/uploads/media'),
  8341.             'sulu_media.media.storage.local.segments' => 10,
  8342.             'sulu_security.system' => 'Sulu',
  8343.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  8344.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  8345.             'sulu_security.reset_password.mail.sender' => '',
  8346.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  8347.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  8348.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  8349.             'sulu_security.permissions' => [
  8350.                 'view' => 64,
  8351.                 'add' => 32,
  8352.                 'edit' => 16,
  8353.                 'delete' => 8,
  8354.                 'archive' => 4,
  8355.                 'live' => 2,
  8356.                 'security' => 1,
  8357.             ],
  8358.             'permissions' => [
  8359.                 'view' => 64,
  8360.                 'add' => 32,
  8361.                 'edit' => 16,
  8362.                 'delete' => 8,
  8363.                 'archive' => 4,
  8364.                 'live' => 2,
  8365.                 'security' => 1,
  8366.             ],
  8367.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  8368.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  8369.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  8370.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  8371.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  8372.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  8373.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  8374.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  8375.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  8376.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  8377.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  8378.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  8379.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  8380.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  8381.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  8382.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  8383.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  8384.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  8385.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  8386.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  8387.             'sulu.model.user.class' => 'App\\Entity\\User',
  8388.             'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  8389.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  8390.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  8391.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  8392.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  8393.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  8394.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  8395.             'sulu.model.category.class' => 'App\\Entity\\Category',
  8396.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  8397.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  8398.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  8399.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  8400.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  8401.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  8402.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  8403.             'sulu_snippet.content-type.default_enabled' => true,
  8404.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  8405.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  8406.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  8407.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  8408.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  8409.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  8410.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  8411.             'sulu_snippet.export.snippet.formats' => [
  8412.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  8413.             ],
  8414.             'sulu_page.search.mapping' => [
  8415.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument' => [
  8416.                     'index' => 'article',
  8417.                     'decorate_index' => true,
  8418.                 ],
  8419.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument' => [
  8420.                     'index' => 'article_page',
  8421.                     'decorate_index' => false,
  8422.                 ],
  8423.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  8424.                     'index' => 'page',
  8425.                     'decorate_index' => true,
  8426.                 ],
  8427.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  8428.                     'index' => 'page',
  8429.                     'decorate_index' => true,
  8430.                 ],
  8431.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  8432.                     'index' => 'snippet',
  8433.                     'decorate_index' => false,
  8434.                 ],
  8435.             ],
  8436.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  8437.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  8438.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  8439.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  8440.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  8441.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  8442.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  8443.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  8444.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  8445.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  8446.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  8447.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  8448.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  8449.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  8450.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  8451.             'sulu_page.export.webspace.formats' => [
  8452.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  8453.             ],
  8454.             'sulu_page.default_author' => true,
  8455.             'sulu_page.seo' => [
  8456.                 'max_title_length' => 70,
  8457.                 'max_description_length' => 160,
  8458.                 'max_keywords' => 5,
  8459.                 'keywords_separator' => ',',
  8460.                 'url_prefix' => 'www.yoursite.com/{locale}',
  8461.             ],
  8462.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  8463.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  8464.             'sulu_website.navigation.cache.lifetime' => 1,
  8465.             'sulu_website.content.cache.lifetime' => 1,
  8466.             'sulu_website.sitemap.cache.lifetime' => 1,
  8467.             'sulu_website.enabled_twig_attributes' => [
  8468.                 'urls' => false,
  8469.                 'path' => false,
  8470.             ],
  8471.             'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  8472.             'sulu_website.segment_cookie_name' => '_ss',
  8473.             'sulu_website.segment_header' => 'X-Sulu-Segment',
  8474.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  8475.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  8476.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  8477.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  8478.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  8479.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  8480.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  8481.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  8482.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  8483.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  8484.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  8485.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  8486.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  8487.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  8488.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  8489.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  8490.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  8491.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  8492.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  8493.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  8494.             'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  8495.             'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  8496.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  8497.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  8498.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  8499.             'sulu_location.guzzle.client.class' => 'GuzzleHttp\\Client',
  8500.             'sulu_location.geolocator.name' => 'nominatim',
  8501.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  8502.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  8503.             'sulu_location.geolocator.service.google.api_key' => '',
  8504.             'sulu_http_cache.cache.max_age' => 240,
  8505.             'sulu_http_cache.cache.shared_max_age' => 240,
  8506.             'sulu_http_cache.tags.enabled' => true,
  8507.             'sulu_document_manager.mapping' => [
  8508.                 => [
  8509.                     'alias' => 'article',
  8510.                     'class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument',
  8511.                     'phpcr_type' => 'sulu:article',
  8512.                     'form_type' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Form\\ArticleDocumentType',
  8513.                     'mapping' => [
  8514.                     ],
  8515.                     'set_default_author' => true,
  8516.                 ],
  8517.                 => [
  8518.                     'alias' => 'article_page',
  8519.                     'class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument',
  8520.                     'phpcr_type' => 'sulu:articlepage',
  8521.                     'form_type' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Form\\ArticlePageDocumentType',
  8522.                     'mapping' => [
  8523.                     ],
  8524.                 ],
  8525.                 => [
  8526.                     'alias' => 'custom_url',
  8527.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  8528.                     'phpcr_type' => 'sulu:custom_url',
  8529.                     'mapping' => [
  8530.                         'published' => [
  8531.                             'property' => 'published',
  8532.                             'encoding' => 'content',
  8533.                             'mapped' => true,
  8534.                             'multiple' => false,
  8535.                             'default' => NULL,
  8536.                         ],
  8537.                         'baseDomain' => [
  8538.                             'property' => 'baseDomain',
  8539.                             'encoding' => 'content',
  8540.                             'mapped' => true,
  8541.                             'multiple' => false,
  8542.                             'default' => NULL,
  8543.                         ],
  8544.                         'domainParts' => [
  8545.                             'property' => 'domainParts',
  8546.                             'type' => 'json_array',
  8547.                             'encoding' => 'content',
  8548.                             'mapped' => true,
  8549.                             'multiple' => false,
  8550.                             'default' => NULL,
  8551.                         ],
  8552.                         'canonical' => [
  8553.                             'property' => 'canonical',
  8554.                             'encoding' => 'content',
  8555.                             'mapped' => true,
  8556.                             'multiple' => false,
  8557.                             'default' => NULL,
  8558.                         ],
  8559.                         'redirect' => [
  8560.                             'property' => 'redirect',
  8561.                             'encoding' => 'content',
  8562.                             'mapped' => true,
  8563.                             'multiple' => false,
  8564.                             'default' => NULL,
  8565.                         ],
  8566.                         'targetLocale' => [
  8567.                             'property' => 'targetLocale',
  8568.                             'encoding' => 'content',
  8569.                             'mapped' => true,
  8570.                             'multiple' => false,
  8571.                             'default' => NULL,
  8572.                         ],
  8573.                     ],
  8574.                 ],
  8575.                 => [
  8576.                     'alias' => 'custom_url_route',
  8577.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  8578.                     'phpcr_type' => 'sulu:custom_url_route',
  8579.                     'mapping' => [
  8580.                         'locale' => [
  8581.                             'property' => 'locale',
  8582.                             'encoding' => 'content',
  8583.                             'mapped' => true,
  8584.                             'multiple' => false,
  8585.                             'default' => NULL,
  8586.                         ],
  8587.                     ],
  8588.                 ],
  8589.                 => [
  8590.                     'alias' => 'page',
  8591.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  8592.                     'phpcr_type' => 'sulu:page',
  8593.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  8594.                     'set_default_author' => true,
  8595.                     'mapping' => [
  8596.                     ],
  8597.                 ],
  8598.                 => [
  8599.                     'alias' => 'home',
  8600.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  8601.                     'phpcr_type' => 'sulu:home',
  8602.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  8603.                     'set_default_author' => true,
  8604.                     'mapping' => [
  8605.                     ],
  8606.                 ],
  8607.                 => [
  8608.                     'alias' => 'route',
  8609.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  8610.                     'phpcr_type' => 'sulu:path',
  8611.                     'mapping' => [
  8612.                     ],
  8613.                 ],
  8614.                 => [
  8615.                     'alias' => 'snippet',
  8616.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  8617.                     'phpcr_type' => 'sulu:snippet',
  8618.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  8619.                     'mapping' => [
  8620.                     ],
  8621.                 ],
  8622.             ],
  8623.             'sulu_document_manager.namespace_mapping' => [
  8624.                 'extension_localized' => 'i18n',
  8625.                 'system' => 'sulu',
  8626.                 'system_localized' => 'i18n',
  8627.                 'content' => NULL,
  8628.                 'content_localized' => 'i18n',
  8629.             ],
  8630.             'sulu_document_manager.versioning.enabled' => false,
  8631.             'sulu_document_manager.show_drafts' => false,
  8632.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  8633.             'sulu_document_manager.segments' => [
  8634.                 'articles' => 'articles',
  8635.                 'custom_urls' => 'custom-urls',
  8636.                 'custom_urls_items' => 'items',
  8637.                 'custom_urls_routes' => 'routes',
  8638.                 'base' => 'cmf',
  8639.                 'content' => 'contents',
  8640.                 'route' => 'routes',
  8641.                 'snippet' => 'snippets',
  8642.             ],
  8643.             'sulu_custom_urls.uri_filter_regexp' => NULL,
  8644.             'sulu_route.mappings' => [
  8645.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument' => [
  8646.                     'resource_key' => 'articles',
  8647.                     'generator' => 'type',
  8648.                     'options' => [
  8649.                         'articles' => '/actualites/articles/{object.getTitle()}',
  8650.                         'agenda' => '/actualites/agenda/{object.getTitle()}',
  8651.                         'newsletters' => '/actualites/newsletters/{object.getTitle()}',
  8652.                         'aapami' => '/actualites/aap-ami/{object.getTitle()}',
  8653.                         'offres' => '/actualites/offres-emploi/{object.getTitle()}',
  8654.                         'analyses' => '/ressources/analyses/{object.getTitle()}',
  8655.                         'guides_outils' => '/ressources/guides-et-outils/{object.getTitle()}',
  8656.                         'experiences' => '/acteurs-territoires/experiences/{object.getTitle()}',
  8657.                         'fiches_territoires' => '/acteurs-territoires/territoires/{object.getTitle()}',
  8658.                         'groupe_travail' => '/ressources/groupe-travail/{object.getTitle()}',
  8659.                     ],
  8660.                 ],
  8661.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument' => [
  8662.                     'resource_key' => 'article_pages',
  8663.                     'generator' => 'article_page',
  8664.                     'options' => [
  8665.                         'route_schema' => '/{translator.trans("page")}-{object.getPageNumber()}',
  8666.                         'parent' => '{object.getParent().getRoutePath()}',
  8667.                     ],
  8668.                 ],
  8669.             ],
  8670.             'sulu_route.resource_key_mappings' => [
  8671.                 'articles' => [
  8672.                     'resource_key' => 'articles',
  8673.                     'generator' => 'type',
  8674.                     'options' => [
  8675.                         'articles' => '/actualites/articles/{object.getTitle()}',
  8676.                         'agenda' => '/actualites/agenda/{object.getTitle()}',
  8677.                         'newsletters' => '/actualites/newsletters/{object.getTitle()}',
  8678.                         'aapami' => '/actualites/aap-ami/{object.getTitle()}',
  8679.                         'offres' => '/actualites/offres-emploi/{object.getTitle()}',
  8680.                         'analyses' => '/ressources/analyses/{object.getTitle()}',
  8681.                         'guides_outils' => '/ressources/guides-et-outils/{object.getTitle()}',
  8682.                         'experiences' => '/acteurs-territoires/experiences/{object.getTitle()}',
  8683.                         'fiches_territoires' => '/acteurs-territoires/territoires/{object.getTitle()}',
  8684.                         'groupe_travail' => '/ressources/groupe-travail/{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.                 'groupe_travail' => [
  8879.                     'translation_key' => 'Groupe de travail',
  8880.                 ],
  8881.             ],
  8882.             'sulu_article.documents' => [
  8883.                 'article' => [
  8884.                     'view' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument',
  8885.                 ],
  8886.                 'article_page' => [
  8887.                     'view' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageViewObject',
  8888.                 ],
  8889.             ],
  8890.             'sulu_article.view_document.article.class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument',
  8891.             'sulu_article.display_tab_all' => true,
  8892.             'sulu_article.smart_content.default_limit' => 250,
  8893.             'sulu_article.search_fields' => [
  8894.                 => 'title',
  8895.                 => 'excerpt.title',
  8896.                 => 'excerpt.description',
  8897.                 => 'excerpt.seo.title',
  8898.                 => 'excerpt.seo.description',
  8899.                 => 'excerpt.seo.keywords',
  8900.                 => 'teaser_description',
  8901.             ],
  8902.             'sulu_article.export.article.formats' => [
  8903.                 '1.2.xliff' => '@SuluArticle/Export/Article/1.2.xliff.twig',
  8904.             ],
  8905.             'sulu_article.default_author' => true,
  8906.             'sulu_article.article_document.class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument',
  8907.             'sulu_article.article_page_document.class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument',
  8908.             'sulu.model.blacklist_item.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItem',
  8909.             'sulu.repository.blacklist_item.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItemRepository',
  8910.             'sulu.model.blacklist_user.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUser',
  8911.             'sulu.repository.blacklist_user.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUserRepository',
  8912.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8913.             'data_collector.templates' => [
  8914.                 'data_collector.request' => [
  8915.                     => 'request',
  8916.                     => '@WebProfiler/Collector/request.html.twig',
  8917.                 ],
  8918.                 'data_collector.time' => [
  8919.                     => 'time',
  8920.                     => '@WebProfiler/Collector/time.html.twig',
  8921.                 ],
  8922.                 'data_collector.memory' => [
  8923.                     => 'memory',
  8924.                     => '@WebProfiler/Collector/memory.html.twig',
  8925.                 ],
  8926.                 'data_collector.validator' => [
  8927.                     => 'validator',
  8928.                     => '@WebProfiler/Collector/validator.html.twig',
  8929.                 ],
  8930.                 'data_collector.ajax' => [
  8931.                     => 'ajax',
  8932.                     => '@WebProfiler/Collector/ajax.html.twig',
  8933.                 ],
  8934.                 'data_collector.form' => [
  8935.                     => 'form',
  8936.                     => '@WebProfiler/Collector/form.html.twig',
  8937.                 ],
  8938.                 'data_collector.exception' => [
  8939.                     => 'exception',
  8940.                     => '@WebProfiler/Collector/exception.html.twig',
  8941.                 ],
  8942.                 'data_collector.logger' => [
  8943.                     => 'logger',
  8944.                     => '@WebProfiler/Collector/logger.html.twig',
  8945.                 ],
  8946.                 'data_collector.events' => [
  8947.                     => 'events',
  8948.                     => '@WebProfiler/Collector/events.html.twig',
  8949.                 ],
  8950.                 'data_collector.router' => [
  8951.                     => 'router',
  8952.                     => '@WebProfiler/Collector/router.html.twig',
  8953.                 ],
  8954.                 'data_collector.cache' => [
  8955.                     => 'cache',
  8956.                     => '@WebProfiler/Collector/cache.html.twig',
  8957.                 ],
  8958.                 'data_collector.translation' => [
  8959.                     => 'translation',
  8960.                     => '@WebProfiler/Collector/translation.html.twig',
  8961.                 ],
  8962.                 'data_collector.security' => [
  8963.                     => 'security',
  8964.                     => '@Security/Collector/security.html.twig',
  8965.                 ],
  8966.                 'data_collector.twig' => [
  8967.                     => 'twig',
  8968.                     => '@WebProfiler/Collector/twig.html.twig',
  8969.                 ],
  8970.                 'data_collector.http_client' => [
  8971.                     => 'http_client',
  8972.                     => '@WebProfiler/Collector/http_client.html.twig',
  8973.                 ],
  8974.                 'data_collector.doctrine' => [
  8975.                     => 'db',
  8976.                     => '@Doctrine/Collector/db.html.twig',
  8977.                 ],
  8978.                 'doctrine_phpcr.data_collector' => [
  8979.                     => 'phpcr',
  8980.                     => '@DoctrinePHPCR/Collector/phpcr',
  8981.                 ],
  8982.                 'swiftmailer.data_collector' => [
  8983.                     => 'swiftmailer',
  8984.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  8985.                 ],
  8986.                 'data_collector.dump' => [
  8987.                     => 'dump',
  8988.                     => '@Debug/Profiler/dump.html.twig',
  8989.                 ],
  8990.                 'data_collector.messenger' => [
  8991.                     => 'messenger',
  8992.                     => '@WebProfiler/Collector/messenger.html.twig',
  8993.                 ],
  8994.                 'mailer.data_collector' => [
  8995.                     => 'mailer',
  8996.                     => '@WebProfiler/Collector/mailer.html.twig',
  8997.                 ],
  8998.                 'data_collector.jms_serializer' => [
  8999.                     => 'jms_serializer',
  9000.                     => '@JMSSerializer/Collector/panel.html.twig',
  9001.                 ],
  9002.                 'sulu_website.data_collector.sulu_collector' => [
  9003.                     => 'sulu',
  9004.                     => '@SuluWebsite/Profiler/layout.html.twig',
  9005.                 ],
  9006.                 'es.profiler' => [
  9007.                     => 'ongr.profiler',
  9008.                     => '@ONGRElasticsearch/Profiler/profiler.html.twig',
  9009.                 ],
  9010.                 'data_collector.config' => [
  9011.                     => 'config',
  9012.                     => '@WebProfiler/Collector/config.html.twig',
  9013.                 ],
  9014.             ],
  9015.             'doctrine_phpcr.migrate.migrators' => [
  9016.             ],
  9017.             'sulu_media.image.formats' => [
  9018.                 'sulu-400x400' => [
  9019.                     'key' => 'sulu-400x400',
  9020.                     'internal' => true,
  9021.                     'meta' => [
  9022.                         'title' => [
  9023.                             'en' => 'Contact avatar (Sulu)',
  9024.                             'de' => 'Kontaktavatar (Sulu)',
  9025.                             'fr' => 'Avatar du contact (Sulu)',
  9026.                             'nl' => 'Contact avatar (Sulu)',
  9027.                         ],
  9028.                     ],
  9029.                     'scale' => [
  9030.                         'x' => 400,
  9031.                         'y' => 400,
  9032.                         'mode' => 2,
  9033.                         'retina' => false,
  9034.                         'forceRatio' => true,
  9035.                     ],
  9036.                     'transformations' => [
  9037.                     ],
  9038.                     'options' => [
  9039.                         'jpeg_quality' => 85,
  9040.                         'webp_quality' => 85,
  9041.                         'png_compression_level' => 6,
  9042.                     ],
  9043.                 ],
  9044.                 'sulu-260x' => [
  9045.                     'key' => 'sulu-260x',
  9046.                     'internal' => true,
  9047.                     'meta' => [
  9048.                         'title' => [
  9049.                             'en' => 'Masonry preview (Sulu)',
  9050.                             'de' => 'Masonry Vorschau (Sulu)',
  9051.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  9052.                             'nl' => 'Masonry voorbeeld (Sulu)',
  9053.                         ],
  9054.                     ],
  9055.                     'scale' => [
  9056.                         'x' => 260,
  9057.                         'y' => NULL,
  9058.                         'mode' => 2,
  9059.                         'retina' => false,
  9060.                         'forceRatio' => true,
  9061.                     ],
  9062.                     'transformations' => [
  9063.                     ],
  9064.                     'options' => [
  9065.                         'jpeg_quality' => 85,
  9066.                         'webp_quality' => 85,
  9067.                         'png_compression_level' => 6,
  9068.                     ],
  9069.                 ],
  9070.                 'sulu-170x170' => [
  9071.                     'key' => 'sulu-170x170',
  9072.                     'internal' => true,
  9073.                     'meta' => [
  9074.                         'title' => [
  9075.                             'en' => 'Search (Sulu)',
  9076.                             'de' => 'Suche (Sulu)',
  9077.                             'fr' => 'Recherche (Sulu)',
  9078.                             'nl' => 'Zoeken (Sulu)',
  9079.                         ],
  9080.                     ],
  9081.                     'scale' => [
  9082.                         'x' => 170,
  9083.                         'y' => 170,
  9084.                         'mode' => 2,
  9085.                         'retina' => false,
  9086.                         'forceRatio' => true,
  9087.                     ],
  9088.                     'transformations' => [
  9089.                     ],
  9090.                     'options' => [
  9091.                         'jpeg_quality' => 85,
  9092.                         'webp_quality' => 85,
  9093.                         'png_compression_level' => 6,
  9094.                     ],
  9095.                 ],
  9096.                 'sulu-100x100-inset' => [
  9097.                     'key' => 'sulu-100x100-inset',
  9098.                     'internal' => true,
  9099.                     'meta' => [
  9100.                         'title' => [
  9101.                             'en' => 'Organization card (Sulu)',
  9102.                             'de' => 'Organisationskarte (Sulu)',
  9103.                             'fr' => 'Carte d\'organisation (Sulu)',
  9104.                             'nl' => 'Organisatie kaart (Sulu)',
  9105.                         ],
  9106.                     ],
  9107.                     'scale' => [
  9108.                         'x' => 100,
  9109.                         'y' => 100,
  9110.                         'mode' => 1,
  9111.                         'retina' => false,
  9112.                         'forceRatio' => true,
  9113.                     ],
  9114.                     'transformations' => [
  9115.                     ],
  9116.                     'options' => [
  9117.                         'jpeg_quality' => 85,
  9118.                         'webp_quality' => 85,
  9119.                         'png_compression_level' => 6,
  9120.                     ],
  9121.                 ],
  9122.                 'sulu-50x50' => [
  9123.                     'key' => 'sulu-50x50',
  9124.                     'internal' => true,
  9125.                     'meta' => [
  9126.                         'title' => [
  9127.                             'en' => 'Small thumbnail (Sulu)',
  9128.                             'de' => 'Kleines Thumbnail (Sulu)',
  9129.                             'fr' => 'Image miniature (Sulu)',
  9130.                             'nl' => 'Kleine thumbnail (Sulu)',
  9131.                         ],
  9132.                     ],
  9133.                     'scale' => [
  9134.                         'x' => 50,
  9135.                         'y' => 50,
  9136.                         'mode' => 2,
  9137.                         'retina' => false,
  9138.                         'forceRatio' => true,
  9139.                     ],
  9140.                     'transformations' => [
  9141.                     ],
  9142.                     'options' => [
  9143.                         'jpeg_quality' => 85,
  9144.                         'webp_quality' => 85,
  9145.                         'png_compression_level' => 6,
  9146.                     ],
  9147.                 ],
  9148.                 'sulu-25x25' => [
  9149.                     'key' => 'sulu-25x25',
  9150.                     'internal' => true,
  9151.                     'meta' => [
  9152.                         'title' => [
  9153.                             'en' => 'Micro thumbnail',
  9154.                             'de' => 'Mikro Thumbnail',
  9155.                             'fr' => 'Image micro',
  9156.                             'nl' => 'Micro thumbnail',
  9157.                         ],
  9158.                     ],
  9159.                     'scale' => [
  9160.                         'x' => 25,
  9161.                         'y' => 25,
  9162.                         'mode' => 2,
  9163.                         'retina' => false,
  9164.                         'forceRatio' => true,
  9165.                     ],
  9166.                     'transformations' => [
  9167.                     ],
  9168.                     'options' => [
  9169.                         'jpeg_quality' => 85,
  9170.                         'webp_quality' => 85,
  9171.                         'png_compression_level' => 6,
  9172.                     ],
  9173.                 ],
  9174.                 'sulu-40x40' => [
  9175.                     'key' => 'sulu-40x40',
  9176.                     'internal' => true,
  9177.                     'meta' => [
  9178.                         'title' => [
  9179.                             'en' => 'Small thumbnail (Sulu)',
  9180.                             'de' => 'Kleines Thumbnail (Sulu)',
  9181.                             'fr' => 'Image miniature (Sulu)',
  9182.                             'nl' => 'Kleine thumbnail (Sulu)',
  9183.                         ],
  9184.                     ],
  9185.                     'scale' => [
  9186.                         'x' => 40,
  9187.                         'y' => 40,
  9188.                         'mode' => 2,
  9189.                         'retina' => false,
  9190.                         'forceRatio' => true,
  9191.                     ],
  9192.                     'transformations' => [
  9193.                     ],
  9194.                     'options' => [
  9195.                         'jpeg_quality' => 85,
  9196.                         'webp_quality' => 85,
  9197.                         'png_compression_level' => 6,
  9198.                     ],
  9199.                 ],
  9200.                 'sulu-240x' => [
  9201.                     'key' => 'sulu-240x',
  9202.                     'internal' => true,
  9203.                     'meta' => [
  9204.                         'title' => [
  9205.                             'en' => 'Masonry preview (Sulu)',
  9206.                             'de' => 'Masonry Vorschau (Sulu)',
  9207.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  9208.                             'nl' => 'Masonry voorbeeld (Sulu)',
  9209.                         ],
  9210.                     ],
  9211.                     'scale' => [
  9212.                         'x' => 240,
  9213.                         'y' => NULL,
  9214.                         'mode' => 2,
  9215.                         'retina' => false,
  9216.                         'forceRatio' => true,
  9217.                     ],
  9218.                     'transformations' => [
  9219.                     ],
  9220.                     'options' => [
  9221.                         'jpeg_quality' => 85,
  9222.                         'webp_quality' => 85,
  9223.                         'png_compression_level' => 6,
  9224.                     ],
  9225.                 ],
  9226.                 'sulu-400x400-inset' => [
  9227.                     'key' => 'sulu-400x400-inset',
  9228.                     'internal' => true,
  9229.                     'meta' => [
  9230.                         'title' => [
  9231.                             'en' => 'Organization logo (Sulu)',
  9232.                             'de' => 'Organisationslogo (Sulu)',
  9233.                             'fr' => 'Logo d\'organisation (Sulu)',
  9234.                             'nl' => 'Organisatie logo (Sulu)',
  9235.                         ],
  9236.                     ],
  9237.                     'scale' => [
  9238.                         'x' => 400,
  9239.                         'y' => 400,
  9240.                         'mode' => 1,
  9241.                         'retina' => false,
  9242.                         'forceRatio' => true,
  9243.                     ],
  9244.                     'transformations' => [
  9245.                     ],
  9246.                     'options' => [
  9247.                         'jpeg_quality' => 85,
  9248.                         'webp_quality' => 85,
  9249.                         'png_compression_level' => 6,
  9250.                     ],
  9251.                 ],
  9252.                 'sulu-100x100' => [
  9253.                     'key' => 'sulu-100x100',
  9254.                     'internal' => true,
  9255.                     'meta' => [
  9256.                         'title' => [
  9257.                             'en' => 'Contact card (Sulu)',
  9258.                             'de' => 'Personenkarte (Sulu)',
  9259.                             'fr' => 'Carte personnelle (Sulu)',
  9260.                             'nl' => 'Contact kaart (Sulu)',
  9261.                         ],
  9262.                     ],
  9263.                     'scale' => [
  9264.                         'x' => 100,
  9265.                         'y' => 100,
  9266.                         'mode' => 2,
  9267.                         'retina' => false,
  9268.                         'forceRatio' => true,
  9269.                     ],
  9270.                     'transformations' => [
  9271.                     ],
  9272.                     'options' => [
  9273.                         'jpeg_quality' => 85,
  9274.                         'webp_quality' => 85,
  9275.                         'png_compression_level' => 6,
  9276.                     ],
  9277.                 ],
  9278.                 '300x' => [
  9279.                     'key' => '300x',
  9280.                     'internal' => false,
  9281.                     'meta' => [
  9282.                         'title' => [
  9283.                             'en' => 'Thumbnail type miniature image - Format : 300x',
  9284.                             'fr' => 'Image miniature type vignette - Format : 300x',
  9285.                         ],
  9286.                     ],
  9287.                     'scale' => [
  9288.                         'x' => 300,
  9289.                         'y' => NULL,
  9290.                         'mode' => 2,
  9291.                         'retina' => false,
  9292.                         'forceRatio' => true,
  9293.                     ],
  9294.                     'transformations' => [
  9295.                     ],
  9296.                     'options' => [
  9297.                         'jpeg_quality' => 85,
  9298.                         'webp_quality' => 85,
  9299.                         'png_compression_level' => 6,
  9300.                     ],
  9301.                 ],
  9302.                 '600x' => [
  9303.                     'key' => '600x',
  9304.                     'internal' => false,
  9305.                     'meta' => [
  9306.                         'title' => [
  9307.                             'en' => 'Preview type image to side text - Format : 600x ',
  9308.                             'fr' => 'Image type aperçu en accompagnement de texte - Format : 600x',
  9309.                         ],
  9310.                     ],
  9311.                     'scale' => [
  9312.                         'x' => 600,
  9313.                         'y' => NULL,
  9314.                         'mode' => 2,
  9315.                         'retina' => false,
  9316.                         'forceRatio' => true,
  9317.                     ],
  9318.                     'transformations' => [
  9319.                     ],
  9320.                     'options' => [
  9321.                         'jpeg_quality' => 85,
  9322.                         'webp_quality' => 85,
  9323.                         'png_compression_level' => 6,
  9324.                     ],
  9325.                 ],
  9326.                 '800x' => [
  9327.                     'key' => '800x',
  9328.                     'internal' => false,
  9329.                     'meta' => [
  9330.                         'title' => [
  9331.                             'en' => 'Featured article header image - Format : 800x',
  9332.                             'fr' => 'Image d\'en tête article à la une - Format : 800x',
  9333.                         ],
  9334.                     ],
  9335.                     'scale' => [
  9336.                         'x' => 800,
  9337.                         'y' => NULL,
  9338.                         'mode' => 2,
  9339.                         'retina' => false,
  9340.                         'forceRatio' => true,
  9341.                     ],
  9342.                     'transformations' => [
  9343.                     ],
  9344.                     'options' => [
  9345.                         'jpeg_quality' => 85,
  9346.                         'webp_quality' => 85,
  9347.                         'png_compression_level' => 6,
  9348.                     ],
  9349.                 ],
  9350.                 '1000x' => [
  9351.                     'key' => '1000x',
  9352.                     'internal' => false,
  9353.                     'meta' => [
  9354.                         'title' => [
  9355.                             'en' => 'Header type full length image - Format : 1000x',
  9356.                             'fr' => 'Image pleine type header - Format : 1000x',
  9357.                         ],
  9358.                     ],
  9359.                     'scale' => [
  9360.                         'x' => 1000,
  9361.                         'y' => NULL,
  9362.                         'mode' => 2,
  9363.                         'retina' => false,
  9364.                         'forceRatio' => true,
  9365.                     ],
  9366.                     'transformations' => [
  9367.                     ],
  9368.                     'options' => [
  9369.                         'jpeg_quality' => 85,
  9370.                         'webp_quality' => 85,
  9371.                         'png_compression_level' => 6,
  9372.                     ],
  9373.                 ],
  9374.             ],
  9375.             'sulu_category.entity.category' => 'App\\Entity\\Category',
  9376.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  9377.             'sulu.version' => '2.4.5',
  9378.             'app.version' => NULL,
  9379.             'sulu_snippet.areas' => [
  9380.                 'contact' => [
  9381.                     'key' => 'contact',
  9382.                     'template' => 'contact',
  9383.                     'title' => [
  9384.                         'en' => ' Contact',
  9385.                         'fr' => 'Bloc de contact',
  9386.                     ],
  9387.                 ],
  9388.                 'default' => [
  9389.                     'key' => 'default',
  9390.                     'template' => 'default',
  9391.                     'title' => [
  9392.                         'en' => 'Default Default',
  9393.                         'fr' => 'Default',
  9394.                     ],
  9395.                 ],
  9396.                 'footer' => [
  9397.                     'key' => 'footer',
  9398.                     'template' => 'footer',
  9399.                     'title' => [
  9400.                         'en' => ' Footer',
  9401.                         'fr' => 'Pied de page par default',
  9402.                     ],
  9403.                 ],
  9404.                 'groupe-travail' => [
  9405.                     'key' => 'groupe-travail',
  9406.                     'template' => 'groupe-travail',
  9407.                     'title' => [
  9408.                         'en' => ' Groupe-travail',
  9409.                         'fr' => 'Lien de la page "groupes de travail" dans le header',
  9410.                     ],
  9411.                 ],
  9412.                 'newsletter' => [
  9413.                     'key' => 'newsletter',
  9414.                     'template' => 'newsletter',
  9415.                     'title' => [
  9416.                         'en' => ' Newsletter',
  9417.                         'fr' => 'Lien de newsletter dans le header',
  9418.                     ],
  9419.                 ],
  9420.             ],
  9421.             'console.command.ids' => [
  9422.                 => 'console.command.public_alias.App\\Command\\ArchiveArticlesCommand',
  9423.                 => 'console.command.public_alias.App\\Command\\CreateCsvCommand',
  9424.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  9425.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  9426.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  9427.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  9428.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  9429.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  9430.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  9431.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  9432.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  9433.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  9434.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  9435.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  9436.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  9437.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  9438.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  9439.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  9440.                 18 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  9441.                 19 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  9442.                 20 => 'console.command.public_alias.fos_http_cache.command.invalidate_path',
  9443.                 21 => 'console.command.public_alias.fos_http_cache.command.invalidate_regex',
  9444.                 22 => 'console.command.public_alias.fos_http_cache.command.refresh_path',
  9445.                 23 => 'console.command.public_alias.fos_http_cache.command.clear',
  9446.                 24 => 'console.command.public_alias.sulu_page.command.workspace_import',
  9447.                 25 => 'phpcr_migrations.command.status',
  9448.                 26 => 'phpcr_migrations.command.migrate',
  9449.                 27 => 'phpcr_migrations.command.initialize',
  9450.                 28 => 'console.command.public_alias.sulu_form.form_generator_command',
  9451.                 29 => 'console.command.public_alias.sulu_article.reindex_command',
  9452.             ],
  9453.         ];
  9454.     }
  9455.     protected function throw($message)
  9456.     {
  9457.         throw new RuntimeException($message);
  9458.     }
  9459. }