var/cache/website/dev/Container9qzi4Mv/App_KernelDevDebugContainer.php line 2766

Open in your IDE?
  1. <?php
  2. namespace Container9qzi4Mv;
  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.             'advertising-modal' => ['privates''App\\Twig\\Components\\AdvertisingModal''getAdvertisingModalService'true],
  1249.             'benefits' => ['privates''App\\Twig\\Components\\Benefits''getBenefitsService'true],
  1250.             'breadcrumbs' => ['privates''App\\Twig\\Components\\Breadcrumbs''getBreadcrumbsService'true],
  1251.             'career_swiper' => ['privates''App\\Twig\\Components\\CareerSwiper''getCareerSwiperService'true],
  1252.             'carousel_about_us' => ['privates''App\\Twig\\Components\\CarouselAboutUs''getCarouselAboutUsService'true],
  1253.             'carousel_events' => ['privates''App\\Twig\\Components\\CarouselEvents''getCarouselEventsService'true],
  1254.             'carousel_loko' => ['privates''App\\Twig\\Components\\CarouselLoko''getCarouselLokoService'true],
  1255.             'carousel_parcel_terminals' => ['privates''App\\Twig\\Components\\CarouselParcelTerminals''getCarouselParcelTerminalsService'true],
  1256.             'category_showcase' => ['privates''App\\Twig\\Components\\CategoryShowcase''getCategoryShowcaseService'true],
  1257.             'contact_form' => ['privates''App\\Twig\\Components\\ContactForm''getContactFormService'true],
  1258.             'contact_offices' => ['privates''App\\Twig\\Components\\ContactOffices''getContactOfficesService'true],
  1259.             'cookies' => ['privates''App\\Twig\\Components\\Cookies''getCookiesService'true],
  1260.             'download_files' => ['privates''App\\Twig\\Components\\DownloadFIles''getDownloadFIlesService'true],
  1261.             'events_content' => ['privates''App\\Twig\\Components\\EventsContent''getEventsContentService'true],
  1262.             'footer' => ['privates''App\\Twig\\Components\\Footer''getFooterService'true],
  1263.             'gallery' => ['privates''App\\Twig\\Components\\Gallery''getGalleryService'true],
  1264.             'grid' => ['privates''App\\Twig\\Components\\Grid''getGridService'true],
  1265.             'head_office' => ['privates''App\\Twig\\Components\\HeadOffice''getHeadOfficeService'true],
  1266.             'header' => ['privates''App\\Twig\\Components\\Header''getHeaderService'true],
  1267.             'html_content' => ['privates''App\\Twig\\Components\\HtmlContent''getHtmlContentService'true],
  1268.             'l_map' => ['privates''App\\Twig\\Components\\LMap''getLMapService'true],
  1269.             'landing_content' => ['privates''App\\Twig\\Components\\LandingContent''getLandingContentService'true],
  1270.             'main_header' => ['privates''App\\Twig\\Components\\MainHeader''getMainHeaderService'true],
  1271.             'main_header_2' => ['privates''App\\Twig\\Components\\MainHeader2''getMainHeader2Service'true],
  1272.             'main_swiper' => ['privates''App\\Twig\\Components\\MainSwiper''getMainSwiperService'true],
  1273.             'map' => ['privates''App\\Twig\\Components\\Map''getMapService'true],
  1274.             'mediabank' => ['privates''App\\Twig\\Components\\Mediabank''getMediabankService'true],
  1275.             'navigate_to_action' => ['privates''App\\Twig\\Components\\NavigateToAction''getNavigateToActionService'true],
  1276.             'news' => ['privates''App\\Twig\\Components\\News''getNewsService'true],
  1277.             'our_products' => ['privates''App\\Twig\\Components\\OurProducts''getOurProductsService'true],
  1278.             'our_work' => ['privates''App\\Twig\\Components\\OurWork''getOurWorkService'true],
  1279.             'overview' => ['privates''App\\Twig\\Components\\Overview''getOverviewService'true],
  1280.             'overview_filter' => ['privates''App\\Twig\\Components\\OverviewFilter''getOverviewFilterService'true],
  1281.             'partners' => ['privates''App\\Twig\\Components\\Partners''getPartnersService'true],
  1282.             'product-solutions' => ['privates''App\\Twig\\Components\\ProductSolutions''getProductSolutionsService'true],
  1283.             'product_overview' => ['privates''App\\Twig\\Components\\ProductOverview''getProductOverviewService'true],
  1284.             'scale_history' => ['privates''App\\Twig\\Components\\ScaleHistory''getScaleHistoryService'true],
  1285.             'search' => ['privates''App\\Twig\\Components\\Search''getSearchService'true],
  1286.             'side_details' => ['privates''App\\Twig\\Components\\SideDetails''getSideDetailsService'true],
  1287.             'simple_links' => ['privates''App\\Twig\\Components\\SimpleLinks''getSimpleLinksService'true],
  1288.             'simple_text' => ['privates''App\\Twig\\Components\\SimpleText''getSimpleTextService'true],
  1289.             'specifications' => ['privates''App\\Twig\\Components\\Specifications''getSpecificationsService'true],
  1290.             'tab_1' => ['privates''App\\Twig\\Components\\Tab1''getTab1Service'true],
  1291.             'tab_3' => ['privates''App\\Twig\\Components\\Tab3''getTab3Service'true],
  1292.             'text_overview' => ['privates''App\\Twig\\Components\\TextOverview''getTextOverviewService'true],
  1293.         ], [
  1294.             'advertising-modal' => 'App\\Twig\\Components\\AdvertisingModal',
  1295.             'benefits' => 'App\\Twig\\Components\\Benefits',
  1296.             'breadcrumbs' => 'App\\Twig\\Components\\Breadcrumbs',
  1297.             'career_swiper' => 'App\\Twig\\Components\\CareerSwiper',
  1298.             'carousel_about_us' => 'App\\Twig\\Components\\CarouselAboutUs',
  1299.             'carousel_events' => 'App\\Twig\\Components\\CarouselEvents',
  1300.             'carousel_loko' => 'App\\Twig\\Components\\CarouselLoko',
  1301.             'carousel_parcel_terminals' => 'App\\Twig\\Components\\CarouselParcelTerminals',
  1302.             'category_showcase' => 'App\\Twig\\Components\\CategoryShowcase',
  1303.             'contact_form' => 'App\\Twig\\Components\\ContactForm',
  1304.             'contact_offices' => 'App\\Twig\\Components\\ContactOffices',
  1305.             'cookies' => 'App\\Twig\\Components\\Cookies',
  1306.             'download_files' => 'App\\Twig\\Components\\DownloadFIles',
  1307.             'events_content' => 'App\\Twig\\Components\\EventsContent',
  1308.             'footer' => 'App\\Twig\\Components\\Footer',
  1309.             'gallery' => 'App\\Twig\\Components\\Gallery',
  1310.             'grid' => 'App\\Twig\\Components\\Grid',
  1311.             'head_office' => 'App\\Twig\\Components\\HeadOffice',
  1312.             'header' => 'App\\Twig\\Components\\Header',
  1313.             'html_content' => 'App\\Twig\\Components\\HtmlContent',
  1314.             'l_map' => 'App\\Twig\\Components\\LMap',
  1315.             'landing_content' => 'App\\Twig\\Components\\LandingContent',
  1316.             'main_header' => 'App\\Twig\\Components\\MainHeader',
  1317.             'main_header_2' => 'App\\Twig\\Components\\MainHeader2',
  1318.             'main_swiper' => 'App\\Twig\\Components\\MainSwiper',
  1319.             'map' => 'App\\Twig\\Components\\Map',
  1320.             'mediabank' => 'App\\Twig\\Components\\Mediabank',
  1321.             'navigate_to_action' => 'App\\Twig\\Components\\NavigateToAction',
  1322.             'news' => 'App\\Twig\\Components\\News',
  1323.             'our_products' => 'App\\Twig\\Components\\OurProducts',
  1324.             'our_work' => 'App\\Twig\\Components\\OurWork',
  1325.             'overview' => 'App\\Twig\\Components\\Overview',
  1326.             'overview_filter' => 'App\\Twig\\Components\\OverviewFilter',
  1327.             'partners' => 'App\\Twig\\Components\\Partners',
  1328.             'product-solutions' => 'App\\Twig\\Components\\ProductSolutions',
  1329.             'product_overview' => 'App\\Twig\\Components\\ProductOverview',
  1330.             'scale_history' => 'App\\Twig\\Components\\ScaleHistory',
  1331.             'search' => 'App\\Twig\\Components\\Search',
  1332.             'side_details' => 'App\\Twig\\Components\\SideDetails',
  1333.             'simple_links' => 'App\\Twig\\Components\\SimpleLinks',
  1334.             'simple_text' => 'App\\Twig\\Components\\SimpleText',
  1335.             'specifications' => 'App\\Twig\\Components\\Specifications',
  1336.             'tab_1' => 'App\\Twig\\Components\\Tab1',
  1337.             'tab_3' => 'App\\Twig\\Components\\Tab3',
  1338.             'text_overview' => 'App\\Twig\\Components\\TextOverview',
  1339.         ]))));
  1340.         $instance->addExtension(new \App\Twig\ContactOfficesJsonEncoderExtension());
  1341.         $instance->addExtension(new \App\Twig\ContactPressJsonEncoderExtension());
  1342.         $instance->addExtension(new \App\Twig\MapJsonEncoderExtension());
  1343.         $instance->addExtension(new \App\Twig\OpenGraph\Image($c$g$h));
  1344.         $instance->addExtension(new \App\Twig\OurWorkCardJsonEncoderExtension());
  1345.         $instance->addExtension(new \App\Twig\SuluCustomTagParserExtension(($this->privates['App\\Service\\HtmlParserService'] ?? $this->getHtmlParserServiceService())));
  1346.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1347.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1348.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1349.         $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  1350.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  1351.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension($g));
  1352.         $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  1353.         $instance->addExtension(($this->privates['sulu_category.twig_extension'] ?? $this->getSuluCategory_TwigExtensionService()));
  1354.         $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));
  1355.         $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())));
  1356.         $instance->addExtension(($this->privates['sulu_snippet.twig.area_snippet'] ?? $this->getSuluSnippet_Twig_AreaSnippetService()));
  1357.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  1358.         $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));
  1359.         $instance->addExtension($k);
  1360.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(($this->privates['sulu_website.twig.navigation'] ?? $this->getSuluWebsite_Twig_NavigationService()), $i1));
  1361.         $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));
  1362.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(($this->privates['sulu_website.twig.content'] ?? $this->getSuluWebsite_Twig_ContentService()), $i1));
  1363.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($h$k));
  1364.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($h$k$e));
  1365.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  1366.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1367.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1368.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'true],
  1369.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1370.         ], [
  1371.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1372.             'webpack_encore.tag_renderer' => '?',
  1373.         ])));
  1374.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1375.         $instance->addGlobal('app'$m);
  1376.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1377.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1378.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1379.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1380.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1381.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1382.         ], [
  1383.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1384.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1385.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1386.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1387.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1388.         ])));
  1389.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1390.         return $instance;
  1391.     }
  1392.     /**
  1393.      * Gets the public '.container.private.validator' shared service.
  1394.      *
  1395.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1396.      */
  1397.     protected function get_Container_Private_ValidatorService()
  1398.     {
  1399.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1400.     }
  1401.     /**
  1402.      * Gets the public 'cache.app' shared service.
  1403.      *
  1404.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1405.      */
  1406.     protected function getCache_AppService()
  1407.     {
  1408.         $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))));
  1409.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1410.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1411.     }
  1412.     /**
  1413.      * Gets the public 'cache.system' shared service.
  1414.      *
  1415.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1416.      */
  1417.     protected function getCache_SystemService()
  1418.     {
  1419.         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())));
  1420.     }
  1421.     /**
  1422.      * Gets the public 'cache.validator_expression_language' shared service.
  1423.      *
  1424.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1425.      */
  1426.     protected function getCache_ValidatorExpressionLanguageService()
  1427.     {
  1428.         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())));
  1429.     }
  1430.     /**
  1431.      * Gets the public 'cmf_routing.route_provider' shared service.
  1432.      *
  1433.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1434.      */
  1435.     protected function getCmfRouting_RouteProviderService()
  1436.     {
  1437.         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]);
  1438.     }
  1439.     /**
  1440.      * Gets the public 'data_collector.dump' shared service.
  1441.      *
  1442.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1443.      */
  1444.     protected function getDataCollector_DumpService()
  1445.     {
  1446.         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()));
  1447.     }
  1448.     /**
  1449.      * Gets the public 'doctrine' shared service.
  1450.      *
  1451.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1452.      */
  1453.     protected function getDoctrineService()
  1454.     {
  1455.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1456.     }
  1457.     /**
  1458.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1459.      *
  1460.      * @return \Doctrine\DBAL\Connection
  1461.      */
  1462.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1463.     {
  1464.         $a = new \Doctrine\DBAL\Configuration();
  1465.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1466.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1467.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1468.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1469.         $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()))]));
  1470.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions']), => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!sessions)~')]));
  1471.         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, [
  1472.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  1473.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1474.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1475.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1476.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1477.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  1478.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService'true],
  1479.             'massive_search.search.event_subscriber.doctrine_orm' => ['privates''massive_search.search.event_subscriber.doctrine_orm''getMassiveSearch_Search_EventSubscriber_DoctrineOrmService'true],
  1480.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1481.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1482.             'sulu.persistence.event_subscriber.orm.metadata' => ['privates''sulu.persistence.event_subscriber.orm.metadata''getSulu_Persistence_EventSubscriber_Orm_MetadataService'true],
  1483.             'sulu.persistence.event_subscriber.orm.timestampable' => ['privates''sulu.persistence.event_subscriber.orm.timestampable''getSulu_Persistence_EventSubscriber_Orm_TimestampableService'true],
  1484.             'sulu.persistence.event_subscriber.orm.user_blame' => ['privates''sulu.persistence.event_subscriber.orm.user_blame''getSulu_Persistence_EventSubscriber_Orm_UserBlameService'true],
  1485.             'sulu_activity.domain_event_collector_subscriber' => ['privates''sulu_activity.domain_event_collector_subscriber''getSuluActivity_DomainEventCollectorSubscriberService'true],
  1486.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService'true],
  1487.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService'true],
  1488.             'sulu_core.doctrine.references' => ['privates''sulu_core.doctrine.references''getSuluCore_Doctrine_ReferencesService'true],
  1489.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService'true],
  1490.             'sulu_security.permission_inheritance_subscriber' => ['privates''sulu_security.permission_inheritance_subscriber''getSuluSecurity_PermissionInheritanceSubscriberService'true],
  1491.         ], [
  1492.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  1493.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1494.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1495.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1496.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1497.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  1498.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  1499.             'massive_search.search.event_subscriber.doctrine_orm' => '?',
  1500.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1501.             'stof_doctrine_extensions.listener.tree' => '?',
  1502.             'sulu.persistence.event_subscriber.orm.metadata' => '?',
  1503.             'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  1504.             'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  1505.             'sulu_activity.domain_event_collector_subscriber' => '?',
  1506.             'sulu_contact.account_listener' => '?',
  1507.             'sulu_contact.doctrine.invalidation_listener' => '?',
  1508.             'sulu_core.doctrine.references' => '?',
  1509.             'sulu_media.doctrine.invalidation_listener' => '?',
  1510.             'sulu_security.permission_inheritance_subscriber' => '?',
  1511.         ]), [=> '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']), []);
  1512.     }
  1513.     /**
  1514.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1515.      *
  1516.      * @return \Doctrine\ORM\EntityManager
  1517.      */
  1518.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1519.     {
  1520.         if ($lazyLoad) {
  1521.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1522.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1523.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1524.                     $proxy->setProxyInitializer(null);
  1525.                     return true;
  1526.                 });
  1527.             });
  1528.         }
  1529.         include_once \dirname(__DIR__5).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1530.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1531.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  1532.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1533.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1534.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1535.         include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1536.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1537.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1538.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1539.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1540.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1541.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1542.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1543.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1544.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1545.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1546.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1547.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1548.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1549.         $a = new \Doctrine\ORM\Configuration();
  1550.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1551.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1552.         $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')])));
  1553.         $b->addDriver($c'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1554.         $b->addDriver($c'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1555.         $b->addDriver($c'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1556.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1557.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1558.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1559.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1560.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1561.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1562.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1563.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1564.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1565.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1566.         $b->addDriver($d'Sulu\\Bundle\\AdminBundle\\Entity');
  1567.         $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']);
  1568.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1569.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1570.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1571.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1572.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1573.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1574.         ], [
  1575.             'doctrine.ulid_generator' => '?',
  1576.             'doctrine.uuid_generator' => '?',
  1577.         ])));
  1578.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1579.         $a->setProxyNamespace('Proxies');
  1580.         $a->setAutoGenerateProxyClasses(true);
  1581.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1582.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1583.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1584.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1585.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1586.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1587.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'true],
  1588.             'App\\Repository\\PartnerRepository' => ['privates''App\\Repository\\PartnerRepository''getPartnerRepositoryService'true],
  1589.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'true],
  1590.             'App\\Repository\\SettingRepository' => ['privates''App\\Repository\\SettingRepository''getSettingRepositoryService'true],
  1591.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1592.         ], [
  1593.             'App\\Repository\\CountryRepository' => '?',
  1594.             'App\\Repository\\PartnerRepository' => '?',
  1595.             'App\\Repository\\ProductRepository' => '?',
  1596.             'App\\Repository\\SettingRepository' => '?',
  1597.             'App\\Repository\\UserRepository' => '?',
  1598.         ])));
  1599.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1600.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1601.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1602.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1603.         return $instance;
  1604.     }
  1605.     /**
  1606.      * Gets the public 'doctrine_phpcr' shared service.
  1607.      *
  1608.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1609.      */
  1610.     protected function getDoctrinePhpcrService()
  1611.     {
  1612.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1613.     }
  1614.     /**
  1615.      * Gets the public 'doctrine_phpcr.session' shared service.
  1616.      *
  1617.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1618.      */
  1619.     protected function getDoctrinePhpcr_SessionService()
  1620.     {
  1621.         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')));
  1622.     }
  1623.     /**
  1624.      * Gets the public 'event_dispatcher' shared service.
  1625.      *
  1626.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1627.      */
  1628.     protected function getEventDispatcherService()
  1629.     {
  1630.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1631.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1632.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1633.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1634.         $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())));
  1635.         $instance->addListener('kernel.controller', [=> function () {
  1636.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1637.         }, => 'onKernelController'], 0);
  1638.         $instance->addListener('kernel.request', [=> function () {
  1639.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1640.         }, => 'onKernelRequest'], 10);
  1641.         $instance->addListener('kernel.request', [=> function () {
  1642.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1643.         }, => 'onKernelRequest'], 248);
  1644.         $instance->addListener('massive_search.index', [=> function () {
  1645.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1646.         }, => 'onIndex'], 0);
  1647.         $instance->addListener('massive_search.deindex', [=> function () {
  1648.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1649.         }, => 'onDeindex'], 0);
  1650.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1651.             return ($this->privates['massive_search.events.zend_rebuild'] ?? $this->load('getMassiveSearch_Events_ZendRebuildService'));
  1652.         }, => 'onIndexRebuild'], -999);
  1653.         $instance->addListener('massive_search.hit', [=> function () {
  1654.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1655.         }, => 'onHit'], 0);
  1656.         $instance->addListener('kernel.response', [=> function () {
  1657.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1658.         }, => 'onResponse'], -5);
  1659.         $instance->addListener('kernel.exception', [=> function () {
  1660.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1661.         }, => 'onKernelException'], 0);
  1662.         $instance->addListener('kernel.exception', [=> function () {
  1663.             return ($this->privates['App\\EventSubscriber\\Redirect404Subscriber'] ?? ($this->privates['App\\EventSubscriber\\Redirect404Subscriber'] = new \App\EventSubscriber\Redirect404Subscriber()));
  1664.         }, => 'onKernelException'], 0);
  1665.         $instance->addListener('kernel.response', [=> function () {
  1666.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1667.         }, => 'onKernelResponse'], 0);
  1668.         $instance->addListener('kernel.response', [=> function () {
  1669.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1670.         }, => 'onKernelResponse'], -1024);
  1671.         $instance->addListener('kernel.request', [=> function () {
  1672.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1673.         }, => 'setDefaultLocale'], 100);
  1674.         $instance->addListener('kernel.request', [=> function () {
  1675.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1676.         }, => 'onKernelRequest'], 16);
  1677.         $instance->addListener('kernel.finish_request', [=> function () {
  1678.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1679.         }, => 'onKernelFinishRequest'], 0);
  1680.         $instance->addListener('kernel.request', [=> function () {
  1681.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1682.         }, => 'onKernelRequest'], 256);
  1683.         $instance->addListener('kernel.response', [=> function () {
  1684.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1685.         }, => 'onResponse'], -255);
  1686.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1687.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1688.         }, => 'onControllerArguments'], 0);
  1689.         $instance->addListener('kernel.exception', [=> function () {
  1690.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1691.         }, => 'logKernelException'], 0);
  1692.         $instance->addListener('kernel.exception', [=> function () {
  1693.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1694.         }, => 'onKernelException'], -128);
  1695.         $instance->addListener('kernel.response', [=> function () {
  1696.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1697.         }, => 'removeCspHeader'], -128);
  1698.         $instance->addListener('kernel.request', [=> function () {
  1699.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1700.         }, => 'onKernelRequest'], 15);
  1701.         $instance->addListener('kernel.finish_request', [=> function () {
  1702.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1703.         }, => 'onKernelFinishRequest'], -15);
  1704.         $instance->addListener('console.error', [=> function () {
  1705.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1706.         }, => 'onConsoleError'], -128);
  1707.         $instance->addListener('console.terminate', [=> function () {
  1708.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1709.         }, => 'onConsoleTerminate'], -128);
  1710.         $instance->addListener('console.error', [=> function () {
  1711.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1712.         }, => 'onConsoleError'], 0);
  1713.         $instance->addListener('kernel.request', [=> function () {
  1714.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1715.         }, => 'onKernelRequest'], 128);
  1716.         $instance->addListener('kernel.response', [=> function () {
  1717.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1718.         }, => 'onKernelResponse'], -1000);
  1719.         $instance->addListener('kernel.finish_request', [=> function () {
  1720.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1721.         }, => 'onFinishRequest'], 0);
  1722.         $instance->addListener('kernel.response', [=> function () {
  1723.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1724.         }, => 'onKernelResponse'], -100);
  1725.         $instance->addListener('kernel.exception', [=> function () {
  1726.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1727.         }, => 'onKernelException'], 0);
  1728.         $instance->addListener('kernel.terminate', [=> function () {
  1729.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1730.         }, => 'onKernelTerminate'], -1024);
  1731.         $instance->addListener('kernel.controller', [=> function () {
  1732.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1733.         }, => 'onKernelController'], 0);
  1734.         $instance->addListener('kernel.response', [=> function () {
  1735.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1736.         }, => 'onKernelResponse'], 0);
  1737.         $instance->addListener('kernel.request', [=> function () {
  1738.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1739.         }, => 'configure'], 2048);
  1740.         $instance->addListener('console.command', [=> function () {
  1741.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1742.         }, => 'configure'], 2048);
  1743.         $instance->addListener('console.command', [=> function () {
  1744.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1745.         }, => 'onCommand'], 255);
  1746.         $instance->addListener('console.terminate', [=> function () {
  1747.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1748.         }, => 'onTerminate'], -255);
  1749.         $instance->addListener('kernel.exception', [=> function () {
  1750.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1751.         }, => 'onException'], 0);
  1752.         $instance->addListener('kernel.terminate', [=> function () {
  1753.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1754.         }, => 'onTerminate'], 0);
  1755.         $instance->addListener('console.error', [=> function () {
  1756.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1757.         }, => 'onException'], 0);
  1758.         $instance->addListener('console.terminate', [=> function () {
  1759.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1760.         }, => 'onTerminate'], 0);
  1761.         $instance->addListener('kernel.exception', [=> function () {
  1762.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1763.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  1764.         $instance->addListener('kernel.response', [=> function () {
  1765.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1766.         }, => 'setResponseStatusCode'], 0);
  1767.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1768.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  1769.         }, => 'purgeIndexes'], 500);
  1770.         $instance->addListener('kernel.response', [=> function () {
  1771.             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')));
  1772.         }, => 'onKernelResponse'], 10);
  1773.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  1774.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1775.         }, => 'onProxyUnreachableError'], 0);
  1776.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  1777.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1778.         }, => 'onProxyResponseError'], 0);
  1779.         $instance->addListener('kernel.response', [=> function () {
  1780.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1781.         }, => 'onKernelResponse'], 0);
  1782.         $instance->addListener('kernel.terminate', [=> function () {
  1783.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1784.         }, => 'onKernelTerminate'], 0);
  1785.         $instance->addListener('kernel.exception', [=> function () {
  1786.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1787.         }, => 'onKernelException'], 0);
  1788.         $instance->addListener('console.terminate', [=> function () {
  1789.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1790.         }, => 'onConsoleTerminate'], 0);
  1791.         $instance->addListener('kernel.request', [=> function () {
  1792.             return ($this->privates['fos_http_cache.event_listener.php8_attributes'] ?? $this->getFosHttpCache_EventListener_Php8AttributesService());
  1793.         }, => 'onKernelRequest'], 0);
  1794.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1795.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  1796.         }, => 'onPermissionUpdate'], 0);
  1797.         $instance->addListener('massive_search.pre_index', [=> function () {
  1798.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  1799.         }, => 'handlePreIndex'], 0);
  1800.         $instance->addListener('massive_search.pre_index', [=> function () {
  1801.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  1802.         }, => 'handlePreIndex'], 0);
  1803.         $instance->addListener('kernel.request', [=> function () {
  1804.             return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  1805.         }, => 'onKernelRequest'], 24);
  1806.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1807.             return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  1808.         }, => 'handlePermissionUpdate'], 0);
  1809.         $instance->addListener('kernel.controller', [=> function () {
  1810.             return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  1811.         }, => 'onKernelController'], 0);
  1812.         $instance->addListener('security.interactive_login', [=> function () {
  1813.             return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  1814.         }, => 'onSecurityInteractiveLogin'], 0);
  1815.         $instance->addListener('massive_search.pre_index', [=> function () {
  1816.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1817.         }, => 'handleBlameTimestamp'], 0);
  1818.         $instance->addListener('massive_search.hit', [=> function () {
  1819.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1820.         }, => 'handleBlameTimestampHitMapping'], 0);
  1821.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1822.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  1823.         }, => 'onPermissionUpdate'], 0);
  1824.         $instance->addListener('kernel.request', [=> function () {
  1825.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  1826.         }, => 'onRequest'], 31);
  1827.         $instance->addListener('kernel.request', [=> function () {
  1828.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1829.         }, => 'onKernelRequest'], 32);
  1830.         $instance->addListener('kernel.finish_request', [=> function () {
  1831.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1832.         }, => 'onKernelFinishRequest'], 0);
  1833.         $instance->addListener('sulu_website.cache_clear', [=> function () {
  1834.             return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  1835.         }, => 'onCacheClear'], 0);
  1836.         $instance->addListener('kernel.request', [=> function () {
  1837.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  1838.         }, => 'onKernelRequest'], 14);
  1839.         $instance->addListener('kernel.exception', [=> function () {
  1840.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1841.         }, => 'redirectPartialMatch'], 0);
  1842.         $instance->addListener('kernel.exception', [=> function () {
  1843.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1844.         }, => 'redirectTrailingSlashOrHtml'], 0);
  1845.         $instance->addListener('kernel.response', [=> function () {
  1846.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.4.0')));
  1847.         }, => 'onResponse'], 0);
  1848.         $instance->addListener('kernel.response', [=> function () {
  1849.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1850.         }, => 'addVaryHeader'], 0);
  1851.         $instance->addListener('kernel.response', [=> function () {
  1852.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1853.         }, => 'addCookieHeader'], 0);
  1854.         $instance->addListener('kernel.response', [=> function () {
  1855.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  1856.         }, => 'replaceMarkup'], -10);
  1857.         $instance->addListener('kernel.response', [=> function () {
  1858.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1859.         }, => 'onKernelResponse'], -128);
  1860.         $instance->addListener('console.command', [=> function () {
  1861.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1862.         }, => 'configure'], 1024);
  1863.         $instance->addListener('kernel.response', [=> function () {
  1864.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1865.         }, => 'onKernelResponse'], 0);
  1866.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1867.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1868.         }, => 'onVoterVote'], 0);
  1869.         $instance->addListener('kernel.request', [=> function () {
  1870.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1871.         }, => 'configureLogoutUrlGenerator'], 8);
  1872.         $instance->addListener('kernel.request', [=> function () {
  1873.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1874.         }, => 'onKernelRequest'], 8);
  1875.         $instance->addListener('kernel.finish_request', [=> function () {
  1876.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1877.         }, => 'onKernelFinishRequest'], 0);
  1878.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1879.             return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  1880.         }, => 'storeActivity'], -256);
  1881.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1882.             return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  1883.         }, => 'setDomainEventUser'], 256);
  1884.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1885.             return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  1886.         }, => 'dispatchDomainEventWithSpecificEventName'], 0);
  1887.         $instance->addListener('console.error', [=> function () {
  1888.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1889.         }, => 'onConsoleError'], 0);
  1890.         $instance->addListener('console.terminate', [=> function () {
  1891.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1892.         }, => 'onConsoleTerminate'], 0);
  1893.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1894.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1895.         }, => 'onLogout'], 0);
  1896.         return $instance;
  1897.     }
  1898.     /**
  1899.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  1900.      *
  1901.      * @return \FOS\HttpCacheBundle\CacheManager
  1902.      */
  1903.     protected function getFosHttpCache_CacheManagerService()
  1904.     {
  1905.         $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()));
  1906.         if ($this->has('event_dispatcher')) {
  1907.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1908.         }
  1909.         $instance->setGenerateUrlType(0);
  1910.         return $instance;
  1911.     }
  1912.     /**
  1913.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1914.      *
  1915.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1916.      */
  1917.     protected function getFosHttpCache_EventListener_CacheControlService()
  1918.     {
  1919.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1920.     }
  1921.     /**
  1922.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1923.      *
  1924.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1925.      */
  1926.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1927.     {
  1928.         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]);
  1929.     }
  1930.     /**
  1931.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  1932.      *
  1933.      * @return \FOS\HttpCache\ProxyClient\Symfony
  1934.      */
  1935.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  1936.     {
  1937.         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']);
  1938.     }
  1939.     /**
  1940.      * Gets the public 'http_kernel' shared service.
  1941.      *
  1942.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1943.      */
  1944.     protected function getHttpKernelService()
  1945.     {
  1946.         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 () {
  1947.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1948.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1949.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1950.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1951.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1952.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1953.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1954.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1955.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1956.     }
  1957.     /**
  1958.      * Gets the public 'jms_serializer' shared service.
  1959.      *
  1960.      * @return \JMS\Serializer\Serializer
  1961.      */
  1962.     protected function getJmsSerializerService()
  1963.     {
  1964.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1965.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  1966.         ], [
  1967.             'metadata_driver' => '?',
  1968.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  1969.         $a->setCache(($this->privates['jms_serializer.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()));
  1970.         $a->setIncludeInterfaces(false);
  1971.         $b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  1972.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  1973.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  1974.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  1975.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  1976.         $f = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  1977.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1978.         $g->setOptions(1216);
  1979.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1980.         $h->setFormatOutput(true);
  1981.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1982.         $i->setOptions(0);
  1983.         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())));
  1984.     }
  1985.     /**
  1986.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1987.      *
  1988.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1989.      */
  1990.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1991.     {
  1992.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1993.     }
  1994.     /**
  1995.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1996.      *
  1997.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1998.      */
  1999.     protected function getJmsSerializer_SerializationContextFactoryService()
  2000.     {
  2001.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2002.     }
  2003.     /**
  2004.      * Gets the public 'request_stack' shared service.
  2005.      *
  2006.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2007.      */
  2008.     protected function getRequestStackService()
  2009.     {
  2010.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2011.     }
  2012.     /**
  2013.      * Gets the public 'router' shared service.
  2014.      *
  2015.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2016.      */
  2017.     protected function getRouterService()
  2018.     {
  2019.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2020.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2021.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2022.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  2023.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2024.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2025.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2026.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2027.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2028.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2029.         ], [
  2030.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2031.         ]))->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');
  2032.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2033.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2034.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2035.         $f = new \Symfony\Component\Routing\RouteCollection();
  2036.         $g = new \Symfony\Component\Routing\RequestContext();
  2037.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2038.         $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);
  2039.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2040.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  2041.         $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]);
  2042.         $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);
  2043.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2044.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  2045.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  2046.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  2047.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  2048.         $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);
  2049.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  2050.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  2051.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  2052.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  2053.         $instance->setContext($b);
  2054.         $instance->add($d'100');
  2055.         $instance->add($i'20');
  2056.         $instance->add($k30);
  2057.         $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);
  2058.         return $instance;
  2059.     }
  2060.     /**
  2061.      * Gets the public 'sulu.content.localization_finder' shared service.
  2062.      *
  2063.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  2064.      */
  2065.     protected function getSulu_Content_LocalizationFinderService()
  2066.     {
  2067.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2068.     }
  2069.     /**
  2070.      * Gets the public 'sulu.content.mapper' shared service.
  2071.      *
  2072.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  2073.      */
  2074.     protected function getSulu_Content_MapperService()
  2075.     {
  2076.         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()));
  2077.     }
  2078.     /**
  2079.      * Gets the public 'sulu.content.path_cleaner' shared service.
  2080.      *
  2081.      * @return \Sulu\Component\PHPCR\PathCleanup
  2082.      */
  2083.     protected function getSulu_Content_PathCleanerService()
  2084.     {
  2085.         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());
  2086.     }
  2087.     /**
  2088.      * Gets the public 'sulu.content.structure_manager' shared service.
  2089.      *
  2090.      * @return \Sulu\Component\Content\Compat\StructureManager
  2091.      */
  2092.     protected function getSulu_Content_StructureManagerService()
  2093.     {
  2094.         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']);
  2095.     }
  2096.     /**
  2097.      * Gets the public 'sulu.content.type_manager' shared service.
  2098.      *
  2099.      * @return \Sulu\Component\Content\ContentTypeManager
  2100.      */
  2101.     protected function getSulu_Content_TypeManagerService()
  2102.     {
  2103.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2104.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  2105.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  2106.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  2107.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  2108.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  2109.         $instance->mapAliasToServiceId('link''sulu.content.type.link');
  2110.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  2111.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  2112.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  2113.         $instance->mapAliasToServiceId('contact_selection''sulu_contact.content.contact_selection');
  2114.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  2115.         $instance->mapAliasToServiceId('account_selection''sulu_contact.content.account_selection');
  2116.         $instance->mapAliasToServiceId('collection_selection''sulu_media.type.collection_selection');
  2117.         $instance->mapAliasToServiceId('single_collection_selection''sulu_media.type.single_collection_selection');
  2118.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  2119.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  2120.         $instance->mapAliasToServiceId('image_map''sulu_media.type.image_map');
  2121.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  2122.         $instance->mapAliasToServiceId('single_category_selection''sulu_category.content.type.single_category_selection');
  2123.         $instance->mapAliasToServiceId('single_snippet_selection''sulu_snippet.content.single_snippet_selection');
  2124.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  2125.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  2126.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  2127.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  2128.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  2129.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  2130.         $instance->mapAliasToServiceId('segment_select''sulu.content.type.segment_select');
  2131.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  2132.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  2133.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  2134.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  2135.         $instance->mapAliasToServiceId('datetime''sulu.content.type.datetime');
  2136.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  2137.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  2138.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  2139.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  2140.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  2141.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  2142.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  2143.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  2144.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  2145.         return $instance;
  2146.     }
  2147.     /**
  2148.      * Gets the public 'sulu.phpcr.session' shared service.
  2149.      *
  2150.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2151.      */
  2152.     protected function getSulu_Phpcr_SessionService()
  2153.     {
  2154.         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']);
  2155.     }
  2156.     /**
  2157.      * Gets the public 'sulu.repository.access_control' shared service.
  2158.      *
  2159.      * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2160.      */
  2161.     protected function getSulu_Repository_AccessControlService($lazyLoad true)
  2162.     {
  2163.         if ($lazyLoad) {
  2164.             return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2165.                 return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2166.                     $wrappedInstance $this->getSulu_Repository_AccessControlService(false);
  2167.                     $proxy->setProxyInitializer(null);
  2168.                     return true;
  2169.                 });
  2170.             });
  2171.         }
  2172.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2173.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2174.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2175.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2176.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2177.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2178.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2179.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2180.         return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2181.     }
  2182.     /**
  2183.      * Gets the public 'sulu.repository.account' shared service.
  2184.      *
  2185.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  2186.      */
  2187.     protected function getSulu_Repository_AccountService($lazyLoad true)
  2188.     {
  2189.         if ($lazyLoad) {
  2190.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  2191.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2192.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  2193.                     $proxy->setProxyInitializer(null);
  2194.                     return true;
  2195.                 });
  2196.             });
  2197.         }
  2198.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2199.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  2200.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2201.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  2202.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2203.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2204.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2205.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2206.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
  2207.     }
  2208.     /**
  2209.      * Gets the public 'sulu.repository.analytics' shared service.
  2210.      *
  2211.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2212.      */
  2213.     protected function getSulu_Repository_AnalyticsService($lazyLoad true)
  2214.     {
  2215.         if ($lazyLoad) {
  2216.             return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2217.                 return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2218.                     $wrappedInstance $this->getSulu_Repository_AnalyticsService(false);
  2219.                     $proxy->setProxyInitializer(null);
  2220.                     return true;
  2221.                 });
  2222.             });
  2223.         }
  2224.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2225.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2226.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2227.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2228.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2229.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2230.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2231.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2232.         return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a$a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2233.     }
  2234.     /**
  2235.      * Gets the public 'sulu.repository.category' shared service.
  2236.      *
  2237.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2238.      */
  2239.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  2240.     {
  2241.         if ($lazyLoad) {
  2242.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2243.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2244.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  2245.                     $proxy->setProxyInitializer(null);
  2246.                     return true;
  2247.                 });
  2248.             });
  2249.         }
  2250.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2251.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2252.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2253.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2254.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2255.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2256.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2257.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Category'));
  2258.     }
  2259.     /**
  2260.      * Gets the public 'sulu.repository.category_meta' shared service.
  2261.      *
  2262.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2263.      */
  2264.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  2265.     {
  2266.         if ($lazyLoad) {
  2267.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2268.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2269.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  2270.                     $proxy->setProxyInitializer(null);
  2271.                     return true;
  2272.                 });
  2273.             });
  2274.         }
  2275.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2276.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2277.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2278.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2279.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2280.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2281.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2282.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2283.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2284.     }
  2285.     /**
  2286.      * Gets the public 'sulu.repository.category_translation' shared service.
  2287.      *
  2288.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2289.      */
  2290.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  2291.     {
  2292.         if ($lazyLoad) {
  2293.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2294.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2295.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  2296.                     $proxy->setProxyInitializer(null);
  2297.                     return true;
  2298.                 });
  2299.             });
  2300.         }
  2301.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2302.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2303.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2304.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2305.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2306.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2307.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2308.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2309.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2310.     }
  2311.     /**
  2312.      * Gets the public 'sulu.repository.contact' shared service.
  2313.      *
  2314.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2315.      */
  2316.     protected function getSulu_Repository_ContactService($lazyLoad true)
  2317.     {
  2318.         if ($lazyLoad) {
  2319.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2320.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2321.                     $wrappedInstance $this->getSulu_Repository_ContactService(false);
  2322.                     $proxy->setProxyInitializer(null);
  2323.                     return true;
  2324.                 });
  2325.             });
  2326.         }
  2327.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2328.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2329.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2330.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2331.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2332.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2333.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2334.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2335.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2336.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Contact'));
  2337.     }
  2338.     /**
  2339.      * Gets the public 'sulu.repository.keyword' shared service.
  2340.      *
  2341.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2342.      */
  2343.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  2344.     {
  2345.         if ($lazyLoad) {
  2346.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2347.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2348.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  2349.                     $proxy->setProxyInitializer(null);
  2350.                     return true;
  2351.                 });
  2352.             });
  2353.         }
  2354.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2355.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2356.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2357.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2358.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2359.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2360.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2361.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2362.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2363.     }
  2364.     /**
  2365.      * Gets the public 'sulu.repository.media' shared service.
  2366.      *
  2367.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2368.      */
  2369.     protected function getSulu_Repository_MediaService($lazyLoad true)
  2370.     {
  2371.         if ($lazyLoad) {
  2372.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2373.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2374.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  2375.                     $proxy->setProxyInitializer(null);
  2376.                     return true;
  2377.                 });
  2378.             });
  2379.         }
  2380.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2381.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2382.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2383.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2384.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2385.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2386.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2387.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2388.         $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2389.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2390.         return $instance;
  2391.     }
  2392.     /**
  2393.      * Gets the public 'sulu.repository.role' shared service.
  2394.      *
  2395.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2396.      */
  2397.     protected function getSulu_Repository_RoleService($lazyLoad true)
  2398.     {
  2399.         if ($lazyLoad) {
  2400.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2401.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2402.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  2403.                     $proxy->setProxyInitializer(null);
  2404.                     return true;
  2405.                 });
  2406.             });
  2407.         }
  2408.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2409.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2410.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2411.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2412.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2413.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2414.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2415.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2416.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2417.     }
  2418.     /**
  2419.      * Gets the public 'sulu.repository.route' shared service.
  2420.      *
  2421.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2422.      */
  2423.     protected function getSulu_Repository_RouteService($lazyLoad true)
  2424.     {
  2425.         if ($lazyLoad) {
  2426.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2427.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2428.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  2429.                     $proxy->setProxyInitializer(null);
  2430.                     return true;
  2431.                 });
  2432.             });
  2433.         }
  2434.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2435.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2436.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2437.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2438.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2439.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2440.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2441.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2442.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2443.     }
  2444.     /**
  2445.      * Gets the public 'sulu.repository.tag' shared service.
  2446.      *
  2447.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2448.      */
  2449.     protected function getSulu_Repository_TagService($lazyLoad true)
  2450.     {
  2451.         if ($lazyLoad) {
  2452.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2453.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2454.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  2455.                     $proxy->setProxyInitializer(null);
  2456.                     return true;
  2457.                 });
  2458.             });
  2459.         }
  2460.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2461.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2462.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2463.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2464.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2465.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2466.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2467.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2468.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  2469.     }
  2470.     /**
  2471.      * Gets the public 'sulu.repository.user' shared service.
  2472.      *
  2473.      * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  2474.      */
  2475.     protected function getSulu_Repository_UserService($lazyLoad true)
  2476.     {
  2477.         if ($lazyLoad) {
  2478.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  2479.                 return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2480.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  2481.                     $proxy->setProxyInitializer(null);
  2482.                     return true;
  2483.                 });
  2484.             });
  2485.         }
  2486.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2487.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2488.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  2489.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  2490.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  2491.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2492.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2493.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2494.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2495.         return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\User'));
  2496.     }
  2497.     /**
  2498.      * Gets the public 'sulu.util.node_helper' shared service.
  2499.      *
  2500.      * @return \Sulu\Component\Util\SuluNodeHelper
  2501.      */
  2502.     protected function getSulu_Util_NodeHelperService()
  2503.     {
  2504.         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()));
  2505.     }
  2506.     /**
  2507.      * Gets the public 'sulu_category.category_manager' shared service.
  2508.      *
  2509.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  2510.      */
  2511.     protected function getSuluCategory_CategoryManagerService()
  2512.     {
  2513.         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()));
  2514.     }
  2515.     /**
  2516.      * Gets the public 'sulu_category.keyword_manager' shared service.
  2517.      *
  2518.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  2519.      */
  2520.     protected function getSuluCategory_KeywordManagerService()
  2521.     {
  2522.         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()));
  2523.     }
  2524.     /**
  2525.      * Gets the public 'sulu_contact.contact_manager' shared service.
  2526.      *
  2527.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  2528.      */
  2529.     protected function getSuluContact_ContactManagerService()
  2530.     {
  2531.         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()));
  2532.     }
  2533.     /**
  2534.      * Gets the public 'sulu_core.array_serializer' shared service.
  2535.      *
  2536.      * @return \Sulu\Component\Serializer\ArraySerializer
  2537.      */
  2538.     protected function getSuluCore_ArraySerializerService()
  2539.     {
  2540.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2541.     }
  2542.     /**
  2543.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  2544.      *
  2545.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  2546.      */
  2547.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  2548.     {
  2549.         $a = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2550.         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()]);
  2551.     }
  2552.     /**
  2553.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  2554.      *
  2555.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  2556.      */
  2557.     protected function getSuluCore_Webspace_WebspaceManagerService()
  2558.     {
  2559.         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()));
  2560.     }
  2561.     /**
  2562.      * Gets the public 'sulu_custom_urls.manager' shared service.
  2563.      *
  2564.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  2565.      */
  2566.     protected function getSuluCustomUrls_ManagerService()
  2567.     {
  2568.         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()));
  2569.     }
  2570.     /**
  2571.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  2572.      *
  2573.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  2574.      */
  2575.     protected function getSuluDocumentManager_DocumentInspectorService()
  2576.     {
  2577.         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()));
  2578.     }
  2579.     /**
  2580.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  2581.      *
  2582.      * @return \Sulu\Component\DocumentManager\DocumentManager
  2583.      */
  2584.     protected function getSuluDocumentManager_DocumentManagerService()
  2585.     {
  2586.         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()));
  2587.     }
  2588.     /**
  2589.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  2590.      *
  2591.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  2592.      */
  2593.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  2594.     {
  2595.         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']);
  2596.     }
  2597.     /**
  2598.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  2599.      *
  2600.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  2601.      */
  2602.     protected function getSuluDocumentManager_PropertyEncoderService()
  2603.     {
  2604.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  2605.     }
  2606.     /**
  2607.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  2608.      *
  2609.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  2610.      */
  2611.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  2612.     {
  2613.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  2614.     }
  2615.     /**
  2616.      * Gets the public 'sulu_media.collection_repository' shared service.
  2617.      *
  2618.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  2619.      */
  2620.     protected function getSuluMedia_CollectionRepositoryService()
  2621.     {
  2622.         $this->services['sulu_media.collection_repository'] = $instance = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('SuluMediaBundle:Collection');
  2623.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2624.         return $instance;
  2625.     }
  2626.     /**
  2627.      * Gets the public 'sulu_media.format_cache' shared service.
  2628.      *
  2629.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  2630.      */
  2631.     protected function getSuluMedia_FormatCacheService()
  2632.     {
  2633.         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);
  2634.     }
  2635.     /**
  2636.      * Gets the public 'sulu_media.format_manager' shared service.
  2637.      *
  2638.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  2639.      */
  2640.     protected function getSuluMedia_FormatManagerService()
  2641.     {
  2642.         $a = ($this->privates['sulu_media.adapter.gd'] ?? ($this->privates['sulu_media.adapter.gd'] = new \Imagine\Gd\Imagine()));
  2643.         $b = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  2644.         $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');
  2645.         $b->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  2646.         $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');
  2647.         $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');
  2648.         $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');
  2649.         $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');
  2650.         $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');
  2651.         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()));
  2652.     }
  2653.     /**
  2654.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  2655.      *
  2656.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  2657.      */
  2658.     protected function getSuluMedia_Image_Transformation_BlurService()
  2659.     {
  2660.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  2661.     }
  2662.     /**
  2663.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  2664.      *
  2665.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  2666.      */
  2667.     protected function getSuluMedia_Image_Transformation_CropService()
  2668.     {
  2669.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  2670.     }
  2671.     /**
  2672.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  2673.      *
  2674.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  2675.      */
  2676.     protected function getSuluMedia_Image_Transformation_GammaService()
  2677.     {
  2678.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  2679.     }
  2680.     /**
  2681.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  2682.      *
  2683.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  2684.      */
  2685.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  2686.     {
  2687.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  2688.     }
  2689.     /**
  2690.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  2691.      *
  2692.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  2693.      */
  2694.     protected function getSuluMedia_Image_Transformation_NegativeService()
  2695.     {
  2696.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  2697.     }
  2698.     /**
  2699.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  2700.      *
  2701.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  2702.      */
  2703.     protected function getSuluMedia_Image_Transformation_PasteService()
  2704.     {
  2705.         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))))));
  2706.     }
  2707.     /**
  2708.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  2709.      *
  2710.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  2711.      */
  2712.     protected function getSuluMedia_Image_Transformation_SharpenService()
  2713.     {
  2714.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  2715.     }
  2716.     /**
  2717.      * Gets the public 'sulu_media.media_manager' shared service.
  2718.      *
  2719.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  2720.      */
  2721.     protected function getSuluMedia_MediaManagerService()
  2722.     {
  2723.         $a = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  2724.         $a->setMaxFileSize('100MB');
  2725.         $a->setBlockedMimeTypes([]);
  2726.         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 () {
  2727.             yield => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  2728.         }, 1), '/media/{id}/download/{slug}'NULL'/admin/media/{id}/download/{slug}', ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService()));
  2729.     }
  2730.     /**
  2731.      * Gets the public 'sulu_media.storage' shared service.
  2732.      *
  2733.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\GoogleCloudStorage
  2734.      */
  2735.     protected function getSuluMedia_StorageService()
  2736.     {
  2737.         $a = new \Google\Cloud\Storage\StorageClient(['keyFilePath' => (\dirname(__DIR__5).'/config/me-web-site-services.json')]);
  2738.         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);
  2739.     }
  2740.     /**
  2741.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  2742.      *
  2743.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  2744.      */
  2745.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  2746.     {
  2747.         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()));
  2748.     }
  2749.     /**
  2750.      * Gets the public 'sulu_page.content_repository' shared service.
  2751.      *
  2752.      * @return \Sulu\Component\Content\Repository\ContentRepository
  2753.      */
  2754.     protected function getSuluPage_ContentRepositoryService()
  2755.     {
  2756.         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']);
  2757.     }
  2758.     /**
  2759.      * Gets the public 'sulu_page.extension.manager' shared service.
  2760.      *
  2761.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  2762.      */
  2763.     protected function getSuluPage_Extension_ManagerService()
  2764.     {
  2765.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  2766.         $instance->addExtension(new \App\Structure\OpenGraphStructureExtension());
  2767.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  2768.         $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()))));
  2769.         return $instance;
  2770.     }
  2771.     /**
  2772.      * Gets the public 'sulu_page.structure.factory' shared service.
  2773.      *
  2774.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  2775.      */
  2776.     protected function getSuluPage_Structure_FactoryService()
  2777.     {
  2778.         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);
  2779.     }
  2780.     /**
  2781.      * Gets the public 'sulu_security.mask_converter' shared service.
  2782.      *
  2783.      * @return \Sulu\Component\Security\Authorization\MaskConverter
  2784.      */
  2785.     protected function getSuluSecurity_MaskConverterService()
  2786.     {
  2787.         return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  2788.     }
  2789.     /**
  2790.      * Gets the public 'sulu_security.salt_generator' shared service.
  2791.      *
  2792.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  2793.      */
  2794.     protected function getSuluSecurity_SaltGeneratorService()
  2795.     {
  2796.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  2797.     }
  2798.     /**
  2799.      * Gets the public 'sulu_security.security_checker' shared service.
  2800.      *
  2801.      * @return \Sulu\Component\Security\Authorization\SecurityChecker
  2802.      */
  2803.     protected function getSuluSecurity_SecurityCheckerService()
  2804.     {
  2805.         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()));
  2806.     }
  2807.     /**
  2808.      * Gets the public 'sulu_security.user_manager' shared service.
  2809.      *
  2810.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  2811.      */
  2812.     protected function getSuluSecurity_UserManagerService()
  2813.     {
  2814.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2815.         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()));
  2816.     }
  2817.     /**
  2818.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  2819.      *
  2820.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  2821.      */
  2822.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  2823.     {
  2824.         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']);
  2825.     }
  2826.     /**
  2827.      * Gets the public 'sulu_snippet.resolver' shared service.
  2828.      *
  2829.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  2830.      */
  2831.     protected function getSuluSnippet_ResolverService()
  2832.     {
  2833.         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()));
  2834.     }
  2835.     /**
  2836.      * Gets the public 'sulu_tag.tag_manager' shared service.
  2837.      *
  2838.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  2839.      */
  2840.     protected function getSuluTag_TagManagerService()
  2841.     {
  2842.         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()));
  2843.     }
  2844.     /**
  2845.      * Gets the public 'sulu_website.resolver.structure' shared service.
  2846.      *
  2847.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  2848.      */
  2849.     protected function getSuluWebsite_Resolver_StructureService()
  2850.     {
  2851.         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']);
  2852.     }
  2853.     /**
  2854.      * Gets the public 'translator' shared service.
  2855.      *
  2856.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2857.      */
  2858.     protected function getTranslatorService()
  2859.     {
  2860.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2861.     }
  2862.     /**
  2863.      * Gets the public 'var_dumper.cloner' shared service.
  2864.      *
  2865.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2866.      */
  2867.     protected function getVarDumper_ClonerService()
  2868.     {
  2869.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2870.         $instance->setMaxItems(2500);
  2871.         $instance->setMinDepth(1);
  2872.         $instance->setMaxString(-1);
  2873.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2874.         return $instance;
  2875.     }
  2876.     /**
  2877.      * Gets the private '.debug.http_client' shared service.
  2878.      *
  2879.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2880.      */
  2881.     protected function get_Debug_HttpClientService()
  2882.     {
  2883.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2884.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2885.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2886.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2887.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2888.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2889.         $a->setLogger($b);
  2890.         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))));
  2891.     }
  2892.     /**
  2893.      * Gets the private '.service_locator.yDwtL5G' shared service.
  2894.      *
  2895.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2896.      */
  2897.     protected function get_ServiceLocator_YDwtL5GService()
  2898.     {
  2899.         return $this->privates['.service_locator.yDwtL5G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2900.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2901.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2902.             'security.firewall.map.context.website' => ['privates''security.firewall.map.context.website''getSecurity_Firewall_Map_Context_WebsiteService'true],
  2903.         ], [
  2904.             'security.firewall.map.context.admin' => '?',
  2905.             'security.firewall.map.context.dev' => '?',
  2906.             'security.firewall.map.context.website' => '?',
  2907.         ]);
  2908.     }
  2909.     /**
  2910.      * Gets the private 'App\Service\HtmlParserService' shared autowired service.
  2911.      *
  2912.      * @return \App\Service\HtmlParserService
  2913.      */
  2914.     protected function getHtmlParserServiceService()
  2915.     {
  2916.         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())));
  2917.     }
  2918.     /**
  2919.      * Gets the private 'annotations.cache_adapter' shared service.
  2920.      *
  2921.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2922.      */
  2923.     protected function getAnnotations_CacheAdapterService()
  2924.     {
  2925.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2926.     }
  2927.     /**
  2928.      * Gets the private 'annotations.cached_reader' shared service.
  2929.      *
  2930.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2931.      */
  2932.     protected function getAnnotations_CachedReaderService()
  2933.     {
  2934.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2935.     }
  2936.     /**
  2937.      * Gets the private 'annotations.reader' shared service.
  2938.      *
  2939.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2940.      */
  2941.     protected function getAnnotations_ReaderService()
  2942.     {
  2943.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2944.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2945.         $a->registerUniqueLoader('class_exists');
  2946.         $instance->addGlobalIgnoredName('required'$a);
  2947.         return $instance;
  2948.     }
  2949.     /**
  2950.      * Gets the private 'assets.context' shared service.
  2951.      *
  2952.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2953.      */
  2954.     protected function getAssets_ContextService()
  2955.     {
  2956.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2957.         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());
  2958.     }
  2959.     /**
  2960.      * Gets the private 'assets.packages' shared service.
  2961.      *
  2962.      * @return \Symfony\Component\Asset\Packages
  2963.      */
  2964.     protected function getAssets_PackagesService()
  2965.     {
  2966.         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 () {
  2967.             yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  2968.         }, 1));
  2969.     }
  2970.     /**
  2971.      * Gets the private 'cache.annotations' shared service.
  2972.      *
  2973.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2974.      */
  2975.     protected function getCache_AnnotationsService()
  2976.     {
  2977.         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())));
  2978.     }
  2979.     /**
  2980.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2981.      *
  2982.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2983.      */
  2984.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2985.     {
  2986.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2987.     }
  2988.     /**
  2989.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2990.      *
  2991.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2992.      */
  2993.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2994.     {
  2995.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2996.     }
  2997.     /**
  2998.      * Gets the private 'cache.property_info' shared service.
  2999.      *
  3000.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3001.      */
  3002.     protected function getCache_PropertyInfoService()
  3003.     {
  3004.         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())));
  3005.     }
  3006.     /**
  3007.      * Gets the private 'cache.security_expression_language' shared service.
  3008.      *
  3009.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3010.      */
  3011.     protected function getCache_SecurityExpressionLanguageService()
  3012.     {
  3013.         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())));
  3014.     }
  3015.     /**
  3016.      * Gets the private 'cache.serializer' shared service.
  3017.      *
  3018.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3019.      */
  3020.     protected function getCache_SerializerService()
  3021.     {
  3022.         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())));
  3023.     }
  3024.     /**
  3025.      * Gets the private 'cache.validator' shared service.
  3026.      *
  3027.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3028.      */
  3029.     protected function getCache_ValidatorService()
  3030.     {
  3031.         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())));
  3032.     }
  3033.     /**
  3034.      * Gets the private 'cache.webpack_encore' shared service.
  3035.      *
  3036.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3037.      */
  3038.     protected function getCache_WebpackEncoreService()
  3039.     {
  3040.         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())));
  3041.     }
  3042.     /**
  3043.      * Gets the private 'config_cache_factory' shared service.
  3044.      *
  3045.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3046.      */
  3047.     protected function getConfigCacheFactoryService()
  3048.     {
  3049.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3050.             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)));
  3051.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3052.         }, 2));
  3053.     }
  3054.     /**
  3055.      * Gets the private 'data_collector.form' shared service.
  3056.      *
  3057.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3058.      */
  3059.     protected function getDataCollector_FormService()
  3060.     {
  3061.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3062.     }
  3063.     /**
  3064.      * Gets the private 'data_collector.request' shared service.
  3065.      *
  3066.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3067.      */
  3068.     protected function getDataCollector_RequestService()
  3069.     {
  3070.         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())));
  3071.     }
  3072.     /**
  3073.      * Gets the private 'debug.controller_resolver' shared service.
  3074.      *
  3075.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3076.      */
  3077.     protected function getDebug_ControllerResolverService()
  3078.     {
  3079.         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))));
  3080.     }
  3081.     /**
  3082.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3083.      *
  3084.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3085.      */
  3086.     protected function getDebug_DebugHandlersListenerService()
  3087.     {
  3088.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3089.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3090.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3091.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3092.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3093.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3094.     }
  3095.     /**
  3096.      * Gets the private 'debug.file_link_formatter' shared service.
  3097.      *
  3098.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3099.      */
  3100.     protected function getDebug_FileLinkFormatterService()
  3101.     {
  3102.         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 () {
  3103.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3104.         });
  3105.     }
  3106.     /**
  3107.      * Gets the private 'debug.log_processor' shared service.
  3108.      *
  3109.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3110.      */
  3111.     protected function getDebug_LogProcessorService()
  3112.     {
  3113.         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())));
  3114.     }
  3115.     /**
  3116.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3117.      *
  3118.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3119.      */
  3120.     protected function getDebug_Security_Access_DecisionManagerService()
  3121.     {
  3122.         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 () {
  3123.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3124.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3125.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3126.             yield => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  3127.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(true)));
  3128.     }
  3129.     /**
  3130.      * Gets the private 'debug.security.firewall' shared service.
  3131.      *
  3132.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3133.      */
  3134.     protected function getDebug_Security_FirewallService()
  3135.     {
  3136.         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()));
  3137.     }
  3138.     /**
  3139.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3140.      *
  3141.      * @return \Doctrine\Migrations\DependencyFactory
  3142.      */
  3143.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3144.     {
  3145.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3146.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__5).'/migrations'));
  3147.         $a->setAllOrNothing(false);
  3148.         $a->setCheckDatabasePlatform(true);
  3149.         $a->setTransactional(true);
  3150.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3151.         $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()));
  3152.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3153.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3154.         });
  3155.         return $instance;
  3156.     }
  3157.     /**
  3158.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3159.      *
  3160.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3161.      */
  3162.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3163.     {
  3164.         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')]);
  3165.     }
  3166.     /**
  3167.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3168.      *
  3169.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3170.      */
  3171.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3172.     {
  3173.         $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']);
  3174.         $instance->setGlobalBasename('mapping');
  3175.         return $instance;
  3176.     }
  3177.     /**
  3178.      * Gets the private 'exception_listener' shared service.
  3179.      *
  3180.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3181.      */
  3182.     protected function getExceptionListenerService()
  3183.     {
  3184.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3185.     }
  3186.     /**
  3187.      * Gets the private 'form.registry' shared service.
  3188.      *
  3189.      * @return \Symfony\Component\Form\FormRegistry
  3190.      */
  3191.     protected function getForm_RegistryService()
  3192.     {
  3193.         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, [
  3194.             'App\\Form\\RegisterFormType' => ['privates''App\\Form\\RegisterFormType''getRegisterFormTypeService'true],
  3195.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService'true],
  3196.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService'true],
  3197.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService'true],
  3198.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService'true],
  3199.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService'true],
  3200.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  3201.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  3202.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  3203.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  3204.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  3205.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  3206.         ], [
  3207.             'App\\Form\\RegisterFormType' => '?',
  3208.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  3209.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  3210.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  3211.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  3212.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  3213.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3214.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  3215.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3216.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3217.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3218.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3219.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3220.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  3221.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  3222.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  3223.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  3224.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  3225.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  3226.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3227.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3228.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3229.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3230.         }, 1)], new RewindableGenerator(function () {
  3231.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3232.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  3233.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3234.     }
  3235.     /**
  3236.      * Gets the private 'fos_http_cache.event_listener.php8_attributes' shared service.
  3237.      *
  3238.      * @return \FOS\HttpCacheBundle\EventListener\Php8AttributesListener
  3239.      */
  3240.     protected function getFosHttpCache_EventListener_Php8AttributesService()
  3241.     {
  3242.         return $this->privates['fos_http_cache.event_listener.php8_attributes'] = new \FOS\HttpCacheBundle\EventListener\Php8AttributesListener(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  3243.     }
  3244.     /**
  3245.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  3246.      *
  3247.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  3248.      */
  3249.     protected function getFosHttpCache_EventListener_TagService()
  3250.     {
  3251.         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);
  3252.     }
  3253.     /**
  3254.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  3255.      *
  3256.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  3257.      */
  3258.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  3259.     {
  3260.         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());
  3261.     }
  3262.     /**
  3263.      * Gets the private 'fos_rest.body_listener' shared service.
  3264.      *
  3265.      * @return \FOS\RestBundle\EventListener\BodyListener
  3266.      */
  3267.     protected function getFosRest_BodyListenerService()
  3268.     {
  3269.         $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, [
  3270.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  3271.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  3272.         ], [
  3273.             'fos_rest.decoder.json' => '?',
  3274.             'fos_rest.decoder.xml' => '?',
  3275.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  3276.         $instance->setDefaultFormat(NULL);
  3277.         return $instance;
  3278.     }
  3279.     /**
  3280.      * Gets the private 'fos_rest.exception.codes_map' shared service.
  3281.      *
  3282.      * @return \FOS\RestBundle\Util\ExceptionValueMap
  3283.      */
  3284.     protected function getFosRest_Exception_CodesMapService()
  3285.     {
  3286.         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]);
  3287.     }
  3288.     /**
  3289.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  3290.      *
  3291.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  3292.      */
  3293.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  3294.     {
  3295.         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()));
  3296.     }
  3297.     /**
  3298.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  3299.      *
  3300.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  3301.      */
  3302.     protected function getFosRest_ZoneMatcherListenerService()
  3303.     {
  3304.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  3305.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  3306.         return $instance;
  3307.     }
  3308.     /**
  3309.      * Gets the private 'jms_serializer.metadata.traceable_cache' shared service.
  3310.      *
  3311.      * @return \JMS\SerializerBundle\Debug\TraceableDriver
  3312.      */
  3313.     protected function getJmsSerializer_Metadata_TraceableCacheService()
  3314.     {
  3315.         return $this->privates['jms_serializer.metadata.traceable_cache'] = new \JMS\SerializerBundle\Debug\TraceableDriver(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  3316.     }
  3317.     /**
  3318.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  3319.      *
  3320.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  3321.      */
  3322.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  3323.     {
  3324.         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')]);
  3325.     }
  3326.     /**
  3327.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  3328.      *
  3329.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  3330.      */
  3331.     protected function getJmsSerializer_TraceableEventDispatcherService()
  3332.     {
  3333.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3334.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  3335.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  3336.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  3337.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService'true],
  3338.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService'true],
  3339.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService'true],
  3340.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService'true],
  3341.             'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates''sulu_admin.dropdown_toolbar_action_subscriber''getSuluAdmin_DropdownToolbarActionSubscriberService'true],
  3342.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates''sulu_admin.save_with_form_dialog_toolbar_action_subscriber''getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService'true],
  3343.             'sulu_admin.toggler_toolbar_action_subscriber' => ['privates''sulu_admin.toggler_toolbar_action_subscriber''getSuluAdmin_TogglerToolbarActionSubscriberService'true],
  3344.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService'true],
  3345.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService'true],
  3346.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService'true],
  3347.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService'true],
  3348.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService'true],
  3349.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService'true],
  3350.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService'true],
  3351.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService'true],
  3352.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService'true],
  3353.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService'true],
  3354.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService'true],
  3355.         ], [
  3356.             'jms_serializer.stopwatch_subscriber' => '?',
  3357.             'jms_serializer.traceable_runs_listener' => '?',
  3358.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3359.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  3360.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  3361.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  3362.             'sulu_core.representation_handler' => '?',
  3363.             'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  3364.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  3365.             'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  3366.             'sulu_security.document.serializer.subscriber.security' => '?',
  3367.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  3368.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  3369.             'sulu_page.document.serializer.subscriber.locale' => '?',
  3370.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  3371.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  3372.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  3373.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  3374.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  3375.             'sulu_hash.event_subscriber.serializer' => '?',
  3376.             'sulu_document_manager.serializer.subscriber.document' => '?',
  3377.         ]));
  3378.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  3379.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3380.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3381.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3382.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  3383.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  3384.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  3385.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3386.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3387.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  3388.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], NULLNULLNULL);
  3389.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], NULLNULLNULL);
  3390.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], NULLNULLNULL);
  3391.         $instance->addListener('serializer.post_serialize', [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], NULL'json'NULL);
  3392.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.dropdown_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction''json'NULL);
  3393.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction''json'NULL);
  3394.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.toggler_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction''json'NULL);
  3395.         $instance->addListener('serializer.post_serialize', [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], NULL'json'NULL);
  3396.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3397.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3398.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3399.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], NULL'json'NULL);
  3400.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3401.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3402.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3403.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], NULL'json'NULL);
  3404.         $instance->addListener('serializer.post_serialize', [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3405.         $instance->addListener('serializer.post_serialize', [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], NULLNULLNULL);
  3406.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  3407.         $instance->addListener('serializer.post_deserialize', [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], NULLNULLNULL);
  3408.         return $instance;
  3409.     }
  3410.     /**
  3411.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  3412.      *
  3413.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  3414.      */
  3415.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  3416.     {
  3417.         $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, [
  3418.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService'true],
  3419.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  3420.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  3421.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  3422.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService'true],
  3423.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService'true],
  3424.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService'true],
  3425.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  3426.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  3427.             'sulu_admin.schema_handler' => ['privates''sulu_admin.schema_handler''getSuluAdmin_SchemaHandlerService'true],
  3428.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService'true],
  3429.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  3430.         ], [
  3431.             'sulu_core.rest.datetime_handler' => '?',
  3432.             'jms_serializer.datetime_handler' => '?',
  3433.             'jms_serializer.array_collection_handler' => '?',
  3434.             'jms_serializer.iterator_handler' => '?',
  3435.             'sulu_page.document.serializer.handler.structure' => '?',
  3436.             'sulu_page.document.serializer.handler.extension_container' => '?',
  3437.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  3438.             'fos_rest.serializer.flatten_exception_handler' => '?',
  3439.             'jms_serializer.constraint_violation_handler' => '?',
  3440.             'sulu_admin.schema_handler' => '?',
  3441.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  3442.             'fos_rest.serializer.form_error_handler' => '?',
  3443.         ])));
  3444.         $instance->registerHandler(2'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3445.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  3446.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  3447.         $instance->registerHandler(2'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3448.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  3449.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  3450.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3451.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3452.         $instance->registerHandler(2'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3453.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3454.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3455.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3456.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3457.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3458.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3459.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3460.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3461.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3462.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3463.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3464.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3465.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  3466.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  3467.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  3468.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  3469.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3470.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3471.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3472.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3473.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3474.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3475.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']);
  3476.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']);
  3477.         $instance->registerHandler(2'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge''json', [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']);
  3478.         $instance->registerHandler(1'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3479.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3480.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3481.         $instance->registerHandler(1'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3482.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3483.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3484.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  3485.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  3486.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3487.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3488.         $instance->registerHandler(1'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3489.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3490.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3491.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3492.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3493.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3494.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3495.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3496.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3497.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3498.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3499.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3500.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3501.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  3502.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  3503.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  3504.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  3505.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3506.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3507.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3508.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3509.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3510.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3511.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3512.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3513.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3514.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3515.         $instance->registerHandler(1'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata''json', [=> 'sulu_admin.schema_handler'=> 'serializeToJsonSchema']);
  3516.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']);
  3517.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']);
  3518.         $instance->registerHandler(1'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection''json', [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']);
  3519.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  3520.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  3521.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormInterfaceToxml']);
  3522.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormInterfaceTojson']);
  3523.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  3524.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  3525.         return $instance;
  3526.     }
  3527.     /**
  3528.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  3529.      *
  3530.      * @return \JMS\SerializerBundle\Debug\RunsListener
  3531.      */
  3532.     protected function getJmsSerializer_TraceableRunsListenerService()
  3533.     {
  3534.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  3535.     }
  3536.     /**
  3537.      * Gets the private 'locale_aware_listener' shared service.
  3538.      *
  3539.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3540.      */
  3541.     protected function getLocaleAwareListenerService()
  3542.     {
  3543.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3544.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  3545.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3546.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3547.     }
  3548.     /**
  3549.      * Gets the private 'locale_listener' shared service.
  3550.      *
  3551.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3552.      */
  3553.     protected function getLocaleListenerService()
  3554.     {
  3555.         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, []);
  3556.     }
  3557.     /**
  3558.      * Gets the private 'monolog.handler.console' shared service.
  3559.      *
  3560.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3561.      */
  3562.     protected function getMonolog_Handler_ConsoleService()
  3563.     {
  3564.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3565.     }
  3566.     /**
  3567.      * Gets the private 'monolog.handler.main' shared service.
  3568.      *
  3569.      * @return \Monolog\Handler\StreamHandler
  3570.      */
  3571.     protected function getMonolog_Handler_MainService()
  3572.     {
  3573.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 100trueNULLfalse);
  3574.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3575.         return $instance;
  3576.     }
  3577.     /**
  3578.      * Gets the private 'monolog.logger' shared service.
  3579.      *
  3580.      * @return \Symfony\Bridge\Monolog\Logger
  3581.      */
  3582.     protected function getMonolog_LoggerService()
  3583.     {
  3584.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3585.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3586.         $instance->useMicrosecondTimestamps(true);
  3587.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3588.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3589.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3590.         return $instance;
  3591.     }
  3592.     /**
  3593.      * Gets the private 'monolog.logger.cache' shared service.
  3594.      *
  3595.      * @return \Symfony\Bridge\Monolog\Logger
  3596.      */
  3597.     protected function getMonolog_Logger_CacheService()
  3598.     {
  3599.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3600.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3601.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3602.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3603.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3604.         return $instance;
  3605.     }
  3606.     /**
  3607.      * Gets the private 'monolog.logger.request' shared service.
  3608.      *
  3609.      * @return \Symfony\Bridge\Monolog\Logger
  3610.      */
  3611.     protected function getMonolog_Logger_RequestService()
  3612.     {
  3613.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3614.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3615.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3616.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3617.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3618.         return $instance;
  3619.     }
  3620.     /**
  3621.      * Gets the private 'parameter_bag' shared service.
  3622.      *
  3623.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3624.      */
  3625.     protected function getParameterBagService()
  3626.     {
  3627.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3628.     }
  3629.     /**
  3630.      * Gets the private 'profiler_listener' shared service.
  3631.      *
  3632.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3633.      */
  3634.     protected function getProfilerListenerService()
  3635.     {
  3636.         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);
  3637.     }
  3638.     /**
  3639.      * Gets the private 'property_info' shared service.
  3640.      *
  3641.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3642.      */
  3643.     protected function getPropertyInfoService()
  3644.     {
  3645.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3646.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3647.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3648.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3649.         }, 3), new RewindableGenerator(function () {
  3650.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3651.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3652.         }, 2), new RewindableGenerator(function () {
  3653.             return new \EmptyIterator();
  3654.         }, 0), new RewindableGenerator(function () {
  3655.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3656.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3657.         }, 2), new RewindableGenerator(function () {
  3658.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3659.         }, 1));
  3660.     }
  3661.     /**
  3662.      * Gets the private 'router.expression_language_provider' shared service.
  3663.      *
  3664.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3665.      */
  3666.     protected function getRouter_ExpressionLanguageProviderService()
  3667.     {
  3668.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3669.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3670.         ], [
  3671.             'env' => 'Closure',
  3672.         ]));
  3673.     }
  3674.     /**
  3675.      * Gets the private 'router.request_context' shared service.
  3676.      *
  3677.      * @return \Symfony\Component\Routing\RequestContext
  3678.      */
  3679.     protected function getRouter_RequestContextService()
  3680.     {
  3681.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3682.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3683.         return $instance;
  3684.     }
  3685.     /**
  3686.      * Gets the private 'security.firewall.map' shared service.
  3687.      *
  3688.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3689.      */
  3690.     protected function getSecurity_Firewall_MapService()
  3691.     {
  3692.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.yDwtL5G'] ?? $this->get_ServiceLocator_YDwtL5GService()), new RewindableGenerator(function () {
  3693.             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)/')));
  3694.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.KLaPh5V'] ?? ($this->privates['.security.request_matcher.KLaPh5V'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(\\/|$)')));
  3695.             yield 'security.firewall.map.context.website' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3696.         }, 3));
  3697.     }
  3698.     /**
  3699.      * Gets the private 'security.helper' shared service.
  3700.      *
  3701.      * @return \Symfony\Component\Security\Core\Security
  3702.      */
  3703.     protected function getSecurity_HelperService()
  3704.     {
  3705.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3706.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3707.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3708.         ], [
  3709.             'security.authorization_checker' => '?',
  3710.             'security.token_storage' => '?',
  3711.         ]));
  3712.     }
  3713.     /**
  3714.      * Gets the private 'security.logout_url_generator' shared service.
  3715.      *
  3716.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3717.      */
  3718.     protected function getSecurity_LogoutUrlGeneratorService()
  3719.     {
  3720.         $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()));
  3721.         $instance->registerListener('admin''sulu_admin.logout''logout''_csrf_token'NULLNULL);
  3722.         $instance->registerListener('website''logout''logout''_csrf_token'NULLNULL);
  3723.         return $instance;
  3724.     }
  3725.     /**
  3726.      * Gets the private 'session_listener' shared service.
  3727.      *
  3728.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3729.      */
  3730.     protected function getSessionListenerService()
  3731.     {
  3732.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3733.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3734.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3735.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3736.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3737.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3738.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3739.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  3740.         ], [
  3741.             'initialized_session' => '?',
  3742.             'logger' => '?',
  3743.             'request_stack' => '?',
  3744.             'session' => '?',
  3745.             'session_collector' => '?',
  3746.             'session_factory' => '?',
  3747.             'session_storage' => '?',
  3748.         ]), true$this->parameters['session.storage.options']);
  3749.     }
  3750.     /**
  3751.      * Gets the private 'sulu.content.query_executor' shared service.
  3752.      *
  3753.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  3754.      */
  3755.     protected function getSulu_Content_QueryExecutorService()
  3756.     {
  3757.         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))));
  3758.     }
  3759.     /**
  3760.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  3761.      *
  3762.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  3763.      */
  3764.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  3765.     {
  3766.         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()));
  3767.     }
  3768.     /**
  3769.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  3770.      *
  3771.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  3772.      */
  3773.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  3774.     {
  3775.         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())));
  3776.     }
  3777.     /**
  3778.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  3779.      *
  3780.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  3781.      */
  3782.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  3783.     {
  3784.         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()));
  3785.     }
  3786.     /**
  3787.      * Gets the private 'sulu_activity.domain_event_collector' shared service.
  3788.      *
  3789.      * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  3790.      */
  3791.     protected function getSuluActivity_DomainEventCollectorService()
  3792.     {
  3793.         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()));
  3794.     }
  3795.     /**
  3796.      * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  3797.      *
  3798.      * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  3799.      */
  3800.     protected function getSuluActivity_DomainEventDispatcherService()
  3801.     {
  3802.         return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3803.     }
  3804.     /**
  3805.      * Gets the private 'sulu_admin.collaboration_cache' shared service.
  3806.      *
  3807.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3808.      */
  3809.     protected function getSuluAdmin_CollaborationCacheService()
  3810.     {
  3811.         $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))));
  3812.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3813.         return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3814.     }
  3815.     /**
  3816.      * Gets the private 'sulu_category.category_request_handler' shared service.
  3817.      *
  3818.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  3819.      */
  3820.     protected function getSuluCategory_CategoryRequestHandlerService()
  3821.     {
  3822.         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())));
  3823.     }
  3824.     /**
  3825.      * Gets the private 'sulu_category.twig_extension' shared service.
  3826.      *
  3827.      * @return \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension
  3828.      */
  3829.     protected function getSuluCategory_TwigExtensionService()
  3830.     {
  3831.         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()));
  3832.     }
  3833.     /**
  3834.      * Gets the private 'sulu_core.cache.memoize' shared service.
  3835.      *
  3836.      * @return \Sulu\Component\Cache\Memoize
  3837.      */
  3838.     protected function getSuluCore_Cache_MemoizeService()
  3839.     {
  3840.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  3841.     }
  3842.     /**
  3843.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  3844.      *
  3845.      * @return \ProxyManager\Configuration
  3846.      */
  3847.     protected function getSuluCore_ProxyManager_ConfigurationService()
  3848.     {
  3849.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  3850.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  3851.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  3852.         return $instance;
  3853.     }
  3854.     /**
  3855.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  3856.      *
  3857.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  3858.      */
  3859.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  3860.     {
  3861.         $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  3862.         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)]));
  3863.     }
  3864.     /**
  3865.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  3866.      *
  3867.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  3868.      */
  3869.     protected function getSuluCustomUrls_DomainGeneratorService()
  3870.     {
  3871.         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())));
  3872.     }
  3873.     /**
  3874.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  3875.      *
  3876.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  3877.      */
  3878.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  3879.     {
  3880.         if ($lazyLoad) {
  3881.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  3882.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3883.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  3884.                     $proxy->setProxyInitializer(null);
  3885.                     return true;
  3886.                 });
  3887.             });
  3888.         }
  3889.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  3890.         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');
  3891.     }
  3892.     /**
  3893.      * Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
  3894.      *
  3895.      * @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
  3896.      */
  3897.     protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
  3898.     {
  3899.         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()));
  3900.     }
  3901.     /**
  3902.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  3903.      *
  3904.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3905.      */
  3906.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  3907.     {
  3908.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3909.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3910.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3911.         }, => 'handleFlush'], 0);
  3912.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3913.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3914.         }, => 'handlePrePersist'], 479);
  3915.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3916.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3917.         }, => 'handlePersist'], -10000);
  3918.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3919.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3920.         }, => 'handleRemove'], -10000);
  3921.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  3922.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3923.         }, => 'handleRemoveLocale'], -10000);
  3924.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  3925.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3926.         }, => 'handleCopyLocale'], -10000);
  3927.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3928.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3929.         }, => 'handleCopy'], -10000);
  3930.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3931.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  3932.         }, => 'storeSnippetToTrash'], 1024);
  3933.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3934.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  3935.         }, => 'flushTrashItem'], 0);
  3936.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  3937.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  3938.         }, => 'clearPendingTrashItem'], 0);
  3939.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3940.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3941.         }, => 'indexPersistedDocument'], -10);
  3942.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3943.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3944.         }, => 'indexPublishedDocument'], -256);
  3945.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3946.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3947.         }, => 'deindexRemovedDocument'], 600);
  3948.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  3949.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3950.         }, => 'deindexUnpublishedDocument'], -1024);
  3951.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  3952.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3953.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  3954.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  3955.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3956.         }, => 'deindexRemovedLocaleDocument'], -1024);
  3957.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3958.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  3959.         }, => 'preventRemoveWithChildren'], 4096);
  3960.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3961.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  3962.         }, => 'addForceRemoveChildrenOption'], 0);
  3963.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3964.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3965.         }, => 'handleConfigureOptions'], 0);
  3966.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3967.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3968.         }, => 'handleFlush'], 0);
  3969.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3970.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3971.         }, => 'handlePrePersist'], 479);
  3972.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3973.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3974.         }, => 'handlePersist'], -10000);
  3975.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3976.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3977.         }, => 'handleRemove'], -10000);
  3978.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  3979.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3980.         }, => 'handleRemoveLocale'], -10000);
  3981.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  3982.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3983.         }, => 'handleCopyLocale'], -10000);
  3984.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3985.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3986.         }, => 'handleCopy'], -10000);
  3987.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3988.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3989.         }, => 'handlePreMove'], 10000);
  3990.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3991.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3992.         }, => 'handleMove'], -10000);
  3993.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3994.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3995.         }, => 'handlePublish'], -10000);
  3996.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  3997.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3998.         }, => 'handleUnpublish'], -10000);
  3999.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4000.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4001.         }, => 'handleRemoveDraft'], -10000);
  4002.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4003.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4004.         }, => 'handleRestore'], -10000);
  4005.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4006.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4007.         }, => 'handleReorder'], -10000);
  4008.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4009.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4010.         }, => 'saveStructureData'], 0);
  4011.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4012.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4013.         }, => 'handlePersistStagedProperties'], 50);
  4014.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4015.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4016.         }, => 'handlePersistStructureType'], 100);
  4017.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4018.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4019.         }, => 'saveStructureData'], 0);
  4020.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4021.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4022.         }, => 'handleHydrate'], 0);
  4023.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4024.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4025.         }, => 'configureOptions'], 0);
  4026.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4027.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  4028.         }, => 'handleMetadataLoad'], 0);
  4029.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4030.             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()));
  4031.         }, => 'handleMetadataLoad'], 0);
  4032.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4033.             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()));
  4034.         }, => 'handlePersist'], 15);
  4035.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4036.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4037.         }, => 'handlePersistDocument'], 10);
  4038.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4039.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4040.         }, => 'handleHydrate'], -200);
  4041.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4042.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4043.         }, => 'updateMovedDocument'], -128);
  4044.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4045.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4046.         }, => 'updateCopiedDocument'], -128);
  4047.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4048.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4049.         }, => 'handlePersistRoute'], -128);
  4050.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4051.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4052.         }, => 'setWorkflowStageOnDocument'], 0);
  4053.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4054.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4055.         }, => 'setWorkflowStageToTest'], 0);
  4056.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4057.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4058.         }, => 'setWorkflowStageToPublished'], 0);
  4059.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4060.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4061.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  4062.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4063.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4064.         }, => 'setWorkflowStageToTestForCopy'], 0);
  4065.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4066.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4067.         }, => 'setWorkflowStageToTestForRestore'], -32);
  4068.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4069.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4070.         }, => 'handleMetadataLoad'], 0);
  4071.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4072.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4073.         }, => 'handlePersistUpdateUrl'], 20);
  4074.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4075.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4076.         }, => 'saveShadowProperties'], 15);
  4077.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4078.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4079.         }, => 'handleHydrate'], 390);
  4080.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4081.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4082.         }, => 'saveShadowProperties'], 15);
  4083.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4084.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4085.         }, => 'handleConfigureOptions'], 0);
  4086.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4087.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4088.         }, => 'copyShadowProperties'], -256);
  4089.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4090.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4091.         }, => 'copyShadowProperties'], 0);
  4092.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4093.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4094.         }, => 'setTitleOnDocument'], -10);
  4095.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4096.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4097.         }, => 'setTitleOnNode'], 10);
  4098.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4099.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4100.         }, => 'setTitleOnNode'], 10);
  4101.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4102.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  4103.         }, => 'handleHydrate'], 400);
  4104.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4105.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4106.         }, => 'saveExtensionData'], 10);
  4107.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4108.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4109.         }, => 'saveExtensionData'], 10);
  4110.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4111.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4112.         }, => 'handleHydrate'], -10);
  4113.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4114.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4115.         }, => 'handlePersist'], 0);
  4116.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4117.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4118.         }, => 'handleMetadataLoad'], 0);
  4119.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4120.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4121.         }, => 'handleReorder'], 0);
  4122.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4123.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4124.         }, => 'handlePersist'], 0);
  4125.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4126.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4127.         }, => 'handlePersistCreate'], 3);
  4128.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4129.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4130.         }, => 'handleHydrate'], 0);
  4131.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4132.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4133.         }, => 'deleteUnavailableLocales'], 256);
  4134.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4135.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4136.         }, => 'handleWebspace'], 0);
  4137.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4138.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4139.         }, => 'handleWebspace'], -10);
  4140.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4141.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4142.         }, => 'handleSetNodeOnPersist'], 490);
  4143.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4144.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4145.         }, => 'handlePersist'], 5);
  4146.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4147.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4148.         }, => 'handleHydrate'], 0);
  4149.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4150.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4151.         }, => 'handleRemove'], 550);
  4152.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4153.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4154.         }, => 'handlePublish'], 0);
  4155.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4156.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  4157.         }, => 'handleMetadataLoad'], 0);
  4158.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4159.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  4160.         }, => 'handleMetadataLoad'], 0);
  4161.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4162.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4163.         }, => 'createNodeInPublicWorkspace'], -490);
  4164.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4165.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4166.         }, => 'removeNodeFromPublicWorkspace'], 0);
  4167.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4168.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4169.         }, => 'moveNodeInPublicWorkspace'], 0);
  4170.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4171.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4172.         }, => 'copyNodeInPublicWorkspace'], 0);
  4173.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4174.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4175.         }, => 'reorderNodeInPublicWorkspace'], 0);
  4176.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4177.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4178.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  4179.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4180.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4181.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  4182.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4183.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4184.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  4185.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4186.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4187.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  4188.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4189.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4190.         }, => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  4191.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4192.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4193.         }, => 'flushPublicWorkspace'], 0);
  4194.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4195.             return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  4196.         }, => 'handleCopyLocale'], 0);
  4197.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4198.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4199.         }, => 'handlePreRemove'], 510);
  4200.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4201.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4202.         }, => 'handlePostRemove'], -100);
  4203.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4204.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4205.         }, => 'handlePersist'], 0);
  4206.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4207.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4208.         }, => 'handleFlush'], 0);
  4209.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4210.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  4211.         }, => 'handleRemove'], 550);
  4212.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4213.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4214.         }, => 'storePageTranslationToTrash'], 1024);
  4215.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4216.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4217.         }, => 'storePageToTrash'], 1024);
  4218.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4219.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4220.         }, => 'flushTrashItem'], 0);
  4221.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4222.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4223.         }, => 'clearPendingTrashItem'], 0);
  4224.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4225.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4226.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4227.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4228.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4229.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  4230.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4231.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4232.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4233.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4234.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4235.         }, => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  4236.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4237.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4238.         }, => 'onClear'], -256);
  4239.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4240.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4241.         }, => 'onFlush'], -256);
  4242.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4243.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4244.         }, => 'handleHydrate'], 500);
  4245.         $instance->addListener('sulu_document_manager.create', [=> function () {
  4246.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4247.         }, => 'handleCreate'], 500);
  4248.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4249.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4250.         }, => 'handleDefaultLocale'], 520);
  4251.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4252.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4253.         }, => 'handleDocumentFromRegistry'], 510);
  4254.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4255.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4256.         }, => 'handleStopPropagationAndResetLocale'], 509);
  4257.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4258.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4259.         }, => 'handleHydrate'], 490);
  4260.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4261.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4262.         }, => 'handleEndHydrate'], -500);
  4263.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4264.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4265.         }, => 'handlePersist'], 450);
  4266.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4267.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4268.         }, => 'handleNodeFromRegistry'], 510);
  4269.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4270.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4271.         }, => 'handleEndPersist'], -500);
  4272.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4273.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4274.         }, => 'handleRemove'], 490);
  4275.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4276.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4277.         }, => 'handleClear'], 500);
  4278.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4279.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4280.         }, => 'handleNodeFromRegistry'], 510);
  4281.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4282.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4283.         }, => 'configureOptions'], 0);
  4284.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4285.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4286.         }, => 'handleNodeFromRegistry'], 512);
  4287.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4288.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4289.         }, => 'handleNodeFromRegistry'], 512);
  4290.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4291.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4292.         }, => 'handleNodeFromRegistry'], 512);
  4293.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4294.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  4295.         }, => 'handleReorder'], 500);
  4296.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4297.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4298.         }, => 'setDocumentMixinsOnNode'], 468);
  4299.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4300.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4301.         }, => 'setDocumentMixinsOnNode'], 468);
  4302.         $instance->addListener('sulu_document_manager.find', [=> function () {
  4303.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4304.         }, => 'handleFind'], 500);
  4305.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4306.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4307.         }, => 'configureOptions'], 0);
  4308.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  4309.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4310.         }, => 'handleCreate'], 500);
  4311.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  4312.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4313.         }, => 'handleCreateBuilder'], 500);
  4314.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  4315.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4316.         }, => 'handleQueryExecute'], 500);
  4317.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4318.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4319.         }, => 'handleMove'], 400);
  4320.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4321.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4322.         }, => 'handleCopy'], 400);
  4323.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4324.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4325.         }, => 'handleClear'], 500);
  4326.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4327.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4328.         }, => 'handleFlush'], 500);
  4329.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4330.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  4331.         }, => 'handleRemove'], 500);
  4332.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4333.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4334.         }, => 'handleHydrate'], -100);
  4335.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4336.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4337.         }, => 'handleMapping'], -100);
  4338.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4339.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4340.         }, => 'handleMapping'], -128);
  4341.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  4342.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4343.         }, => 'refreshDocument'], 0);
  4344.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4345.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4346.         }, => 'refreshDocumentForDeleteDraft'], -512);
  4347.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4348.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  4349.         }, => 'setDefaultUser'], 0);
  4350.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4351.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4352.         }, => 'configureOptions'], 0);
  4353.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4354.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4355.         }, => 'handleScheduleRename'], 0);
  4356.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4357.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4358.         }, => 'handlePersist'], 480);
  4359.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4360.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4361.         }, => 'handleMove'], 480);
  4362.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4363.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4364.         }, => 'handleCopy'], 480);
  4365.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4366.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4367.         }, => 'handleRename'], 510);
  4368.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4369.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4370.         }, => 'handlePersist'], 485);
  4371.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4372.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4373.         }, => 'configureOptions'], 0);
  4374.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4375.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4376.         }, => 'setBlamesOnDocument'], 0);
  4377.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4378.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4379.         }, => 'setBlamesOnNodeForPersist'], 0);
  4380.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4381.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4382.         }, => 'setBlamesOnNodeForPublish'], 0);
  4383.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4384.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4385.         }, => 'setChangerForRestore'], -32);
  4386.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4387.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4388.         }, => 'setAuthorOnDocument'], 0);
  4389.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4390.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4391.         }, => 'setAuthorOnNode'], 0);
  4392.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4393.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4394.         }, => 'setAuthorOnNode'], 0);
  4395.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4396.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4397.         }, => 'setTimestampsOnNodeForPersist'], 0);
  4398.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4399.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4400.         }, => 'setTimestampsOnNodeForPublish'], 0);
  4401.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4402.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4403.         }, => 'setChangedForRestore'], -32);
  4404.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4405.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4406.         }, => 'setTimestampsOnDocument'], 0);
  4407.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4408.             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()));
  4409.         }, => 'setFinalNodeName'], 0);
  4410.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4411.             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()));
  4412.         }, => 'setInitialNodeName'], 0);
  4413.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4414.             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()));
  4415.         }, => 'setFinalNodeName'], -480);
  4416.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4417.             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()));
  4418.         }, => 'handleUuid'], 0);
  4419.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4420.             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()));
  4421.         }, => 'handleUuid'], 0);
  4422.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4423.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4424.         }, => 'handleLocale'], 410);
  4425.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4426.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4427.         }, => 'handleLocale'], 410);
  4428.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4429.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4430.         }, => 'handleHydrate'], 0);
  4431.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4432.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4433.         }, => 'handleChangeParent'], 0);
  4434.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4435.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4436.         }, => 'handleSetParentNodeFromDocument'], 490);
  4437.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4438.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4439.         }, => 'handleMove'], 0);
  4440.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4441.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  4442.         }, => 'handleHydrate'], 0);
  4443.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4444.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4445.         }, => 'setInitialPath'], 0);
  4446.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4447.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4448.         }, => 'setFinalPath'], -495);
  4449.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4450.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4451.         }, => 'setFinalPath'], 0);
  4452.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4453.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  4454.         }, => 'handlePersist'], 485);
  4455.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4456.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  4457.         }, => 'handlePersist'], 490);
  4458.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4459.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  4460.         }, => 'handlePersist'], 500);
  4461.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4462.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4463.         }, => 'handlePersist'], 0);
  4464.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4465.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4466.         }, => 'handleRemove'], 550);
  4467.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4468.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4469.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4470.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4471.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4472.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4473.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4474.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4475.         }, => 'storeCustomUrlToTrash'], 1024);
  4476.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4477.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4478.         }, => 'flushTrashItem'], 0);
  4479.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4480.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4481.         }, => 'clearPendingTrashItem'], 0);
  4482.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4483.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4484.         }, => 'handleHydrate'], 0);
  4485.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4486.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4487.         }, => 'handlePersist'], -2000);
  4488.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4489.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4490.         }, => 'handleRemove'], 1024);
  4491.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4492.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4493.         }, => 'handleRemoveLocale'], 1024);
  4494.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4495.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4496.         }, => 'handlePublish'], -2000);
  4497.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4498.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4499.         }, => 'handleCopy'], -2000);
  4500.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4501.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4502.         }, => 'handlePublish'], 10);
  4503.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4504.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4505.         }, => 'handleMove'], -1000);
  4506.         return $instance;
  4507.     }
  4508.     /**
  4509.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  4510.      *
  4511.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  4512.      */
  4513.     protected function getSuluDocumentManager_MetadataFactoryService()
  4514.     {
  4515.         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()));
  4516.     }
  4517.     /**
  4518.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  4519.      *
  4520.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  4521.      */
  4522.     protected function getSuluDocumentManager_NamespaceRegistryService()
  4523.     {
  4524.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  4525.     }
  4526.     /**
  4527.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  4528.      *
  4529.      * @return \Sulu\Component\DocumentManager\NodeManager
  4530.      */
  4531.     protected function getSuluDocumentManager_NodeManagerService()
  4532.     {
  4533.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager(($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService()));
  4534.     }
  4535.     /**
  4536.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  4537.      *
  4538.      * @return \Sulu\Component\DocumentManager\PathBuilder
  4539.      */
  4540.     protected function getSuluDocumentManager_PathBuilderService()
  4541.     {
  4542.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  4543.     }
  4544.     /**
  4545.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  4546.      *
  4547.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  4548.      */
  4549.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  4550.     {
  4551.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  4552.     }
  4553.     /**
  4554.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  4555.      *
  4556.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  4557.      */
  4558.     protected function getSuluDocumentManager_ProxyFactoryService()
  4559.     {
  4560.         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()));
  4561.     }
  4562.     /**
  4563.      * Gets the private 'sulu_document_manager.session_manager' shared service.
  4564.      *
  4565.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  4566.      */
  4567.     protected function getSuluDocumentManager_SessionManagerService()
  4568.     {
  4569.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  4570.         return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a);
  4571.     }
  4572.     /**
  4573.      * Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
  4574.      *
  4575.      * @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
  4576.      */
  4577.     protected function getSuluMarkup_LinkTag_ProviderPoolService()
  4578.     {
  4579.         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()))]);
  4580.     }
  4581.     /**
  4582.      * Gets the private 'sulu_markup.parser' shared service.
  4583.      *
  4584.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  4585.      */
  4586.     protected function getSuluMarkup_ParserService()
  4587.     {
  4588.         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')))]));
  4589.     }
  4590.     /**
  4591.      * Gets the private 'sulu_markup.response_listener' shared service.
  4592.      *
  4593.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  4594.      */
  4595.     protected function getSuluMarkup_ResponseListenerService()
  4596.     {
  4597.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService())]);
  4598.     }
  4599.     /**
  4600.      * Gets the private 'sulu_media.type_manager' shared service.
  4601.      *
  4602.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  4603.      */
  4604.     protected function getSuluMedia_TypeManagerService()
  4605.     {
  4606.         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'], []);
  4607.     }
  4608.     /**
  4609.      * Gets the private 'sulu_page.export.manager' shared service.
  4610.      *
  4611.      * @return \Sulu\Component\Export\Manager\ExportManager
  4612.      */
  4613.     protected function getSuluPage_Export_ManagerService()
  4614.     {
  4615.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  4616.         $instance->add('number''1.2.xliff', ['translate' => true]);
  4617.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  4618.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  4619.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  4620.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  4621.         $instance->add('link''1.2.xliff', ['translate' => false]);
  4622.         $instance->add('block''1.2.xliff', ['translate' => false]);
  4623.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  4624.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  4625.         $instance->add('contact_selection''1.2.xliff', ['translate' => false]);
  4626.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  4627.         $instance->add('account_selection''1.2.xliff', ['translate' => false]);
  4628.         $instance->add('collection_selection''1.2.xliff', ['translate' => false]);
  4629.         $instance->add('single_collection_selection''1.2.xliff', ['translate' => false]);
  4630.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  4631.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  4632.         $instance->add('image_map''1.2.xliff', ['translate' => false]);
  4633.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  4634.         $instance->add('single_category_selection''1.2.xliff', ['translate' => false]);
  4635.         $instance->add('single_snippet_selection''1.2.xliff', ['translate' => false]);
  4636.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  4637.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  4638.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  4639.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  4640.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  4641.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  4642.         $instance->add('password''1.2.xliff', ['translate' => false]);
  4643.         $instance->add('url''1.2.xliff', ['translate' => false]);
  4644.         $instance->add('email''1.2.xliff', ['translate' => false]);
  4645.         $instance->add('date''1.2.xliff', ['translate' => false]);
  4646.         $instance->add('datetime''1.2.xliff', ['translate' => false]);
  4647.         $instance->add('time''1.2.xliff', ['translate' => false]);
  4648.         $instance->add('color''1.2.xliff', ['translate' => false]);
  4649.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  4650.         $instance->add('select''1.2.xliff', ['translate' => false]);
  4651.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  4652.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  4653.         $instance->add('location''1.2.xliff', ['translate' => false]);
  4654.         $instance->add('route''1.2.xliff', ['translate' => false]);
  4655.         $instance->add('page_tree_route''1.2.xliff', ['translate' => false]);
  4656.         return $instance;
  4657.     }
  4658.     /**
  4659.      * Gets the private 'sulu_page.import.manager' shared service.
  4660.      *
  4661.      * @return \Sulu\Component\Import\Manager\ImportManager
  4662.      */
  4663.     protected function getSuluPage_Import_ManagerService()
  4664.     {
  4665.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  4666.     }
  4667.     /**
  4668.      * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  4669.      *
  4670.      * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  4671.      */
  4672.     protected function getSuluPage_Structure_PropertiesXmlParserService()
  4673.     {
  4674.         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']);
  4675.     }
  4676.     /**
  4677.      * Gets the private 'sulu_preview.preview.cache' shared service.
  4678.      *
  4679.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4680.      */
  4681.     protected function getSuluPreview_Preview_CacheService()
  4682.     {
  4683.         $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))));
  4684.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4685.         return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4686.     }
  4687.     /**
  4688.      * Gets the private 'sulu_route.routing.provider' shared service.
  4689.      *
  4690.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  4691.      */
  4692.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  4693.     {
  4694.         if ($lazyLoad) {
  4695.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  4696.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4697.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  4698.                     $proxy->setProxyInitializer(null);
  4699.                     return true;
  4700.                 });
  4701.             });
  4702.         }
  4703.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  4704.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  4705.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  4706.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  4707.         include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  4708.         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]);
  4709.     }
  4710.     /**
  4711.      * Gets the private 'sulu_security.access_control_manager' shared service.
  4712.      *
  4713.      * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  4714.      */
  4715.     protected function getSuluSecurity_AccessControlManagerService()
  4716.     {
  4717.         $a = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  4718.         $b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  4719.         $c = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  4720.         $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 () {
  4721.             yield => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  4722.             yield => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  4723.         }, 2), $b$c, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $this->parameters['sulu_security.permissions']);
  4724.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $b$this->parameters['permissions']));
  4725.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $b$c$a));
  4726.         return $instance;
  4727.     }
  4728.     /**
  4729.      * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  4730.      *
  4731.      * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  4732.      */
  4733.     protected function getSuluSecurity_AccessControlQueryEnhancerService()
  4734.     {
  4735.         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()));
  4736.     }
  4737.     /**
  4738.      * Gets the private 'sulu_security.event_listener.security' shared service.
  4739.      *
  4740.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  4741.      */
  4742.     protected function getSuluSecurity_EventListener_SecurityService()
  4743.     {
  4744.         return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  4745.     }
  4746.     /**
  4747.      * Gets the private 'sulu_security.system_listener' shared service.
  4748.      *
  4749.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  4750.      */
  4751.     protected function getSuluSecurity_SystemListenerService()
  4752.     {
  4753.         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');
  4754.     }
  4755.     /**
  4756.      * Gets the private 'sulu_security.system_store' shared service.
  4757.      *
  4758.      * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  4759.      */
  4760.     protected function getSuluSecurity_SystemStoreService()
  4761.     {
  4762.         return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore(($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService()));
  4763.     }
  4764.     /**
  4765.      * Gets the private 'sulu_snippet.twig.area_snippet' shared service.
  4766.      *
  4767.      * @return \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension
  4768.      */
  4769.     protected function getSuluSnippet_Twig_AreaSnippetService()
  4770.     {
  4771.         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()));
  4772.     }
  4773.     /**
  4774.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  4775.      *
  4776.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  4777.      */
  4778.     protected function getSuluTag_TagRequestHandlerService()
  4779.     {
  4780.         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())));
  4781.     }
  4782.     /**
  4783.      * Gets the private 'sulu_trash.trash_item_repository' shared service.
  4784.      *
  4785.      * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  4786.      */
  4787.     protected function getSuluTrash_TrashItemRepositoryService()
  4788.     {
  4789.         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()));
  4790.     }
  4791.     /**
  4792.      * Gets the private 'sulu_trash.trash_manager' shared service.
  4793.      *
  4794.      * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  4795.      */
  4796.     protected function getSuluTrash_TrashManagerService()
  4797.     {
  4798.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4799.             'accounts' => ['privates''sulu_contact.account_trash_item_handler''getSuluContact_AccountTrashItemHandlerService'true],
  4800.             'analytics' => ['privates''sulu_website.analytics_trash_item_handler''getSuluWebsite_AnalyticsTrashItemHandlerService'true],
  4801.             'categories' => ['privates''sulu_category.category_trash_item_handler''getSuluCategory_CategoryTrashItemHandlerService'true],
  4802.             'collections' => ['privates''sulu_media.collection_trash_item_handler''getSuluMedia_CollectionTrashItemHandlerService'true],
  4803.             'contacts' => ['privates''sulu_contact.contact_trash_item_handler''getSuluContact_ContactTrashItemHandlerService'true],
  4804.             'custom_urls' => ['privates''sulu_custom_urls.custom_url_trash_item_handler''getSuluCustomUrls_CustomUrlTrashItemHandlerService'true],
  4805.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  4806.             'pages' => ['privates''sulu_page.page_trash_item_handler''getSuluPage_PageTrashItemHandlerService'true],
  4807.             'snippets' => ['privates''sulu_snippet.snippet_trash_item_handler''getSuluSnippet_SnippetTrashItemHandlerService'true],
  4808.             'tags' => ['privates''sulu_tag.tag_trash_item_handler''getSuluTag_TagTrashItemHandlerService'true],
  4809.         ], [
  4810.             'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  4811.             'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  4812.             'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  4813.             'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  4814.             'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  4815.             'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  4816.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  4817.             'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  4818.             'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  4819.             'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  4820.         ]);
  4821.         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, [
  4822.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  4823.         ], [
  4824.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  4825.         ]));
  4826.     }
  4827.     /**
  4828.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  4829.      *
  4830.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  4831.      */
  4832.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  4833.     {
  4834.         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")) : ("")));
  4835.     }
  4836.     /**
  4837.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  4838.      *
  4839.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  4840.      */
  4841.     protected function getSuluWebsite_EventListener_TranslatorService()
  4842.     {
  4843.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  4844.     }
  4845.     /**
  4846.      * Gets the private 'sulu_website.router_listener' shared service.
  4847.      *
  4848.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  4849.      */
  4850.     protected function getSuluWebsite_RouterListenerService()
  4851.     {
  4852.         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()));
  4853.     }
  4854.     /**
  4855.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  4856.      *
  4857.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  4858.      */
  4859.     protected function getSuluWebsite_Routing_RequestListenerService()
  4860.     {
  4861.         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()));
  4862.     }
  4863.     /**
  4864.      * Gets the private 'sulu_website.segment_subscriber' shared service.
  4865.      *
  4866.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  4867.      */
  4868.     protected function getSuluWebsite_SegmentSubscriberService()
  4869.     {
  4870.         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');
  4871.     }
  4872.     /**
  4873.      * Gets the private 'sulu_website.twig.content' shared service.
  4874.      *
  4875.      * @return \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension
  4876.      */
  4877.     protected function getSuluWebsite_Twig_ContentService()
  4878.     {
  4879.         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())));
  4880.     }
  4881.     /**
  4882.      * Gets the private 'sulu_website.twig.navigation' shared service.
  4883.      *
  4884.      * @return \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension
  4885.      */
  4886.     protected function getSuluWebsite_Twig_NavigationService()
  4887.     {
  4888.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  4889.         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()));
  4890.     }
  4891.     /**
  4892.      * Gets the private 'translator.default' shared service.
  4893.      *
  4894.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4895.      */
  4896.     protected function getTranslator_DefaultService()
  4897.     {
  4898.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4899.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4900.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4901.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4902.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4903.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4904.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4905.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4906.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4907.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4908.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4909.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4910.         ], [
  4911.             'translation.loader.csv' => '?',
  4912.             'translation.loader.dat' => '?',
  4913.             'translation.loader.ini' => '?',
  4914.             'translation.loader.json' => '?',
  4915.             'translation.loader.mo' => '?',
  4916.             'translation.loader.php' => '?',
  4917.             'translation.loader.po' => '?',
  4918.             'translation.loader.qt' => '?',
  4919.             'translation.loader.res' => '?',
  4920.             'translation.loader.xliff' => '?',
  4921.             'translation.loader.yml' => '?',
  4922.         ]), 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']]], []);
  4923.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4924.         $instance->setFallbackLocales([=> 'en']);
  4925.         return $instance;
  4926.     }
  4927.     /**
  4928.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4929.      *
  4930.      * @return \Twig\Loader\FilesystemLoader
  4931.      */
  4932.     protected function getTwig_Loader_NativeFilesystemService()
  4933.     {
  4934.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  4935.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  4936.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  4937.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4938.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4939.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  4940.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  4941.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  4942.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  4943.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  4944.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  4945.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  4946.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  4947.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  4948.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  4949.         $instance->addPath((\dirname(__DIR__5).'/templates/bundles/SuluWebsiteBundle'), 'SuluWebsite');
  4950.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  4951.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  4952.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4953.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4954.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  4955.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  4956.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4957.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4958.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4959.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4960.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  4961.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  4962.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4963.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4964.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  4965.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4966.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4967.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4968.         return $instance;
  4969.     }
  4970.     /**
  4971.      * Gets the private 'url_helper' shared service.
  4972.      *
  4973.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  4974.      */
  4975.     protected function getUrlHelperService()
  4976.     {
  4977.         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()));
  4978.     }
  4979.     /**
  4980.      * Gets the private 'validator.builder' shared service.
  4981.      *
  4982.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4983.      */
  4984.     protected function getValidator_BuilderService()
  4985.     {
  4986.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4987.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4988.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4989.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4990.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4991.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4992.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4993.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4994.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4995.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4996.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4997.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4998.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4999.         ], [
  5000.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5001.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  5002.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5003.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5004.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5005.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5006.             'cmf_routing.validator.route_defaults' => '?',
  5007.             'doctrine.orm.validator.unique' => '?',
  5008.             'security.validator.user_password' => '?',
  5009.             'validator.expression' => '?',
  5010.         ])));
  5011.         if ($this->has('translator')) {
  5012.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5013.         }
  5014.         $instance->setTranslationDomain('validators');
  5015.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5016.         $instance->enableAnnotationMapping(true);
  5017.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5018.         $instance->addMethodMapping('loadValidatorMetadata');
  5019.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5020.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5021.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5022.         return $instance;
  5023.     }
  5024.     /**
  5025.      * Gets the private 'var_dumper.html_dumper' shared service.
  5026.      *
  5027.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5028.      */
  5029.     protected function getVarDumper_HtmlDumperService()
  5030.     {
  5031.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5032.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5033.         return $instance;
  5034.     }
  5035.     /**
  5036.      * Gets the private 'var_dumper.server_connection' shared service.
  5037.      *
  5038.      * @return \Symfony\Component\VarDumper\Server\Connection
  5039.      */
  5040.     protected function getVarDumper_ServerConnectionService()
  5041.     {
  5042.         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()]);
  5043.     }
  5044.     /**
  5045.      * Gets the private 'web_profiler.csp.handler' shared service.
  5046.      *
  5047.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5048.      */
  5049.     protected function getWebProfiler_Csp_HandlerService()
  5050.     {
  5051.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5052.     }
  5053.     /**
  5054.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5055.      *
  5056.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5057.      */
  5058.     protected function getWebProfiler_DebugToolbarService()
  5059.     {
  5060.         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()));
  5061.     }
  5062.     /**
  5063.      * Gets the public 'cache_clearer' alias.
  5064.      *
  5065.      * @return object The ".container.private.cache_clearer" service.
  5066.      */
  5067.     protected function getCacheClearerService()
  5068.     {
  5069.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5070.         return $this->get('.container.private.cache_clearer');
  5071.     }
  5072.     /**
  5073.      * Gets the public 'filesystem' alias.
  5074.      *
  5075.      * @return object The ".container.private.filesystem" service.
  5076.      */
  5077.     protected function getFilesystemService()
  5078.     {
  5079.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5080.         return $this->get('.container.private.filesystem');
  5081.     }
  5082.     /**
  5083.      * Gets the public 'security.csrf.token_manager' alias.
  5084.      *
  5085.      * @return object The ".container.private.security.csrf.token_manager" service.
  5086.      */
  5087.     protected function getSecurity_Csrf_TokenManagerService()
  5088.     {
  5089.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5090.         return $this->get('.container.private.security.csrf.token_manager');
  5091.     }
  5092.     /**
  5093.      * Gets the public 'form.factory' alias.
  5094.      *
  5095.      * @return object The ".container.private.form.factory" service.
  5096.      */
  5097.     protected function getForm_FactoryService()
  5098.     {
  5099.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5100.         return $this->get('.container.private.form.factory');
  5101.     }
  5102.     /**
  5103.      * Gets the public 'form.type.file' alias.
  5104.      *
  5105.      * @return object The ".container.private.form.type.file" service.
  5106.      */
  5107.     protected function getForm_Type_FileService()
  5108.     {
  5109.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5110.         return $this->get('.container.private.form.type.file');
  5111.     }
  5112.     /**
  5113.      * Gets the public 'profiler' alias.
  5114.      *
  5115.      * @return object The ".container.private.profiler" service.
  5116.      */
  5117.     protected function getProfilerService()
  5118.     {
  5119.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5120.         return $this->get('.container.private.profiler');
  5121.     }
  5122.     /**
  5123.      * Gets the public 'serializer' alias.
  5124.      *
  5125.      * @return object The ".container.private.serializer" service.
  5126.      */
  5127.     protected function getSerializerService()
  5128.     {
  5129.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5130.         return $this->get('.container.private.serializer');
  5131.     }
  5132.     /**
  5133.      * Gets the public 'twig' alias.
  5134.      *
  5135.      * @return object The ".container.private.twig" service.
  5136.      */
  5137.     protected function getTwigService()
  5138.     {
  5139.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5140.         return $this->get('.container.private.twig');
  5141.     }
  5142.     /**
  5143.      * Gets the public 'security.authorization_checker' alias.
  5144.      *
  5145.      * @return object The ".container.private.security.authorization_checker" service.
  5146.      */
  5147.     protected function getSecurity_AuthorizationCheckerService()
  5148.     {
  5149.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5150.         return $this->get('.container.private.security.authorization_checker');
  5151.     }
  5152.     /**
  5153.      * Gets the public 'security.token_storage' alias.
  5154.      *
  5155.      * @return object The ".container.private.security.token_storage" service.
  5156.      */
  5157.     protected function getSecurity_TokenStorageService()
  5158.     {
  5159.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5160.         return $this->get('.container.private.security.token_storage');
  5161.     }
  5162.     /**
  5163.      * Gets the public 'security.password_encoder' alias.
  5164.      *
  5165.      * @return object The ".container.private.security.password_encoder" service.
  5166.      */
  5167.     protected function getSecurity_PasswordEncoderService()
  5168.     {
  5169.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5170.         return $this->get('.container.private.security.password_encoder');
  5171.     }
  5172.     /**
  5173.      * Gets the public 'session' alias.
  5174.      *
  5175.      * @return object The ".container.private.session" service.
  5176.      */
  5177.     protected function getSessionService()
  5178.     {
  5179.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5180.         return $this->get('.container.private.session');
  5181.     }
  5182.     /**
  5183.      * Gets the public 'validator' alias.
  5184.      *
  5185.      * @return object The ".container.private.validator" service.
  5186.      */
  5187.     protected function getValidatorService()
  5188.     {
  5189.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5190.         return $this->get('.container.private.validator');
  5191.     }
  5192.     /**
  5193.      * @return array|bool|float|int|string|null
  5194.      */
  5195.     public function getParameter(string $name)
  5196.     {
  5197.         if (isset($this->buildParameters[$name])) {
  5198.             return $this->buildParameters[$name];
  5199.         }
  5200.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5201.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5202.         }
  5203.         if (isset($this->loadedDynamicParameters[$name])) {
  5204.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5205.         }
  5206.         return $this->parameters[$name];
  5207.     }
  5208.     public function hasParameter(string $name): bool
  5209.     {
  5210.         if (isset($this->buildParameters[$name])) {
  5211.             return true;
  5212.         }
  5213.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5214.     }
  5215.     public function setParameter(string $name$value): void
  5216.     {
  5217.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5218.     }
  5219.     public function getParameterBag(): ParameterBagInterface
  5220.     {
  5221.         if (null === $this->parameterBag) {
  5222.             $parameters $this->parameters;
  5223.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5224.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5225.             }
  5226.             foreach ($this->buildParameters as $name => $value) {
  5227.                 $parameters[$name] = $value;
  5228.             }
  5229.             $this->parameterBag = new FrozenParameterBag($parameters);
  5230.         }
  5231.         return $this->parameterBag;
  5232.     }
  5233.     private $loadedDynamicParameters = [
  5234.         'kernel.runtime_environment' => false,
  5235.         'kernel.build_dir' => false,
  5236.         'kernel.cache_dir' => false,
  5237.         'mail_delivery_address' => false,
  5238.         'mail_sender_address' => false,
  5239.         'kernel.secret' => false,
  5240.         'session.save_path' => false,
  5241.         'validator.mapping.cache.file' => false,
  5242.         'profiler.storage.dsn' => false,
  5243.         'debug.container.dump' => false,
  5244.         'serializer.mapping.cache.file' => false,
  5245.         'swiftmailer.spool.default.memory.path' => false,
  5246.         'sulu.cache_dir' => false,
  5247.         'sulu_core.proxy_cache_dir' => false,
  5248.         'doctrine.orm.proxy_dir' => false,
  5249.         'massive_search.metadata.prefix' => false,
  5250.         'massive_search.metadata.cache_dir' => false,
  5251.         'sulu_admin.email' => false,
  5252.         'sulu_website.sitemap.dump_dir' => false,
  5253.     ];
  5254.     private $dynamicParameters = [];
  5255.     private function getDynamicParameter(string $name)
  5256.     {
  5257.         switch ($name) {
  5258.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5259.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5260.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5261.             case 'mail_delivery_address'$value $this->getEnv('resolve:MAILER_DELIVERY_ADDRESS'); break;
  5262.             case 'mail_sender_address'$value $this->getEnv('resolve:MAILER_SENDER_ADDRESS'); break;
  5263.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5264.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  5265.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5266.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5267.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5268.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5269.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  5270.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  5271.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  5272.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5273.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  5274.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  5275.             case 'sulu_admin.email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  5276.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  5277.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5278.         }
  5279.         $this->loadedDynamicParameters[$name] = true;
  5280.         return $this->dynamicParameters[$name] = $value;
  5281.     }
  5282.     protected function getDefaultParameters(): array
  5283.     {
  5284.         return [
  5285.             'kernel.project_dir' => \dirname(__DIR__5),
  5286.             'kernel.environment' => 'dev',
  5287.             'kernel.debug' => true,
  5288.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  5289.             'kernel.bundles' => [
  5290.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5291.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5292.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5293.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  5294.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  5295.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5296.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5297.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  5298.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  5299.                 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  5300.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  5301.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  5302.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  5303.                 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  5304.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  5305.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  5306.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  5307.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  5308.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  5309.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  5310.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  5311.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  5312.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  5313.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  5314.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  5315.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  5316.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  5317.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  5318.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  5319.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  5320.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  5321.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  5322.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  5323.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5324.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  5325.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5326.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5327.                 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  5328.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5329.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  5330.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5331.                 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  5332.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5333.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5334.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5335.                 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  5336.             ],
  5337.             'kernel.bundles_metadata' => [
  5338.                 'FrameworkBundle' => [
  5339.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  5340.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5341.                 ],
  5342.                 'TwigBundle' => [
  5343.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  5344.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5345.                 ],
  5346.                 'MonologBundle' => [
  5347.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  5348.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5349.                 ],
  5350.                 'SwiftmailerBundle' => [
  5351.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  5352.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  5353.                 ],
  5354.                 'SuluCoreBundle' => [
  5355.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  5356.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  5357.                 ],
  5358.                 'DoctrineBundle' => [
  5359.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  5360.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5361.                 ],
  5362.                 'DoctrineFixturesBundle' => [
  5363.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5364.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5365.                 ],
  5366.                 'DoctrinePHPCRBundle' => [
  5367.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  5368.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  5369.                 ],
  5370.                 'FOSRestBundle' => [
  5371.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  5372.                     'namespace' => 'FOS\\RestBundle',
  5373.                 ],
  5374.                 'RestRoutingBundle' => [
  5375.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  5376.                     'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  5377.                 ],
  5378.                 'JMSSerializerBundle' => [
  5379.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  5380.                     'namespace' => 'JMS\\SerializerBundle',
  5381.                 ],
  5382.                 'MassiveSearchBundle' => [
  5383.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  5384.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  5385.                 ],
  5386.                 'FOSHttpCacheBundle' => [
  5387.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  5388.                     'namespace' => 'FOS\\HttpCacheBundle',
  5389.                 ],
  5390.                 'SuluAdminBundle' => [
  5391.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  5392.                     'namespace' => 'Sulu\\Bundle\\AdminBundle',
  5393.                 ],
  5394.                 'SuluSearchBundle' => [
  5395.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  5396.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  5397.                 ],
  5398.                 'SuluPersistenceBundle' => [
  5399.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  5400.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  5401.                 ],
  5402.                 'SuluContactBundle' => [
  5403.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  5404.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  5405.                 ],
  5406.                 'SuluMediaBundle' => [
  5407.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  5408.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  5409.                 ],
  5410.                 'SuluSecurityBundle' => [
  5411.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  5412.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  5413.                 ],
  5414.                 'SuluCategoryBundle' => [
  5415.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  5416.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  5417.                 ],
  5418.                 'SuluSnippetBundle' => [
  5419.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  5420.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  5421.                 ],
  5422.                 'SuluPageBundle' => [
  5423.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  5424.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  5425.                 ],
  5426.                 'SuluTagBundle' => [
  5427.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  5428.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  5429.                 ],
  5430.                 'SuluWebsiteBundle' => [
  5431.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  5432.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  5433.                 ],
  5434.                 'SuluLocationBundle' => [
  5435.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  5436.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  5437.                 ],
  5438.                 'SuluHttpCacheBundle' => [
  5439.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  5440.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  5441.                 ],
  5442.                 'SuluDocumentManagerBundle' => [
  5443.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  5444.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  5445.                 ],
  5446.                 'SuluHashBundle' => [
  5447.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  5448.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  5449.                 ],
  5450.                 'SuluCustomUrlBundle' => [
  5451.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  5452.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  5453.                 ],
  5454.                 'SuluRouteBundle' => [
  5455.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  5456.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  5457.                 ],
  5458.                 'SuluMarkupBundle' => [
  5459.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  5460.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  5461.                 ],
  5462.                 'PhpcrMigrationsBundle' => [
  5463.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  5464.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  5465.                 ],
  5466.                 'MassiveBuildBundle' => [
  5467.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  5468.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  5469.                 ],
  5470.                 'WebProfilerBundle' => [
  5471.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  5472.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5473.                 ],
  5474.                 'SuluTestBundle' => [
  5475.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  5476.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  5477.                 ],
  5478.                 'DebugBundle' => [
  5479.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  5480.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5481.                 ],
  5482.                 'SecurityBundle' => [
  5483.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  5484.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5485.                 ],
  5486.                 'SuluPreviewBundle' => [
  5487.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  5488.                     'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  5489.                 ],
  5490.                 'FOSJsRoutingBundle' => [
  5491.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5492.                     'namespace' => 'FOS\\JsRoutingBundle',
  5493.                 ],
  5494.                 'CmfRoutingBundle' => [
  5495.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  5496.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  5497.                 ],
  5498.                 'StofDoctrineExtensionsBundle' => [
  5499.                     'path' => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle'),
  5500.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  5501.                 ],
  5502.                 'SuluActivityBundle' => [
  5503.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  5504.                     'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  5505.                 ],
  5506.                 'MakerBundle' => [
  5507.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  5508.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5509.                 ],
  5510.                 'DoctrineMigrationsBundle' => [
  5511.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle'),
  5512.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5513.                 ],
  5514.                 'WebpackEncoreBundle' => [
  5515.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src'),
  5516.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  5517.                 ],
  5518.                 'SuluTrashBundle' => [
  5519.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  5520.                     'namespace' => 'Sulu\\Bundle\\TrashBundle',
  5521.                 ],
  5522.             ],
  5523.             'kernel.charset' => 'UTF-8',
  5524.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5525.             'sulu.context' => 'website',
  5526.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  5527.             'container.dumper.inline_class_loader' => true,
  5528.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  5529.             'env(PHPCR_WORKSPACE)' => 'default',
  5530.             'default_locale' => 'en',
  5531.             'event_dispatcher.event_aliases' => [
  5532.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5533.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5534.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5535.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5536.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5537.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5538.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5539.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5540.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5541.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5542.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5543.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5544.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5545.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5546.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5547.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5548.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5549.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5550.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5551.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5552.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5553.             ],
  5554.             'fragment.renderer.hinclude.global_template' => NULL,
  5555.             'fragment.path' => '/_fragment',
  5556.             'kernel.http_method_override' => true,
  5557.             'kernel.trusted_hosts' => [
  5558.             ],
  5559.             'kernel.default_locale' => 'en',
  5560.             'kernel.enabled_locales' => [
  5561.             ],
  5562.             'kernel.error_controller' => 'error_controller',
  5563.             'debug.file_link_format' => NULL,
  5564.             'session.metadata.storage_key' => '_sf2_meta',
  5565.             'session.storage.options' => [
  5566.                 'cache_limiter' => '0',
  5567.                 'name' => 'SULUSESSID',
  5568.                 'cookie_lifetime' => 172800,
  5569.                 'cookie_secure' => 'auto',
  5570.                 'cookie_httponly' => true,
  5571.                 'cookie_samesite' => 'lax',
  5572.                 'gc_probability' => 1,
  5573.             ],
  5574.             'session.metadata.update_threshold' => 0,
  5575.             'form.type_extension.csrf.enabled' => true,
  5576.             'form.type_extension.csrf.field_name' => '_token',
  5577.             'asset.request_context.base_path' => NULL,
  5578.             'asset.request_context.secure' => NULL,
  5579.             'validator.translation_domain' => 'validators',
  5580.             'translator.logging' => false,
  5581.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  5582.             'profiler_listener.only_exceptions' => false,
  5583.             'profiler_listener.only_main_requests' => false,
  5584.             'debug.error_handler.throw_at' => -1,
  5585.             'router.request_context.host' => 'localhost',
  5586.             'router.request_context.scheme' => 'http',
  5587.             'router.request_context.base_url' => '',
  5588.             'router.resource' => 'kernel::loadRoutes',
  5589.             'request_listener.http_port' => 80,
  5590.             'request_listener.https_port' => 443,
  5591.             'twig.form.resources' => [
  5592.                 => 'form_div_layout.html.twig',
  5593.             ],
  5594.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  5595.             'monolog.use_microseconds' => true,
  5596.             'monolog.swift_mailer.handlers' => [
  5597.             ],
  5598.             'monolog.handlers_to_channels' => [
  5599.                 'monolog.handler.console' => [
  5600.                     'type' => 'exclusive',
  5601.                     'elements' => [
  5602.                         => 'event',
  5603.                         => 'doctrine',
  5604.                         => 'console',
  5605.                     ],
  5606.                 ],
  5607.                 'monolog.handler.main' => [
  5608.                     'type' => 'exclusive',
  5609.                     'elements' => [
  5610.                         => 'event',
  5611.                     ],
  5612.                 ],
  5613.             ],
  5614.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  5615.             'swiftmailer.mailer.default.spool.enabled' => true,
  5616.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  5617.             'swiftmailer.mailer.default.single_address' => NULL,
  5618.             'swiftmailer.mailer.default.delivery.enabled' => true,
  5619.             'swiftmailer.spool.enabled' => true,
  5620.             'swiftmailer.delivery.enabled' => true,
  5621.             'swiftmailer.single_address' => NULL,
  5622.             'swiftmailer.mailers' => [
  5623.                 'default' => 'swiftmailer.mailer.default',
  5624.             ],
  5625.             'swiftmailer.default_mailer' => 'default',
  5626.             'sulu_core.locales' => [
  5627.                 => 'de',
  5628.                 => 'en',
  5629.             ],
  5630.             'sulu_core.translated_locales' => [
  5631.                 'de' => 'Deutsch',
  5632.                 'en' => 'English',
  5633.             ],
  5634.             'sulu_core.translations' => [
  5635.                 => 'de',
  5636.                 => 'en',
  5637.             ],
  5638.             'sulu_core.fallback_locale' => 'en',
  5639.             'sulu.content.language.namespace' => 'i18n',
  5640.             'sulu.content.language.default' => 'en',
  5641.             'sulu.content.node_names.base' => 'cmf',
  5642.             'sulu.content.node_names.content' => 'contents',
  5643.             'sulu.content.node_names.route' => 'routes',
  5644.             'sulu.content.node_names.snippet' => 'snippets',
  5645.             'sulu.content.structure.default_types' => [
  5646.                 'snippet' => 'default',
  5647.             ],
  5648.             'sulu.content.structure.default_type.snippet' => 'default',
  5649.             'sulu.content.structure.required_properties' => [
  5650.                 'home' => [
  5651.                     => 'title',
  5652.                 ],
  5653.                 'page' => [
  5654.                     => 'title',
  5655.                 ],
  5656.                 'snippet' => [
  5657.                     => 'title',
  5658.                 ],
  5659.             ],
  5660.             'sulu.content.structure.required_tags' => [
  5661.                 'home' => [
  5662.                     => 'sulu.rlp',
  5663.                 ],
  5664.                 'page' => [
  5665.                     => 'sulu.rlp',
  5666.                 ],
  5667.             ],
  5668.             'sulu.content.internal_prefix' => '',
  5669.             'sulu.content.structure.type_map' => [
  5670.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  5671.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  5672.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  5673.             ],
  5674.             'sulu.content.structure.paths' => [
  5675.                 'page' => [
  5676.                     => [
  5677.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  5678.                         'type' => 'page',
  5679.                     ],
  5680.                     => [
  5681.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  5682.                         'type' => 'page',
  5683.                     ],
  5684.                     => [
  5685.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  5686.                         'type' => 'page',
  5687.                     ],
  5688.                 ],
  5689.                 'home' => [
  5690.                     => [
  5691.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  5692.                         'type' => 'home',
  5693.                     ],
  5694.                 ],
  5695.                 'snippet' => [
  5696.                     => [
  5697.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  5698.                         'type' => 'snippet',
  5699.                     ],
  5700.                 ],
  5701.             ],
  5702.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  5703.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  5704.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  5705.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  5706.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  5707.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  5708.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  5709.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  5710.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  5711.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  5712.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  5713.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  5714.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  5715.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  5716.             'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  5717.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  5718.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  5719.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  5720.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  5721.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  5722.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  5723.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  5724.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  5725.             'sulu_core.cache.memoize.default_lifetime' => 1,
  5726.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5727.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  5728.             'sulu.fields_defaults.translations' => [
  5729.                 'id' => 'public.id',
  5730.                 'title' => 'public.title',
  5731.                 'name' => 'public.name',
  5732.                 'created' => 'public.created',
  5733.                 'changed' => 'public.changed',
  5734.             ],
  5735.             'sulu.fields_defaults.widths' => [
  5736.                 'id' => '50px',
  5737.             ],
  5738.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  5739.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  5740.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  5741.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  5742.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  5743.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  5744.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  5745.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5746.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5747.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5748.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5749.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5750.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5751.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5752.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5753.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5754.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5755.             'doctrine.entity_managers' => [
  5756.                 'default' => 'doctrine.orm.default_entity_manager',
  5757.             ],
  5758.             'doctrine.default_entity_manager' => 'default',
  5759.             'doctrine.dbal.connection_factory.types' => [
  5760.             ],
  5761.             'doctrine.connections' => [
  5762.                 'default' => 'doctrine.dbal.default_connection',
  5763.             ],
  5764.             'doctrine.default_connection' => 'default',
  5765.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5766.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5767.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5768.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5769.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5770.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5771.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5772.             'doctrine.orm.cache.memcache_port' => 11211,
  5773.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5774.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5775.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5776.             'doctrine.orm.cache.memcached_port' => 11211,
  5777.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5778.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5779.             'doctrine.orm.cache.redis_host' => 'localhost',
  5780.             'doctrine.orm.cache.redis_port' => 6379,
  5781.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5782.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5783.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5784.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5785.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5786.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5787.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5788.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5789.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5790.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5791.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5792.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5793.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5794.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5795.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5796.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5797.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5798.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5799.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5800.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5801.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5802.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5803.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5804.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5805.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5806.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5807.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5808.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5809.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5810.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5811.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5812.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5813.             'doctrine_phpcr.sessions' => [
  5814.                 'default' => 'doctrine_phpcr.default_session',
  5815.                 'live' => 'doctrine_phpcr.live_session',
  5816.             ],
  5817.             'doctrine_phpcr.odm.document_managers' => [
  5818.             ],
  5819.             'doctrine_phpcr.default_session' => 'live',
  5820.             'doctrine_phpcr.odm.default_document_manager' => '',
  5821.             'doctrine_phpcr.dump_max_line_length' => 120,
  5822.             'doctrine_phpcr.form.type_guess' => [
  5823.             ],
  5824.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  5825.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  5826.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  5827.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  5828.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  5829.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  5830.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  5831.             'massive_search.events.index' => 'massive_search.index',
  5832.             'massive_search.events.deindex' => 'massive_search.deindex',
  5833.             'massive_search.adapter.zend_lucene.basepath' => (\dirname(__DIR__4).'/indexes'),
  5834.             'massive_search.adapter.zend_lucene.hide_index_exception' => false,
  5835.             'massive_search.adapter.zend_lucene.encoding' => 'UTF-8',
  5836.             'massive_search.metadata.debug' => true,
  5837.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  5838.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  5839.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  5840.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  5841.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  5842.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  5843.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  5844.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  5845.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  5846.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  5847.             'fos_http_cache.cacheable.response.additional_status' => [
  5848.             ],
  5849.             'fos_http_cache.proxy_client.symfony.options' => [
  5850.                 'tags_header' => 'X-Cache-Tags',
  5851.                 'tags_method' => 'PURGETAGS',
  5852.                 'purge_method' => 'PURGE',
  5853.             ],
  5854.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  5855.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  5856.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  5857.             'fos_http_cache.tag_handler.separator' => ',',
  5858.             'fos_http_cache.tag_handler.strict' => false,
  5859.             'sulu_admin.name' => 'Sulu Admin',
  5860.             'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  5861.             'sulu_admin.resources' => [
  5862.                 'trash_items' => [
  5863.                     'routes' => [
  5864.                         'list' => 'sulu_trash.get_trash-items',
  5865.                         'detail' => 'sulu_trash.get_trash-item',
  5866.                     ],
  5867.                 ],
  5868.                 'activities' => [
  5869.                     'routes' => [
  5870.                         'list' => 'sulu_activity.get_activities',
  5871.                     ],
  5872.                 ],
  5873.                 'preview_links' => [
  5874.                     'routes' => [
  5875.                         'detail' => 'sulu_preview.get_preview-link',
  5876.                     ],
  5877.                 ],
  5878.                 'routes' => [
  5879.                     'routes' => [
  5880.                         'list' => 'sulu_routes.get_routes',
  5881.                     ],
  5882.                 ],
  5883.                 'custom_urls' => [
  5884.                     'routes' => [
  5885.                         'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  5886.                         'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  5887.                     ],
  5888.                 ],
  5889.                 'custom_url_routes' => [
  5890.                     'routes' => [
  5891.                         'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  5892.                     ],
  5893.                 ],
  5894.                 'geolocator_locations' => [
  5895.                     'routes' => [
  5896.                         'list' => 'sulu_location.geolocator_query',
  5897.                     ],
  5898.                 ],
  5899.                 'analytics' => [
  5900.                     'routes' => [
  5901.                         'list' => 'sulu_website.cget_webspace_analytics',
  5902.                         'detail' => 'sulu_website.get_webspace_analytics',
  5903.                     ],
  5904.                 ],
  5905.                 'tags' => [
  5906.                     'routes' => [
  5907.                         'list' => 'sulu_tag.get_tags',
  5908.                         'detail' => 'sulu_tag.get_tag',
  5909.                     ],
  5910.                 ],
  5911.                 'page_resourcelocators' => [
  5912.                     'routes' => [
  5913.                         'list' => 'sulu_page.get_page_resourcelocators',
  5914.                     ],
  5915.                 ],
  5916.                 'pages' => [
  5917.                     'routes' => [
  5918.                         'list' => 'sulu_page.get_pages',
  5919.                         'detail' => 'sulu_page.get_page',
  5920.                     ],
  5921.                     'security_context' => 'sulu.webspaces.#webspace#',
  5922.                     'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  5923.                 ],
  5924.                 'page_versions' => [
  5925.                     'routes' => [
  5926.                         'list' => 'sulu_page.get_page_versions',
  5927.                         'detail' => 'sulu_page.post_page_version_trigger',
  5928.                     ],
  5929.                 ],
  5930.                 'webspaces' => [
  5931.                     'routes' => [
  5932.                         'list' => 'sulu_page.get_webspaces',
  5933.                         'detail' => 'sulu_page.get_webspace',
  5934.                     ],
  5935.                 ],
  5936.                 'snippets' => [
  5937.                     'routes' => [
  5938.                         'list' => 'sulu_snippet.get_snippets',
  5939.                         'detail' => 'sulu_snippet.get_snippet',
  5940.                     ],
  5941.                 ],
  5942.                 'snippet_areas' => [
  5943.                     'routes' => [
  5944.                         'list' => 'sulu_snippet.get_snippet-areas',
  5945.                         'detail' => 'sulu_snippet.put_snippet-area',
  5946.                     ],
  5947.                 ],
  5948.                 'categories' => [
  5949.                     'routes' => [
  5950.                         'list' => 'sulu_category.get_categories',
  5951.                         'detail' => 'sulu_category.get_category',
  5952.                     ],
  5953.                 ],
  5954.                 'category_keywords' => [
  5955.                     'routes' => [
  5956.                         'list' => 'sulu_category.get_category_keywords',
  5957.                         'detail' => 'sulu_category.get_category_keyword',
  5958.                     ],
  5959.                 ],
  5960.                 'permissions' => [
  5961.                     'routes' => [
  5962.                         'detail' => 'sulu_security.get_permissions',
  5963.                     ],
  5964.                 ],
  5965.                 'roles' => [
  5966.                     'routes' => [
  5967.                         'list' => 'sulu_security.get_roles',
  5968.                         'detail' => 'sulu_security.get_role',
  5969.                     ],
  5970.                 ],
  5971.                 'users' => [
  5972.                     'routes' => [
  5973.                         'list' => 'sulu_security.get_users',
  5974.                         'detail' => 'sulu_security.get_user',
  5975.                     ],
  5976.                 ],
  5977.                 'profile' => [
  5978.                     'routes' => [
  5979.                         'detail' => 'sulu_security.get_profile',
  5980.                     ],
  5981.                 ],
  5982.                 'media' => [
  5983.                     'routes' => [
  5984.                         'list' => 'sulu_media.cget_media',
  5985.                         'detail' => 'sulu_media.get_media',
  5986.                     ],
  5987.                     'security_context' => 'sulu.media.collections',
  5988.                     'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  5989.                 ],
  5990.                 'media_preview' => [
  5991.                     'routes' => [
  5992.                         'detail' => 'sulu_media.post_media_preview',
  5993.                     ],
  5994.                 ],
  5995.                 'media_formats' => [
  5996.                     'routes' => [
  5997.                         'list' => 'sulu_media.get_media_formats',
  5998.                         'detail' => 'sulu_media.put_media_format',
  5999.                     ],
  6000.                 ],
  6001.                 'media_versions' => [
  6002.                     'routes' => [
  6003.                         'detail' => 'sulu_media.delete_media_version',
  6004.                     ],
  6005.                 ],
  6006.                 'collections' => [
  6007.                     'routes' => [
  6008.                         'list' => 'sulu_media.get_collections',
  6009.                         'detail' => 'sulu_media.get_collection',
  6010.                     ],
  6011.                 ],
  6012.                 'formats' => [
  6013.                     'routes' => [
  6014.                         'list' => 'sulu_media.get_formats',
  6015.                         'detail' => 'sulu_media.get_format',
  6016.                     ],
  6017.                 ],
  6018.                 'contacts' => [
  6019.                     'routes' => [
  6020.                         'list' => 'sulu_contact.get_contacts',
  6021.                         'detail' => 'sulu_contact.get_contact',
  6022.                     ],
  6023.                 ],
  6024.                 'contact_titles' => [
  6025.                     'routes' => [
  6026.                         'list' => 'sulu_contact.get_contact-titles',
  6027.                     ],
  6028.                 ],
  6029.                 'contact_positions' => [
  6030.                     'routes' => [
  6031.                         'list' => 'sulu_contact.get_contact-positions',
  6032.                     ],
  6033.                 ],
  6034.                 'contact_media' => [
  6035.                     'routes' => [
  6036.                         'list' => 'sulu_contact.cget_contact_medias',
  6037.                         'detail' => 'sulu_contact.delete_contact_medias',
  6038.                     ],
  6039.                 ],
  6040.                 'accounts' => [
  6041.                     'routes' => [
  6042.                         'list' => 'sulu_contact.get_accounts',
  6043.                         'detail' => 'sulu_contact.get_account',
  6044.                     ],
  6045.                 ],
  6046.                 'account_media' => [
  6047.                     'routes' => [
  6048.                         'list' => 'sulu_contact.cget_account_medias',
  6049.                         'detail' => 'sulu_contact.delete_account_medias',
  6050.                     ],
  6051.                 ],
  6052.                 'account_contacts' => [
  6053.                     'routes' => [
  6054.                         'list' => 'sulu_contact.get_account_contacts',
  6055.                         'detail' => 'sulu_contact.delete_account_contacts',
  6056.                     ],
  6057.                 ],
  6058.                 'search' => [
  6059.                     'routes' => [
  6060.                         'list' => 'sulu_search_search',
  6061.                     ],
  6062.                 ],
  6063.                 'search_indexes' => [
  6064.                     'routes' => [
  6065.                         'list' => 'sulu_search_indexes',
  6066.                     ],
  6067.                 ],
  6068.                 'collaborations' => [
  6069.                     'routes' => [
  6070.                         'detail' => 'sulu_admin.put_collaborations',
  6071.                     ],
  6072.                 ],
  6073.                 'localizations' => [
  6074.                     'routes' => [
  6075.                         'list' => 'sulu_core.get_localizations',
  6076.                     ],
  6077.                 ],
  6078.                 'teasers' => [
  6079.                     'routes' => [
  6080.                         'list' => 'sulu_page.get_teasers',
  6081.                     ],
  6082.                 ],
  6083.                 'products' => [
  6084.                     'routes' => [
  6085.                         'list' => 'app.get_products',
  6086.                         'detail' => 'app.get_product',
  6087.                     ],
  6088.                 ],
  6089.                 'settings' => [
  6090.                     'routes' => [
  6091.                         'list' => 'app.get_settings',
  6092.                         'detail' => 'app.get_setting',
  6093.                     ],
  6094.                 ],
  6095.                 'countries' => [
  6096.                     'routes' => [
  6097.                         'list' => 'app.get_countries',
  6098.                         'detail' => 'app.get_country',
  6099.                     ],
  6100.                 ],
  6101.                 'partners' => [
  6102.                     'routes' => [
  6103.                         'list' => 'app.get_partners',
  6104.                         'detail' => 'app.get_partner',
  6105.                     ],
  6106.                 ],
  6107.             ],
  6108.             'sulu_admin.collaboration_enabled' => false,
  6109.             'sulu_admin.collaboration_interval' => 20,
  6110.             'sulu_admin.collaboration_threshold' => 60,
  6111.             'sulu_admin.forms.directories' => [
  6112.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  6113.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  6114.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  6115.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  6116.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  6117.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  6118.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  6119.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  6120.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  6121.                 => (\dirname(__DIR__5).'/config/forms'),
  6122.             ],
  6123.             'sulu_admin.lists.directories' => [
  6124.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6125.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6126.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  6127.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  6128.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  6129.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  6130.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  6131.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  6132.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  6133.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  6134.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  6135.                 11 => (\dirname(__DIR__5).'/config/lists'),
  6136.             ],
  6137.             'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  6138.             'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  6139.             'sulu_search.indexes' => [
  6140.                 'snippet' => [
  6141.                     'name' => 'sulu_snippet.snippets',
  6142.                     'icon' => 'su-snippet',
  6143.                     'view' => [
  6144.                         'name' => 'sulu_snippet.edit_form',
  6145.                         'result_to_view' => [
  6146.                             'id' => 'id',
  6147.                             'locale' => 'locale',
  6148.                         ],
  6149.                     ],
  6150.                     'security_context' => 'sulu.global.snippets',
  6151.                     'contexts' => [
  6152.                     ],
  6153.                 ],
  6154.                 'category' => [
  6155.                     'name' => 'sulu_category.categories',
  6156.                     'icon' => 'su-tag',
  6157.                     'view' => [
  6158.                         'name' => 'sulu_category.edit_form',
  6159.                         'result_to_view' => [
  6160.                             'id' => 'id',
  6161.                             'locale' => 'locale',
  6162.                         ],
  6163.                     ],
  6164.                     'security_context' => 'sulu.settings.categories',
  6165.                     'contexts' => [
  6166.                     ],
  6167.                 ],
  6168.                 'media' => [
  6169.                     'name' => 'sulu_media.media',
  6170.                     'icon' => 'su-image',
  6171.                     'view' => [
  6172.                         'name' => 'sulu_media.form',
  6173.                         'result_to_view' => [
  6174.                             'id' => 'id',
  6175.                             'locale' => 'locale',
  6176.                         ],
  6177.                     ],
  6178.                     'security_context' => 'sulu.media.collections',
  6179.                     'contexts' => [
  6180.                     ],
  6181.                 ],
  6182.                 'contact' => [
  6183.                     'name' => 'sulu_contact.people',
  6184.                     'icon' => 'su-user',
  6185.                     'view' => [
  6186.                         'name' => 'sulu_contact.contact_edit_form',
  6187.                         'result_to_view' => [
  6188.                             'id' => 'id',
  6189.                             'locale' => 'locale',
  6190.                         ],
  6191.                     ],
  6192.                     'security_context' => 'sulu.contact.people',
  6193.                     'contexts' => [
  6194.                     ],
  6195.                 ],
  6196.                 'account' => [
  6197.                     'name' => 'sulu_contact.organizations',
  6198.                     'icon' => 'su-house',
  6199.                     'view' => [
  6200.                         'name' => 'sulu_contact.account_edit_form',
  6201.                         'result_to_view' => [
  6202.                             'id' => 'id',
  6203.                             'locale' => 'locale',
  6204.                         ],
  6205.                     ],
  6206.                     'security_context' => 'sulu.contact.organizations',
  6207.                     'contexts' => [
  6208.                     ],
  6209.                 ],
  6210.                 'page_modernexpo' => [
  6211.                     'name' => 'Modern Expo',
  6212.                     'icon' => 'su-document',
  6213.                     'view' => [
  6214.                         'name' => 'sulu_page.page_edit_form',
  6215.                         'result_to_view' => [
  6216.                             'id' => 'id',
  6217.                             'locale' => 'locale',
  6218.                             'properties/webspace_key' => 'webspace',
  6219.                         ],
  6220.                     ],
  6221.                     'security_context' => 'sulu.webspaces.modernexpo',
  6222.                 ],
  6223.                 'page_modernexpo_published' => [
  6224.                     'name' => 'Modern Expo',
  6225.                     'icon' => 'su-document',
  6226.                     'view' => [
  6227.                         'name' => 'sulu_page.page_edit_form',
  6228.                         'result_to_view' => [
  6229.                             'id' => 'id',
  6230.                             'locale' => 'locale',
  6231.                             'properties/webspace_key' => 'webspace',
  6232.                         ],
  6233.                     ],
  6234.                     'security_context' => 'sulu.webspaces.modernexpo',
  6235.                     'contexts' => [
  6236.                         => 'website',
  6237.                     ],
  6238.                 ],
  6239.             ],
  6240.             'sulu_search.website.indexes' => [
  6241.                 => 'page_#webspace#_published',
  6242.             ],
  6243.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  6244.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  6245.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  6246.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  6247.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  6248.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  6249.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  6250.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  6251.             'sulu_contact.defaults' => [
  6252.                 'phoneType' => '1',
  6253.                 'phoneTypeMobile' => '3',
  6254.                 'phoneTypeIsdn' => '1',
  6255.                 'emailType' => '1',
  6256.                 'addressType' => '1',
  6257.                 'urlType' => '1',
  6258.                 'faxType' => '1',
  6259.                 'socialMediaProfileType' => '1',
  6260.                 'country' => 'AT',
  6261.             ],
  6262.             'sulu_contact.form_of_address' => [
  6263.                 'male' => [
  6264.                     'id' => 0,
  6265.                     'name' => 'male',
  6266.                     'translation' => 'contact.contacts.formOfAddress.male',
  6267.                 ],
  6268.                 'female' => [
  6269.                     'id' => 1,
  6270.                     'name' => 'female',
  6271.                     'translation' => 'contact.contacts.formOfAddress.female',
  6272.                 ],
  6273.             ],
  6274.             'sulu_contact.contact_form.category_root' => NULL,
  6275.             'sulu_contact.account_form.category_root' => NULL,
  6276.             'sulu.model.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6277.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6278.             'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6279.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6280.             'sulu.persistence.objects' => [
  6281.                 'sulu' => [
  6282.                     'trash_item' => [
  6283.                         'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  6284.                     ],
  6285.                     'activity' => [
  6286.                         'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  6287.                     ],
  6288.                     'preview_link' => [
  6289.                         'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  6290.                     ],
  6291.                     'route' => [
  6292.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  6293.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  6294.                     ],
  6295.                     'analytics' => [
  6296.                         'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  6297.                         'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  6298.                     ],
  6299.                     'tag' => [
  6300.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  6301.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  6302.                     ],
  6303.                     'category' => [
  6304.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6305.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6306.                     ],
  6307.                     'category_meta' => [
  6308.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6309.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6310.                     ],
  6311.                     'category_translation' => [
  6312.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6313.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6314.                     ],
  6315.                     'keyword' => [
  6316.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6317.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6318.                     ],
  6319.                     'user' => [
  6320.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6321.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6322.                     ],
  6323.                     'role' => [
  6324.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6325.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6326.                     ],
  6327.                     'role_setting' => [
  6328.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6329.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6330.                     ],
  6331.                     'access_control' => [
  6332.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6333.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6334.                     ],
  6335.                     'media' => [
  6336.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6337.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6338.                     ],
  6339.                     'contact' => [
  6340.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6341.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6342.                     ],
  6343.                     'account' => [
  6344.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6345.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6346.                     ],
  6347.                 ],
  6348.             ],
  6349.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  6350.             'sulu_media.image_format_files' => [
  6351.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  6352.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  6353.             ],
  6354.             'sulu_media.system_collections' => [
  6355.                 'sulu_media' => [
  6356.                     'meta_title' => [
  6357.                         'en' => 'Sulu media',
  6358.                         'de' => 'Sulu Medien',
  6359.                     ],
  6360.                     'collections' => [
  6361.                         'preview_image' => [
  6362.                             'meta_title' => [
  6363.                                 'en' => 'Preview images',
  6364.                                 'de' => 'Vorschaubilder',
  6365.                             ],
  6366.                         ],
  6367.                     ],
  6368.                 ],
  6369.                 'sulu_contact' => [
  6370.                     'meta_title' => [
  6371.                         'en' => 'Sulu contacts',
  6372.                         'de' => 'Sulu Kontakte',
  6373.                     ],
  6374.                     'collections' => [
  6375.                         'contact' => [
  6376.                             'meta_title' => [
  6377.                                 'en' => 'People',
  6378.                                 'de' => 'Personen',
  6379.                             ],
  6380.                         ],
  6381.                         'account' => [
  6382.                             'meta_title' => [
  6383.                                 'en' => 'Organizations',
  6384.                                 'de' => 'Organisationen',
  6385.                             ],
  6386.                         ],
  6387.                     ],
  6388.                 ],
  6389.             ],
  6390.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  6391.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  6392.             'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  6393.             'sulu_media.format_manager.response_headers' => [
  6394.                 'Expires' => '+1 month',
  6395.                 'Pragma' => 'public',
  6396.                 'Cache-Control' => 'public',
  6397.             ],
  6398.             'sulu_media.format_manager.default_imagine_options' => [
  6399.                 'jpeg_quality' => 75,
  6400.                 'webp_quality' => 75,
  6401.                 'png_compression_level' => 6,
  6402.             ],
  6403.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  6404.             'sulu_media.format_cache.save_image' => true,
  6405.             'sulu_media.format_cache.segments' => 10,
  6406.             'sulu_media.ghost_script.path' => 'gs',
  6407.             'sulu_media.media.blocked_file_types' => [
  6408.             ],
  6409.             'sulu_media.collection.type.default' => [
  6410.                 'id' => 1,
  6411.             ],
  6412.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  6413.             'sulu_media.media.types' => [
  6414.                 => [
  6415.                     'type' => 'document',
  6416.                     'mimeTypes' => [
  6417.                         => '*',
  6418.                     ],
  6419.                 ],
  6420.                 => [
  6421.                     'type' => 'image',
  6422.                     'mimeTypes' => [
  6423.                         => 'image/*',
  6424.                     ],
  6425.                 ],
  6426.                 => [
  6427.                     'type' => 'video',
  6428.                     'mimeTypes' => [
  6429.                         => 'video/*',
  6430.                     ],
  6431.                 ],
  6432.                 => [
  6433.                     'type' => 'audio',
  6434.                     'mimeTypes' => [
  6435.                         => 'audio/*',
  6436.                     ],
  6437.                 ],
  6438.             ],
  6439.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  6440.             'sulu_media.disposition_type.default' => 'attachment',
  6441.             'sulu_media.disposition_type.mime_types_inline' => [
  6442.             ],
  6443.             'sulu_media.disposition_type.mime_types_attachment' => [
  6444.             ],
  6445.             'sulu_media.upload.max_filesize' => 100,
  6446.             'sulu_media.media.max_file_size' => '100MB',
  6447.             'sulu_media.adobe_creative_key' => NULL,
  6448.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  6449.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  6450.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  6451.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  6452.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  6453.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  6454.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  6455.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  6456.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  6457.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  6458.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  6459.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  6460.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  6461.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  6462.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  6463.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  6464.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  6465.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  6466.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  6467.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  6468.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6469.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6470.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  6471.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  6472.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  6473.             'sulu_media.format_manager.mime_types' => [
  6474.                 => 'image/*',
  6475.             ],
  6476.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6477.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6478.             'sulu_media.media.storage' => 'google_cloud',
  6479.             'sulu_media.media.storage.google_cloud.key_file_path' => (\dirname(__DIR__5).'/config/me-web-site-services.json'),
  6480.             'sulu_media.media.storage.google_cloud.bucket_name' => 'web-me-eu',
  6481.             'sulu_media.media.storage.google_cloud.path_prefix' => NULL,
  6482.             'sulu_media.media.storage.google_cloud.segments' => 10,
  6483.             'sulu_security.system' => 'Sulu',
  6484.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  6485.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  6486.             'sulu_security.reset_password.mail.sender' => '',
  6487.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  6488.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  6489.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  6490.             'sulu_security.permissions' => [
  6491.                 'view' => 64,
  6492.                 'add' => 32,
  6493.                 'edit' => 16,
  6494.                 'delete' => 8,
  6495.                 'archive' => 4,
  6496.                 'live' => 2,
  6497.                 'security' => 1,
  6498.             ],
  6499.             'permissions' => [
  6500.                 'view' => 64,
  6501.                 'add' => 32,
  6502.                 'edit' => 16,
  6503.                 'delete' => 8,
  6504.                 'archive' => 4,
  6505.                 'live' => 2,
  6506.                 'security' => 1,
  6507.             ],
  6508.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  6509.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  6510.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  6511.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  6512.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  6513.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  6514.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  6515.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  6516.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  6517.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  6518.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  6519.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  6520.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6521.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  6522.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  6523.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  6524.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  6525.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  6526.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  6527.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  6528.             'sulu.model.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6529.             'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6530.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6531.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6532.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6533.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6534.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6535.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6536.             'sulu.model.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6537.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6538.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6539.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6540.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6541.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6542.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6543.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6544.             'sulu_snippet.content-type.default_enabled' => true,
  6545.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  6546.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  6547.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  6548.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  6549.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  6550.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  6551.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  6552.             'sulu_snippet.export.snippet.formats' => [
  6553.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  6554.             ],
  6555.             'sulu_page.search.mapping' => [
  6556.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  6557.                     'index' => 'page',
  6558.                     'decorate_index' => true,
  6559.                 ],
  6560.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  6561.                     'index' => 'page',
  6562.                     'decorate_index' => true,
  6563.                 ],
  6564.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  6565.                     'index' => 'snippet',
  6566.                     'decorate_index' => false,
  6567.                 ],
  6568.             ],
  6569.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  6570.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  6571.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  6572.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  6573.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  6574.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  6575.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  6576.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  6577.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  6578.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  6579.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  6580.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  6581.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  6582.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  6583.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  6584.             'sulu_page.export.webspace.formats' => [
  6585.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  6586.             ],
  6587.             'sulu_page.default_author' => true,
  6588.             'sulu_page.seo' => [
  6589.                 'max_title_length' => 70,
  6590.                 'max_description_length' => 160,
  6591.                 'max_keywords' => 5,
  6592.                 'keywords_separator' => ',',
  6593.                 'url_prefix' => 'www.yoursite.com/{locale}',
  6594.             ],
  6595.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  6596.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  6597.             'sulu_website.navigation.cache.lifetime' => 1,
  6598.             'sulu_website.content.cache.lifetime' => 1,
  6599.             'sulu_website.sitemap.cache.lifetime' => 1,
  6600.             'sulu_website.enabled_twig_attributes' => [
  6601.                 'urls' => false,
  6602.                 'path' => false,
  6603.             ],
  6604.             'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  6605.             'sulu_website.segment_cookie_name' => '_ss',
  6606.             'sulu_website.segment_header' => 'X-Sulu-Segment',
  6607.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  6608.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  6609.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  6610.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  6611.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  6612.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  6613.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  6614.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  6615.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  6616.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  6617.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  6618.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  6619.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  6620.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  6621.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  6622.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  6623.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  6624.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  6625.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  6626.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  6627.             'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  6628.             'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  6629.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  6630.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  6631.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  6632.             'sulu_location.guzzle.client.class' => 'GuzzleHttp\\Client',
  6633.             'sulu_location.geolocator.name' => 'nominatim',
  6634.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  6635.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  6636.             'sulu_location.geolocator.service.google.api_key' => '',
  6637.             'sulu_http_cache.cache.max_age' => 240,
  6638.             'sulu_http_cache.cache.shared_max_age' => 240,
  6639.             'sulu_document_manager.mapping' => [
  6640.                 => [
  6641.                     'alias' => 'custom_url',
  6642.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  6643.                     'phpcr_type' => 'sulu:custom_url',
  6644.                     'mapping' => [
  6645.                         'published' => [
  6646.                             'property' => 'published',
  6647.                             'encoding' => 'content',
  6648.                             'mapped' => true,
  6649.                             'multiple' => false,
  6650.                             'default' => NULL,
  6651.                         ],
  6652.                         'baseDomain' => [
  6653.                             'property' => 'baseDomain',
  6654.                             'encoding' => 'content',
  6655.                             'mapped' => true,
  6656.                             'multiple' => false,
  6657.                             'default' => NULL,
  6658.                         ],
  6659.                         'domainParts' => [
  6660.                             'property' => 'domainParts',
  6661.                             'type' => 'json_array',
  6662.                             'encoding' => 'content',
  6663.                             'mapped' => true,
  6664.                             'multiple' => false,
  6665.                             'default' => NULL,
  6666.                         ],
  6667.                         'canonical' => [
  6668.                             'property' => 'canonical',
  6669.                             'encoding' => 'content',
  6670.                             'mapped' => true,
  6671.                             'multiple' => false,
  6672.                             'default' => NULL,
  6673.                         ],
  6674.                         'redirect' => [
  6675.                             'property' => 'redirect',
  6676.                             'encoding' => 'content',
  6677.                             'mapped' => true,
  6678.                             'multiple' => false,
  6679.                             'default' => NULL,
  6680.                         ],
  6681.                         'targetLocale' => [
  6682.                             'property' => 'targetLocale',
  6683.                             'encoding' => 'content',
  6684.                             'mapped' => true,
  6685.                             'multiple' => false,
  6686.                             'default' => NULL,
  6687.                         ],
  6688.                     ],
  6689.                 ],
  6690.                 => [
  6691.                     'alias' => 'custom_url_route',
  6692.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  6693.                     'phpcr_type' => 'sulu:custom_url_route',
  6694.                     'mapping' => [
  6695.                         'locale' => [
  6696.                             'property' => 'locale',
  6697.                             'encoding' => 'content',
  6698.                             'mapped' => true,
  6699.                             'multiple' => false,
  6700.                             'default' => NULL,
  6701.                         ],
  6702.                     ],
  6703.                 ],
  6704.                 => [
  6705.                     'alias' => 'page',
  6706.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  6707.                     'phpcr_type' => 'sulu:page',
  6708.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  6709.                     'set_default_author' => true,
  6710.                     'mapping' => [
  6711.                     ],
  6712.                 ],
  6713.                 => [
  6714.                     'alias' => 'home',
  6715.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  6716.                     'phpcr_type' => 'sulu:home',
  6717.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  6718.                     'set_default_author' => true,
  6719.                     'mapping' => [
  6720.                     ],
  6721.                 ],
  6722.                 => [
  6723.                     'alias' => 'route',
  6724.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  6725.                     'phpcr_type' => 'sulu:path',
  6726.                     'mapping' => [
  6727.                     ],
  6728.                 ],
  6729.                 => [
  6730.                     'alias' => 'snippet',
  6731.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  6732.                     'phpcr_type' => 'sulu:snippet',
  6733.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  6734.                     'mapping' => [
  6735.                     ],
  6736.                 ],
  6737.             ],
  6738.             'sulu_document_manager.namespace_mapping' => [
  6739.                 'extension_localized' => 'i18n',
  6740.                 'system' => 'sulu',
  6741.                 'system_localized' => 'i18n',
  6742.                 'content' => NULL,
  6743.                 'content_localized' => 'i18n',
  6744.             ],
  6745.             'sulu_document_manager.versioning.enabled' => false,
  6746.             'sulu_document_manager.show_drafts' => false,
  6747.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  6748.             'sulu_document_manager.segments' => [
  6749.                 'custom_urls' => 'custom-urls',
  6750.                 'custom_urls_items' => 'items',
  6751.                 'custom_urls_routes' => 'routes',
  6752.                 'base' => 'cmf',
  6753.                 'content' => 'contents',
  6754.                 'route' => 'routes',
  6755.                 'snippet' => 'snippets',
  6756.             ],
  6757.             'sulu_custom_urls.uri_filter_regexp' => NULL,
  6758.             'sulu_route.mappings' => [
  6759.             ],
  6760.             'sulu_route.resource_key_mappings' => [
  6761.             ],
  6762.             'sulu_route.routing.uri_filter_regexp' => NULL,
  6763.             'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  6764.             'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  6765.             'phpcr_migrations.version_node_name' => 'jcr:versions',
  6766.             'phpcr_migrations.paths' => [
  6767.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  6768.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  6769.             ],
  6770.             'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  6771.             'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  6772.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6773.             'web_profiler.debug_toolbar.mode' => 2,
  6774.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6775.             'security.role_hierarchy.roles' => [
  6776.             ],
  6777.             'security.access.denied_url' => NULL,
  6778.             'security.authentication.manager.erase_credentials' => true,
  6779.             'security.authentication.session_strategy.strategy' => 'migrate',
  6780.             'security.access.always_authenticate_before_granting' => false,
  6781.             'security.authentication.hide_user_not_found' => true,
  6782.             'security.firewalls' => [
  6783.                 => 'dev',
  6784.                 => 'admin',
  6785.                 => 'website',
  6786.             ],
  6787.             'security.admin._indexed_authenticators' => [
  6788.             ],
  6789.             'security.website._indexed_authenticators' => [
  6790.             ],
  6791.             'sulu_preview.mode' => 'auto',
  6792.             'sulu_preview.delay' => 500,
  6793.             'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
  6794.             'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  6795.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  6796.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  6797.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  6798.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  6799.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  6800.             'fos_js_routing.request_context_base_url' => NULL,
  6801.             'fos_js_routing.cache_control' => [
  6802.                 'enabled' => false,
  6803.             ],
  6804.             'cmf_routing.uri_filter_regexp' => '',
  6805.             'cmf_routing.default_controller' => NULL,
  6806.             'cmf_routing.generic_controller' => NULL,
  6807.             'cmf_routing.controllers_by_type' => [
  6808.             ],
  6809.             'cmf_routing.controllers_by_class' => [
  6810.             ],
  6811.             'cmf_routing.templates_by_class' => [
  6812.             ],
  6813.             'cmf_routing.route_collection_limit' => 0,
  6814.             'cmf_routing.dynamic.limit_candidates' => 20,
  6815.             'cmf_routing.dynamic.locales' => [
  6816.             ],
  6817.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  6818.             'cmf_routing.replace_symfony_router' => true,
  6819.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  6820.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  6821.             'stof_doctrine_extensions.default_locale' => 'en',
  6822.             'stof_doctrine_extensions.translation_fallback' => false,
  6823.             'stof_doctrine_extensions.persist_default_translation' => false,
  6824.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  6825.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  6826.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  6827.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  6828.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  6829.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  6830.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  6831.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  6832.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  6833.             'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  6834.             'sulu_activity.storage.adapter' => 'doctrine',
  6835.             'sulu_activity.storage.persist_payload' => false,
  6836.             'doctrine.migrations.preferred_em' => NULL,
  6837.             'doctrine.migrations.preferred_connection' => NULL,
  6838.             'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  6839.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6840.             'data_collector.templates' => [
  6841.                 'data_collector.request' => [
  6842.                     => 'request',
  6843.                     => '@WebProfiler/Collector/request.html.twig',
  6844.                 ],
  6845.                 'data_collector.time' => [
  6846.                     => 'time',
  6847.                     => '@WebProfiler/Collector/time.html.twig',
  6848.                 ],
  6849.                 'data_collector.memory' => [
  6850.                     => 'memory',
  6851.                     => '@WebProfiler/Collector/memory.html.twig',
  6852.                 ],
  6853.                 'data_collector.validator' => [
  6854.                     => 'validator',
  6855.                     => '@WebProfiler/Collector/validator.html.twig',
  6856.                 ],
  6857.                 'data_collector.ajax' => [
  6858.                     => 'ajax',
  6859.                     => '@WebProfiler/Collector/ajax.html.twig',
  6860.                 ],
  6861.                 'data_collector.form' => [
  6862.                     => 'form',
  6863.                     => '@WebProfiler/Collector/form.html.twig',
  6864.                 ],
  6865.                 'data_collector.exception' => [
  6866.                     => 'exception',
  6867.                     => '@WebProfiler/Collector/exception.html.twig',
  6868.                 ],
  6869.                 'data_collector.logger' => [
  6870.                     => 'logger',
  6871.                     => '@WebProfiler/Collector/logger.html.twig',
  6872.                 ],
  6873.                 'data_collector.events' => [
  6874.                     => 'events',
  6875.                     => '@WebProfiler/Collector/events.html.twig',
  6876.                 ],
  6877.                 'data_collector.router' => [
  6878.                     => 'router',
  6879.                     => '@WebProfiler/Collector/router.html.twig',
  6880.                 ],
  6881.                 'data_collector.cache' => [
  6882.                     => 'cache',
  6883.                     => '@WebProfiler/Collector/cache.html.twig',
  6884.                 ],
  6885.                 'data_collector.translation' => [
  6886.                     => 'translation',
  6887.                     => '@WebProfiler/Collector/translation.html.twig',
  6888.                 ],
  6889.                 'data_collector.security' => [
  6890.                     => 'security',
  6891.                     => '@Security/Collector/security.html.twig',
  6892.                 ],
  6893.                 'data_collector.twig' => [
  6894.                     => 'twig',
  6895.                     => '@WebProfiler/Collector/twig.html.twig',
  6896.                 ],
  6897.                 'data_collector.http_client' => [
  6898.                     => 'http_client',
  6899.                     => '@WebProfiler/Collector/http_client.html.twig',
  6900.                 ],
  6901.                 'data_collector.doctrine' => [
  6902.                     => 'db',
  6903.                     => '@Doctrine/Collector/db.html.twig',
  6904.                 ],
  6905.                 'doctrine_migrations.migrations_collector' => [
  6906.                     => 'doctrine_migrations',
  6907.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6908.                 ],
  6909.                 'doctrine_phpcr.data_collector' => [
  6910.                     => 'phpcr',
  6911.                     => '@DoctrinePHPCR/Collector/phpcr',
  6912.                 ],
  6913.                 'swiftmailer.data_collector' => [
  6914.                     => 'swiftmailer',
  6915.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  6916.                 ],
  6917.                 'data_collector.dump' => [
  6918.                     => 'dump',
  6919.                     => '@Debug/Profiler/dump.html.twig',
  6920.                 ],
  6921.                 'data_collector.jms_serializer' => [
  6922.                     => 'jms_serializer',
  6923.                     => '@JMSSerializer/Collector/panel.html.twig',
  6924.                 ],
  6925.                 'sulu_website.data_collector.sulu_collector' => [
  6926.                     => 'sulu',
  6927.                     => '@SuluWebsite/Profiler/layout.html.twig',
  6928.                 ],
  6929.                 'data_collector.config' => [
  6930.                     => 'config',
  6931.                     => '@WebProfiler/Collector/config.html.twig',
  6932.                 ],
  6933.             ],
  6934.             'doctrine_phpcr.migrate.migrators' => [
  6935.             ],
  6936.             'sulu_media.image.formats' => [
  6937.                 'sulu-400x400' => [
  6938.                     'key' => 'sulu-400x400',
  6939.                     'internal' => true,
  6940.                     'meta' => [
  6941.                         'title' => [
  6942.                             'en' => 'Contact avatar (Sulu)',
  6943.                             'de' => 'Kontaktavatar (Sulu)',
  6944.                             'fr' => 'Avatar du contact (Sulu)',
  6945.                             'nl' => 'Contact avatar (Sulu)',
  6946.                         ],
  6947.                     ],
  6948.                     'scale' => [
  6949.                         'x' => 400,
  6950.                         'y' => 400,
  6951.                         'mode' => 2,
  6952.                         'retina' => false,
  6953.                         'forceRatio' => true,
  6954.                     ],
  6955.                     'transformations' => [
  6956.                     ],
  6957.                     'options' => [
  6958.                         'jpeg_quality' => 75,
  6959.                         'webp_quality' => 75,
  6960.                         'png_compression_level' => 6,
  6961.                     ],
  6962.                 ],
  6963.                 'sulu-260x' => [
  6964.                     'key' => 'sulu-260x',
  6965.                     'internal' => true,
  6966.                     'meta' => [
  6967.                         'title' => [
  6968.                             'en' => 'Masonry preview (Sulu)',
  6969.                             'de' => 'Masonry Vorschau (Sulu)',
  6970.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  6971.                             'nl' => 'Masonry voorbeeld (Sulu)',
  6972.                         ],
  6973.                     ],
  6974.                     'scale' => [
  6975.                         'x' => 260,
  6976.                         'y' => NULL,
  6977.                         'mode' => 2,
  6978.                         'retina' => false,
  6979.                         'forceRatio' => true,
  6980.                     ],
  6981.                     'transformations' => [
  6982.                     ],
  6983.                     'options' => [
  6984.                         'jpeg_quality' => 75,
  6985.                         'webp_quality' => 75,
  6986.                         'png_compression_level' => 6,
  6987.                     ],
  6988.                 ],
  6989.                 'sulu-170x170' => [
  6990.                     'key' => 'sulu-170x170',
  6991.                     'internal' => true,
  6992.                     'meta' => [
  6993.                         'title' => [
  6994.                             'en' => 'Search (Sulu)',
  6995.                             'de' => 'Suche (Sulu)',
  6996.                             'fr' => 'Recherche (Sulu)',
  6997.                             'nl' => 'Zoeken (Sulu)',
  6998.                         ],
  6999.                     ],
  7000.                     'scale' => [
  7001.                         'x' => 170,
  7002.                         'y' => 170,
  7003.                         'mode' => 2,
  7004.                         'retina' => false,
  7005.                         'forceRatio' => true,
  7006.                     ],
  7007.                     'transformations' => [
  7008.                     ],
  7009.                     'options' => [
  7010.                         'jpeg_quality' => 75,
  7011.                         'webp_quality' => 75,
  7012.                         'png_compression_level' => 6,
  7013.                     ],
  7014.                 ],
  7015.                 'sulu-100x100-inset' => [
  7016.                     'key' => 'sulu-100x100-inset',
  7017.                     'internal' => true,
  7018.                     'meta' => [
  7019.                         'title' => [
  7020.                             'en' => 'Organization card (Sulu)',
  7021.                             'de' => 'Organisationskarte (Sulu)',
  7022.                             'fr' => 'Carte d\'organisation (Sulu)',
  7023.                             'nl' => 'Organisatie kaart (Sulu)',
  7024.                         ],
  7025.                     ],
  7026.                     'scale' => [
  7027.                         'x' => 100,
  7028.                         'y' => 100,
  7029.                         'mode' => 1,
  7030.                         'retina' => false,
  7031.                         'forceRatio' => true,
  7032.                     ],
  7033.                     'transformations' => [
  7034.                     ],
  7035.                     'options' => [
  7036.                         'jpeg_quality' => 75,
  7037.                         'webp_quality' => 75,
  7038.                         'png_compression_level' => 6,
  7039.                     ],
  7040.                 ],
  7041.                 'sulu-50x50' => [
  7042.                     'key' => 'sulu-50x50',
  7043.                     'internal' => true,
  7044.                     'meta' => [
  7045.                         'title' => [
  7046.                             'en' => 'Small thumbnail (Sulu)',
  7047.                             'de' => 'Kleines Thumbnail (Sulu)',
  7048.                             'fr' => 'Image miniature (Sulu)',
  7049.                             'nl' => 'Kleine thumbnail (Sulu)',
  7050.                         ],
  7051.                     ],
  7052.                     'scale' => [
  7053.                         'x' => 50,
  7054.                         'y' => 50,
  7055.                         'mode' => 2,
  7056.                         'retina' => false,
  7057.                         'forceRatio' => true,
  7058.                     ],
  7059.                     'transformations' => [
  7060.                     ],
  7061.                     'options' => [
  7062.                         'jpeg_quality' => 75,
  7063.                         'webp_quality' => 75,
  7064.                         'png_compression_level' => 6,
  7065.                     ],
  7066.                 ],
  7067.                 'sulu-25x25' => [
  7068.                     'key' => 'sulu-25x25',
  7069.                     'internal' => true,
  7070.                     'meta' => [
  7071.                         'title' => [
  7072.                             'en' => 'Micro thumbnail',
  7073.                             'de' => 'Mikro Thumbnail',
  7074.                             'fr' => 'Image micro',
  7075.                             'nl' => 'Micro thumbnail',
  7076.                         ],
  7077.                     ],
  7078.                     'scale' => [
  7079.                         'x' => 25,
  7080.                         'y' => 25,
  7081.                         'mode' => 2,
  7082.                         'retina' => false,
  7083.                         'forceRatio' => true,
  7084.                     ],
  7085.                     'transformations' => [
  7086.                     ],
  7087.                     'options' => [
  7088.                         'jpeg_quality' => 75,
  7089.                         'webp_quality' => 75,
  7090.                         'png_compression_level' => 6,
  7091.                     ],
  7092.                 ],
  7093.                 'sulu-40x40' => [
  7094.                     'key' => 'sulu-40x40',
  7095.                     'internal' => true,
  7096.                     'meta' => [
  7097.                         'title' => [
  7098.                             'en' => 'Small thumbnail (Sulu)',
  7099.                             'de' => 'Kleines Thumbnail (Sulu)',
  7100.                             'fr' => 'Image miniature (Sulu)',
  7101.                             'nl' => 'Kleine thumbnail (Sulu)',
  7102.                         ],
  7103.                     ],
  7104.                     'scale' => [
  7105.                         'x' => 40,
  7106.                         'y' => 40,
  7107.                         'mode' => 2,
  7108.                         'retina' => false,
  7109.                         'forceRatio' => true,
  7110.                     ],
  7111.                     'transformations' => [
  7112.                     ],
  7113.                     'options' => [
  7114.                         'jpeg_quality' => 75,
  7115.                         'webp_quality' => 75,
  7116.                         'png_compression_level' => 6,
  7117.                     ],
  7118.                 ],
  7119.                 'sulu-240x' => [
  7120.                     'key' => 'sulu-240x',
  7121.                     'internal' => true,
  7122.                     'meta' => [
  7123.                         'title' => [
  7124.                             'en' => 'Masonry preview (Sulu)',
  7125.                             'de' => 'Masonry Vorschau (Sulu)',
  7126.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7127.                             'nl' => 'Masonry voorbeeld (Sulu)',
  7128.                         ],
  7129.                     ],
  7130.                     'scale' => [
  7131.                         'x' => 240,
  7132.                         'y' => NULL,
  7133.                         'mode' => 2,
  7134.                         'retina' => false,
  7135.                         'forceRatio' => true,
  7136.                     ],
  7137.                     'transformations' => [
  7138.                     ],
  7139.                     'options' => [
  7140.                         'jpeg_quality' => 75,
  7141.                         'webp_quality' => 75,
  7142.                         'png_compression_level' => 6,
  7143.                     ],
  7144.                 ],
  7145.                 'sulu-400x400-inset' => [
  7146.                     'key' => 'sulu-400x400-inset',
  7147.                     'internal' => true,
  7148.                     'meta' => [
  7149.                         'title' => [
  7150.                             'en' => 'Organization logo (Sulu)',
  7151.                             'de' => 'Organisationslogo (Sulu)',
  7152.                             'fr' => 'Logo d\'organisation (Sulu)',
  7153.                             'nl' => 'Organisatie logo (Sulu)',
  7154.                         ],
  7155.                     ],
  7156.                     'scale' => [
  7157.                         'x' => 400,
  7158.                         'y' => 400,
  7159.                         'mode' => 1,
  7160.                         'retina' => false,
  7161.                         'forceRatio' => true,
  7162.                     ],
  7163.                     'transformations' => [
  7164.                     ],
  7165.                     'options' => [
  7166.                         'jpeg_quality' => 75,
  7167.                         'webp_quality' => 75,
  7168.                         'png_compression_level' => 6,
  7169.                     ],
  7170.                 ],
  7171.                 'sulu-100x100' => [
  7172.                     'key' => 'sulu-100x100',
  7173.                     'internal' => true,
  7174.                     'meta' => [
  7175.                         'title' => [
  7176.                             'en' => 'Contact card (Sulu)',
  7177.                             'de' => 'Personenkarte (Sulu)',
  7178.                             'fr' => 'Carte personnelle (Sulu)',
  7179.                             'nl' => 'Contact kaart (Sulu)',
  7180.                         ],
  7181.                     ],
  7182.                     'scale' => [
  7183.                         'x' => 100,
  7184.                         'y' => 100,
  7185.                         'mode' => 2,
  7186.                         'retina' => false,
  7187.                         'forceRatio' => true,
  7188.                     ],
  7189.                     'transformations' => [
  7190.                     ],
  7191.                     'options' => [
  7192.                         'jpeg_quality' => 75,
  7193.                         'webp_quality' => 75,
  7194.                         'png_compression_level' => 6,
  7195.                     ],
  7196.                 ],
  7197.                 'full-size' => [
  7198.                     'key' => 'full-size',
  7199.                     'internal' => false,
  7200.                     'meta' => [
  7201.                         'title' => [
  7202.                         ],
  7203.                     ],
  7204.                     'scale' => [
  7205.                         'x' => 1920,
  7206.                         'y' => 1080,
  7207.                         'mode' => 1,
  7208.                         'retina' => false,
  7209.                         'forceRatio' => true,
  7210.                     ],
  7211.                     'transformations' => [
  7212.                     ],
  7213.                     'options' => [
  7214.                         'jpeg_quality' => 75,
  7215.                         'webp_quality' => 75,
  7216.                         'png_compression_level' => 6,
  7217.                     ],
  7218.                 ],
  7219.                 'medium-size' => [
  7220.                     'key' => 'medium-size',
  7221.                     'internal' => false,
  7222.                     'meta' => [
  7223.                         'title' => [
  7224.                         ],
  7225.                     ],
  7226.                     'scale' => [
  7227.                         'x' => 960,
  7228.                         'y' => 590,
  7229.                         'mode' => 1,
  7230.                         'retina' => false,
  7231.                         'forceRatio' => true,
  7232.                     ],
  7233.                     'transformations' => [
  7234.                     ],
  7235.                     'options' => [
  7236.                         'jpeg_quality' => 75,
  7237.                         'webp_quality' => 75,
  7238.                         'png_compression_level' => 6,
  7239.                     ],
  7240.                 ],
  7241.                 '1180x' => [
  7242.                     'key' => '1180x',
  7243.                     'internal' => false,
  7244.                     'meta' => [
  7245.                         'title' => [
  7246.                         ],
  7247.                     ],
  7248.                     'scale' => [
  7249.                         'x' => 1180,
  7250.                         'y' => NULL,
  7251.                         'mode' => 1,
  7252.                         'retina' => false,
  7253.                         'forceRatio' => true,
  7254.                     ],
  7255.                     'transformations' => [
  7256.                     ],
  7257.                     'options' => [
  7258.                         'jpeg_quality' => 75,
  7259.                         'webp_quality' => 75,
  7260.                         'png_compression_level' => 6,
  7261.                     ],
  7262.                 ],
  7263.                 '50x50-inset' => [
  7264.                     'key' => '50x50-inset',
  7265.                     'internal' => false,
  7266.                     'meta' => [
  7267.                         'title' => [
  7268.                         ],
  7269.                     ],
  7270.                     'scale' => [
  7271.                         'x' => 50,
  7272.                         'y' => 50,
  7273.                         'mode' => 1,
  7274.                         'retina' => false,
  7275.                         'forceRatio' => true,
  7276.                     ],
  7277.                     'transformations' => [
  7278.                     ],
  7279.                     'options' => [
  7280.                         'jpeg_quality' => 75,
  7281.                         'webp_quality' => 75,
  7282.                         'png_compression_level' => 6,
  7283.                     ],
  7284.                 ],
  7285.                 '280x160' => [
  7286.                     'key' => '280x160',
  7287.                     'internal' => false,
  7288.                     'meta' => [
  7289.                         'title' => [
  7290.                         ],
  7291.                     ],
  7292.                     'scale' => [
  7293.                         'x' => 280,
  7294.                         'y' => 160,
  7295.                         'mode' => 2,
  7296.                         'retina' => false,
  7297.                         'forceRatio' => true,
  7298.                     ],
  7299.                     'transformations' => [
  7300.                     ],
  7301.                     'options' => [
  7302.                         'jpeg_quality' => 75,
  7303.                         'webp_quality' => 75,
  7304.                         'png_compression_level' => 6,
  7305.                     ],
  7306.                 ],
  7307.                 '280x280' => [
  7308.                     'key' => '280x280',
  7309.                     'internal' => false,
  7310.                     'meta' => [
  7311.                         'title' => [
  7312.                         ],
  7313.                     ],
  7314.                     'scale' => [
  7315.                         'x' => 280,
  7316.                         'y' => 280,
  7317.                         'mode' => 2,
  7318.                         'retina' => false,
  7319.                         'forceRatio' => true,
  7320.                     ],
  7321.                     'transformations' => [
  7322.                     ],
  7323.                     'options' => [
  7324.                         'jpeg_quality' => 75,
  7325.                         'webp_quality' => 75,
  7326.                         'png_compression_level' => 6,
  7327.                     ],
  7328.                 ],
  7329.                 '280x420' => [
  7330.                     'key' => '280x420',
  7331.                     'internal' => false,
  7332.                     'meta' => [
  7333.                         'title' => [
  7334.                         ],
  7335.                     ],
  7336.                     'scale' => [
  7337.                         'x' => 280,
  7338.                         'y' => 420,
  7339.                         'mode' => 2,
  7340.                         'retina' => false,
  7341.                         'forceRatio' => true,
  7342.                     ],
  7343.                     'transformations' => [
  7344.                     ],
  7345.                     'options' => [
  7346.                         'jpeg_quality' => 75,
  7347.                         'webp_quality' => 75,
  7348.                         'png_compression_level' => 6,
  7349.                     ],
  7350.                 ],
  7351.                 '300x200' => [
  7352.                     'key' => '300x200',
  7353.                     'internal' => false,
  7354.                     'meta' => [
  7355.                         'title' => [
  7356.                         ],
  7357.                     ],
  7358.                     'scale' => [
  7359.                         'x' => 300,
  7360.                         'y' => 200,
  7361.                         'mode' => 2,
  7362.                         'retina' => false,
  7363.                         'forceRatio' => true,
  7364.                     ],
  7365.                     'transformations' => [
  7366.                     ],
  7367.                     'options' => [
  7368.                         'jpeg_quality' => 75,
  7369.                         'webp_quality' => 75,
  7370.                         'png_compression_level' => 6,
  7371.                     ],
  7372.                 ],
  7373.                 '300x300' => [
  7374.                     'key' => '300x300',
  7375.                     'internal' => false,
  7376.                     'meta' => [
  7377.                         'title' => [
  7378.                         ],
  7379.                     ],
  7380.                     'scale' => [
  7381.                         'x' => 300,
  7382.                         'y' => 300,
  7383.                         'mode' => 2,
  7384.                         'retina' => false,
  7385.                         'forceRatio' => true,
  7386.                     ],
  7387.                     'transformations' => [
  7388.                     ],
  7389.                     'options' => [
  7390.                         'jpeg_quality' => 75,
  7391.                         'webp_quality' => 75,
  7392.                         'png_compression_level' => 6,
  7393.                     ],
  7394.                 ],
  7395.                 'x460' => [
  7396.                     'key' => 'x460',
  7397.                     'internal' => false,
  7398.                     'meta' => [
  7399.                         'title' => [
  7400.                         ],
  7401.                     ],
  7402.                     'scale' => [
  7403.                         'x' => NULL,
  7404.                         'y' => 460,
  7405.                         'mode' => 2,
  7406.                         'retina' => false,
  7407.                         'forceRatio' => true,
  7408.                     ],
  7409.                     'transformations' => [
  7410.                     ],
  7411.                     'options' => [
  7412.                         'jpeg_quality' => 75,
  7413.                         'webp_quality' => 75,
  7414.                         'png_compression_level' => 6,
  7415.                     ],
  7416.                 ],
  7417.                 '480x480' => [
  7418.                     'key' => '480x480',
  7419.                     'internal' => false,
  7420.                     'meta' => [
  7421.                         'title' => [
  7422.                         ],
  7423.                     ],
  7424.                     'scale' => [
  7425.                         'x' => 480,
  7426.                         'y' => 480,
  7427.                         'mode' => 2,
  7428.                         'retina' => false,
  7429.                         'forceRatio' => true,
  7430.                     ],
  7431.                     'transformations' => [
  7432.                     ],
  7433.                     'options' => [
  7434.                         'jpeg_quality' => 75,
  7435.                         'webp_quality' => 75,
  7436.                         'png_compression_level' => 6,
  7437.                     ],
  7438.                 ],
  7439.                 '570x320' => [
  7440.                     'key' => '570x320',
  7441.                     'internal' => false,
  7442.                     'meta' => [
  7443.                         'title' => [
  7444.                         ],
  7445.                     ],
  7446.                     'scale' => [
  7447.                         'x' => 570,
  7448.                         'y' => 320,
  7449.                         'mode' => 2,
  7450.                         'retina' => false,
  7451.                         'forceRatio' => true,
  7452.                     ],
  7453.                     'transformations' => [
  7454.                     ],
  7455.                     'options' => [
  7456.                         'jpeg_quality' => 75,
  7457.                         'webp_quality' => 75,
  7458.                         'png_compression_level' => 6,
  7459.                     ],
  7460.                 ],
  7461.                 '590x330' => [
  7462.                     'key' => '590x330',
  7463.                     'internal' => false,
  7464.                     'meta' => [
  7465.                         'title' => [
  7466.                         ],
  7467.                     ],
  7468.                     'scale' => [
  7469.                         'x' => 590,
  7470.                         'y' => 330,
  7471.                         'mode' => 2,
  7472.                         'retina' => false,
  7473.                         'forceRatio' => true,
  7474.                     ],
  7475.                     'transformations' => [
  7476.                     ],
  7477.                     'options' => [
  7478.                         'jpeg_quality' => 75,
  7479.                         'webp_quality' => 75,
  7480.                         'png_compression_level' => 6,
  7481.                     ],
  7482.                 ],
  7483.                 '590x400' => [
  7484.                     'key' => '590x400',
  7485.                     'internal' => false,
  7486.                     'meta' => [
  7487.                         'title' => [
  7488.                         ],
  7489.                     ],
  7490.                     'scale' => [
  7491.                         'x' => 590,
  7492.                         'y' => 400,
  7493.                         'mode' => 2,
  7494.                         'retina' => false,
  7495.                         'forceRatio' => true,
  7496.                     ],
  7497.                     'transformations' => [
  7498.                     ],
  7499.                     'options' => [
  7500.                         'jpeg_quality' => 75,
  7501.                         'webp_quality' => 75,
  7502.                         'png_compression_level' => 6,
  7503.                     ],
  7504.                 ],
  7505.                 '590x590' => [
  7506.                     'key' => '590x590',
  7507.                     'internal' => false,
  7508.                     'meta' => [
  7509.                         'title' => [
  7510.                         ],
  7511.                     ],
  7512.                     'scale' => [
  7513.                         'x' => 590,
  7514.                         'y' => 590,
  7515.                         'mode' => 2,
  7516.                         'retina' => false,
  7517.                         'forceRatio' => true,
  7518.                     ],
  7519.                     'transformations' => [
  7520.                     ],
  7521.                     'options' => [
  7522.                         'jpeg_quality' => 75,
  7523.                         'webp_quality' => 75,
  7524.                         'png_compression_level' => 6,
  7525.                     ],
  7526.                 ],
  7527.                 'x780' => [
  7528.                     'key' => 'x780',
  7529.                     'internal' => false,
  7530.                     'meta' => [
  7531.                         'title' => [
  7532.                         ],
  7533.                     ],
  7534.                     'scale' => [
  7535.                         'x' => NULL,
  7536.                         'y' => 780,
  7537.                         'mode' => 2,
  7538.                         'retina' => false,
  7539.                         'forceRatio' => true,
  7540.                     ],
  7541.                     'transformations' => [
  7542.                     ],
  7543.                     'options' => [
  7544.                         'jpeg_quality' => 75,
  7545.                         'webp_quality' => 75,
  7546.                         'png_compression_level' => 6,
  7547.                     ],
  7548.                 ],
  7549.                 '780x440' => [
  7550.                     'key' => '780x440',
  7551.                     'internal' => false,
  7552.                     'meta' => [
  7553.                         'title' => [
  7554.                         ],
  7555.                     ],
  7556.                     'scale' => [
  7557.                         'x' => 780,
  7558.                         'y' => 440,
  7559.                         'mode' => 2,
  7560.                         'retina' => false,
  7561.                         'forceRatio' => true,
  7562.                     ],
  7563.                     'transformations' => [
  7564.                     ],
  7565.                     'options' => [
  7566.                         'jpeg_quality' => 75,
  7567.                         'webp_quality' => 75,
  7568.                         'png_compression_level' => 6,
  7569.                     ],
  7570.                 ],
  7571.                 '1280x420' => [
  7572.                     'key' => '1280x420',
  7573.                     'internal' => false,
  7574.                     'meta' => [
  7575.                         'title' => [
  7576.                         ],
  7577.                     ],
  7578.                     'scale' => [
  7579.                         'x' => 1280,
  7580.                         'y' => 420,
  7581.                         'mode' => 2,
  7582.                         'retina' => false,
  7583.                         'forceRatio' => true,
  7584.                     ],
  7585.                     'transformations' => [
  7586.                     ],
  7587.                     'options' => [
  7588.                         'jpeg_quality' => 75,
  7589.                         'webp_quality' => 75,
  7590.                         'png_compression_level' => 6,
  7591.                     ],
  7592.                 ],
  7593.                 '731x412' => [
  7594.                     'key' => '731x412',
  7595.                     'internal' => false,
  7596.                     'meta' => [
  7597.                         'title' => [
  7598.                         ],
  7599.                     ],
  7600.                     'scale' => [
  7601.                         'x' => 731,
  7602.                         'y' => 412,
  7603.                         'mode' => 2,
  7604.                         'retina' => false,
  7605.                         'forceRatio' => true,
  7606.                     ],
  7607.                     'transformations' => [
  7608.                     ],
  7609.                     'options' => [
  7610.                         'jpeg_quality' => 75,
  7611.                         'webp_quality' => 75,
  7612.                         'png_compression_level' => 6,
  7613.                     ],
  7614.                 ],
  7615.                 '1280x721' => [
  7616.                     'key' => '1280x721',
  7617.                     'internal' => false,
  7618.                     'meta' => [
  7619.                         'title' => [
  7620.                         ],
  7621.                     ],
  7622.                     'scale' => [
  7623.                         'x' => 1280,
  7624.                         'y' => 721,
  7625.                         'mode' => 2,
  7626.                         'retina' => false,
  7627.                         'forceRatio' => true,
  7628.                     ],
  7629.                     'transformations' => [
  7630.                     ],
  7631.                     'options' => [
  7632.                         'jpeg_quality' => 75,
  7633.                         'webp_quality' => 75,
  7634.                         'png_compression_level' => 6,
  7635.                     ],
  7636.                 ],
  7637.                 '860x485' => [
  7638.                     'key' => '860x485',
  7639.                     'internal' => false,
  7640.                     'meta' => [
  7641.                         'title' => [
  7642.                         ],
  7643.                     ],
  7644.                     'scale' => [
  7645.                         'x' => 860,
  7646.                         'y' => 485,
  7647.                         'mode' => 2,
  7648.                         'retina' => false,
  7649.                         'forceRatio' => true,
  7650.                     ],
  7651.                     'transformations' => [
  7652.                     ],
  7653.                     'options' => [
  7654.                         'jpeg_quality' => 75,
  7655.                         'webp_quality' => 75,
  7656.                         'png_compression_level' => 6,
  7657.                     ],
  7658.                 ],
  7659.                 '522x294' => [
  7660.                     'key' => '522x294',
  7661.                     'internal' => false,
  7662.                     'meta' => [
  7663.                         'title' => [
  7664.                         ],
  7665.                     ],
  7666.                     'scale' => [
  7667.                         'x' => 522,
  7668.                         'y' => 294,
  7669.                         'mode' => 2,
  7670.                         'retina' => false,
  7671.                         'forceRatio' => true,
  7672.                     ],
  7673.                     'transformations' => [
  7674.                     ],
  7675.                     'options' => [
  7676.                         'jpeg_quality' => 75,
  7677.                         'webp_quality' => 75,
  7678.                         'png_compression_level' => 6,
  7679.                     ],
  7680.                 ],
  7681.                 '460x259' => [
  7682.                     'key' => '460x259',
  7683.                     'internal' => false,
  7684.                     'meta' => [
  7685.                         'title' => [
  7686.                         ],
  7687.                     ],
  7688.                     'scale' => [
  7689.                         'x' => 469,
  7690.                         'y' => 259,
  7691.                         'mode' => 2,
  7692.                         'retina' => false,
  7693.                         'forceRatio' => true,
  7694.                     ],
  7695.                     'transformations' => [
  7696.                     ],
  7697.                     'options' => [
  7698.                         'jpeg_quality' => 75,
  7699.                         'webp_quality' => 75,
  7700.                         'png_compression_level' => 6,
  7701.                     ],
  7702.                 ],
  7703.                 '607x486' => [
  7704.                     'key' => '607x486',
  7705.                     'internal' => false,
  7706.                     'meta' => [
  7707.                         'title' => [
  7708.                         ],
  7709.                     ],
  7710.                     'scale' => [
  7711.                         'x' => 607,
  7712.                         'y' => 486,
  7713.                         'mode' => 2,
  7714.                         'retina' => false,
  7715.                         'forceRatio' => true,
  7716.                     ],
  7717.                     'transformations' => [
  7718.                     ],
  7719.                     'options' => [
  7720.                         'jpeg_quality' => 75,
  7721.                         'webp_quality' => 75,
  7722.                         'png_compression_level' => 6,
  7723.                     ],
  7724.                 ],
  7725.                 '295x373' => [
  7726.                     'key' => '295x373',
  7727.                     'internal' => false,
  7728.                     'meta' => [
  7729.                         'title' => [
  7730.                         ],
  7731.                     ],
  7732.                     'scale' => [
  7733.                         'x' => 295,
  7734.                         'y' => 373,
  7735.                         'mode' => 2,
  7736.                         'retina' => false,
  7737.                         'forceRatio' => true,
  7738.                     ],
  7739.                     'transformations' => [
  7740.                     ],
  7741.                     'options' => [
  7742.                         'jpeg_quality' => 75,
  7743.                         'webp_quality' => 75,
  7744.                         'png_compression_level' => 6,
  7745.                     ],
  7746.                 ],
  7747.                 '320x' => [
  7748.                     'key' => '320x',
  7749.                     'internal' => false,
  7750.                     'meta' => [
  7751.                         'title' => [
  7752.                         ],
  7753.                     ],
  7754.                     'scale' => [
  7755.                         'x' => 320,
  7756.                         'y' => NULL,
  7757.                         'mode' => 2,
  7758.                         'retina' => false,
  7759.                         'forceRatio' => true,
  7760.                     ],
  7761.                     'transformations' => [
  7762.                     ],
  7763.                     'options' => [
  7764.                         'jpeg_quality' => 75,
  7765.                         'webp_quality' => 75,
  7766.                         'png_compression_level' => 6,
  7767.                     ],
  7768.                 ],
  7769.                 'full-2k' => [
  7770.                     'key' => 'full-2k',
  7771.                     'internal' => false,
  7772.                     'meta' => [
  7773.                         'title' => [
  7774.                         ],
  7775.                     ],
  7776.                     'scale' => [
  7777.                         'x' => 2880,
  7778.                         'y' => 1620,
  7779.                         'mode' => 1,
  7780.                         'retina' => false,
  7781.                         'forceRatio' => true,
  7782.                     ],
  7783.                     'transformations' => [
  7784.                     ],
  7785.                     'options' => [
  7786.                         'jpeg_quality' => 75,
  7787.                         'webp_quality' => 75,
  7788.                         'png_compression_level' => 6,
  7789.                     ],
  7790.                 ],
  7791.                 '720x' => [
  7792.                     'key' => '720x',
  7793.                     'internal' => false,
  7794.                     'meta' => [
  7795.                         'title' => [
  7796.                         ],
  7797.                     ],
  7798.                     'scale' => [
  7799.                         'x' => 720,
  7800.                         'y' => NULL,
  7801.                         'mode' => 1,
  7802.                         'retina' => false,
  7803.                         'forceRatio' => true,
  7804.                     ],
  7805.                     'transformations' => [
  7806.                     ],
  7807.                     'options' => [
  7808.                         'jpeg_quality' => 75,
  7809.                         'webp_quality' => 75,
  7810.                         'png_compression_level' => 6,
  7811.                     ],
  7812.                 ],
  7813.             ],
  7814.             'sulu_category.entity.category' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  7815.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  7816.             'sulu.version' => '2.4.0',
  7817.             'app.version' => NULL,
  7818.             'sulu_snippet.areas' => [
  7819.                 'breadcrumbsSocialMediaLinks' => [
  7820.                     'key' => 'breadcrumbsSocialMediaLinks',
  7821.                     'template' => 'socialMediaLinks',
  7822.                     'title' => [
  7823.                         'de' => 'Посилання на соціальні медіа BreadcrumbsSocialMediaLinks',
  7824.                         'en' => 'Social Media in breadcrumbs',
  7825.                     ],
  7826.                 ],
  7827.                 'contactButton' => [
  7828.                     'key' => 'contactButton',
  7829.                     'template' => 'contactButton',
  7830.                     'title' => [
  7831.                         'de' => ' ContactButton',
  7832.                         'en' => 'Contact Button',
  7833.                     ],
  7834.                 ],
  7835.                 'filterJob' => [
  7836.                     'key' => 'filterJob',
  7837.                     'template' => 'job',
  7838.                     'title' => [
  7839.                         'de' => ' FilterJob',
  7840.                         'en' => 'Filter job',
  7841.                     ],
  7842.                 ],
  7843.                 'footer' => [
  7844.                     'key' => 'footer',
  7845.                     'template' => 'header',
  7846.                     'title' => [
  7847.                         'de' => 'Header Footer',
  7848.                         'en' => 'Footer',
  7849.                     ],
  7850.                 ],
  7851.                 'footerContactExposed' => [
  7852.                     'key' => 'footerContactExposed',
  7853.                     'template' => 'contactExposed',
  7854.                     'title' => [
  7855.                         'de' => 'Контакти (відкрито) FooterContactExposed',
  7856.                         'en' => 'Contact in footer (exposed)',
  7857.                     ],
  7858.                 ],
  7859.                 'footerContacts' => [
  7860.                     'key' => 'footerContacts',
  7861.                     'template' => 'contacts',
  7862.                     'title' => [
  7863.                         'de' => 'Контакти FooterContacts',
  7864.                         'en' => 'Contacts in footer',
  7865.                     ],
  7866.                 ],
  7867.                 'footerLinks' => [
  7868.                     'key' => 'footerLinks',
  7869.                     'template' => 'simpleLinks',
  7870.                     'title' => [
  7871.                         'de' => 'Прості посилання FooterLinks',
  7872.                         'en' => 'Links in footer',
  7873.                     ],
  7874.                 ],
  7875.                 'footerSocialMediaLinks' => [
  7876.                     'key' => 'footerSocialMediaLinks',
  7877.                     'template' => 'socialMediaLinks',
  7878.                     'title' => [
  7879.                         'de' => 'Посилання на соціальні медіа FooterSocialMediaLinks',
  7880.                         'en' => 'Social Media in footer',
  7881.                     ],
  7882.                 ],
  7883.                 'header' => [
  7884.                     'key' => 'header',
  7885.                     'template' => 'header',
  7886.                     'title' => [
  7887.                         'de' => 'Header Header',
  7888.                         'en' => 'Header',
  7889.                     ],
  7890.                 ],
  7891.             ],
  7892.             'console.command.ids' => [
  7893.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  7894.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  7895.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  7896.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  7897.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  7898.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  7899.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  7900.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  7901.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  7902.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  7903.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  7904.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  7905.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  7906.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  7907.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  7908.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  7909.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  7910.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  7911.                 18 => 'console.command.public_alias.sulu_page.command.workspace_import',
  7912.                 19 => 'phpcr_migrations.command.status',
  7913.                 20 => 'phpcr_migrations.command.migrate',
  7914.                 21 => 'phpcr_migrations.command.initialize',
  7915.             ],
  7916.         ];
  7917.     }
  7918.     protected function throw($message)
  7919.     {
  7920.         throw new RuntimeException($message);
  7921.     }
  7922. }