var/cache/website/dev/ContainerUnZqEye/App_KernelDevDebugContainer.php line 3020

Open in your IDE?
  1. <?php
  2. namespace ContainerUnZqEye;
  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.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  44.             'data_collector.dump' => 'getDataCollector_DumpService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'doctrine_phpcr' => 'getDoctrinePhpcrService',
  49.             'doctrine_phpcr.session' => 'getDoctrinePhpcr_SessionService',
  50.             'event_dispatcher' => 'getEventDispatcherService',
  51.             'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  52.             'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  53.             'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  54.             'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             'jms_serializer' => 'getJmsSerializerService',
  57.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  58.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  59.             'request_stack' => 'getRequestStackService',
  60.             'router' => 'getRouterService',
  61.             'sulu.content.localization_finder' => 'getSulu_Content_LocalizationFinderService',
  62.             'sulu.content.mapper' => 'getSulu_Content_MapperService',
  63.             'sulu.content.path_cleaner' => 'getSulu_Content_PathCleanerService',
  64.             'sulu.content.structure_manager' => 'getSulu_Content_StructureManagerService',
  65.             'sulu.content.type_manager' => 'getSulu_Content_TypeManagerService',
  66.             'sulu.phpcr.session' => 'getSulu_Phpcr_SessionService',
  67.             'sulu.repository.access_control' => 'getSulu_Repository_AccessControlService',
  68.             'sulu.repository.account' => 'getSulu_Repository_AccountService',
  69.             'sulu.repository.analytics' => 'getSulu_Repository_AnalyticsService',
  70.             'sulu.repository.category' => 'getSulu_Repository_CategoryService',
  71.             'sulu.repository.category_meta' => 'getSulu_Repository_CategoryMetaService',
  72.             'sulu.repository.category_translation' => 'getSulu_Repository_CategoryTranslationService',
  73.             'sulu.repository.contact' => 'getSulu_Repository_ContactService',
  74.             'sulu.repository.keyword' => 'getSulu_Repository_KeywordService',
  75.             'sulu.repository.media' => 'getSulu_Repository_MediaService',
  76.             'sulu.repository.role' => 'getSulu_Repository_RoleService',
  77.             'sulu.repository.route' => 'getSulu_Repository_RouteService',
  78.             'sulu.repository.tag' => 'getSulu_Repository_TagService',
  79.             'sulu.repository.user' => 'getSulu_Repository_UserService',
  80.             'sulu.util.node_helper' => 'getSulu_Util_NodeHelperService',
  81.             'sulu_category.category_manager' => 'getSuluCategory_CategoryManagerService',
  82.             'sulu_category.keyword_manager' => 'getSuluCategory_KeywordManagerService',
  83.             'sulu_contact.contact_manager' => 'getSuluContact_ContactManagerService',
  84.             'sulu_core.array_serializer' => 'getSuluCore_ArraySerializerService',
  85.             'sulu_core.webspace.request_analyzer' => 'getSuluCore_Webspace_RequestAnalyzerService',
  86.             'sulu_core.webspace.webspace_manager' => 'getSuluCore_Webspace_WebspaceManagerService',
  87.             'sulu_custom_urls.manager' => 'getSuluCustomUrls_ManagerService',
  88.             'sulu_document_manager.document_inspector' => 'getSuluDocumentManager_DocumentInspectorService',
  89.             'sulu_document_manager.document_manager' => 'getSuluDocumentManager_DocumentManagerService',
  90.             'sulu_document_manager.metadata_factory.base' => 'getSuluDocumentManager_MetadataFactory_BaseService',
  91.             'sulu_document_manager.property_encoder' => 'getSuluDocumentManager_PropertyEncoderService',
  92.             'sulu_markup.parser.html_extractor' => 'getSuluMarkup_Parser_HtmlExtractorService',
  93.             'sulu_media.collection_repository' => 'getSuluMedia_CollectionRepositoryService',
  94.             'sulu_media.format_cache' => 'getSuluMedia_FormatCacheService',
  95.             'sulu_media.format_manager' => 'getSuluMedia_FormatManagerService',
  96.             'sulu_media.image.transformation.blur' => 'getSuluMedia_Image_Transformation_BlurService',
  97.             'sulu_media.image.transformation.crop' => 'getSuluMedia_Image_Transformation_CropService',
  98.             'sulu_media.image.transformation.gamma' => 'getSuluMedia_Image_Transformation_GammaService',
  99.             'sulu_media.image.transformation.grayscale' => 'getSuluMedia_Image_Transformation_GrayscaleService',
  100.             'sulu_media.image.transformation.negative' => 'getSuluMedia_Image_Transformation_NegativeService',
  101.             'sulu_media.image.transformation.paste' => 'getSuluMedia_Image_Transformation_PasteService',
  102.             'sulu_media.image.transformation.sharpen' => 'getSuluMedia_Image_Transformation_SharpenService',
  103.             'sulu_media.media_manager' => 'getSuluMedia_MediaManagerService',
  104.             'sulu_media.storage' => 'getSuluMedia_StorageService',
  105.             'sulu_page.compat.structure.legacy_property_factory' => 'getSuluPage_Compat_Structure_LegacyPropertyFactoryService',
  106.             'sulu_page.content_repository' => 'getSuluPage_ContentRepositoryService',
  107.             'sulu_page.extension.manager' => 'getSuluPage_Extension_ManagerService',
  108.             'sulu_page.structure.factory' => 'getSuluPage_Structure_FactoryService',
  109.             'sulu_security.mask_converter' => 'getSuluSecurity_MaskConverterService',
  110.             'sulu_security.salt_generator' => 'getSuluSecurity_SaltGeneratorService',
  111.             'sulu_security.security_checker' => 'getSuluSecurity_SecurityCheckerService',
  112.             'sulu_security.user_manager' => 'getSuluSecurity_UserManagerService',
  113.             'sulu_snippet.default_snippet.manager' => 'getSuluSnippet_DefaultSnippet_ManagerService',
  114.             'sulu_snippet.resolver' => 'getSuluSnippet_ResolverService',
  115.             'sulu_tag.tag_manager' => 'getSuluTag_TagManagerService',
  116.             'sulu_website.resolver.structure' => 'getSuluWebsite_Resolver_StructureService',
  117.             'translator' => 'getTranslatorService',
  118.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  119.             'cache_clearer' => 'getCacheClearerService',
  120.             'filesystem' => 'getFilesystemService',
  121.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  122.             'form.factory' => 'getForm_FactoryService',
  123.             'form.type.file' => 'getForm_Type_FileService',
  124.             'profiler' => 'getProfilerService',
  125.             'serializer' => 'getSerializerService',
  126.             'twig' => 'getTwigService',
  127.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  128.             'security.token_storage' => 'getSecurity_TokenStorageService',
  129.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  130.             'session' => 'getSessionService',
  131.             'validator' => 'getValidatorService',
  132.         ];
  133.         $this->fileMap = [
  134.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  135.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  136.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  137.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  138.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  139.             '.container.private.session' => 'get_Container_Private_SessionService',
  140.             'App\\Controller\\Website\\Auth\\GoogleLoginController' => 'getGoogleLoginControllerService',
  141.             'App\\Controller\\Website\\Auth\\LoginController' => 'getLoginControllerService',
  142.             'App\\Controller\\Website\\Auth\\RegisterController' => 'getRegisterControllerService',
  143.             'App\\Controller\\Website\\BitrixController' => 'getBitrixControllerService',
  144.             'App\\Controller\\Website\\CaseStudiesController' => 'getCaseStudiesControllerService',
  145.             'App\\Controller\\Website\\ContactController' => 'getContactControllerService',
  146.             'App\\Controller\\Website\\CountryController' => 'getCountryControllerService',
  147.             'App\\Controller\\Website\\DeliveryController' => 'getDeliveryControllerService',
  148.             'App\\Controller\\Website\\EventPageController' => 'getEventPageControllerService',
  149.             'App\\Controller\\Website\\JobController' => 'getJobControllerService',
  150.             'App\\Controller\\Website\\LandingPageController' => 'getLandingPageControllerService',
  151.             'App\\Controller\\Website\\LoggerController' => 'getLoggerControllerService',
  152.             'App\\Controller\\Website\\NewsController' => 'getNewsControllerService',
  153.             'App\\Controller\\Website\\PartnerController' => 'getPartnerControllerService',
  154.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  155.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  156.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  157.             'cache.app_clearer' => 'getCache_AppClearerService',
  158.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  159.             'cache.system_clearer' => 'getCache_SystemClearerService',
  160.             'cache_warmer' => 'getCacheWarmerService',
  161.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  162.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
  163.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
  164.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
  165.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
  166.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
  167.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
  168.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
  169.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
  170.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
  171.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
  172.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
  173.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
  174.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
  175.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
  176.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
  177.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
  178.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
  179.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
  180.             'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
  181.             'console.command_loader' => 'getConsole_CommandLoaderService',
  182.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  183.             'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
  184.             'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
  185.             'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
  186.             'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
  187.             'error_controller' => 'getErrorControllerService',
  188.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  189.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  190.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  191.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  192.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  193.             'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
  194.             'massive_search.adapter.zend_lucene' => 'getMassiveSearch_Adapter_ZendLuceneService',
  195.             'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
  196.             'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
  197.             'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
  198.             'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
  199.             'routing.loader' => 'getRouting_LoaderService',
  200.             'services_resetter' => 'getServicesResetterService',
  201.             'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
  202.             'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
  203.             'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
  204.             'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
  205.             'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
  206.             'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
  207.             'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
  208.             'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
  209.             'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
  210.             'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
  211.             'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
  212.             'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
  213.             'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
  214.             'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
  215.             'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
  216.             'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
  217.             'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
  218.             'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
  219.             'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
  220.             'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
  221.             'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
  222.             'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
  223.             'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
  224.             'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
  225.             'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
  226.             'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
  227.             'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
  228.             'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
  229.             'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
  230.             'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
  231.             'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
  232.             'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
  233.             'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
  234.             'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
  235.             'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
  236.             'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
  237.             'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
  238.             'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
  239.             'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
  240.             'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
  241.             'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
  242.             'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
  243.             'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
  244.             'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
  245.             'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
  246.             'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
  247.             'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
  248.             'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
  249.             'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
  250.             'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
  251.             'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
  252.             'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
  253.             'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService',
  254.             'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
  255.             'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
  256.             'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
  257.             'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService',
  258.             'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
  259.             'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
  260.             'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
  261.             'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
  262.             'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
  263.             'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
  264.             'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
  265.             'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
  266.             'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
  267.             'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
  268.             'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
  269.             'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
  270.             'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
  271.             'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
  272.             'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
  273.             'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
  274.             'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
  275.             'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
  276.             'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
  277.             'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
  278.             'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
  279.             'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
  280.             'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
  281.             'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
  282.             'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
  283.             'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
  284.             'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
  285.             'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
  286.             'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
  287.             'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
  288.             'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
  289.             'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
  290.             'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
  291.             'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
  292.             'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
  293.             'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
  294.             'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
  295.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  296.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  297.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  298.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  299.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  300.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  301.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  302.         ];
  303.         $this->aliases = [
  304.             'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  305.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  306.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  307.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  308.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  309.             'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  310.             'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
  311.             'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
  312.             'database_connection' => 'doctrine.dbal.default_connection',
  313.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  314.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  315.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  316.             'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  317.             'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  318.             'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  319.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  320.             'mailer' => 'swiftmailer.mailer.default',
  321.             'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  322.             'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  323.         ];
  324.         $this->privates['service_container'] = function () {
  325.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  326.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  327.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  328.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  329.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  330.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  331.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  332.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  333.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  334.             include_once \dirname(__DIR__5).'/src/Service/HtmlParserService.php';
  335.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  336.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  337.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  338.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  339.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  340.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  341.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  342.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  343.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  344.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  345.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  346.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  347.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  348.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  349.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  350.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  351.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  352.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  353.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  354.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  355.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  356.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocatorInterface.php';
  357.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocator.php';
  358.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  359.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  360.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  361.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  362.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  363.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  364.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  365.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  366.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  367.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  368.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  369.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareInterface.php';
  370.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareTrait.php';
  371.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  372.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  373.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  374.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  375.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  376.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  377.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  378.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  379.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  380.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  381.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  382.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  383.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  384.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  385.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistryInterface.php';
  386.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistry.php';
  387.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormExtensionInterface.php';
  388.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  389.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  390.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  391.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  392.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  393.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  394.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  395.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  396.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  397.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  398.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  399.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  400.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  401.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  402.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  403.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  404.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  405.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  406.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  407.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  408.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  409.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  410.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  411.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  412.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  413.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  414.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  415.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  416.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  417.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  418.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  419.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  420.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  421.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  422.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  423.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  424.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  425.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  426.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  427.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  428.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  429.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  430.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  431.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  432.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  433.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerInterface.php';
  434.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  435.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  436.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  437.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  438.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  439.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  440.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  442.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  444.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  445.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  448.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  449.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  450.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  451.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  452.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  453.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  458.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  459.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  460.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  461.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  462.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  463.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  464.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  465.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  466.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  467.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  468.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  469.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  470.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  471.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  472.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  473.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  474.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  475.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  476.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  477.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  478.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  479.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  480.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  481.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  482.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  483.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  484.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  485.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  486.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  487.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  488.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
  489.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
  490.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  491.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  492.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
  493.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
  494.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
  495.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
  496.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
  497.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
  498.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  499.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  500.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
  501.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
  502.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
  503.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  504.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/Loader.php';
  505.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  506.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  507.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  508.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/FileLoader.php';
  509.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  510.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  511.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  512.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  513.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  514.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  515.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  516.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  517.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  518.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  519.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  520.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  521.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  522.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  523.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  524.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  525.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  526.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  527.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  528.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  529.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  530.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  531.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  532.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  533.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  534.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  535.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  536.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  537.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  538.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  539.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
  540.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
  541.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
  542.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
  543.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/DateTimeRequestProcessor.php';
  544.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/SegmentRequestProcessor.php';
  545.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
  546.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  547.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  548.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  549.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  550.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Registry.php';
  551.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  552.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  553.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  554.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  555.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  556.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  557.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  558.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  559.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  560.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  561.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  562.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  563.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  564.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  565.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  566.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  567.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  568.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  569.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  570.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  571.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  572.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  573.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  574.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  575.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  576.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  577.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  578.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  579.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  580.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  581.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  582.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  583.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  584.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  585.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  586.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  587.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  588.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  589.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  590.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  591.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableDriver.php';
  592.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  593.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  594.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  595.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  596.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  597.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  598.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  599.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  600.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  601.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  602.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  603.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  604.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  605.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  606.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  607.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  608.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  609.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  610.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  611.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  612.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  613.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  614.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  615.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  616.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  617.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  618.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  619.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  620.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  621.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  622.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  623.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  624.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  625.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  626.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  627.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/Php8AttributesListener.php';
  628.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Factory.php';
  629.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  630.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
  631.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
  632.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
  633.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  634.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
  635.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  636.             include_once \dirname(__DIR__5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  637.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  638.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
  639.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  640.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  641.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  642.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  643.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  644.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
  645.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  646.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  647.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  648.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  649.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  650.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  651.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  652.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  653.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  654.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  655.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  656.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  657.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  658.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  659.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  660.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  661.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  662.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  663.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  664.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  665.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  666.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  667.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  668.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  669.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  670.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  671.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  672.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  673.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  674.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  675.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  676.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  677.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  678.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  679.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  680.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  681.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  682.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  683.             include_once \dirname(__DIR__5).'/vendor/contao/imagine-svg/src/Imagine.php';
  684.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
  685.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
  686.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
  687.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
  688.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
  689.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
  690.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
  691.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
  692.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
  693.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
  694.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/EventSubscriberInterface.php';
  695.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
  696.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
  697.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
  698.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
  699.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
  700.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
  701.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
  702.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
  703.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
  704.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  705.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  706.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  707.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  708.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  709.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  710.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  711.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  712.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  713.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  714.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  715.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  716.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  717.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  718.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  719.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
  720.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
  721.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
  722.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  723.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  724.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  725.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  726.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  727.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  728.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  729.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  730.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  731.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  732.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  733.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  734.             include_once \dirname(__DIR__5).'/src/Structure/OpenGraphStructureExtension.php';
  735.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  736.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  737.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  738.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  739.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  740.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  741.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  742.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  743.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  744.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  745.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  746.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
  747.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  748.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  749.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  750.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  751.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  752.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  753.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  754.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  755.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  756.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  757.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  758.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  759.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  760.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  761.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  762.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  763.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
  764.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  765.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  766.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  767.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  768.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  769.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  770.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  771.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  772.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  773.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  774.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  775.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  776.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  777.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  778.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  779.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  780.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
  783.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
  784.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollectorInterface.php';
  785.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollector.php';
  786.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  787.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  788.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  789.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  790.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  791.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
  792.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  793.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
  794.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
  795.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
  796.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
  797.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
  798.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
  799.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
  800.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
  801.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
  802.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
  803.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
  804.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
  805.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
  806.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
  807.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  808.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
  809.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
  810.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
  811.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
  812.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
  813.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  814.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  815.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  816.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  817.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  818.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  819.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  820.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  821.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  822.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  823.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  824.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  825.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  826.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  827.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  828.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  829.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  830.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  831.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  832.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  833.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Security.php';
  834.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  835.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  836.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  837.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  838.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  839.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  840.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  841.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  842.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  843.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  844.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  845.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  846.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  847.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  848.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
  849.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
  850.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  851.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  852.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  853.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  854.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  855.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  856.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  857.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  858.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
  859.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
  860.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
  861.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
  862.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  863.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  864.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  865.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  866.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  867.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  868.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  869.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  870.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  871.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  872.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  873.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  874.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  875.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  876.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  877.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  878.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  879.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  880.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  881.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  882.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  883.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  884.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  885.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouteCollection.php';
  886.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  887.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  888.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  889.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  890.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  891.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  892.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  893.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  894.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  895.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  896.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  897.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  898.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  899.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  900.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  901.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  902.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  903.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  904.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  905.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  906.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  907.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  908.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  909.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  910.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  911.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  912.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  913.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  914.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  915.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  916.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  917.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  918.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  919.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  920.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  921.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  922.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  923.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  924.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  925.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  926.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  927.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  928.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  929.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  930.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  931.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  932.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  933.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  934.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  935.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  936.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  937.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  938.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  939.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  940.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/FlysystemStorage.php';
  941.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/GoogleCloudStorage.php';
  942.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/FilesystemInterface.php';
  943.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/Plugin/PluggableTrait.php';
  944.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/ConfigAwareTrait.php';
  945.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/Filesystem.php';
  946.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/ReadInterface.php';
  947.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/AdapterInterface.php';
  948.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/Adapter/AbstractAdapter.php';
  949.             include_once \dirname(__DIR__5).'/vendor/superbalist/flysystem-google-storage/src/GoogleStorageAdapter.php';
  950.             include_once \dirname(__DIR__5).'/vendor/google/cloud-core/src/ArrayTrait.php';
  951.             include_once \dirname(__DIR__5).'/vendor/google/cloud-core/src/JsonTrait.php';
  952.             include_once \dirname(__DIR__5).'/vendor/google/cloud-core/src/ClientTrait.php';
  953.             include_once \dirname(__DIR__5).'/vendor/google/cloud-storage/src/StorageClient.php';
  954.             include_once \dirname(__DIR__5).'/vendor/google/cloud-storage/src/EncryptionTrait.php';
  955.             include_once \dirname(__DIR__5).'/vendor/google/cloud-storage/src/Bucket.php';
  956.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  957.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  958.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  959.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  960.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  961.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactoryInterface.php';
  962.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactory.php';
  963.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  964.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  965.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  966.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  967.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  968.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  969.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  970.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  971.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  972.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  973.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  974.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  975.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  976.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  977.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  978.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  979.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  980.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  981.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  982.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  983.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  984.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  985.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  986.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  987.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  988.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  989.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  990.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  991.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  992.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  993.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  994.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  995.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  996.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  997.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  998.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  999.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1015.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1016.             include_once \dirname(__DIR__5).'/src/Helper/CollectionHelper.php';
  1017.             include_once \dirname(__DIR__5).'/src/Twig/ComponentDataAdapterExtension.php';
  1018.             include_once \dirname(__DIR__5).'/src/Twig/Components/ComponentsMiddleware.php';
  1019.             include_once \dirname(__DIR__5).'/src/Twig/ContactOfficesJsonEncoderExtension.php';
  1020.             include_once \dirname(__DIR__5).'/src/Twig/ContactPressJsonEncoderExtension.php';
  1021.             include_once \dirname(__DIR__5).'/src/Twig/MapJsonEncoderExtension.php';
  1022.             include_once \dirname(__DIR__5).'/src/Twig/OpenGraph/Image.php';
  1023.             include_once \dirname(__DIR__5).'/src/Twig/OurWorkCardJsonEncoderExtension.php';
  1024.             include_once \dirname(__DIR__5).'/src/Twig/SuluCustomTagParserExtension.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  1029.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  1030.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  1031.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  1032.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  1033.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  1034.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  1035.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  1036.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  1037.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  1038.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
  1039.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
  1040.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
  1041.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
  1042.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
  1043.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  1045.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  1046.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  1047.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  1048.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  1049.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  1050.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  1051.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  1052.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  1053.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1054.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1055.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1056.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  1057.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1058.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1059.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1060.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1061.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1062.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1063.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1064.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1065.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1066.         };
  1067.     }
  1068.     public function compile(): void
  1069.     {
  1070.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1071.     }
  1072.     public function isCompiled(): bool
  1073.     {
  1074.         return true;
  1075.     }
  1076.     public function getRemovedIds(): array
  1077.     {
  1078.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1079.     }
  1080.     protected function load($file$lazyLoad true)
  1081.     {
  1082.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1083.             return $class::do($this$lazyLoad);
  1084.         }
  1085.         if ('.' === $file[-4]) {
  1086.             $class substr($class0, -4);
  1087.         } else {
  1088.             $file .= '.php';
  1089.         }
  1090.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1091.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1092.     }
  1093.     protected function createProxy($class\Closure $factory)
  1094.     {
  1095.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1096.         return $factory();
  1097.     }
  1098.     /**
  1099.      * Gets the public '.container.private.filesystem' shared service.
  1100.      *
  1101.      * @return \Symfony\Component\Filesystem\Filesystem
  1102.      */
  1103.     protected function get_Container_Private_FilesystemService()
  1104.     {
  1105.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1106.     }
  1107.     /**
  1108.      * Gets the public '.container.private.form.factory' shared service.
  1109.      *
  1110.      * @return \Symfony\Component\Form\FormFactory
  1111.      */
  1112.     protected function get_Container_Private_Form_FactoryService()
  1113.     {
  1114.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1115.     }
  1116.     /**
  1117.      * Gets the public '.container.private.profiler' shared service.
  1118.      *
  1119.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1120.      */
  1121.     protected function get_Container_Private_ProfilerService()
  1122.     {
  1123.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1124.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1125.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1126.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1127.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1128.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1129.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1130.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1131.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1132.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1133.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1134.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1135.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1136.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1137.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1138.         $d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
  1139.         $d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
  1140.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1141.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1142.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1143.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1144.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1145.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1146.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1147.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1148.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1149.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1150.         if ($this->has('kernel')) {
  1151.             $g->setKernel($b);
  1152.         }
  1153.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1154.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1155.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1156.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1157.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1158.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1159.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1160.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1161.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1162.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1163.         $instance->add($d);
  1164.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1165.         $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));
  1166.         $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())));
  1167.         $instance->add($e);
  1168.         $instance->add($f);
  1169.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1170.         $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1171.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1172.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1173.         $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\\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.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()), ($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()))));
  1174.         $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
  1175.         $instance->add($g);
  1176.         return $instance;
  1177.     }
  1178.     /**
  1179.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1180.      *
  1181.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1182.      */
  1183.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1184.     {
  1185.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1186.     }
  1187.     /**
  1188.      * Gets the public '.container.private.security.token_storage' shared service.
  1189.      *
  1190.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1191.      */
  1192.     protected function get_Container_Private_Security_TokenStorageService()
  1193.     {
  1194.         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, [
  1195.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1196.         ], [
  1197.             'request_stack' => '?',
  1198.         ]));
  1199.     }
  1200.     /**
  1201.      * Gets the public '.container.private.twig' shared service.
  1202.      *
  1203.      * @return \Twig\Environment
  1204.      */
  1205.     protected function get_Container_Private_TwigService()
  1206.     {
  1207.         $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]);
  1208.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1209.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1210.         $c = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1211.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1212.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1213.         $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1214.         $g = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  1215.         $h = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1216.         $i = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
  1217.         $j = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1218.         $k = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($j'dev'$h);
  1219.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1220.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1221.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1222.         $m->setEnvironment('dev');
  1223.         $m->setDebug(true);
  1224.         if ($this->has('.container.private.security.token_storage')) {
  1225.             $m->setTokenStorage($f);
  1226.         }
  1227.         if ($this->has('request_stack')) {
  1228.             $m->setRequestStack($e);
  1229.         }
  1230.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1231.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1232.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1233.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($c));
  1234.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__5), 'UTF-8'));
  1235.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1236.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1237.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1238.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1239.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1240.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1241.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1242.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  1243.         $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())));
  1244.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1245.         $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($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  1246.         $instance->addExtension(new \App\Helper\CollectionHelper());
  1247.         $instance->addExtension(new \App\Twig\ComponentDataAdapterExtension(new \App\Twig\Components\ComponentsMiddleware(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1248.             'benefits' => ['privates''App\\Twig\\Components\\Benefits''getBenefitsService'true],
  1249.             'breadcrumbs' => ['privates''App\\Twig\\Components\\Breadcrumbs''getBreadcrumbsService'true],
  1250.             'career_swiper' => ['privates''App\\Twig\\Components\\CareerSwiper''getCareerSwiperService'true],
  1251.             'carousel_about_us' => ['privates''App\\Twig\\Components\\CarouselAboutUs''getCarouselAboutUsService'true],
  1252.             'carousel_events' => ['privates''App\\Twig\\Components\\CarouselEvents''getCarouselEventsService'true],
  1253.             'carousel_loko' => ['privates''App\\Twig\\Components\\CarouselLoko''getCarouselLokoService'true],
  1254.             'carousel_parcel_terminals' => ['privates''App\\Twig\\Components\\CarouselParcelTerminals''getCarouselParcelTerminalsService'true],
  1255.             'category_showcase' => ['privates''App\\Twig\\Components\\CategoryShowcase''getCategoryShowcaseService'true],
  1256.             'contact_form' => ['privates''App\\Twig\\Components\\ContactForm''getContactFormService'true],
  1257.             'contact_offices' => ['privates''App\\Twig\\Components\\ContactOffices''getContactOfficesService'true],
  1258.             'cookies' => ['privates''App\\Twig\\Components\\Cookies''getCookiesService'true],
  1259.             'download_files' => ['privates''App\\Twig\\Components\\DownloadFIles''getDownloadFIlesService'true],
  1260.             'events_content' => ['privates''App\\Twig\\Components\\EventsContent''getEventsContentService'true],
  1261.             'footer' => ['privates''App\\Twig\\Components\\Footer''getFooterService'true],
  1262.             'gallery' => ['privates''App\\Twig\\Components\\Gallery''getGalleryService'true],
  1263.             'grid' => ['privates''App\\Twig\\Components\\Grid''getGridService'true],
  1264.             'head_office' => ['privates''App\\Twig\\Components\\HeadOffice''getHeadOfficeService'true],
  1265.             'header' => ['privates''App\\Twig\\Components\\Header''getHeaderService'true],
  1266.             'html_content' => ['privates''App\\Twig\\Components\\HtmlContent''getHtmlContentService'true],
  1267.             'l_map' => ['privates''App\\Twig\\Components\\LMap''getLMapService'true],
  1268.             'landing_content' => ['privates''App\\Twig\\Components\\LandingContent''getLandingContentService'true],
  1269.             'main_header' => ['privates''App\\Twig\\Components\\MainHeader''getMainHeaderService'true],
  1270.             'main_header_2' => ['privates''App\\Twig\\Components\\MainHeader2''getMainHeader2Service'true],
  1271.             'main_swiper' => ['privates''App\\Twig\\Components\\MainSwiper''getMainSwiperService'true],
  1272.             'map' => ['privates''App\\Twig\\Components\\Map''getMapService'true],
  1273.             'mediabank' => ['privates''App\\Twig\\Components\\Mediabank''getMediabankService'true],
  1274.             'navigate_to_action' => ['privates''App\\Twig\\Components\\NavigateToAction''getNavigateToActionService'true],
  1275.             'news' => ['privates''App\\Twig\\Components\\News''getNewsService'true],
  1276.             'our_products' => ['privates''App\\Twig\\Components\\OurProducts''getOurProductsService'true],
  1277.             'our_work' => ['privates''App\\Twig\\Components\\OurWork''getOurWorkService'true],
  1278.             'overview' => ['privates''App\\Twig\\Components\\Overview''getOverviewService'true],
  1279.             'overview_filter' => ['privates''App\\Twig\\Components\\OverviewFilter''getOverviewFilterService'true],
  1280.             'partners' => ['privates''App\\Twig\\Components\\Partners''getPartnersService'true],
  1281.             'product-solutions' => ['privates''App\\Twig\\Components\\ProductSolutions''getProductSolutionsService'true],
  1282.             'scale_history' => ['privates''App\\Twig\\Components\\ScaleHistory''getScaleHistoryService'true],
  1283.             'search' => ['privates''App\\Twig\\Components\\Search''getSearchService'true],
  1284.             'side_details' => ['privates''App\\Twig\\Components\\SideDetails''getSideDetailsService'true],
  1285.             'simple_links' => ['privates''App\\Twig\\Components\\SimpleLinks''getSimpleLinksService'true],
  1286.             'simple_text' => ['privates''App\\Twig\\Components\\SimpleText''getSimpleTextService'true],
  1287.             'specifications' => ['privates''App\\Twig\\Components\\Specifications''getSpecificationsService'true],
  1288.             'tab_1' => ['privates''App\\Twig\\Components\\Tab1''getTab1Service'true],
  1289.             'tab_3' => ['privates''App\\Twig\\Components\\Tab3''getTab3Service'true],
  1290.             'text_overview' => ['privates''App\\Twig\\Components\\TextOverview''getTextOverviewService'true],
  1291.         ], [
  1292.             'benefits' => 'App\\Twig\\Components\\Benefits',
  1293.             'breadcrumbs' => 'App\\Twig\\Components\\Breadcrumbs',
  1294.             'career_swiper' => 'App\\Twig\\Components\\CareerSwiper',
  1295.             'carousel_about_us' => 'App\\Twig\\Components\\CarouselAboutUs',
  1296.             'carousel_events' => 'App\\Twig\\Components\\CarouselEvents',
  1297.             'carousel_loko' => 'App\\Twig\\Components\\CarouselLoko',
  1298.             'carousel_parcel_terminals' => 'App\\Twig\\Components\\CarouselParcelTerminals',
  1299.             'category_showcase' => 'App\\Twig\\Components\\CategoryShowcase',
  1300.             'contact_form' => 'App\\Twig\\Components\\ContactForm',
  1301.             'contact_offices' => 'App\\Twig\\Components\\ContactOffices',
  1302.             'cookies' => 'App\\Twig\\Components\\Cookies',
  1303.             'download_files' => 'App\\Twig\\Components\\DownloadFIles',
  1304.             'events_content' => 'App\\Twig\\Components\\EventsContent',
  1305.             'footer' => 'App\\Twig\\Components\\Footer',
  1306.             'gallery' => 'App\\Twig\\Components\\Gallery',
  1307.             'grid' => 'App\\Twig\\Components\\Grid',
  1308.             'head_office' => 'App\\Twig\\Components\\HeadOffice',
  1309.             'header' => 'App\\Twig\\Components\\Header',
  1310.             'html_content' => 'App\\Twig\\Components\\HtmlContent',
  1311.             'l_map' => 'App\\Twig\\Components\\LMap',
  1312.             'landing_content' => 'App\\Twig\\Components\\LandingContent',
  1313.             'main_header' => 'App\\Twig\\Components\\MainHeader',
  1314.             'main_header_2' => 'App\\Twig\\Components\\MainHeader2',
  1315.             'main_swiper' => 'App\\Twig\\Components\\MainSwiper',
  1316.             'map' => 'App\\Twig\\Components\\Map',
  1317.             'mediabank' => 'App\\Twig\\Components\\Mediabank',
  1318.             'navigate_to_action' => 'App\\Twig\\Components\\NavigateToAction',
  1319.             'news' => 'App\\Twig\\Components\\News',
  1320.             'our_products' => 'App\\Twig\\Components\\OurProducts',
  1321.             'our_work' => 'App\\Twig\\Components\\OurWork',
  1322.             'overview' => 'App\\Twig\\Components\\Overview',
  1323.             'overview_filter' => 'App\\Twig\\Components\\OverviewFilter',
  1324.             'partners' => 'App\\Twig\\Components\\Partners',
  1325.             'product-solutions' => 'App\\Twig\\Components\\ProductSolutions',
  1326.             'scale_history' => 'App\\Twig\\Components\\ScaleHistory',
  1327.             'search' => 'App\\Twig\\Components\\Search',
  1328.             'side_details' => 'App\\Twig\\Components\\SideDetails',
  1329.             'simple_links' => 'App\\Twig\\Components\\SimpleLinks',
  1330.             'simple_text' => 'App\\Twig\\Components\\SimpleText',
  1331.             'specifications' => 'App\\Twig\\Components\\Specifications',
  1332.             'tab_1' => 'App\\Twig\\Components\\Tab1',
  1333.             'tab_3' => 'App\\Twig\\Components\\Tab3',
  1334.             'text_overview' => 'App\\Twig\\Components\\TextOverview',
  1335.         ]))));
  1336.         $instance->addExtension(new \App\Twig\ContactOfficesJsonEncoderExtension());
  1337.         $instance->addExtension(new \App\Twig\ContactPressJsonEncoderExtension());
  1338.         $instance->addExtension(new \App\Twig\MapJsonEncoderExtension());
  1339.         $instance->addExtension(new \App\Twig\OpenGraph\Image($c$g$h));
  1340.         $instance->addExtension(new \App\Twig\OurWorkCardJsonEncoderExtension());
  1341.         $instance->addExtension(new \App\Twig\SuluCustomTagParserExtension(($this->privates['App\\Service\\HtmlParserService'] ?? $this->getHtmlParserServiceService())));
  1342.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1343.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1344.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1345.         $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  1346.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  1347.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension($g));
  1348.         $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  1349.         $instance->addExtension(($this->privates['sulu_category.twig_extension'] ?? $this->getSuluCategory_TwigExtensionService()));
  1350.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension(($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService()), $h, ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService())), $i1));
  1351.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension(($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService()), $h, ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService())));
  1352.         $instance->addExtension(($this->privates['sulu_snippet.twig.area_snippet'] ?? $this->getSuluSnippet_Twig_AreaSnippetService()));
  1353.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  1354.         $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()), ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService()), $i));
  1355.         $instance->addExtension($k);
  1356.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(($this->privates['sulu_website.twig.navigation'] ?? $this->getSuluWebsite_Twig_NavigationService()), $i1));
  1357.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator(($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService()), $j, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder(($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), 'i18n'), 'dev'), $j'dev'$h), $i1));
  1358.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(($this->privates['sulu_website.twig.content'] ?? $this->getSuluWebsite_Twig_ContentService()), $i1));
  1359.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($h$k));
  1360.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($h$k$e));
  1361.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  1362.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1363.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1364.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'true],
  1365.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1366.         ], [
  1367.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1368.             'webpack_encore.tag_renderer' => '?',
  1369.         ])));
  1370.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1371.         $instance->addGlobal('app'$m);
  1372.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1373.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1374.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1375.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1376.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1377.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1378.         ], [
  1379.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1380.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1381.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1382.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1383.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1384.         ])));
  1385.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1386.         return $instance;
  1387.     }
  1388.     /**
  1389.      * Gets the public '.container.private.validator' shared service.
  1390.      *
  1391.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1392.      */
  1393.     protected function get_Container_Private_ValidatorService()
  1394.     {
  1395.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1396.     }
  1397.     /**
  1398.      * Gets the public 'cache.app' shared service.
  1399.      *
  1400.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1401.      */
  1402.     protected function getCache_AppService()
  1403.     {
  1404.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('8h3BFFv5YZ'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1405.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1406.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1407.     }
  1408.     /**
  1409.      * Gets the public 'cache.system' shared service.
  1410.      *
  1411.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1412.      */
  1413.     protected function getCache_SystemService()
  1414.     {
  1415.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('z-jnhTVG3-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1416.     }
  1417.     /**
  1418.      * Gets the public 'cache.validator_expression_language' shared service.
  1419.      *
  1420.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1421.      */
  1422.     protected function getCache_ValidatorExpressionLanguageService()
  1423.     {
  1424.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PjbStCJOi8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1425.     }
  1426.     /**
  1427.      * Gets the public 'cmf_routing.route_provider' shared service.
  1428.      *
  1429.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1430.      */
  1431.     protected function getCmfRouting_RouteProviderService()
  1432.     {
  1433.         return $this->services['cmf_routing.route_provider'] = new \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), ['utf8' => true]);
  1434.     }
  1435.     /**
  1436.      * Gets the public 'data_collector.dump' shared service.
  1437.      *
  1438.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1439.      */
  1440.     protected function getDataCollector_DumpService()
  1441.     {
  1442.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1443.     }
  1444.     /**
  1445.      * Gets the public 'doctrine' shared service.
  1446.      *
  1447.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1448.      */
  1449.     protected function getDoctrineService()
  1450.     {
  1451.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1452.     }
  1453.     /**
  1454.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1455.      *
  1456.      * @return \Doctrine\DBAL\Connection
  1457.      */
  1458.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1459.     {
  1460.         $a = new \Doctrine\DBAL\Configuration();
  1461.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1462.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1463.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1464.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1465.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1466.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions']), => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!sessions)~')]));
  1467.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1468.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  1469.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1470.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1471.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1472.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1473.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  1474.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService'true],
  1475.             'massive_search.search.event_subscriber.doctrine_orm' => ['privates''massive_search.search.event_subscriber.doctrine_orm''getMassiveSearch_Search_EventSubscriber_DoctrineOrmService'true],
  1476.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1477.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1478.             'sulu.persistence.event_subscriber.orm.metadata' => ['privates''sulu.persistence.event_subscriber.orm.metadata''getSulu_Persistence_EventSubscriber_Orm_MetadataService'true],
  1479.             'sulu.persistence.event_subscriber.orm.timestampable' => ['privates''sulu.persistence.event_subscriber.orm.timestampable''getSulu_Persistence_EventSubscriber_Orm_TimestampableService'true],
  1480.             'sulu.persistence.event_subscriber.orm.user_blame' => ['privates''sulu.persistence.event_subscriber.orm.user_blame''getSulu_Persistence_EventSubscriber_Orm_UserBlameService'true],
  1481.             'sulu_activity.domain_event_collector_subscriber' => ['privates''sulu_activity.domain_event_collector_subscriber''getSuluActivity_DomainEventCollectorSubscriberService'true],
  1482.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService'true],
  1483.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService'true],
  1484.             'sulu_core.doctrine.references' => ['privates''sulu_core.doctrine.references''getSuluCore_Doctrine_ReferencesService'true],
  1485.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService'true],
  1486.             'sulu_security.permission_inheritance_subscriber' => ['privates''sulu_security.permission_inheritance_subscriber''getSuluSecurity_PermissionInheritanceSubscriberService'true],
  1487.         ], [
  1488.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  1489.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1490.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1491.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1492.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1493.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  1494.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  1495.             'massive_search.search.event_subscriber.doctrine_orm' => '?',
  1496.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1497.             'stof_doctrine_extensions.listener.tree' => '?',
  1498.             'sulu.persistence.event_subscriber.orm.metadata' => '?',
  1499.             'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  1500.             'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  1501.             'sulu_activity.domain_event_collector_subscriber' => '?',
  1502.             'sulu_contact.account_listener' => '?',
  1503.             'sulu_contact.doctrine.invalidation_listener' => '?',
  1504.             'sulu_core.doctrine.references' => '?',
  1505.             'sulu_media.doctrine.invalidation_listener' => '?',
  1506.             'sulu_security.permission_inheritance_subscriber' => '?',
  1507.         ]), [=> 'sulu.persistence.event_subscriber.orm.metadata'=> 'sulu.persistence.event_subscriber.orm.user_blame'=> 'sulu_core.doctrine.references'=> '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'=> 'sulu_security.permission_inheritance_subscriber'10 => 'cmf_routing.persistence.doctrine.route_condition_metadata_listener'11 => 'stof_doctrine_extensions.listener.tree'12 => 'stof_doctrine_extensions.listener.timestampable'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 => 'sulu_activity.domain_event_collector_subscriber']), []);
  1508.     }
  1509.     /**
  1510.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1511.      *
  1512.      * @return \Doctrine\ORM\EntityManager
  1513.      */
  1514.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1515.     {
  1516.         if ($lazyLoad) {
  1517.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1518.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1519.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1520.                     $proxy->setProxyInitializer(null);
  1521.                     return true;
  1522.                 });
  1523.             });
  1524.         }
  1525.         include_once \dirname(__DIR__5).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1526.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1527.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  1528.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1529.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1530.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1531.         include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1532.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1533.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1534.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1535.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1536.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1537.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1538.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1539.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1540.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1541.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1542.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1543.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1544.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1545.         $a = new \Doctrine\ORM\Configuration();
  1546.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1547.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1548.         $d = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/Entity'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Entity')])));
  1549.         $b->addDriver($c'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1550.         $b->addDriver($c'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1551.         $b->addDriver($c'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1552.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1553.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1554.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1555.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1556.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1557.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1558.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1559.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1560.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1561.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1562.         $b->addDriver($d'Sulu\\Bundle\\AdminBundle\\Entity');
  1563.         $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']);
  1564.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1565.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1566.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1567.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1568.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1569.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1570.         ], [
  1571.             'doctrine.ulid_generator' => '?',
  1572.             'doctrine.uuid_generator' => '?',
  1573.         ])));
  1574.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1575.         $a->setProxyNamespace('Proxies');
  1576.         $a->setAutoGenerateProxyClasses(true);
  1577.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1578.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1579.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1580.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1581.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1582.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1583.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'true],
  1584.             'App\\Repository\\PartnerRepository' => ['privates''App\\Repository\\PartnerRepository''getPartnerRepositoryService'true],
  1585.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'true],
  1586.             'App\\Repository\\SettingRepository' => ['privates''App\\Repository\\SettingRepository''getSettingRepositoryService'true],
  1587.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1588.         ], [
  1589.             'App\\Repository\\CountryRepository' => '?',
  1590.             'App\\Repository\\PartnerRepository' => '?',
  1591.             'App\\Repository\\ProductRepository' => '?',
  1592.             'App\\Repository\\SettingRepository' => '?',
  1593.             'App\\Repository\\UserRepository' => '?',
  1594.         ])));
  1595.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1596.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1597.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1598.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1599.         return $instance;
  1600.     }
  1601.     /**
  1602.      * Gets the public 'doctrine_phpcr' shared service.
  1603.      *
  1604.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1605.      */
  1606.     protected function getDoctrinePhpcrService()
  1607.     {
  1608.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1609.     }
  1610.     /**
  1611.      * Gets the public 'doctrine_phpcr.session' shared service.
  1612.      *
  1613.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1614.      */
  1615.     protected function getDoctrinePhpcr_SessionService()
  1616.     {
  1617.         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' => ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), 'jackalope.check_login_on_server' => false]), 'login'](new \PHPCR\SimpleCredentials('admin''admin'), $this->getEnv('string:PHPCR_WORKSPACE').'_live')));
  1618.     }
  1619.     /**
  1620.      * Gets the public 'event_dispatcher' shared service.
  1621.      *
  1622.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1623.      */
  1624.     protected function getEventDispatcherService()
  1625.     {
  1626.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1627.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1628.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1629.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1630.         $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())));
  1631.         $instance->addListener('kernel.controller', [=> function () {
  1632.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1633.         }, => 'onKernelController'], 0);
  1634.         $instance->addListener('kernel.request', [=> function () {
  1635.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1636.         }, => 'onKernelRequest'], 10);
  1637.         $instance->addListener('kernel.request', [=> function () {
  1638.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1639.         }, => 'onKernelRequest'], 248);
  1640.         $instance->addListener('massive_search.index', [=> function () {
  1641.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1642.         }, => 'onIndex'], 0);
  1643.         $instance->addListener('massive_search.deindex', [=> function () {
  1644.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1645.         }, => 'onDeindex'], 0);
  1646.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1647.             return ($this->privates['massive_search.events.zend_rebuild'] ?? $this->load('getMassiveSearch_Events_ZendRebuildService'));
  1648.         }, => 'onIndexRebuild'], -999);
  1649.         $instance->addListener('massive_search.hit', [=> function () {
  1650.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1651.         }, => 'onHit'], 0);
  1652.         $instance->addListener('kernel.response', [=> function () {
  1653.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1654.         }, => 'onResponse'], -5);
  1655.         $instance->addListener('kernel.exception', [=> function () {
  1656.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1657.         }, => 'onKernelException'], 0);
  1658.         $instance->addListener('kernel.exception', [=> function () {
  1659.             return ($this->privates['App\\EventSubscriber\\Redirect404Subscriber'] ?? ($this->privates['App\\EventSubscriber\\Redirect404Subscriber'] = new \App\EventSubscriber\Redirect404Subscriber()));
  1660.         }, => 'onKernelException'], 0);
  1661.         $instance->addListener('kernel.response', [=> function () {
  1662.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1663.         }, => 'onKernelResponse'], 0);
  1664.         $instance->addListener('kernel.response', [=> function () {
  1665.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1666.         }, => 'onKernelResponse'], -1024);
  1667.         $instance->addListener('kernel.request', [=> function () {
  1668.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1669.         }, => 'setDefaultLocale'], 100);
  1670.         $instance->addListener('kernel.request', [=> function () {
  1671.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1672.         }, => 'onKernelRequest'], 16);
  1673.         $instance->addListener('kernel.finish_request', [=> function () {
  1674.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1675.         }, => 'onKernelFinishRequest'], 0);
  1676.         $instance->addListener('kernel.request', [=> function () {
  1677.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1678.         }, => 'onKernelRequest'], 256);
  1679.         $instance->addListener('kernel.response', [=> function () {
  1680.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1681.         }, => 'onResponse'], -255);
  1682.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1683.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1684.         }, => 'onControllerArguments'], 0);
  1685.         $instance->addListener('kernel.exception', [=> function () {
  1686.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1687.         }, => 'logKernelException'], 0);
  1688.         $instance->addListener('kernel.exception', [=> function () {
  1689.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1690.         }, => 'onKernelException'], -128);
  1691.         $instance->addListener('kernel.response', [=> function () {
  1692.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1693.         }, => 'removeCspHeader'], -128);
  1694.         $instance->addListener('kernel.request', [=> function () {
  1695.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1696.         }, => 'onKernelRequest'], 15);
  1697.         $instance->addListener('kernel.finish_request', [=> function () {
  1698.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1699.         }, => 'onKernelFinishRequest'], -15);
  1700.         $instance->addListener('console.error', [=> function () {
  1701.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1702.         }, => 'onConsoleError'], -128);
  1703.         $instance->addListener('console.terminate', [=> function () {
  1704.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1705.         }, => 'onConsoleTerminate'], -128);
  1706.         $instance->addListener('console.error', [=> function () {
  1707.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1708.         }, => 'onConsoleError'], 0);
  1709.         $instance->addListener('kernel.request', [=> function () {
  1710.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1711.         }, => 'onKernelRequest'], 128);
  1712.         $instance->addListener('kernel.response', [=> function () {
  1713.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1714.         }, => 'onKernelResponse'], -1000);
  1715.         $instance->addListener('kernel.finish_request', [=> function () {
  1716.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1717.         }, => 'onFinishRequest'], 0);
  1718.         $instance->addListener('kernel.response', [=> function () {
  1719.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1720.         }, => 'onKernelResponse'], -100);
  1721.         $instance->addListener('kernel.exception', [=> function () {
  1722.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1723.         }, => 'onKernelException'], 0);
  1724.         $instance->addListener('kernel.terminate', [=> function () {
  1725.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1726.         }, => 'onKernelTerminate'], -1024);
  1727.         $instance->addListener('kernel.controller', [=> function () {
  1728.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1729.         }, => 'onKernelController'], 0);
  1730.         $instance->addListener('kernel.response', [=> function () {
  1731.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1732.         }, => 'onKernelResponse'], 0);
  1733.         $instance->addListener('kernel.request', [=> function () {
  1734.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1735.         }, => 'configure'], 2048);
  1736.         $instance->addListener('console.command', [=> function () {
  1737.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1738.         }, => 'configure'], 2048);
  1739.         $instance->addListener('console.command', [=> function () {
  1740.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1741.         }, => 'onCommand'], 255);
  1742.         $instance->addListener('console.terminate', [=> function () {
  1743.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1744.         }, => 'onTerminate'], -255);
  1745.         $instance->addListener('kernel.exception', [=> function () {
  1746.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1747.         }, => 'onException'], 0);
  1748.         $instance->addListener('kernel.terminate', [=> function () {
  1749.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1750.         }, => 'onTerminate'], 0);
  1751.         $instance->addListener('console.error', [=> function () {
  1752.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1753.         }, => 'onException'], 0);
  1754.         $instance->addListener('console.terminate', [=> function () {
  1755.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1756.         }, => 'onTerminate'], 0);
  1757.         $instance->addListener('kernel.exception', [=> function () {
  1758.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1759.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  1760.         $instance->addListener('kernel.response', [=> function () {
  1761.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1762.         }, => 'setResponseStatusCode'], 0);
  1763.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1764.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  1765.         }, => 'purgeIndexes'], 500);
  1766.         $instance->addListener('kernel.response', [=> function () {
  1767.             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')));
  1768.         }, => 'onKernelResponse'], 10);
  1769.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  1770.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1771.         }, => 'onProxyUnreachableError'], 0);
  1772.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  1773.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1774.         }, => 'onProxyResponseError'], 0);
  1775.         $instance->addListener('kernel.response', [=> function () {
  1776.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1777.         }, => 'onKernelResponse'], 0);
  1778.         $instance->addListener('kernel.terminate', [=> function () {
  1779.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1780.         }, => 'onKernelTerminate'], 0);
  1781.         $instance->addListener('kernel.exception', [=> function () {
  1782.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1783.         }, => 'onKernelException'], 0);
  1784.         $instance->addListener('console.terminate', [=> function () {
  1785.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1786.         }, => 'onConsoleTerminate'], 0);
  1787.         $instance->addListener('kernel.request', [=> function () {
  1788.             return ($this->privates['fos_http_cache.event_listener.php8_attributes'] ?? $this->getFosHttpCache_EventListener_Php8AttributesService());
  1789.         }, => 'onKernelRequest'], 0);
  1790.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1791.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  1792.         }, => 'onPermissionUpdate'], 0);
  1793.         $instance->addListener('massive_search.pre_index', [=> function () {
  1794.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  1795.         }, => 'handlePreIndex'], 0);
  1796.         $instance->addListener('massive_search.pre_index', [=> function () {
  1797.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  1798.         }, => 'handlePreIndex'], 0);
  1799.         $instance->addListener('kernel.request', [=> function () {
  1800.             return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  1801.         }, => 'onKernelRequest'], 24);
  1802.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1803.             return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  1804.         }, => 'handlePermissionUpdate'], 0);
  1805.         $instance->addListener('kernel.controller', [=> function () {
  1806.             return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  1807.         }, => 'onKernelController'], 0);
  1808.         $instance->addListener('security.interactive_login', [=> function () {
  1809.             return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  1810.         }, => 'onSecurityInteractiveLogin'], 0);
  1811.         $instance->addListener('massive_search.pre_index', [=> function () {
  1812.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1813.         }, => 'handleBlameTimestamp'], 0);
  1814.         $instance->addListener('massive_search.hit', [=> function () {
  1815.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1816.         }, => 'handleBlameTimestampHitMapping'], 0);
  1817.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1818.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  1819.         }, => 'onPermissionUpdate'], 0);
  1820.         $instance->addListener('kernel.request', [=> function () {
  1821.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  1822.         }, => 'onRequest'], 31);
  1823.         $instance->addListener('kernel.request', [=> function () {
  1824.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1825.         }, => 'onKernelRequest'], 32);
  1826.         $instance->addListener('kernel.finish_request', [=> function () {
  1827.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1828.         }, => 'onKernelFinishRequest'], 0);
  1829.         $instance->addListener('sulu_website.cache_clear', [=> function () {
  1830.             return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  1831.         }, => 'onCacheClear'], 0);
  1832.         $instance->addListener('kernel.request', [=> function () {
  1833.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  1834.         }, => 'onKernelRequest'], 14);
  1835.         $instance->addListener('kernel.exception', [=> function () {
  1836.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1837.         }, => 'redirectPartialMatch'], 0);
  1838.         $instance->addListener('kernel.exception', [=> function () {
  1839.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1840.         }, => 'redirectTrailingSlashOrHtml'], 0);
  1841.         $instance->addListener('kernel.response', [=> function () {
  1842.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.4.0')));
  1843.         }, => 'onResponse'], 0);
  1844.         $instance->addListener('kernel.response', [=> function () {
  1845.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1846.         }, => 'addVaryHeader'], 0);
  1847.         $instance->addListener('kernel.response', [=> function () {
  1848.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1849.         }, => 'addCookieHeader'], 0);
  1850.         $instance->addListener('kernel.response', [=> function () {
  1851.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  1852.         }, => 'replaceMarkup'], -10);
  1853.         $instance->addListener('kernel.response', [=> function () {
  1854.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1855.         }, => 'onKernelResponse'], -128);
  1856.         $instance->addListener('console.command', [=> function () {
  1857.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1858.         }, => 'configure'], 1024);
  1859.         $instance->addListener('kernel.response', [=> function () {
  1860.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1861.         }, => 'onKernelResponse'], 0);
  1862.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1863.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1864.         }, => 'onVoterVote'], 0);
  1865.         $instance->addListener('kernel.request', [=> function () {
  1866.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1867.         }, => 'configureLogoutUrlGenerator'], 8);
  1868.         $instance->addListener('kernel.request', [=> function () {
  1869.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1870.         }, => 'onKernelRequest'], 8);
  1871.         $instance->addListener('kernel.finish_request', [=> function () {
  1872.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1873.         }, => 'onKernelFinishRequest'], 0);
  1874.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1875.             return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  1876.         }, => 'storeActivity'], -256);
  1877.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1878.             return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  1879.         }, => 'setDomainEventUser'], 256);
  1880.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1881.             return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  1882.         }, => 'dispatchDomainEventWithSpecificEventName'], 0);
  1883.         $instance->addListener('console.error', [=> function () {
  1884.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1885.         }, => 'onConsoleError'], 0);
  1886.         $instance->addListener('console.terminate', [=> function () {
  1887.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1888.         }, => 'onConsoleTerminate'], 0);
  1889.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1890.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1891.         }, => 'onLogout'], 0);
  1892.         return $instance;
  1893.     }
  1894.     /**
  1895.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  1896.      *
  1897.      * @return \FOS\HttpCacheBundle\CacheManager
  1898.      */
  1899.     protected function getFosHttpCache_CacheManagerService()
  1900.     {
  1901.         $this->services['fos_http_cache.cache_manager'] = $instance = new \FOS\HttpCacheBundle\CacheManager(($this->services['fos_http_cache.proxy_client.symfony'] ?? $this->getFosHttpCache_ProxyClient_SymfonyService()), ($this->services['router'] ?? $this->getRouterService()));
  1902.         if ($this->has('event_dispatcher')) {
  1903.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1904.         }
  1905.         $instance->setGenerateUrlType(0);
  1906.         return $instance;
  1907.     }
  1908.     /**
  1909.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1910.      *
  1911.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1912.      */
  1913.     protected function getFosHttpCache_EventListener_CacheControlService()
  1914.     {
  1915.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1916.     }
  1917.     /**
  1918.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1919.      *
  1920.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1921.      */
  1922.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1923.     {
  1924.         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]);
  1925.     }
  1926.     /**
  1927.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  1928.      *
  1929.      * @return \FOS\HttpCache\ProxyClient\Symfony
  1930.      */
  1931.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  1932.     {
  1933.         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']);
  1934.     }
  1935.     /**
  1936.      * Gets the public 'http_kernel' shared service.
  1937.      *
  1938.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1939.      */
  1940.     protected function getHttpKernelService()
  1941.     {
  1942.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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 () {
  1943.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1944.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1945.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1946.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1947.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1948.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1949.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1950.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1951.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1952.     }
  1953.     /**
  1954.      * Gets the public 'jms_serializer' shared service.
  1955.      *
  1956.      * @return \JMS\Serializer\Serializer
  1957.      */
  1958.     protected function getJmsSerializerService()
  1959.     {
  1960.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1961.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  1962.         ], [
  1963.             'metadata_driver' => '?',
  1964.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  1965.         $a->setCache(($this->privates['jms_serializer.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()));
  1966.         $a->setIncludeInterfaces(false);
  1967.         $b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  1968.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  1969.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  1970.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  1971.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  1972.         $f = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  1973.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1974.         $g->setOptions(1216);
  1975.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1976.         $h->setFormatOutput(true);
  1977.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1978.         $i->setOptions(0);
  1979.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\UnserializeObjectConstructor(), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['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())));
  1980.     }
  1981.     /**
  1982.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1983.      *
  1984.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1985.      */
  1986.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1987.     {
  1988.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1989.     }
  1990.     /**
  1991.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1992.      *
  1993.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1994.      */
  1995.     protected function getJmsSerializer_SerializationContextFactoryService()
  1996.     {
  1997.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1998.     }
  1999.     /**
  2000.      * Gets the public 'request_stack' shared service.
  2001.      *
  2002.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2003.      */
  2004.     protected function getRequestStackService()
  2005.     {
  2006.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2007.     }
  2008.     /**
  2009.      * Gets the public 'router' shared service.
  2010.      *
  2011.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2012.      */
  2013.     protected function getRouterService()
  2014.     {
  2015.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2016.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2017.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2018.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  2019.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2020.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2021.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2022.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2023.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2024.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2025.         ], [
  2026.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2027.         ]))->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');
  2028.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2029.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2030.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2031.         $f = new \Symfony\Component\Routing\RouteCollection();
  2032.         $g = new \Symfony\Component\Routing\RequestContext();
  2033.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2034.         $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);
  2035.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2036.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  2037.         $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]);
  2038.         $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);
  2039.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2040.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  2041.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  2042.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  2043.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  2044.         $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);
  2045.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  2046.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  2047.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  2048.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  2049.         $instance->setContext($b);
  2050.         $instance->add($d'100');
  2051.         $instance->add($i'20');
  2052.         $instance->add($k30);
  2053.         $instance->add(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), 20);
  2054.         return $instance;
  2055.     }
  2056.     /**
  2057.      * Gets the public 'sulu.content.localization_finder' shared service.
  2058.      *
  2059.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  2060.      */
  2061.     protected function getSulu_Content_LocalizationFinderService()
  2062.     {
  2063.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2064.     }
  2065.     /**
  2066.      * Gets the public 'sulu.content.mapper' shared service.
  2067.      *
  2068.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  2069.      */
  2070.     protected function getSulu_Content_MapperService()
  2071.     {
  2072.         return $this->services['sulu.content.mapper'] = new \Sulu\Component\Content\Mapper\ContentMapper(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($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()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService()), $this->parameters['sulu_security.permissions'], ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2073.     }
  2074.     /**
  2075.      * Gets the public 'sulu.content.path_cleaner' shared service.
  2076.      *
  2077.      * @return \Sulu\Component\PHPCR\PathCleanup
  2078.      */
  2079.     protected function getSulu_Content_PathCleanerService()
  2080.     {
  2081.         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());
  2082.     }
  2083.     /**
  2084.      * Gets the public 'sulu.content.structure_manager' shared service.
  2085.      *
  2086.      * @return \Sulu\Component\Content\Compat\StructureManager
  2087.      */
  2088.     protected function getSulu_Content_StructureManagerService()
  2089.     {
  2090.         return $this->services['sulu.content.structure_manager'] = new \Sulu\Component\Content\Compat\StructureManager(($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu_page.compat.structure.legacy_property_factory'] ?? $this->getSuluPage_Compat_Structure_LegacyPropertyFactoryService()), $this->parameters['sulu.content.structure.type_map']);
  2091.     }
  2092.     /**
  2093.      * Gets the public 'sulu.content.type_manager' shared service.
  2094.      *
  2095.      * @return \Sulu\Component\Content\ContentTypeManager
  2096.      */
  2097.     protected function getSulu_Content_TypeManagerService()
  2098.     {
  2099.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2100.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  2101.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  2102.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  2103.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  2104.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  2105.         $instance->mapAliasToServiceId('link''sulu.content.type.link');
  2106.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  2107.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  2108.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  2109.         $instance->mapAliasToServiceId('contact_selection''sulu_contact.content.contact_selection');
  2110.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  2111.         $instance->mapAliasToServiceId('account_selection''sulu_contact.content.account_selection');
  2112.         $instance->mapAliasToServiceId('collection_selection''sulu_media.type.collection_selection');
  2113.         $instance->mapAliasToServiceId('single_collection_selection''sulu_media.type.single_collection_selection');
  2114.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  2115.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  2116.         $instance->mapAliasToServiceId('image_map''sulu_media.type.image_map');
  2117.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  2118.         $instance->mapAliasToServiceId('single_category_selection''sulu_category.content.type.single_category_selection');
  2119.         $instance->mapAliasToServiceId('single_snippet_selection''sulu_snippet.content.single_snippet_selection');
  2120.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  2121.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  2122.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  2123.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  2124.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  2125.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  2126.         $instance->mapAliasToServiceId('segment_select''sulu.content.type.segment_select');
  2127.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  2128.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  2129.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  2130.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  2131.         $instance->mapAliasToServiceId('datetime''sulu.content.type.datetime');
  2132.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  2133.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  2134.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  2135.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  2136.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  2137.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  2138.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  2139.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  2140.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  2141.         return $instance;
  2142.     }
  2143.     /**
  2144.      * Gets the public 'sulu.phpcr.session' shared service.
  2145.      *
  2146.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2147.      */
  2148.     protected function getSulu_Phpcr_SessionService()
  2149.     {
  2150.         return $this->services['sulu.phpcr.session'] = new \Sulu\Component\PHPCR\SessionManager\SessionManager(($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService()), ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets']);
  2151.     }
  2152.     /**
  2153.      * Gets the public 'sulu.repository.access_control' shared service.
  2154.      *
  2155.      * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2156.      */
  2157.     protected function getSulu_Repository_AccessControlService($lazyLoad true)
  2158.     {
  2159.         if ($lazyLoad) {
  2160.             return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2161.                 return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2162.                     $wrappedInstance $this->getSulu_Repository_AccessControlService(false);
  2163.                     $proxy->setProxyInitializer(null);
  2164.                     return true;
  2165.                 });
  2166.             });
  2167.         }
  2168.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2169.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2170.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2171.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2172.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2173.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2174.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2175.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2176.         return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2177.     }
  2178.     /**
  2179.      * Gets the public 'sulu.repository.account' shared service.
  2180.      *
  2181.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  2182.      */
  2183.     protected function getSulu_Repository_AccountService($lazyLoad true)
  2184.     {
  2185.         if ($lazyLoad) {
  2186.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  2187.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2188.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  2189.                     $proxy->setProxyInitializer(null);
  2190.                     return true;
  2191.                 });
  2192.             });
  2193.         }
  2194.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2195.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  2196.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2197.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  2198.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2199.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2200.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2201.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2202.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
  2203.     }
  2204.     /**
  2205.      * Gets the public 'sulu.repository.analytics' shared service.
  2206.      *
  2207.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2208.      */
  2209.     protected function getSulu_Repository_AnalyticsService($lazyLoad true)
  2210.     {
  2211.         if ($lazyLoad) {
  2212.             return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2213.                 return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2214.                     $wrappedInstance $this->getSulu_Repository_AnalyticsService(false);
  2215.                     $proxy->setProxyInitializer(null);
  2216.                     return true;
  2217.                 });
  2218.             });
  2219.         }
  2220.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2221.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2222.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2223.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2224.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2225.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2226.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2227.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2228.         return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a$a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2229.     }
  2230.     /**
  2231.      * Gets the public 'sulu.repository.category' shared service.
  2232.      *
  2233.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2234.      */
  2235.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  2236.     {
  2237.         if ($lazyLoad) {
  2238.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2239.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2240.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  2241.                     $proxy->setProxyInitializer(null);
  2242.                     return true;
  2243.                 });
  2244.             });
  2245.         }
  2246.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2247.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2248.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2249.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2250.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2251.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2252.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2253.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Category'));
  2254.     }
  2255.     /**
  2256.      * Gets the public 'sulu.repository.category_meta' shared service.
  2257.      *
  2258.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2259.      */
  2260.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  2261.     {
  2262.         if ($lazyLoad) {
  2263.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2264.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2265.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  2266.                     $proxy->setProxyInitializer(null);
  2267.                     return true;
  2268.                 });
  2269.             });
  2270.         }
  2271.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2272.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2273.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2274.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2275.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2276.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2277.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2278.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2279.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2280.     }
  2281.     /**
  2282.      * Gets the public 'sulu.repository.category_translation' shared service.
  2283.      *
  2284.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2285.      */
  2286.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  2287.     {
  2288.         if ($lazyLoad) {
  2289.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2290.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2291.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  2292.                     $proxy->setProxyInitializer(null);
  2293.                     return true;
  2294.                 });
  2295.             });
  2296.         }
  2297.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2298.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2299.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2300.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2301.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2302.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2303.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2304.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2305.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2306.     }
  2307.     /**
  2308.      * Gets the public 'sulu.repository.contact' shared service.
  2309.      *
  2310.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2311.      */
  2312.     protected function getSulu_Repository_ContactService($lazyLoad true)
  2313.     {
  2314.         if ($lazyLoad) {
  2315.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2316.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2317.                     $wrappedInstance $this->getSulu_Repository_ContactService(false);
  2318.                     $proxy->setProxyInitializer(null);
  2319.                     return true;
  2320.                 });
  2321.             });
  2322.         }
  2323.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2324.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2325.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2326.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2327.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2328.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2329.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2330.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2331.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2332.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Contact'));
  2333.     }
  2334.     /**
  2335.      * Gets the public 'sulu.repository.keyword' shared service.
  2336.      *
  2337.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2338.      */
  2339.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  2340.     {
  2341.         if ($lazyLoad) {
  2342.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2343.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2344.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  2345.                     $proxy->setProxyInitializer(null);
  2346.                     return true;
  2347.                 });
  2348.             });
  2349.         }
  2350.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2351.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2352.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2353.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2354.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2355.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2356.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2357.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2358.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2359.     }
  2360.     /**
  2361.      * Gets the public 'sulu.repository.media' shared service.
  2362.      *
  2363.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2364.      */
  2365.     protected function getSulu_Repository_MediaService($lazyLoad true)
  2366.     {
  2367.         if ($lazyLoad) {
  2368.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2369.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2370.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  2371.                     $proxy->setProxyInitializer(null);
  2372.                     return true;
  2373.                 });
  2374.             });
  2375.         }
  2376.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2377.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2378.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2379.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2380.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2381.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2382.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2383.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2384.         $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2385.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2386.         return $instance;
  2387.     }
  2388.     /**
  2389.      * Gets the public 'sulu.repository.role' shared service.
  2390.      *
  2391.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2392.      */
  2393.     protected function getSulu_Repository_RoleService($lazyLoad true)
  2394.     {
  2395.         if ($lazyLoad) {
  2396.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2397.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2398.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  2399.                     $proxy->setProxyInitializer(null);
  2400.                     return true;
  2401.                 });
  2402.             });
  2403.         }
  2404.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2405.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2406.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2407.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2408.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2409.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2410.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2411.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2412.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2413.     }
  2414.     /**
  2415.      * Gets the public 'sulu.repository.route' shared service.
  2416.      *
  2417.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2418.      */
  2419.     protected function getSulu_Repository_RouteService($lazyLoad true)
  2420.     {
  2421.         if ($lazyLoad) {
  2422.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2423.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2424.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  2425.                     $proxy->setProxyInitializer(null);
  2426.                     return true;
  2427.                 });
  2428.             });
  2429.         }
  2430.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2431.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2432.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2433.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2434.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2435.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2436.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2437.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2438.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2439.     }
  2440.     /**
  2441.      * Gets the public 'sulu.repository.tag' shared service.
  2442.      *
  2443.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2444.      */
  2445.     protected function getSulu_Repository_TagService($lazyLoad true)
  2446.     {
  2447.         if ($lazyLoad) {
  2448.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2449.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2450.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  2451.                     $proxy->setProxyInitializer(null);
  2452.                     return true;
  2453.                 });
  2454.             });
  2455.         }
  2456.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2457.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2458.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2459.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2460.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2461.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2462.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2463.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2464.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  2465.     }
  2466.     /**
  2467.      * Gets the public 'sulu.repository.user' shared service.
  2468.      *
  2469.      * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  2470.      */
  2471.     protected function getSulu_Repository_UserService($lazyLoad true)
  2472.     {
  2473.         if ($lazyLoad) {
  2474.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  2475.                 return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2476.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  2477.                     $proxy->setProxyInitializer(null);
  2478.                     return true;
  2479.                 });
  2480.             });
  2481.         }
  2482.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2483.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2484.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  2485.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  2486.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  2487.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2488.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2489.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2490.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2491.         return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\User'));
  2492.     }
  2493.     /**
  2494.      * Gets the public 'sulu.util.node_helper' shared service.
  2495.      *
  2496.      * @return \Sulu\Component\Util\SuluNodeHelper
  2497.      */
  2498.     protected function getSulu_Util_NodeHelperService()
  2499.     {
  2500.         return $this->services['sulu.util.node_helper'] = new \Sulu\Component\Util\SuluNodeHelper(($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService()), 'i18n', ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets'], ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()));
  2501.     }
  2502.     /**
  2503.      * Gets the public 'sulu_category.category_manager' shared service.
  2504.      *
  2505.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  2506.      */
  2507.     protected function getSuluCategory_CategoryManagerService()
  2508.     {
  2509.         return $this->services['sulu_category.category_manager'] = new \Sulu\Bundle\CategoryBundle\Category\CategoryManager(($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService()), ($this->services['sulu.repository.category_meta'] ?? $this->getSulu_Repository_CategoryMetaService()), ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService()), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService()), ($this->services['sulu_category.keyword_manager'] ?? $this->getSuluCategory_KeywordManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService()));
  2510.     }
  2511.     /**
  2512.      * Gets the public 'sulu_category.keyword_manager' shared service.
  2513.      *
  2514.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  2515.      */
  2516.     protected function getSuluCategory_KeywordManagerService()
  2517.     {
  2518.         return $this->services['sulu_category.keyword_manager'] = new \Sulu\Bundle\CategoryBundle\Category\KeywordManager(($this->services['sulu.repository.keyword'] ?? $this->getSulu_Repository_KeywordService()), ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()));
  2519.     }
  2520.     /**
  2521.      * Gets the public 'sulu_contact.contact_manager' shared service.
  2522.      *
  2523.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  2524.      */
  2525.     protected function getSuluContact_ContactManagerService()
  2526.     {
  2527.         return $this->services['sulu_contact.contact_manager'] = new \Sulu\Bundle\ContactBundle\Contact\ContactManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService()), ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService()), ($this->services['sulu.repository.account'] ?? $this->getSulu_Repository_AccountService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getRepository('SuluContactBundle:ContactTitle'), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService()), ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService()), ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService()));
  2528.     }
  2529.     /**
  2530.      * Gets the public 'sulu_core.array_serializer' shared service.
  2531.      *
  2532.      * @return \Sulu\Component\Serializer\ArraySerializer
  2533.      */
  2534.     protected function getSuluCore_ArraySerializerService()
  2535.     {
  2536.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2537.     }
  2538.     /**
  2539.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  2540.      *
  2541.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  2542.      */
  2543.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  2544.     {
  2545.         $a = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2546.         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($a'dev'), => new \Sulu\Component\Webspace\Analyzer\Attributes\UrlRequestProcessor(), => ($this->privates['sulu_custom_urls.request_processor'] ?? $this->getSuluCustomUrls_RequestProcessorService()), => new \Sulu\Component\Webspace\Analyzer\Attributes\WebsiteRequestProcessor($a, ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService()), 'dev'), => new \Sulu\Component\Webspace\Analyzer\Attributes\DateTimeRequestProcessor(), => new \Sulu\Component\Webspace\Analyzer\Attributes\SegmentRequestProcessor('_ss'), => new \Sulu\Component\Webspace\Analyzer\Attributes\PortalInformationRequestProcessor()]);
  2547.     }
  2548.     /**
  2549.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  2550.      *
  2551.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  2552.      */
  2553.     protected function getSuluCore_Webspace_WebspaceManagerService()
  2554.     {
  2555.         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()));
  2556.     }
  2557.     /**
  2558.      * Gets the public 'sulu_custom_urls.manager' shared service.
  2559.      *
  2560.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  2561.      */
  2562.     protected function getSuluCustomUrls_ManagerService()
  2563.     {
  2564.         return $this->services['sulu_custom_urls.manager'] = new \Sulu\Component\CustomUrl\Manager\CustomUrlManager(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), new \Sulu\Component\CustomUrl\Repository\CustomUrlRepository(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService()), ($this->privates['sulu_custom_urls.domain_generator'] ?? $this->getSuluCustomUrls_DomainGeneratorService()), ($this->services['sulu_security.user_manager'] ?? $this->getSuluSecurity_UserManagerService())), ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService()), ($this->privates['sulu_document_manager.path_builder'] ?? $this->getSuluDocumentManager_PathBuilderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), 'dev', ($this->privates['sulu_document_manager.document_domain_event_collector'] ?? $this->getSuluDocumentManager_DocumentDomainEventCollectorService()));
  2565.     }
  2566.     /**
  2567.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  2568.      *
  2569.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  2570.      */
  2571.     protected function getSuluDocumentManager_DocumentInspectorService()
  2572.     {
  2573.         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()), ($this->privates['sulu_document_manager.proxy_factory'] ?? $this->getSuluDocumentManager_ProxyFactoryService()), ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService()), ($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()));
  2574.     }
  2575.     /**
  2576.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  2577.      *
  2578.      * @return \Sulu\Component\DocumentManager\DocumentManager
  2579.      */
  2580.     protected function getSuluDocumentManager_DocumentManagerService()
  2581.     {
  2582.         return $this->services['sulu_document_manager.document_manager'] = new \Sulu\Component\DocumentManager\DocumentManager(($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService()), ($this->privates['sulu_document_manager.node_manager'] ?? $this->getSuluDocumentManager_NodeManagerService()));
  2583.     }
  2584.     /**
  2585.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  2586.      *
  2587.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  2588.      */
  2589.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  2590.     {
  2591.         return $this->services['sulu_document_manager.metadata_factory.base'] = new \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory(($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService()), $this->parameters['sulu_document_manager.mapping']);
  2592.     }
  2593.     /**
  2594.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  2595.      *
  2596.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  2597.      */
  2598.     protected function getSuluDocumentManager_PropertyEncoderService()
  2599.     {
  2600.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  2601.     }
  2602.     /**
  2603.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  2604.      *
  2605.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  2606.      */
  2607.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  2608.     {
  2609.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  2610.     }
  2611.     /**
  2612.      * Gets the public 'sulu_media.collection_repository' shared service.
  2613.      *
  2614.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  2615.      */
  2616.     protected function getSuluMedia_CollectionRepositoryService()
  2617.     {
  2618.         $this->services['sulu_media.collection_repository'] = $instance = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('SuluMediaBundle:Collection');
  2619.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2620.         return $instance;
  2621.     }
  2622.     /**
  2623.      * Gets the public 'sulu_media.format_cache' shared service.
  2624.      *
  2625.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  2626.      */
  2627.     protected function getSuluMedia_FormatCacheService()
  2628.     {
  2629.         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);
  2630.     }
  2631.     /**
  2632.      * Gets the public 'sulu_media.format_manager' shared service.
  2633.      *
  2634.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  2635.      */
  2636.     protected function getSuluMedia_FormatManagerService()
  2637.     {
  2638.         $a = ($this->privates['sulu_media.adapter.gd'] ?? ($this->privates['sulu_media.adapter.gd'] = new \Imagine\Gd\Imagine()));
  2639.         $b = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  2640.         $b->add(($this->services['sulu_media.image.transformation.crop'] ?? ($this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation())), 'crop');
  2641.         $b->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  2642.         $b->add(($this->services['sulu_media.image.transformation.blur'] ?? ($this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation())), 'blur');
  2643.         $b->add(($this->services['sulu_media.image.transformation.gamma'] ?? ($this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation())), 'gamma');
  2644.         $b->add(($this->services['sulu_media.image.transformation.grayscale'] ?? ($this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation())), 'grayscale');
  2645.         $b->add(($this->services['sulu_media.image.transformation.negative'] ?? ($this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation())), 'negative');
  2646.         $b->add(($this->services['sulu_media.image.transformation.sharpen'] ?? ($this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation())), 'sharpen');
  2647.         return $this->services['sulu_media.format_manager'] = new \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager(($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService()), ($this->services['sulu_media.format_cache'] ?? $this->getSuluMedia_FormatCacheService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter($a, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\MediaImageExtractor($a, new \Sulu\Bundle\MediaBundle\Media\Video\VideoThumbnailService(NULL), 'gs'), $b, 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()));
  2648.     }
  2649.     /**
  2650.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  2651.      *
  2652.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  2653.      */
  2654.     protected function getSuluMedia_Image_Transformation_BlurService()
  2655.     {
  2656.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  2657.     }
  2658.     /**
  2659.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  2660.      *
  2661.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  2662.      */
  2663.     protected function getSuluMedia_Image_Transformation_CropService()
  2664.     {
  2665.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  2666.     }
  2667.     /**
  2668.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  2669.      *
  2670.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  2671.      */
  2672.     protected function getSuluMedia_Image_Transformation_GammaService()
  2673.     {
  2674.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  2675.     }
  2676.     /**
  2677.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  2678.      *
  2679.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  2680.      */
  2681.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  2682.     {
  2683.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  2684.     }
  2685.     /**
  2686.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  2687.      *
  2688.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  2689.      */
  2690.     protected function getSuluMedia_Image_Transformation_NegativeService()
  2691.     {
  2692.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  2693.     }
  2694.     /**
  2695.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  2696.      *
  2697.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  2698.      */
  2699.     protected function getSuluMedia_Image_Transformation_PasteService()
  2700.     {
  2701.         return $this->services['sulu_media.image.transformation.paste'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation(($this->privates['sulu_media.adapter.gd'] ?? ($this->privates['sulu_media.adapter.gd'] = new \Imagine\Gd\Imagine())), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))));
  2702.     }
  2703.     /**
  2704.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  2705.      *
  2706.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  2707.      */
  2708.     protected function getSuluMedia_Image_Transformation_SharpenService()
  2709.     {
  2710.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  2711.     }
  2712.     /**
  2713.      * Gets the public 'sulu_media.media_manager' shared service.
  2714.      *
  2715.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  2716.      */
  2717.     protected function getSuluMedia_MediaManagerService()
  2718.     {
  2719.         $a = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  2720.         $a->setMaxFileSize('100MB');
  2721.         $a->setBlockedMimeTypes([]);
  2722.         return $this->services['sulu_media.media_manager'] = new \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager(($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService()), ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService()), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService()), ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), $a, ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService()), ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService()), ($this->privates['sulu_media.type_manager'] ?? $this->getSuluMedia_TypeManagerService()), ($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()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), new RewindableGenerator(function () {
  2723.             yield => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  2724.         }, 1), '/media/{id}/download/{slug}'NULL'/admin/media/{id}/download/{slug}', ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService()));
  2725.     }
  2726.     /**
  2727.      * Gets the public 'sulu_media.storage' shared service.
  2728.      *
  2729.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\GoogleCloudStorage
  2730.      */
  2731.     protected function getSuluMedia_StorageService()
  2732.     {
  2733.         $a = new \Google\Cloud\Storage\StorageClient(['keyFilePath' => (\dirname(__DIR__5).'/config/me-web-site-services.json')]);
  2734.         return $this->services['sulu_media.storage'] = new \Sulu\Bundle\MediaBundle\Media\Storage\GoogleCloudStorage(new \League\Flysystem\Filesystem(new \Superbalist\Flysystem\GoogleStorage\GoogleStorageAdapter($a$a->bucket('web-me-eu'), NULL)), 10);
  2735.     }
  2736.     /**
  2737.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  2738.      *
  2739.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  2740.      */
  2741.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  2742.     {
  2743.         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()));
  2744.     }
  2745.     /**
  2746.      * Gets the public 'sulu_page.content_repository' shared service.
  2747.      *
  2748.      * @return \Sulu\Component\Content\Repository\ContentRepository
  2749.      */
  2750.     protected function getSuluPage_ContentRepositoryService()
  2751.     {
  2752.         return $this->services['sulu_page.content_repository'] = new \Sulu\Component\Content\Repository\ContentRepository(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), ($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()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService()), $this->parameters['sulu_security.permissions']);
  2753.     }
  2754.     /**
  2755.      * Gets the public 'sulu_page.extension.manager' shared service.
  2756.      *
  2757.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  2758.      */
  2759.     protected function getSuluPage_Extension_ManagerService()
  2760.     {
  2761.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  2762.         $instance->addExtension(new \App\Structure\OpenGraphStructureExtension());
  2763.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  2764.         $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()))));
  2765.         return $instance;
  2766.     }
  2767.     /**
  2768.      * Gets the public 'sulu_page.structure.factory' shared service.
  2769.      *
  2770.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  2771.      */
  2772.     protected function getSuluPage_Structure_FactoryService()
  2773.     {
  2774.         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);
  2775.     }
  2776.     /**
  2777.      * Gets the public 'sulu_security.mask_converter' shared service.
  2778.      *
  2779.      * @return \Sulu\Component\Security\Authorization\MaskConverter
  2780.      */
  2781.     protected function getSuluSecurity_MaskConverterService()
  2782.     {
  2783.         return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  2784.     }
  2785.     /**
  2786.      * Gets the public 'sulu_security.salt_generator' shared service.
  2787.      *
  2788.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  2789.      */
  2790.     protected function getSuluSecurity_SaltGeneratorService()
  2791.     {
  2792.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  2793.     }
  2794.     /**
  2795.      * Gets the public 'sulu_security.security_checker' shared service.
  2796.      *
  2797.      * @return \Sulu\Component\Security\Authorization\SecurityChecker
  2798.      */
  2799.     protected function getSuluSecurity_SecurityCheckerService()
  2800.     {
  2801.         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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2802.     }
  2803.     /**
  2804.      * Gets the public 'sulu_security.user_manager' shared service.
  2805.      *
  2806.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  2807.      */
  2808.     protected function getSuluSecurity_UserManagerService()
  2809.     {
  2810.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2811.         return $this->services['sulu_security.user_manager'] = new \Sulu\Bundle\SecurityBundle\UserManager\UserManager($a, ($this->services['sulu_security.encoder_factory'] ?? $this->load('getSuluSecurity_EncoderFactoryService')), ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService()), $a->getRepository('SuluSecurityBundle:Group'), ($this->services['sulu_contact.contact_manager'] ?? $this->getSuluContact_ContactManagerService()), ($this->services['sulu_security.salt_generator'] ?? ($this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator())), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()));
  2812.     }
  2813.     /**
  2814.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  2815.      *
  2816.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  2817.      */
  2818.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  2819.     {
  2820.         return $this->services['sulu_snippet.default_snippet.manager'] = new \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager(new \Sulu\Component\Webspace\Settings\SettingsManager(($this->privates['sulu_document_manager.session_manager'] ?? $this->getSuluDocumentManager_SessionManagerService()), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService())), ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($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']);
  2821.     }
  2822.     /**
  2823.      * Gets the public 'sulu_snippet.resolver' shared service.
  2824.      *
  2825.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  2826.      */
  2827.     protected function getSuluSnippet_ResolverService()
  2828.     {
  2829.         return $this->services['sulu_snippet.resolver'] = new \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver(($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService()), ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()));
  2830.     }
  2831.     /**
  2832.      * Gets the public 'sulu_tag.tag_manager' shared service.
  2833.      *
  2834.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  2835.      */
  2836.     protected function getSuluTag_TagManagerService()
  2837.     {
  2838.         return $this->services['sulu_tag.tag_manager'] = new \Sulu\Bundle\TagBundle\Tag\TagManager(($this->services['sulu.repository.tag'] ?? $this->getSulu_Repository_TagService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService()));
  2839.     }
  2840.     /**
  2841.      * Gets the public 'sulu_website.resolver.structure' shared service.
  2842.      *
  2843.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  2844.      */
  2845.     protected function getSuluWebsite_Resolver_StructureService()
  2846.     {
  2847.         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']);
  2848.     }
  2849.     /**
  2850.      * Gets the public 'translator' shared service.
  2851.      *
  2852.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2853.      */
  2854.     protected function getTranslatorService()
  2855.     {
  2856.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2857.     }
  2858.     /**
  2859.      * Gets the public 'var_dumper.cloner' shared service.
  2860.      *
  2861.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2862.      */
  2863.     protected function getVarDumper_ClonerService()
  2864.     {
  2865.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2866.         $instance->setMaxItems(2500);
  2867.         $instance->setMinDepth(1);
  2868.         $instance->setMaxString(-1);
  2869.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2870.         return $instance;
  2871.     }
  2872.     /**
  2873.      * Gets the private '.debug.http_client' shared service.
  2874.      *
  2875.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2876.      */
  2877.     protected function get_Debug_HttpClientService()
  2878.     {
  2879.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2880.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2881.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2882.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2883.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2884.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2885.         $a->setLogger($b);
  2886.         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))));
  2887.     }
  2888.     /**
  2889.      * Gets the private '.service_locator.yDwtL5G' shared service.
  2890.      *
  2891.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2892.      */
  2893.     protected function get_ServiceLocator_YDwtL5GService()
  2894.     {
  2895.         return $this->privates['.service_locator.yDwtL5G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2896.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2897.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2898.             'security.firewall.map.context.website' => ['privates''security.firewall.map.context.website''getSecurity_Firewall_Map_Context_WebsiteService'true],
  2899.         ], [
  2900.             'security.firewall.map.context.admin' => '?',
  2901.             'security.firewall.map.context.dev' => '?',
  2902.             'security.firewall.map.context.website' => '?',
  2903.         ]);
  2904.     }
  2905.     /**
  2906.      * Gets the private 'App\Service\HtmlParserService' shared autowired service.
  2907.      *
  2908.      * @return \App\Service\HtmlParserService
  2909.      */
  2910.     protected function getHtmlParserServiceService()
  2911.     {
  2912.         return $this->privates['App\\Service\\HtmlParserService'] = new \App\Service\HtmlParserService(($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2913.     }
  2914.     /**
  2915.      * Gets the private 'annotations.cache_adapter' shared service.
  2916.      *
  2917.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2918.      */
  2919.     protected function getAnnotations_CacheAdapterService()
  2920.     {
  2921.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2922.     }
  2923.     /**
  2924.      * Gets the private 'annotations.cached_reader' shared service.
  2925.      *
  2926.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2927.      */
  2928.     protected function getAnnotations_CachedReaderService()
  2929.     {
  2930.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2931.     }
  2932.     /**
  2933.      * Gets the private 'annotations.reader' shared service.
  2934.      *
  2935.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2936.      */
  2937.     protected function getAnnotations_ReaderService()
  2938.     {
  2939.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2940.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2941.         $a->registerUniqueLoader('class_exists');
  2942.         $instance->addGlobalIgnoredName('required'$a);
  2943.         return $instance;
  2944.     }
  2945.     /**
  2946.      * Gets the private 'assets.context' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2949.      */
  2950.     protected function getAssets_ContextService()
  2951.     {
  2952.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2953.         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());
  2954.     }
  2955.     /**
  2956.      * Gets the private 'assets.packages' shared service.
  2957.      *
  2958.      * @return \Symfony\Component\Asset\Packages
  2959.      */
  2960.     protected function getAssets_PackagesService()
  2961.     {
  2962.         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 () {
  2963.             yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  2964.         }, 1));
  2965.     }
  2966.     /**
  2967.      * Gets the private 'cache.annotations' shared service.
  2968.      *
  2969.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2970.      */
  2971.     protected function getCache_AnnotationsService()
  2972.     {
  2973.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PqZubs350-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2974.     }
  2975.     /**
  2976.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2977.      *
  2978.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2979.      */
  2980.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2981.     {
  2982.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2983.     }
  2984.     /**
  2985.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2986.      *
  2987.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2988.      */
  2989.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2990.     {
  2991.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2992.     }
  2993.     /**
  2994.      * Gets the private 'cache.property_info' shared service.
  2995.      *
  2996.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2997.      */
  2998.     protected function getCache_PropertyInfoService()
  2999.     {
  3000.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('79yvZJOLBh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3001.     }
  3002.     /**
  3003.      * Gets the private 'cache.security_expression_language' shared service.
  3004.      *
  3005.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3006.      */
  3007.     protected function getCache_SecurityExpressionLanguageService()
  3008.     {
  3009.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5QEyeEOJSV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3010.     }
  3011.     /**
  3012.      * Gets the private 'cache.serializer' shared service.
  3013.      *
  3014.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3015.      */
  3016.     protected function getCache_SerializerService()
  3017.     {
  3018.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sRdpwhjPJN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3019.     }
  3020.     /**
  3021.      * Gets the private 'cache.validator' shared service.
  3022.      *
  3023.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3024.      */
  3025.     protected function getCache_ValidatorService()
  3026.     {
  3027.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cLQ+FtguQ0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3028.     }
  3029.     /**
  3030.      * Gets the private 'cache.webpack_encore' shared service.
  3031.      *
  3032.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3033.      */
  3034.     protected function getCache_WebpackEncoreService()
  3035.     {
  3036.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rXQdcE+DNW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3037.     }
  3038.     /**
  3039.      * Gets the private 'config_cache_factory' shared service.
  3040.      *
  3041.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3042.      */
  3043.     protected function getConfigCacheFactoryService()
  3044.     {
  3045.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3046.             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)));
  3047.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3048.         }, 2));
  3049.     }
  3050.     /**
  3051.      * Gets the private 'data_collector.form' shared service.
  3052.      *
  3053.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3054.      */
  3055.     protected function getDataCollector_FormService()
  3056.     {
  3057.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3058.     }
  3059.     /**
  3060.      * Gets the private 'data_collector.request' shared service.
  3061.      *
  3062.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3063.      */
  3064.     protected function getDataCollector_RequestService()
  3065.     {
  3066.         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())));
  3067.     }
  3068.     /**
  3069.      * Gets the private 'debug.controller_resolver' shared service.
  3070.      *
  3071.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3072.      */
  3073.     protected function getDebug_ControllerResolverService()
  3074.     {
  3075.         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))));
  3076.     }
  3077.     /**
  3078.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3079.      *
  3080.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3081.      */
  3082.     protected function getDebug_DebugHandlersListenerService()
  3083.     {
  3084.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3085.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3086.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3087.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3088.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3089.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3090.     }
  3091.     /**
  3092.      * Gets the private 'debug.file_link_formatter' shared service.
  3093.      *
  3094.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3095.      */
  3096.     protected function getDebug_FileLinkFormatterService()
  3097.     {
  3098.         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 () {
  3099.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3100.         });
  3101.     }
  3102.     /**
  3103.      * Gets the private 'debug.log_processor' shared service.
  3104.      *
  3105.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3106.      */
  3107.     protected function getDebug_LogProcessorService()
  3108.     {
  3109.         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())));
  3110.     }
  3111.     /**
  3112.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3113.      *
  3114.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3115.      */
  3116.     protected function getDebug_Security_Access_DecisionManagerService()
  3117.     {
  3118.         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 () {
  3119.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3120.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3121.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3122.             yield => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  3123.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(true)));
  3124.     }
  3125.     /**
  3126.      * Gets the private 'debug.security.firewall' shared service.
  3127.      *
  3128.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3129.      */
  3130.     protected function getDebug_Security_FirewallService()
  3131.     {
  3132.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3133.     }
  3134.     /**
  3135.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3136.      *
  3137.      * @return \Doctrine\Migrations\DependencyFactory
  3138.      */
  3139.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3140.     {
  3141.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3142.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__5).'/migrations'));
  3143.         $a->setAllOrNothing(false);
  3144.         $a->setCheckDatabasePlatform(true);
  3145.         $a->setTransactional(true);
  3146.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3147.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3148.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3149.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3150.         });
  3151.         return $instance;
  3152.     }
  3153.     /**
  3154.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3155.      *
  3156.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3157.      */
  3158.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3159.     {
  3160.         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')]);
  3161.     }
  3162.     /**
  3163.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3164.      *
  3165.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3166.      */
  3167.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3168.     {
  3169.         $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']);
  3170.         $instance->setGlobalBasename('mapping');
  3171.         return $instance;
  3172.     }
  3173.     /**
  3174.      * Gets the private 'exception_listener' shared service.
  3175.      *
  3176.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3177.      */
  3178.     protected function getExceptionListenerService()
  3179.     {
  3180.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3181.     }
  3182.     /**
  3183.      * Gets the private 'form.registry' shared service.
  3184.      *
  3185.      * @return \Symfony\Component\Form\FormRegistry
  3186.      */
  3187.     protected function getForm_RegistryService()
  3188.     {
  3189.         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, [
  3190.             'App\\Form\\RegisterFormType' => ['privates''App\\Form\\RegisterFormType''getRegisterFormTypeService'true],
  3191.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService'true],
  3192.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService'true],
  3193.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService'true],
  3194.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService'true],
  3195.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService'true],
  3196.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  3197.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  3198.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  3199.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  3200.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  3201.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  3202.         ], [
  3203.             'App\\Form\\RegisterFormType' => '?',
  3204.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  3205.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  3206.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  3207.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  3208.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  3209.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3210.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  3211.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3212.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3213.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3214.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3215.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3216.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  3217.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  3218.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  3219.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  3220.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  3221.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  3222.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3223.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3224.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3225.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3226.         }, 1)], new RewindableGenerator(function () {
  3227.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3228.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  3229.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3230.     }
  3231.     /**
  3232.      * Gets the private 'fos_http_cache.event_listener.php8_attributes' shared service.
  3233.      *
  3234.      * @return \FOS\HttpCacheBundle\EventListener\Php8AttributesListener
  3235.      */
  3236.     protected function getFosHttpCache_EventListener_Php8AttributesService()
  3237.     {
  3238.         return $this->privates['fos_http_cache.event_listener.php8_attributes'] = new \FOS\HttpCacheBundle\EventListener\Php8AttributesListener(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  3239.     }
  3240.     /**
  3241.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  3242.      *
  3243.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  3244.      */
  3245.     protected function getFosHttpCache_EventListener_TagService()
  3246.     {
  3247.         return $this->privates['fos_http_cache.event_listener.tag'] = new \FOS\HttpCacheBundle\EventListener\TagListener(($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService()), ($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);
  3248.     }
  3249.     /**
  3250.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  3251.      *
  3252.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  3253.      */
  3254.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  3255.     {
  3256.         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());
  3257.     }
  3258.     /**
  3259.      * Gets the private 'fos_rest.body_listener' shared service.
  3260.      *
  3261.      * @return \FOS\RestBundle\EventListener\BodyListener
  3262.      */
  3263.     protected function getFosRest_BodyListenerService()
  3264.     {
  3265.         $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, [
  3266.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  3267.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  3268.         ], [
  3269.             'fos_rest.decoder.json' => '?',
  3270.             'fos_rest.decoder.xml' => '?',
  3271.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  3272.         $instance->setDefaultFormat(NULL);
  3273.         return $instance;
  3274.     }
  3275.     /**
  3276.      * Gets the private 'fos_rest.exception.codes_map' shared service.
  3277.      *
  3278.      * @return \FOS\RestBundle\Util\ExceptionValueMap
  3279.      */
  3280.     protected function getFosRest_Exception_CodesMapService()
  3281.     {
  3282.         return $this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['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]);
  3283.     }
  3284.     /**
  3285.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  3286.      *
  3287.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  3288.      */
  3289.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  3290.     {
  3291.         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()));
  3292.     }
  3293.     /**
  3294.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  3295.      *
  3296.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  3297.      */
  3298.     protected function getFosRest_ZoneMatcherListenerService()
  3299.     {
  3300.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  3301.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  3302.         return $instance;
  3303.     }
  3304.     /**
  3305.      * Gets the private 'jms_serializer.metadata.traceable_cache' shared service.
  3306.      *
  3307.      * @return \JMS\SerializerBundle\Debug\TraceableDriver
  3308.      */
  3309.     protected function getJmsSerializer_Metadata_TraceableCacheService()
  3310.     {
  3311.         return $this->privates['jms_serializer.metadata.traceable_cache'] = new \JMS\SerializerBundle\Debug\TraceableDriver(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  3312.     }
  3313.     /**
  3314.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  3315.      *
  3316.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  3317.      */
  3318.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  3319.     {
  3320.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(['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\\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')]);
  3321.     }
  3322.     /**
  3323.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  3324.      *
  3325.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  3326.      */
  3327.     protected function getJmsSerializer_TraceableEventDispatcherService()
  3328.     {
  3329.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3330.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  3331.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  3332.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  3333.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService'true],
  3334.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService'true],
  3335.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService'true],
  3336.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService'true],
  3337.             'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates''sulu_admin.dropdown_toolbar_action_subscriber''getSuluAdmin_DropdownToolbarActionSubscriberService'true],
  3338.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates''sulu_admin.save_with_form_dialog_toolbar_action_subscriber''getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService'true],
  3339.             'sulu_admin.toggler_toolbar_action_subscriber' => ['privates''sulu_admin.toggler_toolbar_action_subscriber''getSuluAdmin_TogglerToolbarActionSubscriberService'true],
  3340.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService'true],
  3341.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService'true],
  3342.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService'true],
  3343.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService'true],
  3344.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService'true],
  3345.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService'true],
  3346.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService'true],
  3347.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService'true],
  3348.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService'true],
  3349.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService'true],
  3350.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService'true],
  3351.         ], [
  3352.             'jms_serializer.stopwatch_subscriber' => '?',
  3353.             'jms_serializer.traceable_runs_listener' => '?',
  3354.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3355.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  3356.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  3357.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  3358.             'sulu_core.representation_handler' => '?',
  3359.             'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  3360.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  3361.             'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  3362.             'sulu_security.document.serializer.subscriber.security' => '?',
  3363.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  3364.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  3365.             'sulu_page.document.serializer.subscriber.locale' => '?',
  3366.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  3367.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  3368.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  3369.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  3370.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  3371.             'sulu_hash.event_subscriber.serializer' => '?',
  3372.             'sulu_document_manager.serializer.subscriber.document' => '?',
  3373.         ]));
  3374.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  3375.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3376.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3377.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3378.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  3379.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  3380.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  3381.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3382.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3383.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  3384.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], NULLNULLNULL);
  3385.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], NULLNULLNULL);
  3386.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], NULLNULLNULL);
  3387.         $instance->addListener('serializer.post_serialize', [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], NULL'json'NULL);
  3388.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.dropdown_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction''json'NULL);
  3389.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction''json'NULL);
  3390.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.toggler_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction''json'NULL);
  3391.         $instance->addListener('serializer.post_serialize', [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], NULL'json'NULL);
  3392.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3393.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3394.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3395.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], NULL'json'NULL);
  3396.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3397.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3398.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3399.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], NULL'json'NULL);
  3400.         $instance->addListener('serializer.post_serialize', [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3401.         $instance->addListener('serializer.post_serialize', [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], NULLNULLNULL);
  3402.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  3403.         $instance->addListener('serializer.post_deserialize', [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], NULLNULLNULL);
  3404.         return $instance;
  3405.     }
  3406.     /**
  3407.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  3408.      *
  3409.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  3410.      */
  3411.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  3412.     {
  3413.         $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, [
  3414.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService'true],
  3415.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  3416.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  3417.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  3418.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService'true],
  3419.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService'true],
  3420.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService'true],
  3421.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  3422.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  3423.             'sulu_admin.schema_handler' => ['privates''sulu_admin.schema_handler''getSuluAdmin_SchemaHandlerService'true],
  3424.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService'true],
  3425.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  3426.         ], [
  3427.             'sulu_core.rest.datetime_handler' => '?',
  3428.             'jms_serializer.datetime_handler' => '?',
  3429.             'jms_serializer.array_collection_handler' => '?',
  3430.             'jms_serializer.iterator_handler' => '?',
  3431.             'sulu_page.document.serializer.handler.structure' => '?',
  3432.             'sulu_page.document.serializer.handler.extension_container' => '?',
  3433.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  3434.             'fos_rest.serializer.flatten_exception_handler' => '?',
  3435.             'jms_serializer.constraint_violation_handler' => '?',
  3436.             'sulu_admin.schema_handler' => '?',
  3437.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  3438.             'fos_rest.serializer.form_error_handler' => '?',
  3439.         ])));
  3440.         $instance->registerHandler(2'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3441.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  3442.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  3443.         $instance->registerHandler(2'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3444.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  3445.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  3446.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3447.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3448.         $instance->registerHandler(2'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3449.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3450.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3451.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3452.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3453.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3454.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3455.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3456.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3457.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3458.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3459.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3460.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3461.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  3462.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  3463.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  3464.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  3465.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3466.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3467.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3468.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3469.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3470.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3471.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']);
  3472.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']);
  3473.         $instance->registerHandler(2'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge''json', [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']);
  3474.         $instance->registerHandler(1'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3475.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3476.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3477.         $instance->registerHandler(1'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3478.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3479.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3480.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  3481.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  3482.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3483.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3484.         $instance->registerHandler(1'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3485.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3486.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3487.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3488.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3489.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3490.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3491.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3492.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3493.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3494.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3495.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3496.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3497.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  3498.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  3499.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  3500.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  3501.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3502.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3503.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3504.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3505.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3506.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3507.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3508.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3509.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3510.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3511.         $instance->registerHandler(1'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata''json', [=> 'sulu_admin.schema_handler'=> 'serializeToJsonSchema']);
  3512.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']);
  3513.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']);
  3514.         $instance->registerHandler(1'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection''json', [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']);
  3515.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  3516.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  3517.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormInterfaceToxml']);
  3518.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormInterfaceTojson']);
  3519.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  3520.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  3521.         return $instance;
  3522.     }
  3523.     /**
  3524.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  3525.      *
  3526.      * @return \JMS\SerializerBundle\Debug\RunsListener
  3527.      */
  3528.     protected function getJmsSerializer_TraceableRunsListenerService()
  3529.     {
  3530.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  3531.     }
  3532.     /**
  3533.      * Gets the private 'locale_aware_listener' shared service.
  3534.      *
  3535.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3536.      */
  3537.     protected function getLocaleAwareListenerService()
  3538.     {
  3539.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3540.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  3541.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3542.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3543.     }
  3544.     /**
  3545.      * Gets the private 'locale_listener' shared service.
  3546.      *
  3547.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3548.      */
  3549.     protected function getLocaleListenerService()
  3550.     {
  3551.         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', ($this->services['router'] ?? $this->getRouterService()), false, []);
  3552.     }
  3553.     /**
  3554.      * Gets the private 'monolog.handler.console' shared service.
  3555.      *
  3556.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3557.      */
  3558.     protected function getMonolog_Handler_ConsoleService()
  3559.     {
  3560.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3561.     }
  3562.     /**
  3563.      * Gets the private 'monolog.handler.main' shared service.
  3564.      *
  3565.      * @return \Monolog\Handler\StreamHandler
  3566.      */
  3567.     protected function getMonolog_Handler_MainService()
  3568.     {
  3569.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 100trueNULLfalse);
  3570.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3571.         return $instance;
  3572.     }
  3573.     /**
  3574.      * Gets the private 'monolog.logger' shared service.
  3575.      *
  3576.      * @return \Symfony\Bridge\Monolog\Logger
  3577.      */
  3578.     protected function getMonolog_LoggerService()
  3579.     {
  3580.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3581.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3582.         $instance->useMicrosecondTimestamps(true);
  3583.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3584.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3585.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3586.         return $instance;
  3587.     }
  3588.     /**
  3589.      * Gets the private 'monolog.logger.cache' shared service.
  3590.      *
  3591.      * @return \Symfony\Bridge\Monolog\Logger
  3592.      */
  3593.     protected function getMonolog_Logger_CacheService()
  3594.     {
  3595.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3596.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3597.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3598.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3599.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3600.         return $instance;
  3601.     }
  3602.     /**
  3603.      * Gets the private 'monolog.logger.request' shared service.
  3604.      *
  3605.      * @return \Symfony\Bridge\Monolog\Logger
  3606.      */
  3607.     protected function getMonolog_Logger_RequestService()
  3608.     {
  3609.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3610.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3611.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3612.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3613.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3614.         return $instance;
  3615.     }
  3616.     /**
  3617.      * Gets the private 'parameter_bag' shared service.
  3618.      *
  3619.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3620.      */
  3621.     protected function getParameterBagService()
  3622.     {
  3623.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3624.     }
  3625.     /**
  3626.      * Gets the private 'profiler_listener' shared service.
  3627.      *
  3628.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3629.      */
  3630.     protected function getProfilerListenerService()
  3631.     {
  3632.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3633.     }
  3634.     /**
  3635.      * Gets the private 'property_info' shared service.
  3636.      *
  3637.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3638.      */
  3639.     protected function getPropertyInfoService()
  3640.     {
  3641.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3642.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3643.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3644.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3645.         }, 3), new RewindableGenerator(function () {
  3646.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3647.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3648.         }, 2), new RewindableGenerator(function () {
  3649.             return new \EmptyIterator();
  3650.         }, 0), new RewindableGenerator(function () {
  3651.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3652.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3653.         }, 2), new RewindableGenerator(function () {
  3654.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3655.         }, 1));
  3656.     }
  3657.     /**
  3658.      * Gets the private 'router.expression_language_provider' shared service.
  3659.      *
  3660.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3661.      */
  3662.     protected function getRouter_ExpressionLanguageProviderService()
  3663.     {
  3664.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3665.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3666.         ], [
  3667.             'env' => 'Closure',
  3668.         ]));
  3669.     }
  3670.     /**
  3671.      * Gets the private 'router.request_context' shared service.
  3672.      *
  3673.      * @return \Symfony\Component\Routing\RequestContext
  3674.      */
  3675.     protected function getRouter_RequestContextService()
  3676.     {
  3677.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3678.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3679.         return $instance;
  3680.     }
  3681.     /**
  3682.      * Gets the private 'security.firewall.map' shared service.
  3683.      *
  3684.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3685.      */
  3686.     protected function getSecurity_Firewall_MapService()
  3687.     {
  3688.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.yDwtL5G'] ?? $this->get_ServiceLocator_YDwtL5GService()), new RewindableGenerator(function () {
  3689.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  3690.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.KLaPh5V'] ?? ($this->privates['.security.request_matcher.KLaPh5V'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(\\/|$)')));
  3691.             yield 'security.firewall.map.context.website' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3692.         }, 3));
  3693.     }
  3694.     /**
  3695.      * Gets the private 'security.helper' shared service.
  3696.      *
  3697.      * @return \Symfony\Component\Security\Core\Security
  3698.      */
  3699.     protected function getSecurity_HelperService()
  3700.     {
  3701.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3702.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3703.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3704.         ], [
  3705.             'security.authorization_checker' => '?',
  3706.             'security.token_storage' => '?',
  3707.         ]));
  3708.     }
  3709.     /**
  3710.      * Gets the private 'security.logout_url_generator' shared service.
  3711.      *
  3712.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3713.      */
  3714.     protected function getSecurity_LogoutUrlGeneratorService()
  3715.     {
  3716.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3717.         $instance->registerListener('admin''sulu_admin.logout''logout''_csrf_token'NULLNULL);
  3718.         $instance->registerListener('website''logout''logout''_csrf_token'NULLNULL);
  3719.         return $instance;
  3720.     }
  3721.     /**
  3722.      * Gets the private 'session_listener' shared service.
  3723.      *
  3724.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3725.      */
  3726.     protected function getSessionListenerService()
  3727.     {
  3728.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3729.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3730.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3731.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3732.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3733.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3734.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3735.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  3736.         ], [
  3737.             'initialized_session' => '?',
  3738.             'logger' => '?',
  3739.             'request_stack' => '?',
  3740.             'session' => '?',
  3741.             'session_collector' => '?',
  3742.             'session_factory' => '?',
  3743.             'session_storage' => '?',
  3744.         ]), true$this->parameters['session.storage.options']);
  3745.     }
  3746.     /**
  3747.      * Gets the private 'sulu.content.query_executor' shared service.
  3748.      *
  3749.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  3750.      */
  3751.     protected function getSulu_Content_QueryExecutorService()
  3752.     {
  3753.         return $this->privates['sulu.content.query_executor'] = new \Sulu\Component\Content\Query\ContentQueryExecutor(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3754.     }
  3755.     /**
  3756.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  3757.      *
  3758.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  3759.      */
  3760.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  3761.     {
  3762.         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()), ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()));
  3763.     }
  3764.     /**
  3765.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  3766.      *
  3767.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  3768.      */
  3769.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  3770.     {
  3771.         return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy(($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService()), ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($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())));
  3772.     }
  3773.     /**
  3774.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  3775.      *
  3776.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  3777.      */
  3778.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  3779.     {
  3780.         return $this->privates['sulu.content.resource_locator.strategy_pool'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool(['tree_leaf_edit' => ($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] ?? $this->getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()), '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()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($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()));
  3781.     }
  3782.     /**
  3783.      * Gets the private 'sulu_activity.domain_event_collector' shared service.
  3784.      *
  3785.      * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  3786.      */
  3787.     protected function getSuluActivity_DomainEventCollectorService()
  3788.     {
  3789.         return $this->privates['sulu_activity.domain_event_collector'] = new \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector(($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService()));
  3790.     }
  3791.     /**
  3792.      * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  3793.      *
  3794.      * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  3795.      */
  3796.     protected function getSuluActivity_DomainEventDispatcherService()
  3797.     {
  3798.         return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3799.     }
  3800.     /**
  3801.      * Gets the private 'sulu_admin.collaboration_cache' shared service.
  3802.      *
  3803.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3804.      */
  3805.     protected function getSuluAdmin_CollaborationCacheService()
  3806.     {
  3807.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2hwDWDuG1p'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3808.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3809.         return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3810.     }
  3811.     /**
  3812.      * Gets the private 'sulu_category.category_request_handler' shared service.
  3813.      *
  3814.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  3815.      */
  3816.     protected function getSuluCategory_CategoryRequestHandlerService()
  3817.     {
  3818.         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())));
  3819.     }
  3820.     /**
  3821.      * Gets the private 'sulu_category.twig_extension' shared service.
  3822.      *
  3823.      * @return \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension
  3824.      */
  3825.     protected function getSuluCategory_TwigExtensionService()
  3826.     {
  3827.         return $this->privates['sulu_category.twig_extension'] = new \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension(($this->services['sulu_category.category_manager'] ?? $this->getSuluCategory_CategoryManagerService()), ($this->privates['sulu_category.category_request_handler'] ?? $this->getSuluCategory_CategoryRequestHandlerService()), ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService()), ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService()));
  3828.     }
  3829.     /**
  3830.      * Gets the private 'sulu_core.cache.memoize' shared service.
  3831.      *
  3832.      * @return \Sulu\Component\Cache\Memoize
  3833.      */
  3834.     protected function getSuluCore_Cache_MemoizeService()
  3835.     {
  3836.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  3837.     }
  3838.     /**
  3839.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  3840.      *
  3841.      * @return \ProxyManager\Configuration
  3842.      */
  3843.     protected function getSuluCore_ProxyManager_ConfigurationService()
  3844.     {
  3845.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  3846.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  3847.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  3848.         return $instance;
  3849.     }
  3850.     /**
  3851.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  3852.      *
  3853.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  3854.      */
  3855.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  3856.     {
  3857.         $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  3858.         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)]));
  3859.     }
  3860.     /**
  3861.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  3862.      *
  3863.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  3864.      */
  3865.     protected function getSuluCustomUrls_DomainGeneratorService()
  3866.     {
  3867.         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())));
  3868.     }
  3869.     /**
  3870.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  3871.      *
  3872.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  3873.      */
  3874.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  3875.     {
  3876.         if ($lazyLoad) {
  3877.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  3878.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3879.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  3880.                     $proxy->setProxyInitializer(null);
  3881.                     return true;
  3882.                 });
  3883.             });
  3884.         }
  3885.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  3886.         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');
  3887.     }
  3888.     /**
  3889.      * Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
  3890.      *
  3891.      * @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
  3892.      */
  3893.     protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
  3894.     {
  3895.         return $this->privates['sulu_document_manager.document_domain_event_collector'] = new \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector(($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService()));
  3896.     }
  3897.     /**
  3898.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  3899.      *
  3900.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3901.      */
  3902.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  3903.     {
  3904.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3905.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3906.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3907.         }, => 'handleFlush'], 0);
  3908.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3909.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3910.         }, => 'handlePrePersist'], 479);
  3911.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3912.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3913.         }, => 'handlePersist'], -10000);
  3914.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3915.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3916.         }, => 'handleRemove'], -10000);
  3917.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  3918.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3919.         }, => 'handleRemoveLocale'], -10000);
  3920.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  3921.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3922.         }, => 'handleCopyLocale'], -10000);
  3923.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3924.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3925.         }, => 'handleCopy'], -10000);
  3926.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3927.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  3928.         }, => 'storeSnippetToTrash'], 1024);
  3929.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3930.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  3931.         }, => 'flushTrashItem'], 0);
  3932.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  3933.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  3934.         }, => 'clearPendingTrashItem'], 0);
  3935.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3936.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3937.         }, => 'indexPersistedDocument'], -10);
  3938.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3939.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3940.         }, => 'indexPublishedDocument'], -256);
  3941.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3942.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3943.         }, => 'deindexRemovedDocument'], 600);
  3944.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  3945.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3946.         }, => 'deindexUnpublishedDocument'], -1024);
  3947.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  3948.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3949.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  3950.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  3951.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3952.         }, => 'deindexRemovedLocaleDocument'], -1024);
  3953.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3954.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  3955.         }, => 'preventRemoveWithChildren'], 4096);
  3956.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3957.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  3958.         }, => 'addForceRemoveChildrenOption'], 0);
  3959.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3960.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3961.         }, => 'handleConfigureOptions'], 0);
  3962.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3963.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3964.         }, => 'handleFlush'], 0);
  3965.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3966.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3967.         }, => 'handlePrePersist'], 479);
  3968.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3969.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3970.         }, => 'handlePersist'], -10000);
  3971.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3972.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3973.         }, => 'handleRemove'], -10000);
  3974.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  3975.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3976.         }, => 'handleRemoveLocale'], -10000);
  3977.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  3978.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3979.         }, => 'handleCopyLocale'], -10000);
  3980.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3981.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3982.         }, => 'handleCopy'], -10000);
  3983.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3984.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3985.         }, => 'handlePreMove'], 10000);
  3986.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3987.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3988.         }, => 'handleMove'], -10000);
  3989.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3990.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3991.         }, => 'handlePublish'], -10000);
  3992.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  3993.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3994.         }, => 'handleUnpublish'], -10000);
  3995.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  3996.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3997.         }, => 'handleRemoveDraft'], -10000);
  3998.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  3999.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4000.         }, => 'handleRestore'], -10000);
  4001.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4002.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4003.         }, => 'handleReorder'], -10000);
  4004.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4005.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4006.         }, => 'saveStructureData'], 0);
  4007.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4008.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4009.         }, => 'handlePersistStagedProperties'], 50);
  4010.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4011.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4012.         }, => 'handlePersistStructureType'], 100);
  4013.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4014.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4015.         }, => 'saveStructureData'], 0);
  4016.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4017.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4018.         }, => 'handleHydrate'], 0);
  4019.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4020.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4021.         }, => 'configureOptions'], 0);
  4022.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4023.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  4024.         }, => 'handleMetadataLoad'], 0);
  4025.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4026.             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()));
  4027.         }, => 'handleMetadataLoad'], 0);
  4028.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4029.             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()));
  4030.         }, => 'handlePersist'], 15);
  4031.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4032.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4033.         }, => 'handlePersistDocument'], 10);
  4034.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4035.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4036.         }, => 'handleHydrate'], -200);
  4037.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4038.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4039.         }, => 'updateMovedDocument'], -128);
  4040.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4041.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4042.         }, => 'updateCopiedDocument'], -128);
  4043.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4044.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4045.         }, => 'handlePersistRoute'], -128);
  4046.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4047.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4048.         }, => 'setWorkflowStageOnDocument'], 0);
  4049.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4050.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4051.         }, => 'setWorkflowStageToTest'], 0);
  4052.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4053.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4054.         }, => 'setWorkflowStageToPublished'], 0);
  4055.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4056.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4057.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  4058.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4059.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4060.         }, => 'setWorkflowStageToTestForCopy'], 0);
  4061.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4062.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4063.         }, => 'setWorkflowStageToTestForRestore'], -32);
  4064.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4065.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4066.         }, => 'handleMetadataLoad'], 0);
  4067.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4068.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4069.         }, => 'handlePersistUpdateUrl'], 20);
  4070.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4071.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4072.         }, => 'saveShadowProperties'], 15);
  4073.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4074.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4075.         }, => 'handleHydrate'], 390);
  4076.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4077.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4078.         }, => 'saveShadowProperties'], 15);
  4079.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4080.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4081.         }, => 'handleConfigureOptions'], 0);
  4082.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4083.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4084.         }, => 'copyShadowProperties'], -256);
  4085.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4086.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4087.         }, => 'copyShadowProperties'], 0);
  4088.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4089.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4090.         }, => 'setTitleOnDocument'], -10);
  4091.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4092.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4093.         }, => 'setTitleOnNode'], 10);
  4094.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4095.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4096.         }, => 'setTitleOnNode'], 10);
  4097.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4098.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  4099.         }, => 'handleHydrate'], 400);
  4100.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4101.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4102.         }, => 'saveExtensionData'], 10);
  4103.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4104.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4105.         }, => 'saveExtensionData'], 10);
  4106.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4107.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4108.         }, => 'handleHydrate'], -10);
  4109.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4110.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4111.         }, => 'handlePersist'], 0);
  4112.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4113.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4114.         }, => 'handleMetadataLoad'], 0);
  4115.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4116.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4117.         }, => 'handleReorder'], 0);
  4118.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4119.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4120.         }, => 'handlePersist'], 0);
  4121.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4122.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4123.         }, => 'handlePersistCreate'], 3);
  4124.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4125.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4126.         }, => 'handleHydrate'], 0);
  4127.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4128.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4129.         }, => 'deleteUnavailableLocales'], 256);
  4130.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4131.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4132.         }, => 'handleWebspace'], 0);
  4133.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4134.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4135.         }, => 'handleWebspace'], -10);
  4136.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4137.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4138.         }, => 'handleSetNodeOnPersist'], 490);
  4139.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4140.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4141.         }, => 'handlePersist'], 5);
  4142.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4143.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4144.         }, => 'handleHydrate'], 0);
  4145.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4146.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4147.         }, => 'handleRemove'], 550);
  4148.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4149.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4150.         }, => 'handlePublish'], 0);
  4151.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4152.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  4153.         }, => 'handleMetadataLoad'], 0);
  4154.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4155.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  4156.         }, => 'handleMetadataLoad'], 0);
  4157.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4158.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4159.         }, => 'createNodeInPublicWorkspace'], -490);
  4160.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4161.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4162.         }, => 'removeNodeFromPublicWorkspace'], 0);
  4163.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4164.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4165.         }, => 'moveNodeInPublicWorkspace'], 0);
  4166.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4167.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4168.         }, => 'copyNodeInPublicWorkspace'], 0);
  4169.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4170.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4171.         }, => 'reorderNodeInPublicWorkspace'], 0);
  4172.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4173.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4174.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  4175.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4176.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4177.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  4178.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4179.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4180.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  4181.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4182.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4183.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  4184.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4185.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4186.         }, => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  4187.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4188.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4189.         }, => 'flushPublicWorkspace'], 0);
  4190.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4191.             return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  4192.         }, => 'handleCopyLocale'], 0);
  4193.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4194.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4195.         }, => 'handlePreRemove'], 510);
  4196.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4197.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4198.         }, => 'handlePostRemove'], -100);
  4199.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4200.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4201.         }, => 'handlePersist'], 0);
  4202.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4203.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4204.         }, => 'handleFlush'], 0);
  4205.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4206.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  4207.         }, => 'handleRemove'], 550);
  4208.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4209.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4210.         }, => 'storePageTranslationToTrash'], 1024);
  4211.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4212.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4213.         }, => 'storePageToTrash'], 1024);
  4214.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4215.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4216.         }, => 'flushTrashItem'], 0);
  4217.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4218.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4219.         }, => 'clearPendingTrashItem'], 0);
  4220.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4221.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4222.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4223.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4224.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4225.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  4226.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4227.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4228.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4229.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4230.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4231.         }, => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  4232.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4233.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4234.         }, => 'onClear'], -256);
  4235.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4236.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4237.         }, => 'onFlush'], -256);
  4238.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4239.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4240.         }, => 'handleHydrate'], 500);
  4241.         $instance->addListener('sulu_document_manager.create', [=> function () {
  4242.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4243.         }, => 'handleCreate'], 500);
  4244.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4245.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4246.         }, => 'handleDefaultLocale'], 520);
  4247.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4248.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4249.         }, => 'handleDocumentFromRegistry'], 510);
  4250.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4251.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4252.         }, => 'handleStopPropagationAndResetLocale'], 509);
  4253.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4254.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4255.         }, => 'handleHydrate'], 490);
  4256.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4257.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4258.         }, => 'handleEndHydrate'], -500);
  4259.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4260.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4261.         }, => 'handlePersist'], 450);
  4262.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4263.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4264.         }, => 'handleNodeFromRegistry'], 510);
  4265.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4266.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4267.         }, => 'handleEndPersist'], -500);
  4268.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4269.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4270.         }, => 'handleRemove'], 490);
  4271.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4272.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4273.         }, => 'handleClear'], 500);
  4274.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4275.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4276.         }, => 'handleNodeFromRegistry'], 510);
  4277.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4278.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4279.         }, => 'configureOptions'], 0);
  4280.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4281.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4282.         }, => 'handleNodeFromRegistry'], 512);
  4283.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4284.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4285.         }, => 'handleNodeFromRegistry'], 512);
  4286.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4287.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4288.         }, => 'handleNodeFromRegistry'], 512);
  4289.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4290.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  4291.         }, => 'handleReorder'], 500);
  4292.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4293.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4294.         }, => 'setDocumentMixinsOnNode'], 468);
  4295.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4296.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4297.         }, => 'setDocumentMixinsOnNode'], 468);
  4298.         $instance->addListener('sulu_document_manager.find', [=> function () {
  4299.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4300.         }, => 'handleFind'], 500);
  4301.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4302.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4303.         }, => 'configureOptions'], 0);
  4304.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  4305.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4306.         }, => 'handleCreate'], 500);
  4307.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  4308.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4309.         }, => 'handleCreateBuilder'], 500);
  4310.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  4311.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4312.         }, => 'handleQueryExecute'], 500);
  4313.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4314.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4315.         }, => 'handleMove'], 400);
  4316.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4317.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4318.         }, => 'handleCopy'], 400);
  4319.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4320.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4321.         }, => 'handleClear'], 500);
  4322.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4323.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4324.         }, => 'handleFlush'], 500);
  4325.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4326.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  4327.         }, => 'handleRemove'], 500);
  4328.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4329.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4330.         }, => 'handleHydrate'], -100);
  4331.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4332.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4333.         }, => 'handleMapping'], -100);
  4334.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4335.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4336.         }, => 'handleMapping'], -128);
  4337.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  4338.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4339.         }, => 'refreshDocument'], 0);
  4340.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4341.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4342.         }, => 'refreshDocumentForDeleteDraft'], -512);
  4343.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4344.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  4345.         }, => 'setDefaultUser'], 0);
  4346.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4347.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4348.         }, => 'configureOptions'], 0);
  4349.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4350.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4351.         }, => 'handleScheduleRename'], 0);
  4352.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4353.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4354.         }, => 'handlePersist'], 480);
  4355.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4356.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4357.         }, => 'handleMove'], 480);
  4358.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4359.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4360.         }, => 'handleCopy'], 480);
  4361.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4362.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4363.         }, => 'handleRename'], 510);
  4364.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4365.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4366.         }, => 'handlePersist'], 485);
  4367.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4368.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4369.         }, => 'configureOptions'], 0);
  4370.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4371.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4372.         }, => 'setBlamesOnDocument'], 0);
  4373.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4374.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4375.         }, => 'setBlamesOnNodeForPersist'], 0);
  4376.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4377.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4378.         }, => 'setBlamesOnNodeForPublish'], 0);
  4379.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4380.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4381.         }, => 'setChangerForRestore'], -32);
  4382.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4383.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4384.         }, => 'setAuthorOnDocument'], 0);
  4385.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4386.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4387.         }, => 'setAuthorOnNode'], 0);
  4388.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4389.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4390.         }, => 'setAuthorOnNode'], 0);
  4391.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4392.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4393.         }, => 'setTimestampsOnNodeForPersist'], 0);
  4394.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4395.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4396.         }, => 'setTimestampsOnNodeForPublish'], 0);
  4397.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4398.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4399.         }, => 'setChangedForRestore'], -32);
  4400.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4401.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4402.         }, => 'setTimestampsOnDocument'], 0);
  4403.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4404.             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()));
  4405.         }, => 'setFinalNodeName'], 0);
  4406.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4407.             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()));
  4408.         }, => 'setInitialNodeName'], 0);
  4409.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4410.             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()));
  4411.         }, => 'setFinalNodeName'], -480);
  4412.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4413.             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()));
  4414.         }, => 'handleUuid'], 0);
  4415.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4416.             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()));
  4417.         }, => 'handleUuid'], 0);
  4418.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4419.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4420.         }, => 'handleLocale'], 410);
  4421.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4422.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4423.         }, => 'handleLocale'], 410);
  4424.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4425.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4426.         }, => 'handleHydrate'], 0);
  4427.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4428.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4429.         }, => 'handleChangeParent'], 0);
  4430.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4431.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4432.         }, => 'handleSetParentNodeFromDocument'], 490);
  4433.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4434.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4435.         }, => 'handleMove'], 0);
  4436.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4437.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  4438.         }, => 'handleHydrate'], 0);
  4439.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4440.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4441.         }, => 'setInitialPath'], 0);
  4442.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4443.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4444.         }, => 'setFinalPath'], -495);
  4445.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4446.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4447.         }, => 'setFinalPath'], 0);
  4448.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4449.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  4450.         }, => 'handlePersist'], 485);
  4451.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4452.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  4453.         }, => 'handlePersist'], 490);
  4454.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4455.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  4456.         }, => 'handlePersist'], 500);
  4457.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4458.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4459.         }, => 'handlePersist'], 0);
  4460.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4461.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4462.         }, => 'handleRemove'], 550);
  4463.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4464.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4465.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4466.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4467.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4468.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4469.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4470.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4471.         }, => 'storeCustomUrlToTrash'], 1024);
  4472.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4473.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4474.         }, => 'flushTrashItem'], 0);
  4475.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4476.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4477.         }, => 'clearPendingTrashItem'], 0);
  4478.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4479.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4480.         }, => 'handleHydrate'], 0);
  4481.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4482.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4483.         }, => 'handlePersist'], -2000);
  4484.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4485.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4486.         }, => 'handleRemove'], 1024);
  4487.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4488.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4489.         }, => 'handleRemoveLocale'], 1024);
  4490.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4491.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4492.         }, => 'handlePublish'], -2000);
  4493.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4494.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4495.         }, => 'handleCopy'], -2000);
  4496.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4497.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4498.         }, => 'handlePublish'], 10);
  4499.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4500.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4501.         }, => 'handleMove'], -1000);
  4502.         return $instance;
  4503.     }
  4504.     /**
  4505.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  4506.      *
  4507.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  4508.      */
  4509.     protected function getSuluDocumentManager_MetadataFactoryService()
  4510.     {
  4511.         return $this->privates['sulu_document_manager.metadata_factory'] = new \Sulu\Component\DocumentManager\Metadata\MetadataFactory(($this->services['sulu_document_manager.metadata_factory.base'] ?? $this->getSuluDocumentManager_MetadataFactory_BaseService()));
  4512.     }
  4513.     /**
  4514.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  4515.      *
  4516.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  4517.      */
  4518.     protected function getSuluDocumentManager_NamespaceRegistryService()
  4519.     {
  4520.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  4521.     }
  4522.     /**
  4523.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  4524.      *
  4525.      * @return \Sulu\Component\DocumentManager\NodeManager
  4526.      */
  4527.     protected function getSuluDocumentManager_NodeManagerService()
  4528.     {
  4529.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager(($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService()));
  4530.     }
  4531.     /**
  4532.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  4533.      *
  4534.      * @return \Sulu\Component\DocumentManager\PathBuilder
  4535.      */
  4536.     protected function getSuluDocumentManager_PathBuilderService()
  4537.     {
  4538.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  4539.     }
  4540.     /**
  4541.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  4542.      *
  4543.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  4544.      */
  4545.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  4546.     {
  4547.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  4548.     }
  4549.     /**
  4550.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  4551.      *
  4552.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  4553.      */
  4554.     protected function getSuluDocumentManager_ProxyFactoryService()
  4555.     {
  4556.         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())), ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService()), ($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.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService()));
  4557.     }
  4558.     /**
  4559.      * Gets the private 'sulu_document_manager.session_manager' shared service.
  4560.      *
  4561.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  4562.      */
  4563.     protected function getSuluDocumentManager_SessionManagerService()
  4564.     {
  4565.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  4566.         return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a);
  4567.     }
  4568.     /**
  4569.      * Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
  4570.      *
  4571.      * @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
  4572.      */
  4573.     protected function getSuluMarkup_LinkTag_ProviderPoolService()
  4574.     {
  4575.         return $this->privates['sulu_markup.link_tag.provider_pool'] = new \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool(['media' => new \Sulu\Bundle\MediaBundle\Markup\Link\MediaLinkProvider(($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService()), ($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()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()), 'dev', ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()))]);
  4576.     }
  4577.     /**
  4578.      * Gets the private 'sulu_markup.parser' shared service.
  4579.      *
  4580.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  4581.      */
  4582.     protected function getSuluMarkup_ParserService()
  4583.     {
  4584.         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(($this->privates['sulu_markup.link_tag.provider_pool'] ?? $this->getSuluMarkup_LinkTag_ProviderPoolService()), (($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')))]));
  4585.     }
  4586.     /**
  4587.      * Gets the private 'sulu_markup.response_listener' shared service.
  4588.      *
  4589.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  4590.      */
  4591.     protected function getSuluMarkup_ResponseListenerService()
  4592.     {
  4593.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService())]);
  4594.     }
  4595.     /**
  4596.      * Gets the private 'sulu_media.type_manager' shared service.
  4597.      *
  4598.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  4599.      */
  4600.     protected function getSuluMedia_TypeManagerService()
  4601.     {
  4602.         return $this->privates['sulu_media.type_manager'] = new \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this->parameters['sulu_media.media.types'], []);
  4603.     }
  4604.     /**
  4605.      * Gets the private 'sulu_page.export.manager' shared service.
  4606.      *
  4607.      * @return \Sulu\Component\Export\Manager\ExportManager
  4608.      */
  4609.     protected function getSuluPage_Export_ManagerService()
  4610.     {
  4611.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  4612.         $instance->add('number''1.2.xliff', ['translate' => true]);
  4613.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  4614.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  4615.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  4616.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  4617.         $instance->add('link''1.2.xliff', ['translate' => false]);
  4618.         $instance->add('block''1.2.xliff', ['translate' => false]);
  4619.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  4620.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  4621.         $instance->add('contact_selection''1.2.xliff', ['translate' => false]);
  4622.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  4623.         $instance->add('account_selection''1.2.xliff', ['translate' => false]);
  4624.         $instance->add('collection_selection''1.2.xliff', ['translate' => false]);
  4625.         $instance->add('single_collection_selection''1.2.xliff', ['translate' => false]);
  4626.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  4627.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  4628.         $instance->add('image_map''1.2.xliff', ['translate' => false]);
  4629.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  4630.         $instance->add('single_category_selection''1.2.xliff', ['translate' => false]);
  4631.         $instance->add('single_snippet_selection''1.2.xliff', ['translate' => false]);
  4632.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  4633.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  4634.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  4635.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  4636.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  4637.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  4638.         $instance->add('password''1.2.xliff', ['translate' => false]);
  4639.         $instance->add('url''1.2.xliff', ['translate' => false]);
  4640.         $instance->add('email''1.2.xliff', ['translate' => false]);
  4641.         $instance->add('date''1.2.xliff', ['translate' => false]);
  4642.         $instance->add('datetime''1.2.xliff', ['translate' => false]);
  4643.         $instance->add('time''1.2.xliff', ['translate' => false]);
  4644.         $instance->add('color''1.2.xliff', ['translate' => false]);
  4645.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  4646.         $instance->add('select''1.2.xliff', ['translate' => false]);
  4647.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  4648.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  4649.         $instance->add('location''1.2.xliff', ['translate' => false]);
  4650.         $instance->add('route''1.2.xliff', ['translate' => false]);
  4651.         $instance->add('page_tree_route''1.2.xliff', ['translate' => false]);
  4652.         return $instance;
  4653.     }
  4654.     /**
  4655.      * Gets the private 'sulu_page.import.manager' shared service.
  4656.      *
  4657.      * @return \Sulu\Component\Import\Manager\ImportManager
  4658.      */
  4659.     protected function getSuluPage_Import_ManagerService()
  4660.     {
  4661.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  4662.     }
  4663.     /**
  4664.      * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  4665.      *
  4666.      * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  4667.      */
  4668.     protected function getSuluPage_Structure_PropertiesXmlParserService()
  4669.     {
  4670.         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']);
  4671.     }
  4672.     /**
  4673.      * Gets the private 'sulu_preview.preview.cache' shared service.
  4674.      *
  4675.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4676.      */
  4677.     protected function getSuluPreview_Preview_CacheService()
  4678.     {
  4679.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('sP-3zpXmPH'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4680.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4681.         return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4682.     }
  4683.     /**
  4684.      * Gets the private 'sulu_route.routing.provider' shared service.
  4685.      *
  4686.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  4687.      */
  4688.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  4689.     {
  4690.         if ($lazyLoad) {
  4691.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  4692.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4693.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  4694.                     $proxy->setProxyInitializer(null);
  4695.                     return true;
  4696.                 });
  4697.             });
  4698.         }
  4699.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  4700.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  4701.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  4702.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  4703.         include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  4704.         return new \Sulu\Bundle\RouteBundle\Routing\RouteProvider(($this->services['sulu.repository.route'] ?? $this->getSulu_Repository_RouteService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), new \Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider([=> new \Sulu\Bundle\PageBundle\Preview\PageRouteDefaultsProvider(($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()))]), ($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]);
  4705.     }
  4706.     /**
  4707.      * Gets the private 'sulu_security.access_control_manager' shared service.
  4708.      *
  4709.      * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  4710.      */
  4711.     protected function getSuluSecurity_AccessControlManagerService()
  4712.     {
  4713.         $a = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  4714.         $b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  4715.         $c = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  4716.         $this->privates['sulu_security.access_control_manager'] = $instance = new \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService()), new RewindableGenerator(function () {
  4717.             yield => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  4718.             yield => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  4719.         }, 2), $b$c, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $this->parameters['sulu_security.permissions']);
  4720.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $b$this->parameters['permissions']));
  4721.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $b$c$a));
  4722.         return $instance;
  4723.     }
  4724.     /**
  4725.      * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  4726.      *
  4727.      * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  4728.      */
  4729.     protected function getSuluSecurity_AccessControlQueryEnhancerService()
  4730.     {
  4731.         return $this->privates['sulu_security.access_control_query_enhancer'] = new \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer(($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4732.     }
  4733.     /**
  4734.      * Gets the private 'sulu_security.event_listener.security' shared service.
  4735.      *
  4736.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  4737.      */
  4738.     protected function getSuluSecurity_EventListener_SecurityService()
  4739.     {
  4740.         return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  4741.     }
  4742.     /**
  4743.      * Gets the private 'sulu_security.system_listener' shared service.
  4744.      *
  4745.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  4746.      */
  4747.     protected function getSuluSecurity_SystemListenerService()
  4748.     {
  4749.         return $this->privates['sulu_security.system_listener'] = new \Sulu\Bundle\SecurityBundle\EventListener\SystemListener(($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), 'website');
  4750.     }
  4751.     /**
  4752.      * Gets the private 'sulu_security.system_store' shared service.
  4753.      *
  4754.      * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  4755.      */
  4756.     protected function getSuluSecurity_SystemStoreService()
  4757.     {
  4758.         return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore(($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService()));
  4759.     }
  4760.     /**
  4761.      * Gets the private 'sulu_snippet.twig.area_snippet' shared service.
  4762.      *
  4763.      * @return \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension
  4764.      */
  4765.     protected function getSuluSnippet_Twig_AreaSnippetService()
  4766.     {
  4767.         return $this->privates['sulu_snippet.twig.area_snippet'] = new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension(($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService()));
  4768.     }
  4769.     /**
  4770.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  4771.      *
  4772.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  4773.      */
  4774.     protected function getSuluTag_TagRequestHandlerService()
  4775.     {
  4776.         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())));
  4777.     }
  4778.     /**
  4779.      * Gets the private 'sulu_trash.trash_item_repository' shared service.
  4780.      *
  4781.      * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  4782.      */
  4783.     protected function getSuluTrash_TrashItemRepositoryService()
  4784.     {
  4785.         return $this->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4786.     }
  4787.     /**
  4788.      * Gets the private 'sulu_trash.trash_manager' shared service.
  4789.      *
  4790.      * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  4791.      */
  4792.     protected function getSuluTrash_TrashManagerService()
  4793.     {
  4794.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4795.             'accounts' => ['privates''sulu_contact.account_trash_item_handler''getSuluContact_AccountTrashItemHandlerService'true],
  4796.             'analytics' => ['privates''sulu_website.analytics_trash_item_handler''getSuluWebsite_AnalyticsTrashItemHandlerService'true],
  4797.             'categories' => ['privates''sulu_category.category_trash_item_handler''getSuluCategory_CategoryTrashItemHandlerService'true],
  4798.             'collections' => ['privates''sulu_media.collection_trash_item_handler''getSuluMedia_CollectionTrashItemHandlerService'true],
  4799.             'contacts' => ['privates''sulu_contact.contact_trash_item_handler''getSuluContact_ContactTrashItemHandlerService'true],
  4800.             'custom_urls' => ['privates''sulu_custom_urls.custom_url_trash_item_handler''getSuluCustomUrls_CustomUrlTrashItemHandlerService'true],
  4801.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  4802.             'pages' => ['privates''sulu_page.page_trash_item_handler''getSuluPage_PageTrashItemHandlerService'true],
  4803.             'snippets' => ['privates''sulu_snippet.snippet_trash_item_handler''getSuluSnippet_SnippetTrashItemHandlerService'true],
  4804.             'tags' => ['privates''sulu_tag.tag_trash_item_handler''getSuluTag_TagTrashItemHandlerService'true],
  4805.         ], [
  4806.             'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  4807.             'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  4808.             'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  4809.             'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  4810.             'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  4811.             'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  4812.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  4813.             'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  4814.             'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  4815.             'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  4816.         ]);
  4817.         return $this->privates['sulu_trash.trash_manager'] = new \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager(($this->privates['sulu_trash.trash_item_repository'] ?? $this->getSuluTrash_TrashItemRepositoryService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $a$a, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4818.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  4819.         ], [
  4820.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  4821.         ]));
  4822.     }
  4823.     /**
  4824.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  4825.      *
  4826.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  4827.      */
  4828.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  4829.     {
  4830.         return $this->privates['sulu_website.analytics.response_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->services['sulu.repository.analytics'] ?? $this->getSulu_Repository_AnalyticsService()), 'dev', (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : ("")));
  4831.     }
  4832.     /**
  4833.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  4834.      *
  4835.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  4836.      */
  4837.     protected function getSuluWebsite_EventListener_TranslatorService()
  4838.     {
  4839.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  4840.     }
  4841.     /**
  4842.      * Gets the private 'sulu_website.router_listener' shared service.
  4843.      *
  4844.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  4845.      */
  4846.     protected function getSuluWebsite_RouterListenerService()
  4847.     {
  4848.         return $this->privates['sulu_website.router_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener(new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__5), true), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()));
  4849.     }
  4850.     /**
  4851.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  4852.      *
  4853.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  4854.      */
  4855.     protected function getSuluWebsite_Routing_RequestListenerService()
  4856.     {
  4857.         return $this->privates['sulu_website.routing.request_listener'] = new \Sulu\Bundle\WebsiteBundle\Routing\RequestListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()));
  4858.     }
  4859.     /**
  4860.      * Gets the private 'sulu_website.segment_subscriber' shared service.
  4861.      *
  4862.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  4863.      */
  4864.     protected function getSuluWebsite_SegmentSubscriberService()
  4865.     {
  4866.         return $this->privates['sulu_website.segment_subscriber'] = new \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber('X-Sulu-Segment', ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), '_ss');
  4867.     }
  4868.     /**
  4869.      * Gets the private 'sulu_website.twig.content' shared service.
  4870.      *
  4871.      * @return \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension
  4872.      */
  4873.     protected function getSuluWebsite_Twig_ContentService()
  4874.     {
  4875.         return $this->privates['sulu_website.twig.content'] = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension(($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService()), ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4876.     }
  4877.     /**
  4878.      * Gets the private 'sulu_website.twig.navigation' shared service.
  4879.      *
  4880.      * @return \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension
  4881.      */
  4882.     protected function getSuluWebsite_Twig_NavigationService()
  4883.     {
  4884.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  4885.         return $this->privates['sulu_website.twig.navigation'] = new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($a, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($a, ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService()), new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder(($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), 'i18n'), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->parameters['sulu_security.permissions'], $this->parameters['sulu_website.enabled_twig_attributes']), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()));
  4886.     }
  4887.     /**
  4888.      * Gets the private 'translator.default' shared service.
  4889.      *
  4890.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4891.      */
  4892.     protected function getTranslator_DefaultService()
  4893.     {
  4894.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4895.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4896.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4897.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4898.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4899.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4900.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4901.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4902.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4903.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4904.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4905.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4906.         ], [
  4907.             'translation.loader.csv' => '?',
  4908.             'translation.loader.dat' => '?',
  4909.             'translation.loader.ini' => '?',
  4910.             'translation.loader.json' => '?',
  4911.             'translation.loader.mo' => '?',
  4912.             'translation.loader.php' => '?',
  4913.             'translation.loader.po' => '?',
  4914.             'translation.loader.qt' => '?',
  4915.             'translation.loader.res' => '?',
  4916.             'translation.loader.xliff' => '?',
  4917.             'translation.loader.yml' => '?',
  4918.         ]), 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')], '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')], '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')], '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')], 'cy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.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).'/translations/translations.de.yaml')], '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')], '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).'/translations/admin.en.yaml'), 19 => (\dirname(__DIR__5).'/translations/emails.en.yaml'), 20 => (\dirname(__DIR__5).'/translations/translations.en.yaml')], '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')], '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')], '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')], '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).'/translations/sulu/admin.fr.json'), => (\dirname(__DIR__5).'/translations/translations.fr.yaml')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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).'/translations/sulu/admin.pl.json'), => (\dirname(__DIR__5).'/translations/translations.pl.yaml')], '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')], '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')], '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).'/translations/sulu/admin.ru.json')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], 'ua' => [=> (\dirname(__DIR__5).'/translations/translations.ua.yaml')]], '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).'/translations'), 19 => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle/translations'), 20 => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle/translations'), 21 => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle/translations'), 22 => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/translations'), 23 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'), 24 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/translations'), 25 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 26 => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/translations'), 27 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/translations'), 28 => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle/translations'), 29 => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle/translations'), 30 => (\dirname(__DIR__5).'/vendor/massive/search-bundle/translations'), 31 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 32 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'), 33 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'), 34 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'), 35 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'), 36 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'), 37 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'), 38 => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle/translations'), 39 => (\dirname(__DIR__5).'/vendor/massive/build-bundle/translations'), 40 => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/translations'), 41 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'), 42 => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle/translations'), 43 => (\dirname(__DIR__5).'/vendor/symfony/security-bundle/translations'), 44 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 45 => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/translations'), 46 => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle/translations'), 47 => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src/translations'), 48 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 49 => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-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 => 'translations'19 => 'vendor/symfony/framework-bundle/translations'20 => 'vendor/symfony/twig-bundle/translations'21 => 'vendor/symfony/monolog-bundle/translations'22 => 'vendor/symfony/swiftmailer-bundle/translations'23 => 'vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'24 => 'vendor/doctrine/doctrine-bundle/translations'25 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'26 => 'vendor/doctrine/phpcr-bundle/src/translations'27 => 'vendor/friendsofsymfony/rest-bundle/translations'28 => 'vendor/handcraftedinthealps/rest-routing-bundle/translations'29 => 'vendor/jms/serializer-bundle/translations'30 => 'vendor/massive/search-bundle/translations'31 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations'32 => 'vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'33 => 'vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'34 => 'vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'35 => 'vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'36 => 'vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'37 => 'vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'38 => 'vendor/dantleech/phpcr-migrations-bundle/translations'39 => 'vendor/massive/build-bundle/translations'40 => 'vendor/symfony/web-profiler-bundle/translations'41 => 'vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'42 => 'vendor/symfony/debug-bundle/translations'43 => 'vendor/symfony/security-bundle/translations'44 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'45 => 'vendor/symfony-cmf/routing-bundle/src/translations'46 => 'vendor/antishov/doctrine-extensions-bundle/translations'47 => 'vendor/symfony/maker-bundle/src/translations'48 => 'vendor/doctrine/doctrine-migrations-bundle/translations'49 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  4919.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4920.         $instance->setFallbackLocales([=> 'en']);
  4921.         return $instance;
  4922.     }
  4923.     /**
  4924.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4925.      *
  4926.      * @return \Twig\Loader\FilesystemLoader
  4927.      */
  4928.     protected function getTwig_Loader_NativeFilesystemService()
  4929.     {
  4930.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  4931.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  4932.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  4933.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4934.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4935.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  4936.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  4937.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  4938.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  4939.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  4940.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  4941.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  4942.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  4943.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  4944.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  4945.         $instance->addPath((\dirname(__DIR__5).'/templates/bundles/SuluWebsiteBundle'), 'SuluWebsite');
  4946.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  4947.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  4948.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4949.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4950.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  4951.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  4952.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4953.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4954.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4955.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4956.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  4957.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  4958.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4959.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4960.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  4961.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4962.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4963.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4964.         return $instance;
  4965.     }
  4966.     /**
  4967.      * Gets the private 'url_helper' shared service.
  4968.      *
  4969.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  4970.      */
  4971.     protected function getUrlHelperService()
  4972.     {
  4973.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  4974.     }
  4975.     /**
  4976.      * Gets the private 'validator.builder' shared service.
  4977.      *
  4978.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4979.      */
  4980.     protected function getValidator_BuilderService()
  4981.     {
  4982.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4983.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4984.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4985.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4986.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4987.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4988.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4989.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4990.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4991.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4992.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4993.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4994.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4995.         ], [
  4996.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4997.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  4998.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4999.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5000.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5001.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5002.             'cmf_routing.validator.route_defaults' => '?',
  5003.             'doctrine.orm.validator.unique' => '?',
  5004.             'security.validator.user_password' => '?',
  5005.             'validator.expression' => '?',
  5006.         ])));
  5007.         if ($this->has('translator')) {
  5008.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5009.         }
  5010.         $instance->setTranslationDomain('validators');
  5011.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5012.         $instance->enableAnnotationMapping(true);
  5013.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5014.         $instance->addMethodMapping('loadValidatorMetadata');
  5015.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5016.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5017.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5018.         return $instance;
  5019.     }
  5020.     /**
  5021.      * Gets the private 'var_dumper.html_dumper' shared service.
  5022.      *
  5023.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5024.      */
  5025.     protected function getVarDumper_HtmlDumperService()
  5026.     {
  5027.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5028.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5029.         return $instance;
  5030.     }
  5031.     /**
  5032.      * Gets the private 'var_dumper.server_connection' shared service.
  5033.      *
  5034.      * @return \Symfony\Component\VarDumper\Server\Connection
  5035.      */
  5036.     protected function getVarDumper_ServerConnectionService()
  5037.     {
  5038.         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), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  5039.     }
  5040.     /**
  5041.      * Gets the private 'web_profiler.csp.handler' shared service.
  5042.      *
  5043.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5044.      */
  5045.     protected function getWebProfiler_Csp_HandlerService()
  5046.     {
  5047.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5048.     }
  5049.     /**
  5050.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5051.      *
  5052.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5053.      */
  5054.     protected function getWebProfiler_DebugToolbarService()
  5055.     {
  5056.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  5057.     }
  5058.     /**
  5059.      * Gets the public 'cache_clearer' alias.
  5060.      *
  5061.      * @return object The ".container.private.cache_clearer" service.
  5062.      */
  5063.     protected function getCacheClearerService()
  5064.     {
  5065.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5066.         return $this->get('.container.private.cache_clearer');
  5067.     }
  5068.     /**
  5069.      * Gets the public 'filesystem' alias.
  5070.      *
  5071.      * @return object The ".container.private.filesystem" service.
  5072.      */
  5073.     protected function getFilesystemService()
  5074.     {
  5075.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5076.         return $this->get('.container.private.filesystem');
  5077.     }
  5078.     /**
  5079.      * Gets the public 'security.csrf.token_manager' alias.
  5080.      *
  5081.      * @return object The ".container.private.security.csrf.token_manager" service.
  5082.      */
  5083.     protected function getSecurity_Csrf_TokenManagerService()
  5084.     {
  5085.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5086.         return $this->get('.container.private.security.csrf.token_manager');
  5087.     }
  5088.     /**
  5089.      * Gets the public 'form.factory' alias.
  5090.      *
  5091.      * @return object The ".container.private.form.factory" service.
  5092.      */
  5093.     protected function getForm_FactoryService()
  5094.     {
  5095.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5096.         return $this->get('.container.private.form.factory');
  5097.     }
  5098.     /**
  5099.      * Gets the public 'form.type.file' alias.
  5100.      *
  5101.      * @return object The ".container.private.form.type.file" service.
  5102.      */
  5103.     protected function getForm_Type_FileService()
  5104.     {
  5105.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5106.         return $this->get('.container.private.form.type.file');
  5107.     }
  5108.     /**
  5109.      * Gets the public 'profiler' alias.
  5110.      *
  5111.      * @return object The ".container.private.profiler" service.
  5112.      */
  5113.     protected function getProfilerService()
  5114.     {
  5115.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5116.         return $this->get('.container.private.profiler');
  5117.     }
  5118.     /**
  5119.      * Gets the public 'serializer' alias.
  5120.      *
  5121.      * @return object The ".container.private.serializer" service.
  5122.      */
  5123.     protected function getSerializerService()
  5124.     {
  5125.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5126.         return $this->get('.container.private.serializer');
  5127.     }
  5128.     /**
  5129.      * Gets the public 'twig' alias.
  5130.      *
  5131.      * @return object The ".container.private.twig" service.
  5132.      */
  5133.     protected function getTwigService()
  5134.     {
  5135.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5136.         return $this->get('.container.private.twig');
  5137.     }
  5138.     /**
  5139.      * Gets the public 'security.authorization_checker' alias.
  5140.      *
  5141.      * @return object The ".container.private.security.authorization_checker" service.
  5142.      */
  5143.     protected function getSecurity_AuthorizationCheckerService()
  5144.     {
  5145.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5146.         return $this->get('.container.private.security.authorization_checker');
  5147.     }
  5148.     /**
  5149.      * Gets the public 'security.token_storage' alias.
  5150.      *
  5151.      * @return object The ".container.private.security.token_storage" service.
  5152.      */
  5153.     protected function getSecurity_TokenStorageService()
  5154.     {
  5155.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5156.         return $this->get('.container.private.security.token_storage');
  5157.     }
  5158.     /**
  5159.      * Gets the public 'security.password_encoder' alias.
  5160.      *
  5161.      * @return object The ".container.private.security.password_encoder" service.
  5162.      */
  5163.     protected function getSecurity_PasswordEncoderService()
  5164.     {
  5165.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5166.         return $this->get('.container.private.security.password_encoder');
  5167.     }
  5168.     /**
  5169.      * Gets the public 'session' alias.
  5170.      *
  5171.      * @return object The ".container.private.session" service.
  5172.      */
  5173.     protected function getSessionService()
  5174.     {
  5175.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5176.         return $this->get('.container.private.session');
  5177.     }
  5178.     /**
  5179.      * Gets the public 'validator' alias.
  5180.      *
  5181.      * @return object The ".container.private.validator" service.
  5182.      */
  5183.     protected function getValidatorService()
  5184.     {
  5185.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5186.         return $this->get('.container.private.validator');
  5187.     }
  5188.     /**
  5189.      * @return array|bool|float|int|string|null
  5190.      */
  5191.     public function getParameter(string $name)
  5192.     {
  5193.         if (isset($this->buildParameters[$name])) {
  5194.             return $this->buildParameters[$name];
  5195.         }
  5196.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5197.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5198.         }
  5199.         if (isset($this->loadedDynamicParameters[$name])) {
  5200.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5201.         }
  5202.         return $this->parameters[$name];
  5203.     }
  5204.     public function hasParameter(string $name): bool
  5205.     {
  5206.         if (isset($this->buildParameters[$name])) {
  5207.             return true;
  5208.         }
  5209.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5210.     }
  5211.     public function setParameter(string $name$value): void
  5212.     {
  5213.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5214.     }
  5215.     public function getParameterBag(): ParameterBagInterface
  5216.     {
  5217.         if (null === $this->parameterBag) {
  5218.             $parameters $this->parameters;
  5219.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5220.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5221.             }
  5222.             foreach ($this->buildParameters as $name => $value) {
  5223.                 $parameters[$name] = $value;
  5224.             }
  5225.             $this->parameterBag = new FrozenParameterBag($parameters);
  5226.         }
  5227.         return $this->parameterBag;
  5228.     }
  5229.     private $loadedDynamicParameters = [
  5230.         'kernel.runtime_environment' => false,
  5231.         'kernel.build_dir' => false,
  5232.         'kernel.cache_dir' => false,
  5233.         'mail_delivery_address' => false,
  5234.         'mail_sender_address' => false,
  5235.         'kernel.secret' => false,
  5236.         'session.save_path' => false,
  5237.         'validator.mapping.cache.file' => false,
  5238.         'profiler.storage.dsn' => false,
  5239.         'debug.container.dump' => false,
  5240.         'serializer.mapping.cache.file' => false,
  5241.         'swiftmailer.spool.default.memory.path' => false,
  5242.         'sulu.cache_dir' => false,
  5243.         'sulu_core.proxy_cache_dir' => false,
  5244.         'doctrine.orm.proxy_dir' => false,
  5245.         'massive_search.metadata.prefix' => false,
  5246.         'massive_search.metadata.cache_dir' => false,
  5247.         'sulu_admin.email' => false,
  5248.         'sulu_website.sitemap.dump_dir' => false,
  5249.     ];
  5250.     private $dynamicParameters = [];
  5251.     private function getDynamicParameter(string $name)
  5252.     {
  5253.         switch ($name) {
  5254.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5255.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5256.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5257.             case 'mail_delivery_address'$value $this->getEnv('resolve:MAILER_DELIVERY_ADDRESS'); break;
  5258.             case 'mail_sender_address'$value $this->getEnv('resolve:MAILER_SENDER_ADDRESS'); break;
  5259.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5260.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  5261.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5262.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5263.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5264.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5265.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  5266.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  5267.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  5268.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5269.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  5270.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  5271.             case 'sulu_admin.email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  5272.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  5273.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5274.         }
  5275.         $this->loadedDynamicParameters[$name] = true;
  5276.         return $this->dynamicParameters[$name] = $value;
  5277.     }
  5278.     protected function getDefaultParameters(): array
  5279.     {
  5280.         return [
  5281.             'kernel.project_dir' => \dirname(__DIR__5),
  5282.             'kernel.environment' => 'dev',
  5283.             'kernel.debug' => true,
  5284.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  5285.             'kernel.bundles' => [
  5286.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5287.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5288.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5289.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  5290.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  5291.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5292.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5293.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  5294.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  5295.                 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  5296.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  5297.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  5298.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  5299.                 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  5300.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  5301.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  5302.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  5303.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  5304.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  5305.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  5306.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  5307.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  5308.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  5309.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  5310.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  5311.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  5312.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  5313.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  5314.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  5315.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  5316.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  5317.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  5318.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  5319.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5320.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  5321.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5322.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5323.                 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  5324.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5325.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  5326.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5327.                 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  5328.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5329.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5330.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5331.                 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  5332.             ],
  5333.             'kernel.bundles_metadata' => [
  5334.                 'FrameworkBundle' => [
  5335.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  5336.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5337.                 ],
  5338.                 'TwigBundle' => [
  5339.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  5340.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5341.                 ],
  5342.                 'MonologBundle' => [
  5343.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  5344.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5345.                 ],
  5346.                 'SwiftmailerBundle' => [
  5347.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  5348.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  5349.                 ],
  5350.                 'SuluCoreBundle' => [
  5351.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  5352.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  5353.                 ],
  5354.                 'DoctrineBundle' => [
  5355.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  5356.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5357.                 ],
  5358.                 'DoctrineFixturesBundle' => [
  5359.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5360.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5361.                 ],
  5362.                 'DoctrinePHPCRBundle' => [
  5363.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  5364.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  5365.                 ],
  5366.                 'FOSRestBundle' => [
  5367.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  5368.                     'namespace' => 'FOS\\RestBundle',
  5369.                 ],
  5370.                 'RestRoutingBundle' => [
  5371.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  5372.                     'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  5373.                 ],
  5374.                 'JMSSerializerBundle' => [
  5375.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  5376.                     'namespace' => 'JMS\\SerializerBundle',
  5377.                 ],
  5378.                 'MassiveSearchBundle' => [
  5379.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  5380.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  5381.                 ],
  5382.                 'FOSHttpCacheBundle' => [
  5383.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  5384.                     'namespace' => 'FOS\\HttpCacheBundle',
  5385.                 ],
  5386.                 'SuluAdminBundle' => [
  5387.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  5388.                     'namespace' => 'Sulu\\Bundle\\AdminBundle',
  5389.                 ],
  5390.                 'SuluSearchBundle' => [
  5391.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  5392.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  5393.                 ],
  5394.                 'SuluPersistenceBundle' => [
  5395.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  5396.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  5397.                 ],
  5398.                 'SuluContactBundle' => [
  5399.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  5400.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  5401.                 ],
  5402.                 'SuluMediaBundle' => [
  5403.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  5404.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  5405.                 ],
  5406.                 'SuluSecurityBundle' => [
  5407.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  5408.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  5409.                 ],
  5410.                 'SuluCategoryBundle' => [
  5411.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  5412.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  5413.                 ],
  5414.                 'SuluSnippetBundle' => [
  5415.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  5416.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  5417.                 ],
  5418.                 'SuluPageBundle' => [
  5419.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  5420.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  5421.                 ],
  5422.                 'SuluTagBundle' => [
  5423.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  5424.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  5425.                 ],
  5426.                 'SuluWebsiteBundle' => [
  5427.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  5428.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  5429.                 ],
  5430.                 'SuluLocationBundle' => [
  5431.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  5432.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  5433.                 ],
  5434.                 'SuluHttpCacheBundle' => [
  5435.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  5436.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  5437.                 ],
  5438.                 'SuluDocumentManagerBundle' => [
  5439.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  5440.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  5441.                 ],
  5442.                 'SuluHashBundle' => [
  5443.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  5444.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  5445.                 ],
  5446.                 'SuluCustomUrlBundle' => [
  5447.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  5448.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  5449.                 ],
  5450.                 'SuluRouteBundle' => [
  5451.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  5452.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  5453.                 ],
  5454.                 'SuluMarkupBundle' => [
  5455.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  5456.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  5457.                 ],
  5458.                 'PhpcrMigrationsBundle' => [
  5459.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  5460.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  5461.                 ],
  5462.                 'MassiveBuildBundle' => [
  5463.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  5464.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  5465.                 ],
  5466.                 'WebProfilerBundle' => [
  5467.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  5468.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5469.                 ],
  5470.                 'SuluTestBundle' => [
  5471.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  5472.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  5473.                 ],
  5474.                 'DebugBundle' => [
  5475.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  5476.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5477.                 ],
  5478.                 'SecurityBundle' => [
  5479.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  5480.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5481.                 ],
  5482.                 'SuluPreviewBundle' => [
  5483.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  5484.                     'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  5485.                 ],
  5486.                 'FOSJsRoutingBundle' => [
  5487.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5488.                     'namespace' => 'FOS\\JsRoutingBundle',
  5489.                 ],
  5490.                 'CmfRoutingBundle' => [
  5491.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  5492.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  5493.                 ],
  5494.                 'StofDoctrineExtensionsBundle' => [
  5495.                     'path' => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle'),
  5496.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  5497.                 ],
  5498.                 'SuluActivityBundle' => [
  5499.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  5500.                     'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  5501.                 ],
  5502.                 'MakerBundle' => [
  5503.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  5504.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5505.                 ],
  5506.                 'DoctrineMigrationsBundle' => [
  5507.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle'),
  5508.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5509.                 ],
  5510.                 'WebpackEncoreBundle' => [
  5511.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src'),
  5512.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  5513.                 ],
  5514.                 'SuluTrashBundle' => [
  5515.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  5516.                     'namespace' => 'Sulu\\Bundle\\TrashBundle',
  5517.                 ],
  5518.             ],
  5519.             'kernel.charset' => 'UTF-8',
  5520.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5521.             'sulu.context' => 'website',
  5522.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  5523.             'container.dumper.inline_class_loader' => true,
  5524.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  5525.             'env(PHPCR_WORKSPACE)' => 'default',
  5526.             'default_locale' => 'en',
  5527.             'event_dispatcher.event_aliases' => [
  5528.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5529.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5530.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5531.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5532.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5533.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5534.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5535.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5536.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5537.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5538.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5539.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5540.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5541.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5542.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5543.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5544.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5545.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5546.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5547.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5548.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5549.             ],
  5550.             'fragment.renderer.hinclude.global_template' => NULL,
  5551.             'fragment.path' => '/_fragment',
  5552.             'kernel.http_method_override' => true,
  5553.             'kernel.trusted_hosts' => [
  5554.             ],
  5555.             'kernel.default_locale' => 'en',
  5556.             'kernel.enabled_locales' => [
  5557.             ],
  5558.             'kernel.error_controller' => 'error_controller',
  5559.             'debug.file_link_format' => NULL,
  5560.             'session.metadata.storage_key' => '_sf2_meta',
  5561.             'session.storage.options' => [
  5562.                 'cache_limiter' => '0',
  5563.                 'name' => 'SULUSESSID',
  5564.                 'cookie_lifetime' => 172800,
  5565.                 'cookie_secure' => 'auto',
  5566.                 'cookie_httponly' => true,
  5567.                 'cookie_samesite' => 'lax',
  5568.                 'gc_probability' => 1,
  5569.             ],
  5570.             'session.metadata.update_threshold' => 0,
  5571.             'form.type_extension.csrf.enabled' => true,
  5572.             'form.type_extension.csrf.field_name' => '_token',
  5573.             'asset.request_context.base_path' => NULL,
  5574.             'asset.request_context.secure' => NULL,
  5575.             'validator.translation_domain' => 'validators',
  5576.             'translator.logging' => false,
  5577.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  5578.             'profiler_listener.only_exceptions' => false,
  5579.             'profiler_listener.only_main_requests' => false,
  5580.             'debug.error_handler.throw_at' => -1,
  5581.             'router.request_context.host' => 'localhost',
  5582.             'router.request_context.scheme' => 'http',
  5583.             'router.request_context.base_url' => '',
  5584.             'router.resource' => 'kernel::loadRoutes',
  5585.             'request_listener.http_port' => 80,
  5586.             'request_listener.https_port' => 443,
  5587.             'twig.form.resources' => [
  5588.                 => 'form_div_layout.html.twig',
  5589.             ],
  5590.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  5591.             'monolog.use_microseconds' => true,
  5592.             'monolog.swift_mailer.handlers' => [
  5593.             ],
  5594.             'monolog.handlers_to_channels' => [
  5595.                 'monolog.handler.console' => [
  5596.                     'type' => 'exclusive',
  5597.                     'elements' => [
  5598.                         => 'event',
  5599.                         => 'doctrine',
  5600.                         => 'console',
  5601.                     ],
  5602.                 ],
  5603.                 'monolog.handler.main' => [
  5604.                     'type' => 'exclusive',
  5605.                     'elements' => [
  5606.                         => 'event',
  5607.                     ],
  5608.                 ],
  5609.             ],
  5610.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  5611.             'swiftmailer.mailer.default.spool.enabled' => true,
  5612.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  5613.             'swiftmailer.mailer.default.single_address' => NULL,
  5614.             'swiftmailer.mailer.default.delivery.enabled' => true,
  5615.             'swiftmailer.spool.enabled' => true,
  5616.             'swiftmailer.delivery.enabled' => true,
  5617.             'swiftmailer.single_address' => NULL,
  5618.             'swiftmailer.mailers' => [
  5619.                 'default' => 'swiftmailer.mailer.default',
  5620.             ],
  5621.             'swiftmailer.default_mailer' => 'default',
  5622.             'sulu_core.locales' => [
  5623.                 => 'de',
  5624.                 => 'en',
  5625.             ],
  5626.             'sulu_core.translated_locales' => [
  5627.                 'de' => 'Deutsch',
  5628.                 'en' => 'English',
  5629.             ],
  5630.             'sulu_core.translations' => [
  5631.                 => 'de',
  5632.                 => 'en',
  5633.             ],
  5634.             'sulu_core.fallback_locale' => 'en',
  5635.             'sulu.content.language.namespace' => 'i18n',
  5636.             'sulu.content.language.default' => 'en',
  5637.             'sulu.content.node_names.base' => 'cmf',
  5638.             'sulu.content.node_names.content' => 'contents',
  5639.             'sulu.content.node_names.route' => 'routes',
  5640.             'sulu.content.node_names.snippet' => 'snippets',
  5641.             'sulu.content.structure.default_types' => [
  5642.                 'snippet' => 'default',
  5643.             ],
  5644.             'sulu.content.structure.default_type.snippet' => 'default',
  5645.             'sulu.content.structure.required_properties' => [
  5646.                 'home' => [
  5647.                     => 'title',
  5648.                 ],
  5649.                 'page' => [
  5650.                     => 'title',
  5651.                 ],
  5652.                 'snippet' => [
  5653.                     => 'title',
  5654.                 ],
  5655.             ],
  5656.             'sulu.content.structure.required_tags' => [
  5657.                 'home' => [
  5658.                     => 'sulu.rlp',
  5659.                 ],
  5660.                 'page' => [
  5661.                     => 'sulu.rlp',
  5662.                 ],
  5663.             ],
  5664.             'sulu.content.internal_prefix' => '',
  5665.             'sulu.content.structure.type_map' => [
  5666.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  5667.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  5668.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  5669.             ],
  5670.             'sulu.content.structure.paths' => [
  5671.                 'page' => [
  5672.                     => [
  5673.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  5674.                         'type' => 'page',
  5675.                     ],
  5676.                     => [
  5677.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  5678.                         'type' => 'page',
  5679.                     ],
  5680.                     => [
  5681.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  5682.                         'type' => 'page',
  5683.                     ],
  5684.                 ],
  5685.                 'home' => [
  5686.                     => [
  5687.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  5688.                         'type' => 'home',
  5689.                     ],
  5690.                 ],
  5691.                 'snippet' => [
  5692.                     => [
  5693.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  5694.                         'type' => 'snippet',
  5695.                     ],
  5696.                 ],
  5697.             ],
  5698.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  5699.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  5700.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  5701.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  5702.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  5703.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  5704.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  5705.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  5706.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  5707.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  5708.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  5709.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  5710.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  5711.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  5712.             'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  5713.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  5714.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  5715.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  5716.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  5717.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  5718.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  5719.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  5720.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  5721.             'sulu_core.cache.memoize.default_lifetime' => 1,
  5722.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5723.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  5724.             'sulu.fields_defaults.translations' => [
  5725.                 'id' => 'public.id',
  5726.                 'title' => 'public.title',
  5727.                 'name' => 'public.name',
  5728.                 'created' => 'public.created',
  5729.                 'changed' => 'public.changed',
  5730.             ],
  5731.             'sulu.fields_defaults.widths' => [
  5732.                 'id' => '50px',
  5733.             ],
  5734.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  5735.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  5736.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  5737.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  5738.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  5739.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  5740.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  5741.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5742.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5743.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5744.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5745.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5746.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5747.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5748.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5749.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5750.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5751.             'doctrine.entity_managers' => [
  5752.                 'default' => 'doctrine.orm.default_entity_manager',
  5753.             ],
  5754.             'doctrine.default_entity_manager' => 'default',
  5755.             'doctrine.dbal.connection_factory.types' => [
  5756.             ],
  5757.             'doctrine.connections' => [
  5758.                 'default' => 'doctrine.dbal.default_connection',
  5759.             ],
  5760.             'doctrine.default_connection' => 'default',
  5761.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5762.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5763.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5764.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5765.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5766.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5767.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5768.             'doctrine.orm.cache.memcache_port' => 11211,
  5769.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5770.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5771.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5772.             'doctrine.orm.cache.memcached_port' => 11211,
  5773.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5774.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5775.             'doctrine.orm.cache.redis_host' => 'localhost',
  5776.             'doctrine.orm.cache.redis_port' => 6379,
  5777.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5778.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5779.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5780.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5781.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5782.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5783.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5784.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5785.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5786.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5787.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5788.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5789.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5790.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5791.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5792.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5793.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5794.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5795.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5796.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5797.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5798.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5799.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5800.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5801.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5802.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5803.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5804.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5805.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5806.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5807.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5808.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5809.             'doctrine_phpcr.sessions' => [
  5810.                 'default' => 'doctrine_phpcr.default_session',
  5811.                 'live' => 'doctrine_phpcr.live_session',
  5812.             ],
  5813.             'doctrine_phpcr.odm.document_managers' => [
  5814.             ],
  5815.             'doctrine_phpcr.default_session' => 'live',
  5816.             'doctrine_phpcr.odm.default_document_manager' => '',
  5817.             'doctrine_phpcr.dump_max_line_length' => 120,
  5818.             'doctrine_phpcr.form.type_guess' => [
  5819.             ],
  5820.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  5821.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  5822.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  5823.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  5824.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  5825.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  5826.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  5827.             'massive_search.events.index' => 'massive_search.index',
  5828.             'massive_search.events.deindex' => 'massive_search.deindex',
  5829.             'massive_search.adapter.zend_lucene.basepath' => (\dirname(__DIR__4).'/indexes'),
  5830.             'massive_search.adapter.zend_lucene.hide_index_exception' => false,
  5831.             'massive_search.adapter.zend_lucene.encoding' => 'UTF-8',
  5832.             'massive_search.metadata.debug' => true,
  5833.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  5834.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  5835.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  5836.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  5837.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  5838.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  5839.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  5840.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  5841.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  5842.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  5843.             'fos_http_cache.cacheable.response.additional_status' => [
  5844.             ],
  5845.             'fos_http_cache.proxy_client.symfony.options' => [
  5846.                 'tags_header' => 'X-Cache-Tags',
  5847.                 'tags_method' => 'PURGETAGS',
  5848.                 'purge_method' => 'PURGE',
  5849.             ],
  5850.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  5851.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  5852.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  5853.             'fos_http_cache.tag_handler.separator' => ',',
  5854.             'fos_http_cache.tag_handler.strict' => false,
  5855.             'sulu_admin.name' => 'Sulu Admin',
  5856.             'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  5857.             'sulu_admin.resources' => [
  5858.                 'trash_items' => [
  5859.                     'routes' => [
  5860.                         'list' => 'sulu_trash.get_trash-items',
  5861.                         'detail' => 'sulu_trash.get_trash-item',
  5862.                     ],
  5863.                 ],
  5864.                 'activities' => [
  5865.                     'routes' => [
  5866.                         'list' => 'sulu_activity.get_activities',
  5867.                     ],
  5868.                 ],
  5869.                 'preview_links' => [
  5870.                     'routes' => [
  5871.                         'detail' => 'sulu_preview.get_preview-link',
  5872.                     ],
  5873.                 ],
  5874.                 'routes' => [
  5875.                     'routes' => [
  5876.                         'list' => 'sulu_routes.get_routes',
  5877.                     ],
  5878.                 ],
  5879.                 'custom_urls' => [
  5880.                     'routes' => [
  5881.                         'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  5882.                         'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  5883.                     ],
  5884.                 ],
  5885.                 'custom_url_routes' => [
  5886.                     'routes' => [
  5887.                         'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  5888.                     ],
  5889.                 ],
  5890.                 'geolocator_locations' => [
  5891.                     'routes' => [
  5892.                         'list' => 'sulu_location.geolocator_query',
  5893.                     ],
  5894.                 ],
  5895.                 'analytics' => [
  5896.                     'routes' => [
  5897.                         'list' => 'sulu_website.cget_webspace_analytics',
  5898.                         'detail' => 'sulu_website.get_webspace_analytics',
  5899.                     ],
  5900.                 ],
  5901.                 'tags' => [
  5902.                     'routes' => [
  5903.                         'list' => 'sulu_tag.get_tags',
  5904.                         'detail' => 'sulu_tag.get_tag',
  5905.                     ],
  5906.                 ],
  5907.                 'page_resourcelocators' => [
  5908.                     'routes' => [
  5909.                         'list' => 'sulu_page.get_page_resourcelocators',
  5910.                     ],
  5911.                 ],
  5912.                 'pages' => [
  5913.                     'routes' => [
  5914.                         'list' => 'sulu_page.get_pages',
  5915.                         'detail' => 'sulu_page.get_page',
  5916.                     ],
  5917.                     'security_context' => 'sulu.webspaces.#webspace#',
  5918.                     'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  5919.                 ],
  5920.                 'page_versions' => [
  5921.                     'routes' => [
  5922.                         'list' => 'sulu_page.get_page_versions',
  5923.                         'detail' => 'sulu_page.post_page_version_trigger',
  5924.                     ],
  5925.                 ],
  5926.                 'webspaces' => [
  5927.                     'routes' => [
  5928.                         'list' => 'sulu_page.get_webspaces',
  5929.                         'detail' => 'sulu_page.get_webspace',
  5930.                     ],
  5931.                 ],
  5932.                 'snippets' => [
  5933.                     'routes' => [
  5934.                         'list' => 'sulu_snippet.get_snippets',
  5935.                         'detail' => 'sulu_snippet.get_snippet',
  5936.                     ],
  5937.                 ],
  5938.                 'snippet_areas' => [
  5939.                     'routes' => [
  5940.                         'list' => 'sulu_snippet.get_snippet-areas',
  5941.                         'detail' => 'sulu_snippet.put_snippet-area',
  5942.                     ],
  5943.                 ],
  5944.                 'categories' => [
  5945.                     'routes' => [
  5946.                         'list' => 'sulu_category.get_categories',
  5947.                         'detail' => 'sulu_category.get_category',
  5948.                     ],
  5949.                 ],
  5950.                 'category_keywords' => [
  5951.                     'routes' => [
  5952.                         'list' => 'sulu_category.get_category_keywords',
  5953.                         'detail' => 'sulu_category.get_category_keyword',
  5954.                     ],
  5955.                 ],
  5956.                 'permissions' => [
  5957.                     'routes' => [
  5958.                         'detail' => 'sulu_security.get_permissions',
  5959.                     ],
  5960.                 ],
  5961.                 'roles' => [
  5962.                     'routes' => [
  5963.                         'list' => 'sulu_security.get_roles',
  5964.                         'detail' => 'sulu_security.get_role',
  5965.                     ],
  5966.                 ],
  5967.                 'users' => [
  5968.                     'routes' => [
  5969.                         'list' => 'sulu_security.get_users',
  5970.                         'detail' => 'sulu_security.get_user',
  5971.                     ],
  5972.                 ],
  5973.                 'profile' => [
  5974.                     'routes' => [
  5975.                         'detail' => 'sulu_security.get_profile',
  5976.                     ],
  5977.                 ],
  5978.                 'media' => [
  5979.                     'routes' => [
  5980.                         'list' => 'sulu_media.cget_media',
  5981.                         'detail' => 'sulu_media.get_media',
  5982.                     ],
  5983.                     'security_context' => 'sulu.media.collections',
  5984.                     'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  5985.                 ],
  5986.                 'media_preview' => [
  5987.                     'routes' => [
  5988.                         'detail' => 'sulu_media.post_media_preview',
  5989.                     ],
  5990.                 ],
  5991.                 'media_formats' => [
  5992.                     'routes' => [
  5993.                         'list' => 'sulu_media.get_media_formats',
  5994.                         'detail' => 'sulu_media.put_media_format',
  5995.                     ],
  5996.                 ],
  5997.                 'media_versions' => [
  5998.                     'routes' => [
  5999.                         'detail' => 'sulu_media.delete_media_version',
  6000.                     ],
  6001.                 ],
  6002.                 'collections' => [
  6003.                     'routes' => [
  6004.                         'list' => 'sulu_media.get_collections',
  6005.                         'detail' => 'sulu_media.get_collection',
  6006.                     ],
  6007.                 ],
  6008.                 'formats' => [
  6009.                     'routes' => [
  6010.                         'list' => 'sulu_media.get_formats',
  6011.                         'detail' => 'sulu_media.get_format',
  6012.                     ],
  6013.                 ],
  6014.                 'contacts' => [
  6015.                     'routes' => [
  6016.                         'list' => 'sulu_contact.get_contacts',
  6017.                         'detail' => 'sulu_contact.get_contact',
  6018.                     ],
  6019.                 ],
  6020.                 'contact_titles' => [
  6021.                     'routes' => [
  6022.                         'list' => 'sulu_contact.get_contact-titles',
  6023.                     ],
  6024.                 ],
  6025.                 'contact_positions' => [
  6026.                     'routes' => [
  6027.                         'list' => 'sulu_contact.get_contact-positions',
  6028.                     ],
  6029.                 ],
  6030.                 'contact_media' => [
  6031.                     'routes' => [
  6032.                         'list' => 'sulu_contact.cget_contact_medias',
  6033.                         'detail' => 'sulu_contact.delete_contact_medias',
  6034.                     ],
  6035.                 ],
  6036.                 'accounts' => [
  6037.                     'routes' => [
  6038.                         'list' => 'sulu_contact.get_accounts',
  6039.                         'detail' => 'sulu_contact.get_account',
  6040.                     ],
  6041.                 ],
  6042.                 'account_media' => [
  6043.                     'routes' => [
  6044.                         'list' => 'sulu_contact.cget_account_medias',
  6045.                         'detail' => 'sulu_contact.delete_account_medias',
  6046.                     ],
  6047.                 ],
  6048.                 'account_contacts' => [
  6049.                     'routes' => [
  6050.                         'list' => 'sulu_contact.get_account_contacts',
  6051.                         'detail' => 'sulu_contact.delete_account_contacts',
  6052.                     ],
  6053.                 ],
  6054.                 'search' => [
  6055.                     'routes' => [
  6056.                         'list' => 'sulu_search_search',
  6057.                     ],
  6058.                 ],
  6059.                 'search_indexes' => [
  6060.                     'routes' => [
  6061.                         'list' => 'sulu_search_indexes',
  6062.                     ],
  6063.                 ],
  6064.                 'collaborations' => [
  6065.                     'routes' => [
  6066.                         'detail' => 'sulu_admin.put_collaborations',
  6067.                     ],
  6068.                 ],
  6069.                 'localizations' => [
  6070.                     'routes' => [
  6071.                         'list' => 'sulu_core.get_localizations',
  6072.                     ],
  6073.                 ],
  6074.                 'teasers' => [
  6075.                     'routes' => [
  6076.                         'list' => 'sulu_page.get_teasers',
  6077.                     ],
  6078.                 ],
  6079.                 'products' => [
  6080.                     'routes' => [
  6081.                         'list' => 'app.get_products',
  6082.                         'detail' => 'app.get_product',
  6083.                     ],
  6084.                 ],
  6085.                 'settings' => [
  6086.                     'routes' => [
  6087.                         'list' => 'app.get_settings',
  6088.                         'detail' => 'app.get_setting',
  6089.                     ],
  6090.                 ],
  6091.                 'countries' => [
  6092.                     'routes' => [
  6093.                         'list' => 'app.get_countries',
  6094.                         'detail' => 'app.get_country',
  6095.                     ],
  6096.                 ],
  6097.                 'partners' => [
  6098.                     'routes' => [
  6099.                         'list' => 'app.get_partners',
  6100.                         'detail' => 'app.get_partner',
  6101.                     ],
  6102.                 ],
  6103.             ],
  6104.             'sulu_admin.collaboration_enabled' => false,
  6105.             'sulu_admin.collaboration_interval' => 20,
  6106.             'sulu_admin.collaboration_threshold' => 60,
  6107.             'sulu_admin.forms.directories' => [
  6108.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  6109.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  6110.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  6111.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  6112.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  6113.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  6114.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  6115.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  6116.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  6117.                 => (\dirname(__DIR__5).'/config/forms'),
  6118.             ],
  6119.             'sulu_admin.lists.directories' => [
  6120.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6121.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6122.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  6123.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  6124.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  6125.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  6126.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  6127.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  6128.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  6129.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  6130.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  6131.                 11 => (\dirname(__DIR__5).'/config/lists'),
  6132.             ],
  6133.             'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  6134.             'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  6135.             'sulu_search.indexes' => [
  6136.                 'snippet' => [
  6137.                     'name' => 'sulu_snippet.snippets',
  6138.                     'icon' => 'su-snippet',
  6139.                     'view' => [
  6140.                         'name' => 'sulu_snippet.edit_form',
  6141.                         'result_to_view' => [
  6142.                             'id' => 'id',
  6143.                             'locale' => 'locale',
  6144.                         ],
  6145.                     ],
  6146.                     'security_context' => 'sulu.global.snippets',
  6147.                     'contexts' => [
  6148.                     ],
  6149.                 ],
  6150.                 'category' => [
  6151.                     'name' => 'sulu_category.categories',
  6152.                     'icon' => 'su-tag',
  6153.                     'view' => [
  6154.                         'name' => 'sulu_category.edit_form',
  6155.                         'result_to_view' => [
  6156.                             'id' => 'id',
  6157.                             'locale' => 'locale',
  6158.                         ],
  6159.                     ],
  6160.                     'security_context' => 'sulu.settings.categories',
  6161.                     'contexts' => [
  6162.                     ],
  6163.                 ],
  6164.                 'media' => [
  6165.                     'name' => 'sulu_media.media',
  6166.                     'icon' => 'su-image',
  6167.                     'view' => [
  6168.                         'name' => 'sulu_media.form',
  6169.                         'result_to_view' => [
  6170.                             'id' => 'id',
  6171.                             'locale' => 'locale',
  6172.                         ],
  6173.                     ],
  6174.                     'security_context' => 'sulu.media.collections',
  6175.                     'contexts' => [
  6176.                     ],
  6177.                 ],
  6178.                 'contact' => [
  6179.                     'name' => 'sulu_contact.people',
  6180.                     'icon' => 'su-user',
  6181.                     'view' => [
  6182.                         'name' => 'sulu_contact.contact_edit_form',
  6183.                         'result_to_view' => [
  6184.                             'id' => 'id',
  6185.                             'locale' => 'locale',
  6186.                         ],
  6187.                     ],
  6188.                     'security_context' => 'sulu.contact.people',
  6189.                     'contexts' => [
  6190.                     ],
  6191.                 ],
  6192.                 'account' => [
  6193.                     'name' => 'sulu_contact.organizations',
  6194.                     'icon' => 'su-house',
  6195.                     'view' => [
  6196.                         'name' => 'sulu_contact.account_edit_form',
  6197.                         'result_to_view' => [
  6198.                             'id' => 'id',
  6199.                             'locale' => 'locale',
  6200.                         ],
  6201.                     ],
  6202.                     'security_context' => 'sulu.contact.organizations',
  6203.                     'contexts' => [
  6204.                     ],
  6205.                 ],
  6206.                 'page_modernexpo' => [
  6207.                     'name' => 'Modern Expo',
  6208.                     'icon' => 'su-document',
  6209.                     'view' => [
  6210.                         'name' => 'sulu_page.page_edit_form',
  6211.                         'result_to_view' => [
  6212.                             'id' => 'id',
  6213.                             'locale' => 'locale',
  6214.                             'properties/webspace_key' => 'webspace',
  6215.                         ],
  6216.                     ],
  6217.                     'security_context' => 'sulu.webspaces.modernexpo',
  6218.                 ],
  6219.                 'page_modernexpo_published' => [
  6220.                     'name' => 'Modern Expo',
  6221.                     'icon' => 'su-document',
  6222.                     'view' => [
  6223.                         'name' => 'sulu_page.page_edit_form',
  6224.                         'result_to_view' => [
  6225.                             'id' => 'id',
  6226.                             'locale' => 'locale',
  6227.                             'properties/webspace_key' => 'webspace',
  6228.                         ],
  6229.                     ],
  6230.                     'security_context' => 'sulu.webspaces.modernexpo',
  6231.                     'contexts' => [
  6232.                         => 'website',
  6233.                     ],
  6234.                 ],
  6235.             ],
  6236.             'sulu_search.website.indexes' => [
  6237.                 => 'page_#webspace#_published',
  6238.             ],
  6239.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  6240.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  6241.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  6242.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  6243.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  6244.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  6245.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  6246.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  6247.             'sulu_contact.defaults' => [
  6248.                 'phoneType' => '1',
  6249.                 'phoneTypeMobile' => '3',
  6250.                 'phoneTypeIsdn' => '1',
  6251.                 'emailType' => '1',
  6252.                 'addressType' => '1',
  6253.                 'urlType' => '1',
  6254.                 'faxType' => '1',
  6255.                 'socialMediaProfileType' => '1',
  6256.                 'country' => 'AT',
  6257.             ],
  6258.             'sulu_contact.form_of_address' => [
  6259.                 'male' => [
  6260.                     'id' => 0,
  6261.                     'name' => 'male',
  6262.                     'translation' => 'contact.contacts.formOfAddress.male',
  6263.                 ],
  6264.                 'female' => [
  6265.                     'id' => 1,
  6266.                     'name' => 'female',
  6267.                     'translation' => 'contact.contacts.formOfAddress.female',
  6268.                 ],
  6269.             ],
  6270.             'sulu_contact.contact_form.category_root' => NULL,
  6271.             'sulu_contact.account_form.category_root' => NULL,
  6272.             'sulu.model.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6273.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6274.             'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6275.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6276.             'sulu.persistence.objects' => [
  6277.                 'sulu' => [
  6278.                     'trash_item' => [
  6279.                         'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  6280.                     ],
  6281.                     'activity' => [
  6282.                         'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  6283.                     ],
  6284.                     'preview_link' => [
  6285.                         'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  6286.                     ],
  6287.                     'route' => [
  6288.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  6289.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  6290.                     ],
  6291.                     'analytics' => [
  6292.                         'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  6293.                         'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  6294.                     ],
  6295.                     'tag' => [
  6296.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  6297.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  6298.                     ],
  6299.                     'category' => [
  6300.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6301.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6302.                     ],
  6303.                     'category_meta' => [
  6304.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6305.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6306.                     ],
  6307.                     'category_translation' => [
  6308.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6309.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6310.                     ],
  6311.                     'keyword' => [
  6312.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6313.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6314.                     ],
  6315.                     'user' => [
  6316.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6317.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6318.                     ],
  6319.                     'role' => [
  6320.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6321.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6322.                     ],
  6323.                     'role_setting' => [
  6324.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6325.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6326.                     ],
  6327.                     'access_control' => [
  6328.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6329.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6330.                     ],
  6331.                     'media' => [
  6332.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6333.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6334.                     ],
  6335.                     'contact' => [
  6336.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6337.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6338.                     ],
  6339.                     'account' => [
  6340.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6341.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6342.                     ],
  6343.                 ],
  6344.             ],
  6345.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  6346.             'sulu_media.image_format_files' => [
  6347.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  6348.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  6349.             ],
  6350.             'sulu_media.system_collections' => [
  6351.                 'sulu_media' => [
  6352.                     'meta_title' => [
  6353.                         'en' => 'Sulu media',
  6354.                         'de' => 'Sulu Medien',
  6355.                     ],
  6356.                     'collections' => [
  6357.                         'preview_image' => [
  6358.                             'meta_title' => [
  6359.                                 'en' => 'Preview images',
  6360.                                 'de' => 'Vorschaubilder',
  6361.                             ],
  6362.                         ],
  6363.                     ],
  6364.                 ],
  6365.                 'sulu_contact' => [
  6366.                     'meta_title' => [
  6367.                         'en' => 'Sulu contacts',
  6368.                         'de' => 'Sulu Kontakte',
  6369.                     ],
  6370.                     'collections' => [
  6371.                         'contact' => [
  6372.                             'meta_title' => [
  6373.                                 'en' => 'People',
  6374.                                 'de' => 'Personen',
  6375.                             ],
  6376.                         ],
  6377.                         'account' => [
  6378.                             'meta_title' => [
  6379.                                 'en' => 'Organizations',
  6380.                                 'de' => 'Organisationen',
  6381.                             ],
  6382.                         ],
  6383.                     ],
  6384.                 ],
  6385.             ],
  6386.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  6387.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  6388.             'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  6389.             'sulu_media.format_manager.response_headers' => [
  6390.                 'Expires' => '+1 month',
  6391.                 'Pragma' => 'public',
  6392.                 'Cache-Control' => 'public',
  6393.             ],
  6394.             'sulu_media.format_manager.default_imagine_options' => [
  6395.                 'jpeg_quality' => 75,
  6396.                 'webp_quality' => 75,
  6397.                 'png_compression_level' => 6,
  6398.             ],
  6399.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  6400.             'sulu_media.format_cache.save_image' => true,
  6401.             'sulu_media.format_cache.segments' => 10,
  6402.             'sulu_media.ghost_script.path' => 'gs',
  6403.             'sulu_media.media.blocked_file_types' => [
  6404.             ],
  6405.             'sulu_media.collection.type.default' => [
  6406.                 'id' => 1,
  6407.             ],
  6408.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  6409.             'sulu_media.media.types' => [
  6410.                 => [
  6411.                     'type' => 'document',
  6412.                     'mimeTypes' => [
  6413.                         => '*',
  6414.                     ],
  6415.                 ],
  6416.                 => [
  6417.                     'type' => 'image',
  6418.                     'mimeTypes' => [
  6419.                         => 'image/*',
  6420.                     ],
  6421.                 ],
  6422.                 => [
  6423.                     'type' => 'video',
  6424.                     'mimeTypes' => [
  6425.                         => 'video/*',
  6426.                     ],
  6427.                 ],
  6428.                 => [
  6429.                     'type' => 'audio',
  6430.                     'mimeTypes' => [
  6431.                         => 'audio/*',
  6432.                     ],
  6433.                 ],
  6434.             ],
  6435.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  6436.             'sulu_media.disposition_type.default' => 'attachment',
  6437.             'sulu_media.disposition_type.mime_types_inline' => [
  6438.             ],
  6439.             'sulu_media.disposition_type.mime_types_attachment' => [
  6440.             ],
  6441.             'sulu_media.upload.max_filesize' => 100,
  6442.             'sulu_media.media.max_file_size' => '100MB',
  6443.             'sulu_media.adobe_creative_key' => NULL,
  6444.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  6445.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  6446.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  6447.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  6448.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  6449.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  6450.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  6451.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  6452.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  6453.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  6454.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  6455.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  6456.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  6457.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  6458.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  6459.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  6460.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  6461.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  6462.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  6463.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  6464.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6465.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6466.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  6467.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  6468.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  6469.             'sulu_media.format_manager.mime_types' => [
  6470.                 => 'image/*',
  6471.             ],
  6472.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6473.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6474.             'sulu_media.media.storage' => 'google_cloud',
  6475.             'sulu_media.media.storage.google_cloud.key_file_path' => (\dirname(__DIR__5).'/config/me-web-site-services.json'),
  6476.             'sulu_media.media.storage.google_cloud.bucket_name' => 'web-me-eu',
  6477.             'sulu_media.media.storage.google_cloud.path_prefix' => NULL,
  6478.             'sulu_media.media.storage.google_cloud.segments' => 10,
  6479.             'sulu_security.system' => 'Sulu',
  6480.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  6481.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  6482.             'sulu_security.reset_password.mail.sender' => '',
  6483.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  6484.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  6485.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  6486.             'sulu_security.permissions' => [
  6487.                 'view' => 64,
  6488.                 'add' => 32,
  6489.                 'edit' => 16,
  6490.                 'delete' => 8,
  6491.                 'archive' => 4,
  6492.                 'live' => 2,
  6493.                 'security' => 1,
  6494.             ],
  6495.             'permissions' => [
  6496.                 'view' => 64,
  6497.                 'add' => 32,
  6498.                 'edit' => 16,
  6499.                 'delete' => 8,
  6500.                 'archive' => 4,
  6501.                 'live' => 2,
  6502.                 'security' => 1,
  6503.             ],
  6504.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  6505.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  6506.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  6507.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  6508.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  6509.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  6510.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  6511.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  6512.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  6513.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  6514.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  6515.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  6516.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6517.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  6518.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  6519.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  6520.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  6521.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  6522.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  6523.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  6524.             'sulu.model.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6525.             'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6526.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6527.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6528.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6529.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6530.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6531.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6532.             'sulu.model.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6533.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6534.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6535.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6536.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6537.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6538.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6539.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6540.             'sulu_snippet.content-type.default_enabled' => true,
  6541.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  6542.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  6543.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  6544.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  6545.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  6546.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  6547.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  6548.             'sulu_snippet.export.snippet.formats' => [
  6549.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  6550.             ],
  6551.             'sulu_page.search.mapping' => [
  6552.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  6553.                     'index' => 'page',
  6554.                     'decorate_index' => true,
  6555.                 ],
  6556.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  6557.                     'index' => 'page',
  6558.                     'decorate_index' => true,
  6559.                 ],
  6560.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  6561.                     'index' => 'snippet',
  6562.                     'decorate_index' => false,
  6563.                 ],
  6564.             ],
  6565.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  6566.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  6567.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  6568.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  6569.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  6570.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  6571.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  6572.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  6573.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  6574.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  6575.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  6576.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  6577.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  6578.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  6579.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  6580.             'sulu_page.export.webspace.formats' => [
  6581.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  6582.             ],
  6583.             'sulu_page.default_author' => true,
  6584.             'sulu_page.seo' => [
  6585.                 'max_title_length' => 70,
  6586.                 'max_description_length' => 160,
  6587.                 'max_keywords' => 5,
  6588.                 'keywords_separator' => ',',
  6589.                 'url_prefix' => 'www.yoursite.com/{locale}',
  6590.             ],
  6591.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  6592.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  6593.             'sulu_website.navigation.cache.lifetime' => 1,
  6594.             'sulu_website.content.cache.lifetime' => 1,
  6595.             'sulu_website.sitemap.cache.lifetime' => 1,
  6596.             'sulu_website.enabled_twig_attributes' => [
  6597.                 'urls' => false,
  6598.                 'path' => false,
  6599.             ],
  6600.             'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  6601.             'sulu_website.segment_cookie_name' => '_ss',
  6602.             'sulu_website.segment_header' => 'X-Sulu-Segment',
  6603.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  6604.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  6605.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  6606.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  6607.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  6608.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  6609.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  6610.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  6611.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  6612.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  6613.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  6614.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  6615.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  6616.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  6617.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  6618.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  6619.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  6620.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  6621.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  6622.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  6623.             'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  6624.             'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  6625.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  6626.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  6627.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  6628.             'sulu_location.guzzle.client.class' => 'GuzzleHttp\\Client',
  6629.             'sulu_location.geolocator.name' => 'nominatim',
  6630.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  6631.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  6632.             'sulu_location.geolocator.service.google.api_key' => '',
  6633.             'sulu_http_cache.cache.max_age' => 240,
  6634.             'sulu_http_cache.cache.shared_max_age' => 240,
  6635.             'sulu_document_manager.mapping' => [
  6636.                 => [
  6637.                     'alias' => 'custom_url',
  6638.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  6639.                     'phpcr_type' => 'sulu:custom_url',
  6640.                     'mapping' => [
  6641.                         'published' => [
  6642.                             'property' => 'published',
  6643.                             'encoding' => 'content',
  6644.                             'mapped' => true,
  6645.                             'multiple' => false,
  6646.                             'default' => NULL,
  6647.                         ],
  6648.                         'baseDomain' => [
  6649.                             'property' => 'baseDomain',
  6650.                             'encoding' => 'content',
  6651.                             'mapped' => true,
  6652.                             'multiple' => false,
  6653.                             'default' => NULL,
  6654.                         ],
  6655.                         'domainParts' => [
  6656.                             'property' => 'domainParts',
  6657.                             'type' => 'json_array',
  6658.                             'encoding' => 'content',
  6659.                             'mapped' => true,
  6660.                             'multiple' => false,
  6661.                             'default' => NULL,
  6662.                         ],
  6663.                         'canonical' => [
  6664.                             'property' => 'canonical',
  6665.                             'encoding' => 'content',
  6666.                             'mapped' => true,
  6667.                             'multiple' => false,
  6668.                             'default' => NULL,
  6669.                         ],
  6670.                         'redirect' => [
  6671.                             'property' => 'redirect',
  6672.                             'encoding' => 'content',
  6673.                             'mapped' => true,
  6674.                             'multiple' => false,
  6675.                             'default' => NULL,
  6676.                         ],
  6677.                         'targetLocale' => [
  6678.                             'property' => 'targetLocale',
  6679.                             'encoding' => 'content',
  6680.                             'mapped' => true,
  6681.                             'multiple' => false,
  6682.                             'default' => NULL,
  6683.                         ],
  6684.                     ],
  6685.                 ],
  6686.                 => [
  6687.                     'alias' => 'custom_url_route',
  6688.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  6689.                     'phpcr_type' => 'sulu:custom_url_route',
  6690.                     'mapping' => [
  6691.                         'locale' => [
  6692.                             'property' => 'locale',
  6693.                             'encoding' => 'content',
  6694.                             'mapped' => true,
  6695.                             'multiple' => false,
  6696.                             'default' => NULL,
  6697.                         ],
  6698.                     ],
  6699.                 ],
  6700.                 => [
  6701.                     'alias' => 'page',
  6702.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  6703.                     'phpcr_type' => 'sulu:page',
  6704.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  6705.                     'set_default_author' => true,
  6706.                     'mapping' => [
  6707.                     ],
  6708.                 ],
  6709.                 => [
  6710.                     'alias' => 'home',
  6711.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  6712.                     'phpcr_type' => 'sulu:home',
  6713.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  6714.                     'set_default_author' => true,
  6715.                     'mapping' => [
  6716.                     ],
  6717.                 ],
  6718.                 => [
  6719.                     'alias' => 'route',
  6720.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  6721.                     'phpcr_type' => 'sulu:path',
  6722.                     'mapping' => [
  6723.                     ],
  6724.                 ],
  6725.                 => [
  6726.                     'alias' => 'snippet',
  6727.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  6728.                     'phpcr_type' => 'sulu:snippet',
  6729.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  6730.                     'mapping' => [
  6731.                     ],
  6732.                 ],
  6733.             ],
  6734.             'sulu_document_manager.namespace_mapping' => [
  6735.                 'extension_localized' => 'i18n',
  6736.                 'system' => 'sulu',
  6737.                 'system_localized' => 'i18n',
  6738.                 'content' => NULL,
  6739.                 'content_localized' => 'i18n',
  6740.             ],
  6741.             'sulu_document_manager.versioning.enabled' => false,
  6742.             'sulu_document_manager.show_drafts' => false,
  6743.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  6744.             'sulu_document_manager.segments' => [
  6745.                 'custom_urls' => 'custom-urls',
  6746.                 'custom_urls_items' => 'items',
  6747.                 'custom_urls_routes' => 'routes',
  6748.                 'base' => 'cmf',
  6749.                 'content' => 'contents',
  6750.                 'route' => 'routes',
  6751.                 'snippet' => 'snippets',
  6752.             ],
  6753.             'sulu_custom_urls.uri_filter_regexp' => NULL,
  6754.             'sulu_route.mappings' => [
  6755.             ],
  6756.             'sulu_route.resource_key_mappings' => [
  6757.             ],
  6758.             'sulu_route.routing.uri_filter_regexp' => NULL,
  6759.             'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  6760.             'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  6761.             'phpcr_migrations.version_node_name' => 'jcr:versions',
  6762.             'phpcr_migrations.paths' => [
  6763.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  6764.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  6765.             ],
  6766.             'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  6767.             'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  6768.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6769.             'web_profiler.debug_toolbar.mode' => 2,
  6770.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6771.             'security.role_hierarchy.roles' => [
  6772.             ],
  6773.             'security.access.denied_url' => NULL,
  6774.             'security.authentication.manager.erase_credentials' => true,
  6775.             'security.authentication.session_strategy.strategy' => 'migrate',
  6776.             'security.access.always_authenticate_before_granting' => false,
  6777.             'security.authentication.hide_user_not_found' => true,
  6778.             'security.firewalls' => [
  6779.                 => 'dev',
  6780.                 => 'admin',
  6781.                 => 'website',
  6782.             ],
  6783.             'security.admin._indexed_authenticators' => [
  6784.             ],
  6785.             'security.website._indexed_authenticators' => [
  6786.             ],
  6787.             'sulu_preview.mode' => 'auto',
  6788.             'sulu_preview.delay' => 500,
  6789.             'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
  6790.             'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  6791.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  6792.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  6793.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  6794.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  6795.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  6796.             'fos_js_routing.request_context_base_url' => NULL,
  6797.             'fos_js_routing.cache_control' => [
  6798.                 'enabled' => false,
  6799.             ],
  6800.             'cmf_routing.uri_filter_regexp' => '',
  6801.             'cmf_routing.default_controller' => NULL,
  6802.             'cmf_routing.generic_controller' => NULL,
  6803.             'cmf_routing.controllers_by_type' => [
  6804.             ],
  6805.             'cmf_routing.controllers_by_class' => [
  6806.             ],
  6807.             'cmf_routing.templates_by_class' => [
  6808.             ],
  6809.             'cmf_routing.route_collection_limit' => 0,
  6810.             'cmf_routing.dynamic.limit_candidates' => 20,
  6811.             'cmf_routing.dynamic.locales' => [
  6812.             ],
  6813.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  6814.             'cmf_routing.replace_symfony_router' => true,
  6815.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  6816.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  6817.             'stof_doctrine_extensions.default_locale' => 'en',
  6818.             'stof_doctrine_extensions.translation_fallback' => false,
  6819.             'stof_doctrine_extensions.persist_default_translation' => false,
  6820.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  6821.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  6822.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  6823.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  6824.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  6825.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  6826.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  6827.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  6828.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  6829.             'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  6830.             'sulu_activity.storage.adapter' => 'doctrine',
  6831.             'sulu_activity.storage.persist_payload' => false,
  6832.             'doctrine.migrations.preferred_em' => NULL,
  6833.             'doctrine.migrations.preferred_connection' => NULL,
  6834.             'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  6835.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6836.             'data_collector.templates' => [
  6837.                 'data_collector.request' => [
  6838.                     => 'request',
  6839.                     => '@WebProfiler/Collector/request.html.twig',
  6840.                 ],
  6841.                 'data_collector.time' => [
  6842.                     => 'time',
  6843.                     => '@WebProfiler/Collector/time.html.twig',
  6844.                 ],
  6845.                 'data_collector.memory' => [
  6846.                     => 'memory',
  6847.                     => '@WebProfiler/Collector/memory.html.twig',
  6848.                 ],
  6849.                 'data_collector.validator' => [
  6850.                     => 'validator',
  6851.                     => '@WebProfiler/Collector/validator.html.twig',
  6852.                 ],
  6853.                 'data_collector.ajax' => [
  6854.                     => 'ajax',
  6855.                     => '@WebProfiler/Collector/ajax.html.twig',
  6856.                 ],
  6857.                 'data_collector.form' => [
  6858.                     => 'form',
  6859.                     => '@WebProfiler/Collector/form.html.twig',
  6860.                 ],
  6861.                 'data_collector.exception' => [
  6862.                     => 'exception',
  6863.                     => '@WebProfiler/Collector/exception.html.twig',
  6864.                 ],
  6865.                 'data_collector.logger' => [
  6866.                     => 'logger',
  6867.                     => '@WebProfiler/Collector/logger.html.twig',
  6868.                 ],
  6869.                 'data_collector.events' => [
  6870.                     => 'events',
  6871.                     => '@WebProfiler/Collector/events.html.twig',
  6872.                 ],
  6873.                 'data_collector.router' => [
  6874.                     => 'router',
  6875.                     => '@WebProfiler/Collector/router.html.twig',
  6876.                 ],
  6877.                 'data_collector.cache' => [
  6878.                     => 'cache',
  6879.                     => '@WebProfiler/Collector/cache.html.twig',
  6880.                 ],
  6881.                 'data_collector.translation' => [
  6882.                     => 'translation',
  6883.                     => '@WebProfiler/Collector/translation.html.twig',
  6884.                 ],
  6885.                 'data_collector.security' => [
  6886.                     => 'security',
  6887.                     => '@Security/Collector/security.html.twig',
  6888.                 ],
  6889.                 'data_collector.twig' => [
  6890.                     => 'twig',
  6891.                     => '@WebProfiler/Collector/twig.html.twig',
  6892.                 ],
  6893.                 'data_collector.http_client' => [
  6894.                     => 'http_client',
  6895.                     => '@WebProfiler/Collector/http_client.html.twig',
  6896.                 ],
  6897.                 'data_collector.doctrine' => [
  6898.                     => 'db',
  6899.                     => '@Doctrine/Collector/db.html.twig',
  6900.                 ],
  6901.                 'doctrine_migrations.migrations_collector' => [
  6902.                     => 'doctrine_migrations',
  6903.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6904.                 ],
  6905.                 'doctrine_phpcr.data_collector' => [
  6906.                     => 'phpcr',
  6907.                     => '@DoctrinePHPCR/Collector/phpcr',
  6908.                 ],
  6909.                 'swiftmailer.data_collector' => [
  6910.                     => 'swiftmailer',
  6911.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  6912.                 ],
  6913.                 'data_collector.dump' => [
  6914.                     => 'dump',
  6915.                     => '@Debug/Profiler/dump.html.twig',
  6916.                 ],
  6917.                 'data_collector.jms_serializer' => [
  6918.                     => 'jms_serializer',
  6919.                     => '@JMSSerializer/Collector/panel.html.twig',
  6920.                 ],
  6921.                 'sulu_website.data_collector.sulu_collector' => [
  6922.                     => 'sulu',
  6923.                     => '@SuluWebsite/Profiler/layout.html.twig',
  6924.                 ],
  6925.                 'data_collector.config' => [
  6926.                     => 'config',
  6927.                     => '@WebProfiler/Collector/config.html.twig',
  6928.                 ],
  6929.             ],
  6930.             'doctrine_phpcr.migrate.migrators' => [
  6931.             ],
  6932.             'sulu_media.image.formats' => [
  6933.                 'sulu-400x400' => [
  6934.                     'key' => 'sulu-400x400',
  6935.                     'internal' => true,
  6936.                     'meta' => [
  6937.                         'title' => [
  6938.                             'en' => 'Contact avatar (Sulu)',
  6939.                             'de' => 'Kontaktavatar (Sulu)',
  6940.                             'fr' => 'Avatar du contact (Sulu)',
  6941.                             'nl' => 'Contact avatar (Sulu)',
  6942.                         ],
  6943.                     ],
  6944.                     'scale' => [
  6945.                         'x' => 400,
  6946.                         'y' => 400,
  6947.                         'mode' => 2,
  6948.                         'retina' => false,
  6949.                         'forceRatio' => true,
  6950.                     ],
  6951.                     'transformations' => [
  6952.                     ],
  6953.                     'options' => [
  6954.                         'jpeg_quality' => 75,
  6955.                         'webp_quality' => 75,
  6956.                         'png_compression_level' => 6,
  6957.                     ],
  6958.                 ],
  6959.                 'sulu-260x' => [
  6960.                     'key' => 'sulu-260x',
  6961.                     'internal' => true,
  6962.                     'meta' => [
  6963.                         'title' => [
  6964.                             'en' => 'Masonry preview (Sulu)',
  6965.                             'de' => 'Masonry Vorschau (Sulu)',
  6966.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  6967.                             'nl' => 'Masonry voorbeeld (Sulu)',
  6968.                         ],
  6969.                     ],
  6970.                     'scale' => [
  6971.                         'x' => 260,
  6972.                         'y' => NULL,
  6973.                         'mode' => 2,
  6974.                         'retina' => false,
  6975.                         'forceRatio' => true,
  6976.                     ],
  6977.                     'transformations' => [
  6978.                     ],
  6979.                     'options' => [
  6980.                         'jpeg_quality' => 75,
  6981.                         'webp_quality' => 75,
  6982.                         'png_compression_level' => 6,
  6983.                     ],
  6984.                 ],
  6985.                 'sulu-170x170' => [
  6986.                     'key' => 'sulu-170x170',
  6987.                     'internal' => true,
  6988.                     'meta' => [
  6989.                         'title' => [
  6990.                             'en' => 'Search (Sulu)',
  6991.                             'de' => 'Suche (Sulu)',
  6992.                             'fr' => 'Recherche (Sulu)',
  6993.                             'nl' => 'Zoeken (Sulu)',
  6994.                         ],
  6995.                     ],
  6996.                     'scale' => [
  6997.                         'x' => 170,
  6998.                         'y' => 170,
  6999.                         'mode' => 2,
  7000.                         'retina' => false,
  7001.                         'forceRatio' => true,
  7002.                     ],
  7003.                     'transformations' => [
  7004.                     ],
  7005.                     'options' => [
  7006.                         'jpeg_quality' => 75,
  7007.                         'webp_quality' => 75,
  7008.                         'png_compression_level' => 6,
  7009.                     ],
  7010.                 ],
  7011.                 'sulu-100x100-inset' => [
  7012.                     'key' => 'sulu-100x100-inset',
  7013.                     'internal' => true,
  7014.                     'meta' => [
  7015.                         'title' => [
  7016.                             'en' => 'Organization card (Sulu)',
  7017.                             'de' => 'Organisationskarte (Sulu)',
  7018.                             'fr' => 'Carte d\'organisation (Sulu)',
  7019.                             'nl' => 'Organisatie kaart (Sulu)',
  7020.                         ],
  7021.                     ],
  7022.                     'scale' => [
  7023.                         'x' => 100,
  7024.                         'y' => 100,
  7025.                         'mode' => 1,
  7026.                         'retina' => false,
  7027.                         'forceRatio' => true,
  7028.                     ],
  7029.                     'transformations' => [
  7030.                     ],
  7031.                     'options' => [
  7032.                         'jpeg_quality' => 75,
  7033.                         'webp_quality' => 75,
  7034.                         'png_compression_level' => 6,
  7035.                     ],
  7036.                 ],
  7037.                 'sulu-50x50' => [
  7038.                     'key' => 'sulu-50x50',
  7039.                     'internal' => true,
  7040.                     'meta' => [
  7041.                         'title' => [
  7042.                             'en' => 'Small thumbnail (Sulu)',
  7043.                             'de' => 'Kleines Thumbnail (Sulu)',
  7044.                             'fr' => 'Image miniature (Sulu)',
  7045.                             'nl' => 'Kleine thumbnail (Sulu)',
  7046.                         ],
  7047.                     ],
  7048.                     'scale' => [
  7049.                         'x' => 50,
  7050.                         'y' => 50,
  7051.                         'mode' => 2,
  7052.                         'retina' => false,
  7053.                         'forceRatio' => true,
  7054.                     ],
  7055.                     'transformations' => [
  7056.                     ],
  7057.                     'options' => [
  7058.                         'jpeg_quality' => 75,
  7059.                         'webp_quality' => 75,
  7060.                         'png_compression_level' => 6,
  7061.                     ],
  7062.                 ],
  7063.                 'sulu-25x25' => [
  7064.                     'key' => 'sulu-25x25',
  7065.                     'internal' => true,
  7066.                     'meta' => [
  7067.                         'title' => [
  7068.                             'en' => 'Micro thumbnail',
  7069.                             'de' => 'Mikro Thumbnail',
  7070.                             'fr' => 'Image micro',
  7071.                             'nl' => 'Micro thumbnail',
  7072.                         ],
  7073.                     ],
  7074.                     'scale' => [
  7075.                         'x' => 25,
  7076.                         'y' => 25,
  7077.                         'mode' => 2,
  7078.                         'retina' => false,
  7079.                         'forceRatio' => true,
  7080.                     ],
  7081.                     'transformations' => [
  7082.                     ],
  7083.                     'options' => [
  7084.                         'jpeg_quality' => 75,
  7085.                         'webp_quality' => 75,
  7086.                         'png_compression_level' => 6,
  7087.                     ],
  7088.                 ],
  7089.                 'sulu-40x40' => [
  7090.                     'key' => 'sulu-40x40',
  7091.                     'internal' => true,
  7092.                     'meta' => [
  7093.                         'title' => [
  7094.                             'en' => 'Small thumbnail (Sulu)',
  7095.                             'de' => 'Kleines Thumbnail (Sulu)',
  7096.                             'fr' => 'Image miniature (Sulu)',
  7097.                             'nl' => 'Kleine thumbnail (Sulu)',
  7098.                         ],
  7099.                     ],
  7100.                     'scale' => [
  7101.                         'x' => 40,
  7102.                         'y' => 40,
  7103.                         'mode' => 2,
  7104.                         'retina' => false,
  7105.                         'forceRatio' => true,
  7106.                     ],
  7107.                     'transformations' => [
  7108.                     ],
  7109.                     'options' => [
  7110.                         'jpeg_quality' => 75,
  7111.                         'webp_quality' => 75,
  7112.                         'png_compression_level' => 6,
  7113.                     ],
  7114.                 ],
  7115.                 'sulu-240x' => [
  7116.                     'key' => 'sulu-240x',
  7117.                     'internal' => true,
  7118.                     'meta' => [
  7119.                         'title' => [
  7120.                             'en' => 'Masonry preview (Sulu)',
  7121.                             'de' => 'Masonry Vorschau (Sulu)',
  7122.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7123.                             'nl' => 'Masonry voorbeeld (Sulu)',
  7124.                         ],
  7125.                     ],
  7126.                     'scale' => [
  7127.                         'x' => 240,
  7128.                         'y' => NULL,
  7129.                         'mode' => 2,
  7130.                         'retina' => false,
  7131.                         'forceRatio' => true,
  7132.                     ],
  7133.                     'transformations' => [
  7134.                     ],
  7135.                     'options' => [
  7136.                         'jpeg_quality' => 75,
  7137.                         'webp_quality' => 75,
  7138.                         'png_compression_level' => 6,
  7139.                     ],
  7140.                 ],
  7141.                 'sulu-400x400-inset' => [
  7142.                     'key' => 'sulu-400x400-inset',
  7143.                     'internal' => true,
  7144.                     'meta' => [
  7145.                         'title' => [
  7146.                             'en' => 'Organization logo (Sulu)',
  7147.                             'de' => 'Organisationslogo (Sulu)',
  7148.                             'fr' => 'Logo d\'organisation (Sulu)',
  7149.                             'nl' => 'Organisatie logo (Sulu)',
  7150.                         ],
  7151.                     ],
  7152.                     'scale' => [
  7153.                         'x' => 400,
  7154.                         'y' => 400,
  7155.                         'mode' => 1,
  7156.                         'retina' => false,
  7157.                         'forceRatio' => true,
  7158.                     ],
  7159.                     'transformations' => [
  7160.                     ],
  7161.                     'options' => [
  7162.                         'jpeg_quality' => 75,
  7163.                         'webp_quality' => 75,
  7164.                         'png_compression_level' => 6,
  7165.                     ],
  7166.                 ],
  7167.                 'sulu-100x100' => [
  7168.                     'key' => 'sulu-100x100',
  7169.                     'internal' => true,
  7170.                     'meta' => [
  7171.                         'title' => [
  7172.                             'en' => 'Contact card (Sulu)',
  7173.                             'de' => 'Personenkarte (Sulu)',
  7174.                             'fr' => 'Carte personnelle (Sulu)',
  7175.                             'nl' => 'Contact kaart (Sulu)',
  7176.                         ],
  7177.                     ],
  7178.                     'scale' => [
  7179.                         'x' => 100,
  7180.                         'y' => 100,
  7181.                         'mode' => 2,
  7182.                         'retina' => false,
  7183.                         'forceRatio' => true,
  7184.                     ],
  7185.                     'transformations' => [
  7186.                     ],
  7187.                     'options' => [
  7188.                         'jpeg_quality' => 75,
  7189.                         'webp_quality' => 75,
  7190.                         'png_compression_level' => 6,
  7191.                     ],
  7192.                 ],
  7193.                 'full-size' => [
  7194.                     'key' => 'full-size',
  7195.                     'internal' => false,
  7196.                     'meta' => [
  7197.                         'title' => [
  7198.                         ],
  7199.                     ],
  7200.                     'scale' => [
  7201.                         'x' => 1920,
  7202.                         'y' => 1080,
  7203.                         'mode' => 1,
  7204.                         'retina' => false,
  7205.                         'forceRatio' => true,
  7206.                     ],
  7207.                     'transformations' => [
  7208.                     ],
  7209.                     'options' => [
  7210.                         'jpeg_quality' => 75,
  7211.                         'webp_quality' => 75,
  7212.                         'png_compression_level' => 6,
  7213.                     ],
  7214.                 ],
  7215.                 'medium-size' => [
  7216.                     'key' => 'medium-size',
  7217.                     'internal' => false,
  7218.                     'meta' => [
  7219.                         'title' => [
  7220.                         ],
  7221.                     ],
  7222.                     'scale' => [
  7223.                         'x' => 960,
  7224.                         'y' => 590,
  7225.                         'mode' => 1,
  7226.                         'retina' => false,
  7227.                         'forceRatio' => true,
  7228.                     ],
  7229.                     'transformations' => [
  7230.                     ],
  7231.                     'options' => [
  7232.                         'jpeg_quality' => 75,
  7233.                         'webp_quality' => 75,
  7234.                         'png_compression_level' => 6,
  7235.                     ],
  7236.                 ],
  7237.                 '1180x' => [
  7238.                     'key' => '1180x',
  7239.                     'internal' => false,
  7240.                     'meta' => [
  7241.                         'title' => [
  7242.                         ],
  7243.                     ],
  7244.                     'scale' => [
  7245.                         'x' => 1180,
  7246.                         'y' => NULL,
  7247.                         'mode' => 1,
  7248.                         'retina' => false,
  7249.                         'forceRatio' => true,
  7250.                     ],
  7251.                     'transformations' => [
  7252.                     ],
  7253.                     'options' => [
  7254.                         'jpeg_quality' => 75,
  7255.                         'webp_quality' => 75,
  7256.                         'png_compression_level' => 6,
  7257.                     ],
  7258.                 ],
  7259.                 '50x50-inset' => [
  7260.                     'key' => '50x50-inset',
  7261.                     'internal' => false,
  7262.                     'meta' => [
  7263.                         'title' => [
  7264.                         ],
  7265.                     ],
  7266.                     'scale' => [
  7267.                         'x' => 50,
  7268.                         'y' => 50,
  7269.                         'mode' => 1,
  7270.                         'retina' => false,
  7271.                         'forceRatio' => true,
  7272.                     ],
  7273.                     'transformations' => [
  7274.                     ],
  7275.                     'options' => [
  7276.                         'jpeg_quality' => 75,
  7277.                         'webp_quality' => 75,
  7278.                         'png_compression_level' => 6,
  7279.                     ],
  7280.                 ],
  7281.                 '280x160' => [
  7282.                     'key' => '280x160',
  7283.                     'internal' => false,
  7284.                     'meta' => [
  7285.                         'title' => [
  7286.                         ],
  7287.                     ],
  7288.                     'scale' => [
  7289.                         'x' => 280,
  7290.                         'y' => 160,
  7291.                         'mode' => 2,
  7292.                         'retina' => false,
  7293.                         'forceRatio' => true,
  7294.                     ],
  7295.                     'transformations' => [
  7296.                     ],
  7297.                     'options' => [
  7298.                         'jpeg_quality' => 75,
  7299.                         'webp_quality' => 75,
  7300.                         'png_compression_level' => 6,
  7301.                     ],
  7302.                 ],
  7303.                 '280x280' => [
  7304.                     'key' => '280x280',
  7305.                     'internal' => false,
  7306.                     'meta' => [
  7307.                         'title' => [
  7308.                         ],
  7309.                     ],
  7310.                     'scale' => [
  7311.                         'x' => 280,
  7312.                         'y' => 280,
  7313.                         'mode' => 2,
  7314.                         'retina' => false,
  7315.                         'forceRatio' => true,
  7316.                     ],
  7317.                     'transformations' => [
  7318.                     ],
  7319.                     'options' => [
  7320.                         'jpeg_quality' => 75,
  7321.                         'webp_quality' => 75,
  7322.                         'png_compression_level' => 6,
  7323.                     ],
  7324.                 ],
  7325.                 '280x420' => [
  7326.                     'key' => '280x420',
  7327.                     'internal' => false,
  7328.                     'meta' => [
  7329.                         'title' => [
  7330.                         ],
  7331.                     ],
  7332.                     'scale' => [
  7333.                         'x' => 280,
  7334.                         'y' => 420,
  7335.                         'mode' => 2,
  7336.                         'retina' => false,
  7337.                         'forceRatio' => true,
  7338.                     ],
  7339.                     'transformations' => [
  7340.                     ],
  7341.                     'options' => [
  7342.                         'jpeg_quality' => 75,
  7343.                         'webp_quality' => 75,
  7344.                         'png_compression_level' => 6,
  7345.                     ],
  7346.                 ],
  7347.                 '300x200' => [
  7348.                     'key' => '300x200',
  7349.                     'internal' => false,
  7350.                     'meta' => [
  7351.                         'title' => [
  7352.                         ],
  7353.                     ],
  7354.                     'scale' => [
  7355.                         'x' => 300,
  7356.                         'y' => 200,
  7357.                         'mode' => 2,
  7358.                         'retina' => false,
  7359.                         'forceRatio' => true,
  7360.                     ],
  7361.                     'transformations' => [
  7362.                     ],
  7363.                     'options' => [
  7364.                         'jpeg_quality' => 75,
  7365.                         'webp_quality' => 75,
  7366.                         'png_compression_level' => 6,
  7367.                     ],
  7368.                 ],
  7369.                 '300x300' => [
  7370.                     'key' => '300x300',
  7371.                     'internal' => false,
  7372.                     'meta' => [
  7373.                         'title' => [
  7374.                         ],
  7375.                     ],
  7376.                     'scale' => [
  7377.                         'x' => 300,
  7378.                         'y' => 300,
  7379.                         'mode' => 2,
  7380.                         'retina' => false,
  7381.                         'forceRatio' => true,
  7382.                     ],
  7383.                     'transformations' => [
  7384.                     ],
  7385.                     'options' => [
  7386.                         'jpeg_quality' => 75,
  7387.                         'webp_quality' => 75,
  7388.                         'png_compression_level' => 6,
  7389.                     ],
  7390.                 ],
  7391.                 'x460' => [
  7392.                     'key' => 'x460',
  7393.                     'internal' => false,
  7394.                     'meta' => [
  7395.                         'title' => [
  7396.                         ],
  7397.                     ],
  7398.                     'scale' => [
  7399.                         'x' => NULL,
  7400.                         'y' => 460,
  7401.                         'mode' => 2,
  7402.                         'retina' => false,
  7403.                         'forceRatio' => true,
  7404.                     ],
  7405.                     'transformations' => [
  7406.                     ],
  7407.                     'options' => [
  7408.                         'jpeg_quality' => 75,
  7409.                         'webp_quality' => 75,
  7410.                         'png_compression_level' => 6,
  7411.                     ],
  7412.                 ],
  7413.                 '480x480' => [
  7414.                     'key' => '480x480',
  7415.                     'internal' => false,
  7416.                     'meta' => [
  7417.                         'title' => [
  7418.                         ],
  7419.                     ],
  7420.                     'scale' => [
  7421.                         'x' => 480,
  7422.                         'y' => 480,
  7423.                         'mode' => 2,
  7424.                         'retina' => false,
  7425.                         'forceRatio' => true,
  7426.                     ],
  7427.                     'transformations' => [
  7428.                     ],
  7429.                     'options' => [
  7430.                         'jpeg_quality' => 75,
  7431.                         'webp_quality' => 75,
  7432.                         'png_compression_level' => 6,
  7433.                     ],
  7434.                 ],
  7435.                 '570x320' => [
  7436.                     'key' => '570x320',
  7437.                     'internal' => false,
  7438.                     'meta' => [
  7439.                         'title' => [
  7440.                         ],
  7441.                     ],
  7442.                     'scale' => [
  7443.                         'x' => 570,
  7444.                         'y' => 320,
  7445.                         'mode' => 2,
  7446.                         'retina' => false,
  7447.                         'forceRatio' => true,
  7448.                     ],
  7449.                     'transformations' => [
  7450.                     ],
  7451.                     'options' => [
  7452.                         'jpeg_quality' => 75,
  7453.                         'webp_quality' => 75,
  7454.                         'png_compression_level' => 6,
  7455.                     ],
  7456.                 ],
  7457.                 '590x330' => [
  7458.                     'key' => '590x330',
  7459.                     'internal' => false,
  7460.                     'meta' => [
  7461.                         'title' => [
  7462.                         ],
  7463.                     ],
  7464.                     'scale' => [
  7465.                         'x' => 590,
  7466.                         'y' => 330,
  7467.                         'mode' => 2,
  7468.                         'retina' => false,
  7469.                         'forceRatio' => true,
  7470.                     ],
  7471.                     'transformations' => [
  7472.                     ],
  7473.                     'options' => [
  7474.                         'jpeg_quality' => 75,
  7475.                         'webp_quality' => 75,
  7476.                         'png_compression_level' => 6,
  7477.                     ],
  7478.                 ],
  7479.                 '590x400' => [
  7480.                     'key' => '590x400',
  7481.                     'internal' => false,
  7482.                     'meta' => [
  7483.                         'title' => [
  7484.                         ],
  7485.                     ],
  7486.                     'scale' => [
  7487.                         'x' => 590,
  7488.                         'y' => 400,
  7489.                         'mode' => 2,
  7490.                         'retina' => false,
  7491.                         'forceRatio' => true,
  7492.                     ],
  7493.                     'transformations' => [
  7494.                     ],
  7495.                     'options' => [
  7496.                         'jpeg_quality' => 75,
  7497.                         'webp_quality' => 75,
  7498.                         'png_compression_level' => 6,
  7499.                     ],
  7500.                 ],
  7501.                 '590x590' => [
  7502.                     'key' => '590x590',
  7503.                     'internal' => false,
  7504.                     'meta' => [
  7505.                         'title' => [
  7506.                         ],
  7507.                     ],
  7508.                     'scale' => [
  7509.                         'x' => 590,
  7510.                         'y' => 590,
  7511.                         'mode' => 2,
  7512.                         'retina' => false,
  7513.                         'forceRatio' => true,
  7514.                     ],
  7515.                     'transformations' => [
  7516.                     ],
  7517.                     'options' => [
  7518.                         'jpeg_quality' => 75,
  7519.                         'webp_quality' => 75,
  7520.                         'png_compression_level' => 6,
  7521.                     ],
  7522.                 ],
  7523.                 'x780' => [
  7524.                     'key' => 'x780',
  7525.                     'internal' => false,
  7526.                     'meta' => [
  7527.                         'title' => [
  7528.                         ],
  7529.                     ],
  7530.                     'scale' => [
  7531.                         'x' => NULL,
  7532.                         'y' => 780,
  7533.                         'mode' => 2,
  7534.                         'retina' => false,
  7535.                         'forceRatio' => true,
  7536.                     ],
  7537.                     'transformations' => [
  7538.                     ],
  7539.                     'options' => [
  7540.                         'jpeg_quality' => 75,
  7541.                         'webp_quality' => 75,
  7542.                         'png_compression_level' => 6,
  7543.                     ],
  7544.                 ],
  7545.                 '780x440' => [
  7546.                     'key' => '780x440',
  7547.                     'internal' => false,
  7548.                     'meta' => [
  7549.                         'title' => [
  7550.                         ],
  7551.                     ],
  7552.                     'scale' => [
  7553.                         'x' => 780,
  7554.                         'y' => 440,
  7555.                         'mode' => 2,
  7556.                         'retina' => false,
  7557.                         'forceRatio' => true,
  7558.                     ],
  7559.                     'transformations' => [
  7560.                     ],
  7561.                     'options' => [
  7562.                         'jpeg_quality' => 75,
  7563.                         'webp_quality' => 75,
  7564.                         'png_compression_level' => 6,
  7565.                     ],
  7566.                 ],
  7567.                 '1280x420' => [
  7568.                     'key' => '1280x420',
  7569.                     'internal' => false,
  7570.                     'meta' => [
  7571.                         'title' => [
  7572.                         ],
  7573.                     ],
  7574.                     'scale' => [
  7575.                         'x' => 1280,
  7576.                         'y' => 420,
  7577.                         'mode' => 2,
  7578.                         'retina' => false,
  7579.                         'forceRatio' => true,
  7580.                     ],
  7581.                     'transformations' => [
  7582.                     ],
  7583.                     'options' => [
  7584.                         'jpeg_quality' => 75,
  7585.                         'webp_quality' => 75,
  7586.                         'png_compression_level' => 6,
  7587.                     ],
  7588.                 ],
  7589.                 '731x412' => [
  7590.                     'key' => '731x412',
  7591.                     'internal' => false,
  7592.                     'meta' => [
  7593.                         'title' => [
  7594.                         ],
  7595.                     ],
  7596.                     'scale' => [
  7597.                         'x' => 731,
  7598.                         'y' => 412,
  7599.                         'mode' => 2,
  7600.                         'retina' => false,
  7601.                         'forceRatio' => true,
  7602.                     ],
  7603.                     'transformations' => [
  7604.                     ],
  7605.                     'options' => [
  7606.                         'jpeg_quality' => 75,
  7607.                         'webp_quality' => 75,
  7608.                         'png_compression_level' => 6,
  7609.                     ],
  7610.                 ],
  7611.                 '1280x721' => [
  7612.                     'key' => '1280x721',
  7613.                     'internal' => false,
  7614.                     'meta' => [
  7615.                         'title' => [
  7616.                         ],
  7617.                     ],
  7618.                     'scale' => [
  7619.                         'x' => 1280,
  7620.                         'y' => 721,
  7621.                         'mode' => 2,
  7622.                         'retina' => false,
  7623.                         'forceRatio' => true,
  7624.                     ],
  7625.                     'transformations' => [
  7626.                     ],
  7627.                     'options' => [
  7628.                         'jpeg_quality' => 75,
  7629.                         'webp_quality' => 75,
  7630.                         'png_compression_level' => 6,
  7631.                     ],
  7632.                 ],
  7633.                 '860x485' => [
  7634.                     'key' => '860x485',
  7635.                     'internal' => false,
  7636.                     'meta' => [
  7637.                         'title' => [
  7638.                         ],
  7639.                     ],
  7640.                     'scale' => [
  7641.                         'x' => 860,
  7642.                         'y' => 485,
  7643.                         'mode' => 2,
  7644.                         'retina' => false,
  7645.                         'forceRatio' => true,
  7646.                     ],
  7647.                     'transformations' => [
  7648.                     ],
  7649.                     'options' => [
  7650.                         'jpeg_quality' => 75,
  7651.                         'webp_quality' => 75,
  7652.                         'png_compression_level' => 6,
  7653.                     ],
  7654.                 ],
  7655.                 '522x294' => [
  7656.                     'key' => '522x294',
  7657.                     'internal' => false,
  7658.                     'meta' => [
  7659.                         'title' => [
  7660.                         ],
  7661.                     ],
  7662.                     'scale' => [
  7663.                         'x' => 522,
  7664.                         'y' => 294,
  7665.                         'mode' => 2,
  7666.                         'retina' => false,
  7667.                         'forceRatio' => true,
  7668.                     ],
  7669.                     'transformations' => [
  7670.                     ],
  7671.                     'options' => [
  7672.                         'jpeg_quality' => 75,
  7673.                         'webp_quality' => 75,
  7674.                         'png_compression_level' => 6,
  7675.                     ],
  7676.                 ],
  7677.                 '460x259' => [
  7678.                     'key' => '460x259',
  7679.                     'internal' => false,
  7680.                     'meta' => [
  7681.                         'title' => [
  7682.                         ],
  7683.                     ],
  7684.                     'scale' => [
  7685.                         'x' => 469,
  7686.                         'y' => 259,
  7687.                         'mode' => 2,
  7688.                         'retina' => false,
  7689.                         'forceRatio' => true,
  7690.                     ],
  7691.                     'transformations' => [
  7692.                     ],
  7693.                     'options' => [
  7694.                         'jpeg_quality' => 75,
  7695.                         'webp_quality' => 75,
  7696.                         'png_compression_level' => 6,
  7697.                     ],
  7698.                 ],
  7699.                 '607x486' => [
  7700.                     'key' => '607x486',
  7701.                     'internal' => false,
  7702.                     'meta' => [
  7703.                         'title' => [
  7704.                         ],
  7705.                     ],
  7706.                     'scale' => [
  7707.                         'x' => 607,
  7708.                         'y' => 486,
  7709.                         'mode' => 2,
  7710.                         'retina' => false,
  7711.                         'forceRatio' => true,
  7712.                     ],
  7713.                     'transformations' => [
  7714.                     ],
  7715.                     'options' => [
  7716.                         'jpeg_quality' => 75,
  7717.                         'webp_quality' => 75,
  7718.                         'png_compression_level' => 6,
  7719.                     ],
  7720.                 ],
  7721.                 '295x373' => [
  7722.                     'key' => '295x373',
  7723.                     'internal' => false,
  7724.                     'meta' => [
  7725.                         'title' => [
  7726.                         ],
  7727.                     ],
  7728.                     'scale' => [
  7729.                         'x' => 295,
  7730.                         'y' => 373,
  7731.                         'mode' => 2,
  7732.                         'retina' => false,
  7733.                         'forceRatio' => true,
  7734.                     ],
  7735.                     'transformations' => [
  7736.                     ],
  7737.                     'options' => [
  7738.                         'jpeg_quality' => 75,
  7739.                         'webp_quality' => 75,
  7740.                         'png_compression_level' => 6,
  7741.                     ],
  7742.                 ],
  7743.                 '320x' => [
  7744.                     'key' => '320x',
  7745.                     'internal' => false,
  7746.                     'meta' => [
  7747.                         'title' => [
  7748.                         ],
  7749.                     ],
  7750.                     'scale' => [
  7751.                         'x' => 320,
  7752.                         'y' => NULL,
  7753.                         'mode' => 2,
  7754.                         'retina' => false,
  7755.                         'forceRatio' => true,
  7756.                     ],
  7757.                     'transformations' => [
  7758.                     ],
  7759.                     'options' => [
  7760.                         'jpeg_quality' => 75,
  7761.                         'webp_quality' => 75,
  7762.                         'png_compression_level' => 6,
  7763.                     ],
  7764.                 ],
  7765.                 'full-2k' => [
  7766.                     'key' => 'full-2k',
  7767.                     'internal' => false,
  7768.                     'meta' => [
  7769.                         'title' => [
  7770.                         ],
  7771.                     ],
  7772.                     'scale' => [
  7773.                         'x' => 2880,
  7774.                         'y' => 1620,
  7775.                         'mode' => 1,
  7776.                         'retina' => false,
  7777.                         'forceRatio' => true,
  7778.                     ],
  7779.                     'transformations' => [
  7780.                     ],
  7781.                     'options' => [
  7782.                         'jpeg_quality' => 75,
  7783.                         'webp_quality' => 75,
  7784.                         'png_compression_level' => 6,
  7785.                     ],
  7786.                 ],
  7787.                 '720x' => [
  7788.                     'key' => '720x',
  7789.                     'internal' => false,
  7790.                     'meta' => [
  7791.                         'title' => [
  7792.                         ],
  7793.                     ],
  7794.                     'scale' => [
  7795.                         'x' => 720,
  7796.                         'y' => NULL,
  7797.                         'mode' => 1,
  7798.                         'retina' => false,
  7799.                         'forceRatio' => true,
  7800.                     ],
  7801.                     'transformations' => [
  7802.                     ],
  7803.                     'options' => [
  7804.                         'jpeg_quality' => 75,
  7805.                         'webp_quality' => 75,
  7806.                         'png_compression_level' => 6,
  7807.                     ],
  7808.                 ],
  7809.             ],
  7810.             'sulu_category.entity.category' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  7811.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  7812.             'sulu.version' => '2.4.0',
  7813.             'app.version' => NULL,
  7814.             'sulu_snippet.areas' => [
  7815.                 'breadcrumbsSocialMediaLinks' => [
  7816.                     'key' => 'breadcrumbsSocialMediaLinks',
  7817.                     'template' => 'socialMediaLinks',
  7818.                     'title' => [
  7819.                         'de' => 'Посилання на соціальні медіа BreadcrumbsSocialMediaLinks',
  7820.                         'en' => 'Social Media in breadcrumbs',
  7821.                     ],
  7822.                 ],
  7823.                 'contactButton' => [
  7824.                     'key' => 'contactButton',
  7825.                     'template' => 'contactButton',
  7826.                     'title' => [
  7827.                         'de' => ' ContactButton',
  7828.                         'en' => 'Contact Button',
  7829.                     ],
  7830.                 ],
  7831.                 'filterJob' => [
  7832.                     'key' => 'filterJob',
  7833.                     'template' => 'job',
  7834.                     'title' => [
  7835.                         'de' => ' FilterJob',
  7836.                         'en' => 'Filter job',
  7837.                     ],
  7838.                 ],
  7839.                 'footer' => [
  7840.                     'key' => 'footer',
  7841.                     'template' => 'header',
  7842.                     'title' => [
  7843.                         'de' => 'Header Footer',
  7844.                         'en' => 'Footer',
  7845.                     ],
  7846.                 ],
  7847.                 'footerContactExposed' => [
  7848.                     'key' => 'footerContactExposed',
  7849.                     'template' => 'contactExposed',
  7850.                     'title' => [
  7851.                         'de' => 'Контакти (відкрито) FooterContactExposed',
  7852.                         'en' => 'Contact in footer (exposed)',
  7853.                     ],
  7854.                 ],
  7855.                 'footerContacts' => [
  7856.                     'key' => 'footerContacts',
  7857.                     'template' => 'contacts',
  7858.                     'title' => [
  7859.                         'de' => 'Контакти FooterContacts',
  7860.                         'en' => 'Contacts in footer',
  7861.                     ],
  7862.                 ],
  7863.                 'footerLinks' => [
  7864.                     'key' => 'footerLinks',
  7865.                     'template' => 'simpleLinks',
  7866.                     'title' => [
  7867.                         'de' => 'Прості посилання FooterLinks',
  7868.                         'en' => 'Links in footer',
  7869.                     ],
  7870.                 ],
  7871.                 'footerSocialMediaLinks' => [
  7872.                     'key' => 'footerSocialMediaLinks',
  7873.                     'template' => 'socialMediaLinks',
  7874.                     'title' => [
  7875.                         'de' => 'Посилання на соціальні медіа FooterSocialMediaLinks',
  7876.                         'en' => 'Social Media in footer',
  7877.                     ],
  7878.                 ],
  7879.                 'header' => [
  7880.                     'key' => 'header',
  7881.                     'template' => 'header',
  7882.                     'title' => [
  7883.                         'de' => 'Header Header',
  7884.                         'en' => 'Header',
  7885.                     ],
  7886.                 ],
  7887.             ],
  7888.             'console.command.ids' => [
  7889.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  7890.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  7891.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  7892.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  7893.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  7894.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  7895.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  7896.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  7897.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  7898.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  7899.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  7900.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  7901.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  7902.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  7903.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  7904.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  7905.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  7906.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  7907.                 18 => 'console.command.public_alias.sulu_page.command.workspace_import',
  7908.                 19 => 'phpcr_migrations.command.status',
  7909.                 20 => 'phpcr_migrations.command.migrate',
  7910.                 21 => 'phpcr_migrations.command.initialize',
  7911.             ],
  7912.         ];
  7913.     }
  7914.     protected function throw($message)
  7915.     {
  7916.         throw new RuntimeException($message);
  7917.     }
  7918. }