var/cache/website/dev/ContainerPgHoBuk/App_KernelDevDebugContainer.php line 1185

Open in your IDE?
  1. <?php
  2. namespace ContainerPgHoBuk;
  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\\DefaultController' => 'getDefaultControllerService',
  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.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  154.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  155.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  156.             'cache.app_clearer' => 'getCache_AppClearerService',
  157.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  158.             'cache.system_clearer' => 'getCache_SystemClearerService',
  159.             'cache_warmer' => 'getCacheWarmerService',
  160.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  161.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
  162.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
  163.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
  164.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
  165.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
  166.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
  167.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
  168.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
  169.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
  170.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
  171.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
  172.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
  173.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
  174.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
  175.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
  176.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
  177.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
  178.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
  179.             'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
  180.             'console.command_loader' => 'getConsole_CommandLoaderService',
  181.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  182.             'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
  183.             'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
  184.             'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
  185.             'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
  186.             'error_controller' => 'getErrorControllerService',
  187.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  188.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  189.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  190.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  191.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  192.             'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
  193.             'massive_search.adapter.zend_lucene' => 'getMassiveSearch_Adapter_ZendLuceneService',
  194.             'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
  195.             'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
  196.             'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
  197.             'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
  198.             'routing.loader' => 'getRouting_LoaderService',
  199.             'services_resetter' => 'getServicesResetterService',
  200.             'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
  201.             'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
  202.             'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
  203.             'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
  204.             'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
  205.             'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
  206.             'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
  207.             'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
  208.             'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
  209.             'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
  210.             'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
  211.             'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
  212.             'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
  213.             'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
  214.             'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
  215.             'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
  216.             'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
  217.             'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
  218.             'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
  219.             'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
  220.             'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
  221.             'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
  222.             'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
  223.             'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
  224.             'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
  225.             'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
  226.             'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
  227.             'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
  228.             'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
  229.             'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
  230.             'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
  231.             'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
  232.             'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
  233.             'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
  234.             'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
  235.             'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
  236.             'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
  237.             'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
  238.             'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
  239.             'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
  240.             'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
  241.             'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
  242.             'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
  243.             'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
  244.             'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
  245.             'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
  246.             'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
  247.             'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
  248.             'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
  249.             'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
  250.             'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
  251.             'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
  252.             'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService',
  253.             'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
  254.             'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
  255.             'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
  256.             'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService',
  257.             'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
  258.             'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
  259.             'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
  260.             'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
  261.             'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
  262.             'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
  263.             'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
  264.             'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
  265.             'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
  266.             'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
  267.             'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
  268.             'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
  269.             'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
  270.             'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
  271.             'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
  272.             'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
  273.             'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
  274.             'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
  275.             'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
  276.             'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
  277.             'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
  278.             'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
  279.             'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
  280.             'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
  281.             'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
  282.             'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
  283.             'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
  284.             'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
  285.             'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
  286.             'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
  287.             'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
  288.             'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
  289.             'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
  290.             'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
  291.             'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
  292.             'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
  293.             'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
  294.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  295.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  296.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  297.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  298.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  299.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  300.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  301.         ];
  302.         $this->aliases = [
  303.             'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  304.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  305.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  306.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  307.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  308.             'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  309.             'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
  310.             'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
  311.             'database_connection' => 'doctrine.dbal.default_connection',
  312.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  313.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  314.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  315.             'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  316.             'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  317.             'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  318.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  319.             'mailer' => 'swiftmailer.mailer.default',
  320.             'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  321.             'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  322.         ];
  323.         $this->privates['service_container'] = function () {
  324.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  325.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  326.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  327.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  328.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  329.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  330.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  331.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  332.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  333.             include_once \dirname(__DIR__5).'/src/Service/HtmlParserService.php';
  334.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  335.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  336.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  337.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  338.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  339.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  340.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  341.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  342.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  343.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  344.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  345.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  346.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  347.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  348.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  349.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  350.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  351.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  352.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  353.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  354.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  355.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocatorInterface.php';
  356.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocator.php';
  357.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  358.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  359.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  360.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  361.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  362.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  363.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  364.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  365.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  366.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  367.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  368.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareInterface.php';
  369.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareTrait.php';
  370.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  371.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  372.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  373.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  374.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  375.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  376.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  377.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  378.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  379.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  380.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  381.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  382.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  383.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  384.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistryInterface.php';
  385.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistry.php';
  386.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormExtensionInterface.php';
  387.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  388.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  389.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  390.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  391.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  392.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  393.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  394.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  395.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  396.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  397.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  398.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  399.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  400.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  401.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  402.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  403.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  404.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  405.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  406.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  407.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  408.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  409.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  410.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  411.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  412.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  413.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  414.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  415.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  416.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  417.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  418.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  419.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  420.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  421.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  422.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  423.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  424.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  425.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  426.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  427.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  428.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  429.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  430.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  431.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  432.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerInterface.php';
  433.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  434.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  435.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  436.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  437.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  438.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  439.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  440.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  442.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  444.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  445.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  448.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  449.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  450.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  451.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  452.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  453.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  458.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  459.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  460.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  461.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  462.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  463.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  464.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  465.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  466.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  467.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  468.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  469.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  470.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  471.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  472.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  473.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  474.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  475.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  476.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  477.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  478.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  479.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  480.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  481.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  482.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  483.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  484.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  485.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  486.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  487.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
  488.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
  489.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  490.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  491.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
  492.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
  493.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
  494.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
  495.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
  496.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
  497.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  498.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  499.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
  500.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
  501.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
  502.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  503.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/Loader.php';
  504.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  505.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  506.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  507.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/FileLoader.php';
  508.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  509.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  510.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  511.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  512.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  513.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  514.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  515.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  516.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  517.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  518.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  519.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  520.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  521.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  522.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  523.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  524.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  525.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  526.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  527.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  528.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  529.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  530.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  531.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  532.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  533.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  534.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  535.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  536.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  537.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  538.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
  539.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
  540.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
  541.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
  542.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/DateTimeRequestProcessor.php';
  543.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/SegmentRequestProcessor.php';
  544.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
  545.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  546.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  547.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  548.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  549.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Registry.php';
  550.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  551.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  552.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  553.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  554.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  555.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  556.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  557.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  558.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  559.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  560.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  561.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  562.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  563.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  564.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  565.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  566.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  567.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  568.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  569.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  570.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  571.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  572.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  573.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  574.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  575.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  576.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  577.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  578.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  579.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  580.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  581.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  582.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  583.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  584.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  585.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  586.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  587.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  588.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  589.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  590.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableDriver.php';
  591.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  592.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  593.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  594.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  595.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  596.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  597.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  598.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  599.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  600.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  601.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  602.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  603.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  604.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  605.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  606.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  607.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  608.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  609.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  610.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  611.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  612.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  613.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  614.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  615.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  616.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  617.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  618.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  619.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  620.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  621.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  622.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  623.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  624.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  625.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  626.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/Php8AttributesListener.php';
  627.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Factory.php';
  628.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  629.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
  630.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
  631.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
  632.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  633.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
  634.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  635.             include_once \dirname(__DIR__5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  636.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  637.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
  638.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  639.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  640.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  641.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  642.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  643.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
  644.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  645.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  646.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  647.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  648.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  649.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  650.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  651.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  652.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  653.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  654.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  655.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  656.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  657.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  658.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  659.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  660.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  661.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  662.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  663.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  664.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  665.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  666.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  667.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  668.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  669.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  670.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  671.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  672.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  673.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  674.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  675.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  676.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  677.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  678.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  679.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  680.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  681.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  682.             include_once \dirname(__DIR__5).'/vendor/contao/imagine-svg/src/Imagine.php';
  683.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
  684.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
  685.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
  686.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
  687.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
  688.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
  689.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
  690.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
  691.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
  692.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
  693.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/EventSubscriberInterface.php';
  694.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
  695.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
  696.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
  697.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
  698.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
  699.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
  700.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
  701.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
  702.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
  703.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  704.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  705.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  706.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  707.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  708.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  709.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  710.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  711.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  712.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  713.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  714.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  715.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  716.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  717.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  718.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
  719.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
  720.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
  721.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  722.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  723.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  724.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  725.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  726.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  727.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  728.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  729.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  730.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  731.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  732.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  733.             include_once \dirname(__DIR__5).'/src/Structure/OpenGraphStructureExtension.php';
  734.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  735.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  736.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  737.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  738.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  739.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  740.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  741.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  742.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  743.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  744.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  745.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
  746.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  747.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  748.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  749.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  750.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  751.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  752.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  753.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  754.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  755.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  756.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  757.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  758.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  759.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  760.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  761.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  762.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
  763.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  764.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  765.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  766.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  767.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  768.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  769.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  770.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  771.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  772.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  773.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  774.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  775.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  776.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  777.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  778.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  779.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  780.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
  783.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollectorInterface.php';
  784.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollector.php';
  785.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  786.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  787.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  788.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  789.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  790.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
  791.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  792.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
  793.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
  794.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
  795.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
  796.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
  797.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
  798.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
  799.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
  800.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
  801.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
  802.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
  803.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
  804.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
  805.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
  806.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  807.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
  808.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
  809.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
  810.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
  811.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
  812.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  813.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  814.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  815.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  816.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  817.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  818.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  819.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  820.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  821.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  822.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  823.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  824.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  825.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  826.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  827.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  828.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  829.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  830.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  831.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  832.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Security.php';
  833.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  834.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  835.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  836.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  837.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  838.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  839.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  840.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  841.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  842.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  843.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  844.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  845.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  846.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  847.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
  848.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
  849.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  850.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  851.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  852.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  853.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  854.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  855.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  856.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  857.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
  858.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
  859.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
  860.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
  861.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  862.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  863.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  864.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  865.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  866.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  867.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  868.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  869.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  870.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  871.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  872.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  873.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  874.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  875.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  876.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  877.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  878.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  879.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  880.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  881.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  882.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  883.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  884.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouteCollection.php';
  885.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  886.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  887.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  888.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  889.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  890.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  891.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  892.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  893.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  894.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  895.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  896.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  897.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  898.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  899.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  900.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  901.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  902.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  903.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  904.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  905.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  906.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  907.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  908.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  909.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  910.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  911.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  912.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  913.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  914.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  915.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  916.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  917.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  918.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  919.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  920.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  921.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  922.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  923.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  924.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  925.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  926.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  927.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  928.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  929.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  930.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  931.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  932.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  933.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  934.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  935.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  936.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  937.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  938.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  939.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/FlysystemStorage.php';
  940.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/GoogleCloudStorage.php';
  941.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/FilesystemInterface.php';
  942.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/Plugin/PluggableTrait.php';
  943.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/ConfigAwareTrait.php';
  944.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/Filesystem.php';
  945.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/ReadInterface.php';
  946.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/AdapterInterface.php';
  947.             include_once \dirname(__DIR__5).'/vendor/league/flysystem/src/Adapter/AbstractAdapter.php';
  948.             include_once \dirname(__DIR__5).'/vendor/superbalist/flysystem-google-storage/src/GoogleStorageAdapter.php';
  949.             include_once \dirname(__DIR__5).'/vendor/google/cloud-core/src/ArrayTrait.php';
  950.             include_once \dirname(__DIR__5).'/vendor/google/cloud-core/src/JsonTrait.php';
  951.             include_once \dirname(__DIR__5).'/vendor/google/cloud-core/src/ClientTrait.php';
  952.             include_once \dirname(__DIR__5).'/vendor/google/cloud-storage/src/StorageClient.php';
  953.             include_once \dirname(__DIR__5).'/vendor/google/cloud-storage/src/EncryptionTrait.php';
  954.             include_once \dirname(__DIR__5).'/vendor/google/cloud-storage/src/Bucket.php';
  955.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  956.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  957.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  958.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  959.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  960.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactoryInterface.php';
  961.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactory.php';
  962.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  963.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  964.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  965.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  966.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  967.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  968.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  969.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  970.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  971.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  972.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  973.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  974.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  975.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  976.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  977.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  978.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  979.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  980.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  981.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  982.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  983.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  984.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  985.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  986.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  987.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  988.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  989.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  990.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  991.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  992.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  993.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  994.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  995.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  996.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  997.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  998.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  999.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1015.             include_once \dirname(__DIR__5).'/src/Helper/CollectionHelper.php';
  1016.             include_once \dirname(__DIR__5).'/src/Twig/ComponentDataAdapterExtension.php';
  1017.             include_once \dirname(__DIR__5).'/src/Twig/Components/ComponentsMiddleware.php';
  1018.             include_once \dirname(__DIR__5).'/src/Twig/ContactOfficesJsonEncoderExtension.php';
  1019.             include_once \dirname(__DIR__5).'/src/Twig/ContactPressJsonEncoderExtension.php';
  1020.             include_once \dirname(__DIR__5).'/src/Twig/MapJsonEncoderExtension.php';
  1021.             include_once \dirname(__DIR__5).'/src/Twig/OpenGraph/Image.php';
  1022.             include_once \dirname(__DIR__5).'/src/Twig/OurWorkCardJsonEncoderExtension.php';
  1023.             include_once \dirname(__DIR__5).'/src/Twig/SuluCustomTagParserExtension.php';
  1024.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  1029.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  1030.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  1031.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  1032.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  1033.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  1034.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  1035.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  1036.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  1037.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
  1038.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
  1039.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
  1040.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
  1041.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
  1042.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  1043.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  1045.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  1046.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  1047.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  1048.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  1049.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  1050.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  1051.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  1052.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1053.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1054.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1055.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  1056.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1057.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1058.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1059.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1060.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1061.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1062.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1063.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1064.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1065.         };
  1066.     }
  1067.     public function compile(): void
  1068.     {
  1069.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1070.     }
  1071.     public function isCompiled(): bool
  1072.     {
  1073.         return true;
  1074.     }
  1075.     public function getRemovedIds(): array
  1076.     {
  1077.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1078.     }
  1079.     protected function load($file$lazyLoad true)
  1080.     {
  1081.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1082.             return $class::do($this$lazyLoad);
  1083.         }
  1084.         if ('.' === $file[-4]) {
  1085.             $class substr($class0, -4);
  1086.         } else {
  1087.             $file .= '.php';
  1088.         }
  1089.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1090.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1091.     }
  1092.     protected function createProxy($class\Closure $factory)
  1093.     {
  1094.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1095.         return $factory();
  1096.     }
  1097.     /**
  1098.      * Gets the public '.container.private.filesystem' shared service.
  1099.      *
  1100.      * @return \Symfony\Component\Filesystem\Filesystem
  1101.      */
  1102.     protected function get_Container_Private_FilesystemService()
  1103.     {
  1104.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1105.     }
  1106.     /**
  1107.      * Gets the public '.container.private.form.factory' shared service.
  1108.      *
  1109.      * @return \Symfony\Component\Form\FormFactory
  1110.      */
  1111.     protected function get_Container_Private_Form_FactoryService()
  1112.     {
  1113.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1114.     }
  1115.     /**
  1116.      * Gets the public '.container.private.profiler' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1119.      */
  1120.     protected function get_Container_Private_ProfilerService()
  1121.     {
  1122.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1123.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1124.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1125.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1126.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1127.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1128.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1129.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1130.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1131.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1132.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1133.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1134.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1135.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1136.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1137.         $d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
  1138.         $d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
  1139.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1140.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1141.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1142.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1143.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1144.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1145.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1146.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1147.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1148.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1149.         if ($this->has('kernel')) {
  1150.             $g->setKernel($b);
  1151.         }
  1152.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1153.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1154.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1155.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1156.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1157.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1158.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1159.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1160.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1161.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1162.         $instance->add($d);
  1163.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1164.         $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));
  1165.         $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())));
  1166.         $instance->add($e);
  1167.         $instance->add($f);
  1168.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1169.         $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1170.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1171.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1172.         $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()))));
  1173.         $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
  1174.         $instance->add($g);
  1175.         return $instance;
  1176.     }
  1177.     /**
  1178.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1179.      *
  1180.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1181.      */
  1182.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1183.     {
  1184.         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);
  1185.     }
  1186.     /**
  1187.      * Gets the public '.container.private.security.token_storage' shared service.
  1188.      *
  1189.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1190.      */
  1191.     protected function get_Container_Private_Security_TokenStorageService()
  1192.     {
  1193.         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, [
  1194.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1195.         ], [
  1196.             'request_stack' => '?',
  1197.         ]));
  1198.     }
  1199.     /**
  1200.      * Gets the public '.container.private.twig' shared service.
  1201.      *
  1202.      * @return \Twig\Environment
  1203.      */
  1204.     protected function get_Container_Private_TwigService()
  1205.     {
  1206.         $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]);
  1207.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1208.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1209.         $c = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1210.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1211.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1212.         $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1213.         $g = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  1214.         $h = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1215.         $i = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
  1216.         $j = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1217.         $k = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($j'dev'$h);
  1218.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1219.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1220.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1221.         $m->setEnvironment('dev');
  1222.         $m->setDebug(true);
  1223.         if ($this->has('.container.private.security.token_storage')) {
  1224.             $m->setTokenStorage($f);
  1225.         }
  1226.         if ($this->has('request_stack')) {
  1227.             $m->setRequestStack($e);
  1228.         }
  1229.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1230.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1231.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1232.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($c));
  1233.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__5), 'UTF-8'));
  1234.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1235.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1236.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1237.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1238.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1239.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1240.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1241.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  1242.         $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())));
  1243.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1244.         $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)));
  1245.         $instance->addExtension(new \App\Helper\CollectionHelper());
  1246.         $instance->addExtension(new \App\Twig\ComponentDataAdapterExtension(new \App\Twig\Components\ComponentsMiddleware(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1247.             'benefits' => ['privates''App\\Twig\\Components\\Benefits''getBenefitsService'true],
  1248.             'breadcrumbs' => ['privates''App\\Twig\\Components\\Breadcrumbs''getBreadcrumbsService'true],
  1249.             'career_swiper' => ['privates''App\\Twig\\Components\\CareerSwiper''getCareerSwiperService'true],
  1250.             'carousel_about_us' => ['privates''App\\Twig\\Components\\CarouselAboutUs''getCarouselAboutUsService'true],
  1251.             'carousel_events' => ['privates''App\\Twig\\Components\\CarouselEvents''getCarouselEventsService'true],
  1252.             'carousel_loko' => ['privates''App\\Twig\\Components\\CarouselLoko''getCarouselLokoService'true],
  1253.             'carousel_parcel_terminals' => ['privates''App\\Twig\\Components\\CarouselParcelTerminals''getCarouselParcelTerminalsService'true],
  1254.             'contact_form' => ['privates''App\\Twig\\Components\\ContactForm''getContactFormService'true],
  1255.             'contact_offices' => ['privates''App\\Twig\\Components\\ContactOffices''getContactOfficesService'true],
  1256.             'cookies' => ['privates''App\\Twig\\Components\\Cookies''getCookiesService'true],
  1257.             'download_files' => ['privates''App\\Twig\\Components\\DownloadFIles''getDownloadFIlesService'true],
  1258.             'events_content' => ['privates''App\\Twig\\Components\\EventsContent''getEventsContentService'true],
  1259.             'footer' => ['privates''App\\Twig\\Components\\Footer''getFooterService'true],
  1260.             'gallery' => ['privates''App\\Twig\\Components\\Gallery''getGalleryService'true],
  1261.             'grid' => ['privates''App\\Twig\\Components\\Grid''getGridService'true],
  1262.             'head_office' => ['privates''App\\Twig\\Components\\HeadOffice''getHeadOfficeService'true],
  1263.             'header' => ['privates''App\\Twig\\Components\\Header''getHeaderService'true],
  1264.             'html_content' => ['privates''App\\Twig\\Components\\HtmlContent''getHtmlContentService'true],
  1265.             'l_map' => ['privates''App\\Twig\\Components\\LMap''getLMapService'true],
  1266.             'landing_content' => ['privates''App\\Twig\\Components\\LandingContent''getLandingContentService'true],
  1267.             'main_header' => ['privates''App\\Twig\\Components\\MainHeader''getMainHeaderService'true],
  1268.             'main_header_2' => ['privates''App\\Twig\\Components\\MainHeader2''getMainHeader2Service'true],
  1269.             'main_swiper' => ['privates''App\\Twig\\Components\\MainSwiper''getMainSwiperService'true],
  1270.             'map' => ['privates''App\\Twig\\Components\\Map''getMapService'true],
  1271.             'mediabank' => ['privates''App\\Twig\\Components\\Mediabank''getMediabankService'true],
  1272.             'news' => ['privates''App\\Twig\\Components\\News''getNewsService'true],
  1273.             'our_products' => ['privates''App\\Twig\\Components\\OurProducts''getOurProductsService'true],
  1274.             'our_work' => ['privates''App\\Twig\\Components\\OurWork''getOurWorkService'true],
  1275.             'overview' => ['privates''App\\Twig\\Components\\Overview''getOverviewService'true],
  1276.             'overview_filter' => ['privates''App\\Twig\\Components\\OverviewFilter''getOverviewFilterService'true],
  1277.             'partners' => ['privates''App\\Twig\\Components\\Partners''getPartnersService'true],
  1278.             'scale_history' => ['privates''App\\Twig\\Components\\ScaleHistory''getScaleHistoryService'true],
  1279.             'search' => ['privates''App\\Twig\\Components\\Search''getSearchService'true],
  1280.             'side_details' => ['privates''App\\Twig\\Components\\SideDetails''getSideDetailsService'true],
  1281.             'simple_links' => ['privates''App\\Twig\\Components\\SimpleLinks''getSimpleLinksService'true],
  1282.             'simple_text' => ['privates''App\\Twig\\Components\\SimpleText''getSimpleTextService'true],
  1283.             'specifications' => ['privates''App\\Twig\\Components\\Specifications''getSpecificationsService'true],
  1284.             'tab_1' => ['privates''App\\Twig\\Components\\Tab1''getTab1Service'true],
  1285.             'tab_3' => ['privates''App\\Twig\\Components\\Tab3''getTab3Service'true],
  1286.             'text_overview' => ['privates''App\\Twig\\Components\\TextOverview''getTextOverviewService'true],
  1287.         ], [
  1288.             'benefits' => 'App\\Twig\\Components\\Benefits',
  1289.             'breadcrumbs' => 'App\\Twig\\Components\\Breadcrumbs',
  1290.             'career_swiper' => 'App\\Twig\\Components\\CareerSwiper',
  1291.             'carousel_about_us' => 'App\\Twig\\Components\\CarouselAboutUs',
  1292.             'carousel_events' => 'App\\Twig\\Components\\CarouselEvents',
  1293.             'carousel_loko' => 'App\\Twig\\Components\\CarouselLoko',
  1294.             'carousel_parcel_terminals' => 'App\\Twig\\Components\\CarouselParcelTerminals',
  1295.             'contact_form' => 'App\\Twig\\Components\\ContactForm',
  1296.             'contact_offices' => 'App\\Twig\\Components\\ContactOffices',
  1297.             'cookies' => 'App\\Twig\\Components\\Cookies',
  1298.             'download_files' => 'App\\Twig\\Components\\DownloadFIles',
  1299.             'events_content' => 'App\\Twig\\Components\\EventsContent',
  1300.             'footer' => 'App\\Twig\\Components\\Footer',
  1301.             'gallery' => 'App\\Twig\\Components\\Gallery',
  1302.             'grid' => 'App\\Twig\\Components\\Grid',
  1303.             'head_office' => 'App\\Twig\\Components\\HeadOffice',
  1304.             'header' => 'App\\Twig\\Components\\Header',
  1305.             'html_content' => 'App\\Twig\\Components\\HtmlContent',
  1306.             'l_map' => 'App\\Twig\\Components\\LMap',
  1307.             'landing_content' => 'App\\Twig\\Components\\LandingContent',
  1308.             'main_header' => 'App\\Twig\\Components\\MainHeader',
  1309.             'main_header_2' => 'App\\Twig\\Components\\MainHeader2',
  1310.             'main_swiper' => 'App\\Twig\\Components\\MainSwiper',
  1311.             'map' => 'App\\Twig\\Components\\Map',
  1312.             'mediabank' => 'App\\Twig\\Components\\Mediabank',
  1313.             'news' => 'App\\Twig\\Components\\News',
  1314.             'our_products' => 'App\\Twig\\Components\\OurProducts',
  1315.             'our_work' => 'App\\Twig\\Components\\OurWork',
  1316.             'overview' => 'App\\Twig\\Components\\Overview',
  1317.             'overview_filter' => 'App\\Twig\\Components\\OverviewFilter',
  1318.             'partners' => 'App\\Twig\\Components\\Partners',
  1319.             'scale_history' => 'App\\Twig\\Components\\ScaleHistory',
  1320.             'search' => 'App\\Twig\\Components\\Search',
  1321.             'side_details' => 'App\\Twig\\Components\\SideDetails',
  1322.             'simple_links' => 'App\\Twig\\Components\\SimpleLinks',
  1323.             'simple_text' => 'App\\Twig\\Components\\SimpleText',
  1324.             'specifications' => 'App\\Twig\\Components\\Specifications',
  1325.             'tab_1' => 'App\\Twig\\Components\\Tab1',
  1326.             'tab_3' => 'App\\Twig\\Components\\Tab3',
  1327.             'text_overview' => 'App\\Twig\\Components\\TextOverview',
  1328.         ]))));
  1329.         $instance->addExtension(new \App\Twig\ContactOfficesJsonEncoderExtension());
  1330.         $instance->addExtension(new \App\Twig\ContactPressJsonEncoderExtension());
  1331.         $instance->addExtension(new \App\Twig\MapJsonEncoderExtension());
  1332.         $instance->addExtension(new \App\Twig\OpenGraph\Image($c$g$h));
  1333.         $instance->addExtension(new \App\Twig\OurWorkCardJsonEncoderExtension());
  1334.         $instance->addExtension(new \App\Twig\SuluCustomTagParserExtension(($this->privates['App\\Service\\HtmlParserService'] ?? $this->getHtmlParserServiceService())));
  1335.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1336.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1337.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1338.         $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  1339.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  1340.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension($g));
  1341.         $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  1342.         $instance->addExtension(($this->privates['sulu_category.twig_extension'] ?? $this->getSuluCategory_TwigExtensionService()));
  1343.         $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));
  1344.         $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())));
  1345.         $instance->addExtension(($this->privates['sulu_snippet.twig.area_snippet'] ?? $this->getSuluSnippet_Twig_AreaSnippetService()));
  1346.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  1347.         $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));
  1348.         $instance->addExtension($k);
  1349.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(($this->privates['sulu_website.twig.navigation'] ?? $this->getSuluWebsite_Twig_NavigationService()), $i1));
  1350.         $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));
  1351.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(($this->privates['sulu_website.twig.content'] ?? $this->getSuluWebsite_Twig_ContentService()), $i1));
  1352.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($h$k));
  1353.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($h$k$e));
  1354.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  1355.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1356.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1357.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'true],
  1358.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1359.         ], [
  1360.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1361.             'webpack_encore.tag_renderer' => '?',
  1362.         ])));
  1363.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1364.         $instance->addGlobal('app'$m);
  1365.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1366.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1367.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1368.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1369.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1370.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1371.         ], [
  1372.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1373.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1374.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1375.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1376.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1377.         ])));
  1378.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1379.         return $instance;
  1380.     }
  1381.     /**
  1382.      * Gets the public '.container.private.validator' shared service.
  1383.      *
  1384.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1385.      */
  1386.     protected function get_Container_Private_ValidatorService()
  1387.     {
  1388.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1389.     }
  1390.     /**
  1391.      * Gets the public 'cache.app' shared service.
  1392.      *
  1393.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1394.      */
  1395.     protected function getCache_AppService()
  1396.     {
  1397.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('bouWRC99ma'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1398.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1399.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1400.     }
  1401.     /**
  1402.      * Gets the public 'cache.system' shared service.
  1403.      *
  1404.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1405.      */
  1406.     protected function getCache_SystemService()
  1407.     {
  1408.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+RzF-pgV9w'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1409.     }
  1410.     /**
  1411.      * Gets the public 'cache.validator_expression_language' shared service.
  1412.      *
  1413.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1414.      */
  1415.     protected function getCache_ValidatorExpressionLanguageService()
  1416.     {
  1417.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FuIs1s0nle'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1418.     }
  1419.     /**
  1420.      * Gets the public 'cmf_routing.route_provider' shared service.
  1421.      *
  1422.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1423.      */
  1424.     protected function getCmfRouting_RouteProviderService()
  1425.     {
  1426.         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]);
  1427.     }
  1428.     /**
  1429.      * Gets the public 'data_collector.dump' shared service.
  1430.      *
  1431.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1432.      */
  1433.     protected function getDataCollector_DumpService()
  1434.     {
  1435.         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()));
  1436.     }
  1437.     /**
  1438.      * Gets the public 'doctrine' shared service.
  1439.      *
  1440.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1441.      */
  1442.     protected function getDoctrineService()
  1443.     {
  1444.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1445.     }
  1446.     /**
  1447.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1448.      *
  1449.      * @return \Doctrine\DBAL\Connection
  1450.      */
  1451.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1452.     {
  1453.         $a = new \Doctrine\DBAL\Configuration();
  1454.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1455.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1456.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1457.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1458.         $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()))]));
  1459.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions']), => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!sessions)~')]));
  1460.         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, [
  1461.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  1462.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1463.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1464.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1465.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1466.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  1467.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService'true],
  1468.             'massive_search.search.event_subscriber.doctrine_orm' => ['privates''massive_search.search.event_subscriber.doctrine_orm''getMassiveSearch_Search_EventSubscriber_DoctrineOrmService'true],
  1469.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1470.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1471.             'sulu.persistence.event_subscriber.orm.metadata' => ['privates''sulu.persistence.event_subscriber.orm.metadata''getSulu_Persistence_EventSubscriber_Orm_MetadataService'true],
  1472.             'sulu.persistence.event_subscriber.orm.timestampable' => ['privates''sulu.persistence.event_subscriber.orm.timestampable''getSulu_Persistence_EventSubscriber_Orm_TimestampableService'true],
  1473.             'sulu.persistence.event_subscriber.orm.user_blame' => ['privates''sulu.persistence.event_subscriber.orm.user_blame''getSulu_Persistence_EventSubscriber_Orm_UserBlameService'true],
  1474.             'sulu_activity.domain_event_collector_subscriber' => ['privates''sulu_activity.domain_event_collector_subscriber''getSuluActivity_DomainEventCollectorSubscriberService'true],
  1475.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService'true],
  1476.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService'true],
  1477.             'sulu_core.doctrine.references' => ['privates''sulu_core.doctrine.references''getSuluCore_Doctrine_ReferencesService'true],
  1478.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService'true],
  1479.             'sulu_security.permission_inheritance_subscriber' => ['privates''sulu_security.permission_inheritance_subscriber''getSuluSecurity_PermissionInheritanceSubscriberService'true],
  1480.         ], [
  1481.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  1482.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1483.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1484.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1485.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1486.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  1487.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  1488.             'massive_search.search.event_subscriber.doctrine_orm' => '?',
  1489.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1490.             'stof_doctrine_extensions.listener.tree' => '?',
  1491.             'sulu.persistence.event_subscriber.orm.metadata' => '?',
  1492.             'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  1493.             'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  1494.             'sulu_activity.domain_event_collector_subscriber' => '?',
  1495.             'sulu_contact.account_listener' => '?',
  1496.             'sulu_contact.doctrine.invalidation_listener' => '?',
  1497.             'sulu_core.doctrine.references' => '?',
  1498.             'sulu_media.doctrine.invalidation_listener' => '?',
  1499.             'sulu_security.permission_inheritance_subscriber' => '?',
  1500.         ]), [=> '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']), []);
  1501.     }
  1502.     /**
  1503.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1504.      *
  1505.      * @return \Doctrine\ORM\EntityManager
  1506.      */
  1507.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1508.     {
  1509.         if ($lazyLoad) {
  1510.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1511.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1512.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1513.                     $proxy->setProxyInitializer(null);
  1514.                     return true;
  1515.                 });
  1516.             });
  1517.         }
  1518.         include_once \dirname(__DIR__5).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1519.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1520.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  1521.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1522.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1523.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1524.         include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1525.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1526.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1527.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1528.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1529.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1530.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1531.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1532.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1533.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1534.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1535.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1536.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1537.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1538.         $a = new \Doctrine\ORM\Configuration();
  1539.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1540.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1541.         $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')])));
  1542.         $b->addDriver($c'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1543.         $b->addDriver($c'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1544.         $b->addDriver($c'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1545.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1546.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1547.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1548.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1549.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1550.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1551.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1552.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1553.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1554.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1555.         $b->addDriver($d'Sulu\\Bundle\\AdminBundle\\Entity');
  1556.         $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']);
  1557.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1558.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1559.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1560.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1561.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1562.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1563.         ], [
  1564.             'doctrine.ulid_generator' => '?',
  1565.             'doctrine.uuid_generator' => '?',
  1566.         ])));
  1567.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1568.         $a->setProxyNamespace('Proxies');
  1569.         $a->setAutoGenerateProxyClasses(true);
  1570.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1571.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1572.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1573.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1574.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1575.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1576.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'true],
  1577.             'App\\Repository\\SettingRepository' => ['privates''App\\Repository\\SettingRepository''getSettingRepositoryService'true],
  1578.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1579.         ], [
  1580.             'App\\Repository\\ProductRepository' => '?',
  1581.             'App\\Repository\\SettingRepository' => '?',
  1582.             'App\\Repository\\UserRepository' => '?',
  1583.         ])));
  1584.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1585.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1586.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1587.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1588.         return $instance;
  1589.     }
  1590.     /**
  1591.      * Gets the public 'doctrine_phpcr' shared service.
  1592.      *
  1593.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1594.      */
  1595.     protected function getDoctrinePhpcrService()
  1596.     {
  1597.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1598.     }
  1599.     /**
  1600.      * Gets the public 'doctrine_phpcr.session' shared service.
  1601.      *
  1602.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1603.      */
  1604.     protected function getDoctrinePhpcr_SessionService()
  1605.     {
  1606.         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')));
  1607.     }
  1608.     /**
  1609.      * Gets the public 'event_dispatcher' shared service.
  1610.      *
  1611.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1612.      */
  1613.     protected function getEventDispatcherService()
  1614.     {
  1615.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1616.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1617.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1618.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1619.         $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())));
  1620.         $instance->addListener('kernel.controller', [=> function () {
  1621.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1622.         }, => 'onKernelController'], 0);
  1623.         $instance->addListener('kernel.request', [=> function () {
  1624.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1625.         }, => 'onKernelRequest'], 10);
  1626.         $instance->addListener('kernel.request', [=> function () {
  1627.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1628.         }, => 'onKernelRequest'], 248);
  1629.         $instance->addListener('massive_search.index', [=> function () {
  1630.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1631.         }, => 'onIndex'], 0);
  1632.         $instance->addListener('massive_search.deindex', [=> function () {
  1633.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1634.         }, => 'onDeindex'], 0);
  1635.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1636.             return ($this->privates['massive_search.events.zend_rebuild'] ?? $this->load('getMassiveSearch_Events_ZendRebuildService'));
  1637.         }, => 'onIndexRebuild'], -999);
  1638.         $instance->addListener('massive_search.hit', [=> function () {
  1639.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1640.         }, => 'onHit'], 0);
  1641.         $instance->addListener('kernel.response', [=> function () {
  1642.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1643.         }, => 'onResponse'], -5);
  1644.         $instance->addListener('kernel.exception', [=> function () {
  1645.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1646.         }, => 'onKernelException'], 0);
  1647.         $instance->addListener('kernel.exception', [=> function () {
  1648.             return ($this->privates['App\\EventSubscriber\\Redirect404Subscriber'] ?? ($this->privates['App\\EventSubscriber\\Redirect404Subscriber'] = new \App\EventSubscriber\Redirect404Subscriber()));
  1649.         }, => 'onKernelException'], 0);
  1650.         $instance->addListener('kernel.response', [=> function () {
  1651.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1652.         }, => 'onKernelResponse'], 0);
  1653.         $instance->addListener('kernel.response', [=> function () {
  1654.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1655.         }, => 'onKernelResponse'], -1024);
  1656.         $instance->addListener('kernel.request', [=> function () {
  1657.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1658.         }, => 'setDefaultLocale'], 100);
  1659.         $instance->addListener('kernel.request', [=> function () {
  1660.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1661.         }, => 'onKernelRequest'], 16);
  1662.         $instance->addListener('kernel.finish_request', [=> function () {
  1663.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1664.         }, => 'onKernelFinishRequest'], 0);
  1665.         $instance->addListener('kernel.request', [=> function () {
  1666.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1667.         }, => 'onKernelRequest'], 256);
  1668.         $instance->addListener('kernel.response', [=> function () {
  1669.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1670.         }, => 'onResponse'], -255);
  1671.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1672.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1673.         }, => 'onControllerArguments'], 0);
  1674.         $instance->addListener('kernel.exception', [=> function () {
  1675.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1676.         }, => 'logKernelException'], 0);
  1677.         $instance->addListener('kernel.exception', [=> function () {
  1678.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1679.         }, => 'onKernelException'], -128);
  1680.         $instance->addListener('kernel.response', [=> function () {
  1681.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1682.         }, => 'removeCspHeader'], -128);
  1683.         $instance->addListener('kernel.request', [=> function () {
  1684.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1685.         }, => 'onKernelRequest'], 15);
  1686.         $instance->addListener('kernel.finish_request', [=> function () {
  1687.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1688.         }, => 'onKernelFinishRequest'], -15);
  1689.         $instance->addListener('console.error', [=> function () {
  1690.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1691.         }, => 'onConsoleError'], -128);
  1692.         $instance->addListener('console.terminate', [=> function () {
  1693.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1694.         }, => 'onConsoleTerminate'], -128);
  1695.         $instance->addListener('console.error', [=> function () {
  1696.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1697.         }, => 'onConsoleError'], 0);
  1698.         $instance->addListener('kernel.request', [=> function () {
  1699.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1700.         }, => 'onKernelRequest'], 128);
  1701.         $instance->addListener('kernel.response', [=> function () {
  1702.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1703.         }, => 'onKernelResponse'], -1000);
  1704.         $instance->addListener('kernel.finish_request', [=> function () {
  1705.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1706.         }, => 'onFinishRequest'], 0);
  1707.         $instance->addListener('kernel.response', [=> function () {
  1708.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1709.         }, => 'onKernelResponse'], -100);
  1710.         $instance->addListener('kernel.exception', [=> function () {
  1711.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1712.         }, => 'onKernelException'], 0);
  1713.         $instance->addListener('kernel.terminate', [=> function () {
  1714.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1715.         }, => 'onKernelTerminate'], -1024);
  1716.         $instance->addListener('kernel.controller', [=> function () {
  1717.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1718.         }, => 'onKernelController'], 0);
  1719.         $instance->addListener('kernel.response', [=> function () {
  1720.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1721.         }, => 'onKernelResponse'], 0);
  1722.         $instance->addListener('kernel.request', [=> function () {
  1723.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1724.         }, => 'configure'], 2048);
  1725.         $instance->addListener('console.command', [=> function () {
  1726.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1727.         }, => 'configure'], 2048);
  1728.         $instance->addListener('console.command', [=> function () {
  1729.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1730.         }, => 'onCommand'], 255);
  1731.         $instance->addListener('console.terminate', [=> function () {
  1732.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1733.         }, => 'onTerminate'], -255);
  1734.         $instance->addListener('kernel.exception', [=> function () {
  1735.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1736.         }, => 'onException'], 0);
  1737.         $instance->addListener('kernel.terminate', [=> function () {
  1738.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1739.         }, => 'onTerminate'], 0);
  1740.         $instance->addListener('console.error', [=> function () {
  1741.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1742.         }, => 'onException'], 0);
  1743.         $instance->addListener('console.terminate', [=> function () {
  1744.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1745.         }, => 'onTerminate'], 0);
  1746.         $instance->addListener('kernel.exception', [=> function () {
  1747.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1748.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  1749.         $instance->addListener('kernel.response', [=> function () {
  1750.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1751.         }, => 'setResponseStatusCode'], 0);
  1752.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1753.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  1754.         }, => 'purgeIndexes'], 500);
  1755.         $instance->addListener('kernel.response', [=> function () {
  1756.             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')));
  1757.         }, => 'onKernelResponse'], 10);
  1758.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  1759.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1760.         }, => 'onProxyUnreachableError'], 0);
  1761.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  1762.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1763.         }, => 'onProxyResponseError'], 0);
  1764.         $instance->addListener('kernel.response', [=> function () {
  1765.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1766.         }, => 'onKernelResponse'], 0);
  1767.         $instance->addListener('kernel.terminate', [=> function () {
  1768.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1769.         }, => 'onKernelTerminate'], 0);
  1770.         $instance->addListener('kernel.exception', [=> function () {
  1771.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1772.         }, => 'onKernelException'], 0);
  1773.         $instance->addListener('console.terminate', [=> function () {
  1774.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1775.         }, => 'onConsoleTerminate'], 0);
  1776.         $instance->addListener('kernel.request', [=> function () {
  1777.             return ($this->privates['fos_http_cache.event_listener.php8_attributes'] ?? $this->getFosHttpCache_EventListener_Php8AttributesService());
  1778.         }, => 'onKernelRequest'], 0);
  1779.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1780.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  1781.         }, => 'onPermissionUpdate'], 0);
  1782.         $instance->addListener('massive_search.pre_index', [=> function () {
  1783.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  1784.         }, => 'handlePreIndex'], 0);
  1785.         $instance->addListener('massive_search.pre_index', [=> function () {
  1786.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  1787.         }, => 'handlePreIndex'], 0);
  1788.         $instance->addListener('kernel.request', [=> function () {
  1789.             return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  1790.         }, => 'onKernelRequest'], 24);
  1791.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1792.             return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  1793.         }, => 'handlePermissionUpdate'], 0);
  1794.         $instance->addListener('kernel.controller', [=> function () {
  1795.             return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  1796.         }, => 'onKernelController'], 0);
  1797.         $instance->addListener('security.interactive_login', [=> function () {
  1798.             return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  1799.         }, => 'onSecurityInteractiveLogin'], 0);
  1800.         $instance->addListener('massive_search.pre_index', [=> function () {
  1801.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1802.         }, => 'handleBlameTimestamp'], 0);
  1803.         $instance->addListener('massive_search.hit', [=> function () {
  1804.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1805.         }, => 'handleBlameTimestampHitMapping'], 0);
  1806.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1807.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  1808.         }, => 'onPermissionUpdate'], 0);
  1809.         $instance->addListener('kernel.request', [=> function () {
  1810.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  1811.         }, => 'onRequest'], 31);
  1812.         $instance->addListener('kernel.request', [=> function () {
  1813.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1814.         }, => 'onKernelRequest'], 32);
  1815.         $instance->addListener('kernel.finish_request', [=> function () {
  1816.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1817.         }, => 'onKernelFinishRequest'], 0);
  1818.         $instance->addListener('sulu_website.cache_clear', [=> function () {
  1819.             return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  1820.         }, => 'onCacheClear'], 0);
  1821.         $instance->addListener('kernel.request', [=> function () {
  1822.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  1823.         }, => 'onKernelRequest'], 14);
  1824.         $instance->addListener('kernel.exception', [=> function () {
  1825.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1826.         }, => 'redirectPartialMatch'], 0);
  1827.         $instance->addListener('kernel.exception', [=> function () {
  1828.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1829.         }, => 'redirectTrailingSlashOrHtml'], 0);
  1830.         $instance->addListener('kernel.response', [=> function () {
  1831.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.4.0')));
  1832.         }, => 'onResponse'], 0);
  1833.         $instance->addListener('kernel.response', [=> function () {
  1834.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1835.         }, => 'addVaryHeader'], 0);
  1836.         $instance->addListener('kernel.response', [=> function () {
  1837.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1838.         }, => 'addCookieHeader'], 0);
  1839.         $instance->addListener('kernel.response', [=> function () {
  1840.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  1841.         }, => 'replaceMarkup'], -10);
  1842.         $instance->addListener('kernel.response', [=> function () {
  1843.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1844.         }, => 'onKernelResponse'], -128);
  1845.         $instance->addListener('console.command', [=> function () {
  1846.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1847.         }, => 'configure'], 1024);
  1848.         $instance->addListener('kernel.response', [=> function () {
  1849.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1850.         }, => 'onKernelResponse'], 0);
  1851.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1852.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1853.         }, => 'onVoterVote'], 0);
  1854.         $instance->addListener('kernel.request', [=> function () {
  1855.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1856.         }, => 'configureLogoutUrlGenerator'], 8);
  1857.         $instance->addListener('kernel.request', [=> function () {
  1858.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1859.         }, => 'onKernelRequest'], 8);
  1860.         $instance->addListener('kernel.finish_request', [=> function () {
  1861.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1862.         }, => 'onKernelFinishRequest'], 0);
  1863.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1864.             return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  1865.         }, => 'storeActivity'], -256);
  1866.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1867.             return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  1868.         }, => 'setDomainEventUser'], 256);
  1869.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1870.             return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  1871.         }, => 'dispatchDomainEventWithSpecificEventName'], 0);
  1872.         $instance->addListener('console.error', [=> function () {
  1873.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1874.         }, => 'onConsoleError'], 0);
  1875.         $instance->addListener('console.terminate', [=> function () {
  1876.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1877.         }, => 'onConsoleTerminate'], 0);
  1878.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1879.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1880.         }, => 'onLogout'], 0);
  1881.         return $instance;
  1882.     }
  1883.     /**
  1884.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  1885.      *
  1886.      * @return \FOS\HttpCacheBundle\CacheManager
  1887.      */
  1888.     protected function getFosHttpCache_CacheManagerService()
  1889.     {
  1890.         $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()));
  1891.         if ($this->has('event_dispatcher')) {
  1892.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1893.         }
  1894.         $instance->setGenerateUrlType(0);
  1895.         return $instance;
  1896.     }
  1897.     /**
  1898.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1899.      *
  1900.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1901.      */
  1902.     protected function getFosHttpCache_EventListener_CacheControlService()
  1903.     {
  1904.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1905.     }
  1906.     /**
  1907.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1908.      *
  1909.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1910.      */
  1911.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1912.     {
  1913.         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]);
  1914.     }
  1915.     /**
  1916.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  1917.      *
  1918.      * @return \FOS\HttpCache\ProxyClient\Symfony
  1919.      */
  1920.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  1921.     {
  1922.         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']);
  1923.     }
  1924.     /**
  1925.      * Gets the public 'http_kernel' shared service.
  1926.      *
  1927.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1928.      */
  1929.     protected function getHttpKernelService()
  1930.     {
  1931.         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 () {
  1932.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1933.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1934.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1935.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1936.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1937.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1938.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1939.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1940.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1941.     }
  1942.     /**
  1943.      * Gets the public 'jms_serializer' shared service.
  1944.      *
  1945.      * @return \JMS\Serializer\Serializer
  1946.      */
  1947.     protected function getJmsSerializerService()
  1948.     {
  1949.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1950.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  1951.         ], [
  1952.             'metadata_driver' => '?',
  1953.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  1954.         $a->setCache(($this->privates['jms_serializer.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()));
  1955.         $a->setIncludeInterfaces(false);
  1956.         $b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  1957.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  1958.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  1959.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  1960.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  1961.         $f = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  1962.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1963.         $g->setOptions(1216);
  1964.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1965.         $h->setFormatOutput(true);
  1966.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1967.         $i->setOptions(0);
  1968.         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())));
  1969.     }
  1970.     /**
  1971.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1972.      *
  1973.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1974.      */
  1975.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1976.     {
  1977.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1978.     }
  1979.     /**
  1980.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1981.      *
  1982.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1983.      */
  1984.     protected function getJmsSerializer_SerializationContextFactoryService()
  1985.     {
  1986.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1987.     }
  1988.     /**
  1989.      * Gets the public 'request_stack' shared service.
  1990.      *
  1991.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1992.      */
  1993.     protected function getRequestStackService()
  1994.     {
  1995.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1996.     }
  1997.     /**
  1998.      * Gets the public 'router' shared service.
  1999.      *
  2000.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2001.      */
  2002.     protected function getRouterService()
  2003.     {
  2004.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2005.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2006.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2007.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  2008.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2009.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2010.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2011.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2012.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2013.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2014.         ], [
  2015.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2016.         ]))->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');
  2017.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2018.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2019.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2020.         $f = new \Symfony\Component\Routing\RouteCollection();
  2021.         $g = new \Symfony\Component\Routing\RequestContext();
  2022.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2023.         $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);
  2024.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2025.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  2026.         $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]);
  2027.         $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);
  2028.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2029.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  2030.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  2031.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  2032.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  2033.         $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);
  2034.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  2035.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  2036.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  2037.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  2038.         $instance->setContext($b);
  2039.         $instance->add($d'100');
  2040.         $instance->add($i'20');
  2041.         $instance->add($k30);
  2042.         $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);
  2043.         return $instance;
  2044.     }
  2045.     /**
  2046.      * Gets the public 'sulu.content.localization_finder' shared service.
  2047.      *
  2048.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  2049.      */
  2050.     protected function getSulu_Content_LocalizationFinderService()
  2051.     {
  2052.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2053.     }
  2054.     /**
  2055.      * Gets the public 'sulu.content.mapper' shared service.
  2056.      *
  2057.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  2058.      */
  2059.     protected function getSulu_Content_MapperService()
  2060.     {
  2061.         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()));
  2062.     }
  2063.     /**
  2064.      * Gets the public 'sulu.content.path_cleaner' shared service.
  2065.      *
  2066.      * @return \Sulu\Component\PHPCR\PathCleanup
  2067.      */
  2068.     protected function getSulu_Content_PathCleanerService()
  2069.     {
  2070.         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());
  2071.     }
  2072.     /**
  2073.      * Gets the public 'sulu.content.structure_manager' shared service.
  2074.      *
  2075.      * @return \Sulu\Component\Content\Compat\StructureManager
  2076.      */
  2077.     protected function getSulu_Content_StructureManagerService()
  2078.     {
  2079.         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']);
  2080.     }
  2081.     /**
  2082.      * Gets the public 'sulu.content.type_manager' shared service.
  2083.      *
  2084.      * @return \Sulu\Component\Content\ContentTypeManager
  2085.      */
  2086.     protected function getSulu_Content_TypeManagerService()
  2087.     {
  2088.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2089.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  2090.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  2091.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  2092.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  2093.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  2094.         $instance->mapAliasToServiceId('link''sulu.content.type.link');
  2095.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  2096.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  2097.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  2098.         $instance->mapAliasToServiceId('contact_selection''sulu_contact.content.contact_selection');
  2099.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  2100.         $instance->mapAliasToServiceId('account_selection''sulu_contact.content.account_selection');
  2101.         $instance->mapAliasToServiceId('collection_selection''sulu_media.type.collection_selection');
  2102.         $instance->mapAliasToServiceId('single_collection_selection''sulu_media.type.single_collection_selection');
  2103.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  2104.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  2105.         $instance->mapAliasToServiceId('image_map''sulu_media.type.image_map');
  2106.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  2107.         $instance->mapAliasToServiceId('single_category_selection''sulu_category.content.type.single_category_selection');
  2108.         $instance->mapAliasToServiceId('single_snippet_selection''sulu_snippet.content.single_snippet_selection');
  2109.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  2110.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  2111.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  2112.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  2113.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  2114.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  2115.         $instance->mapAliasToServiceId('segment_select''sulu.content.type.segment_select');
  2116.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  2117.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  2118.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  2119.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  2120.         $instance->mapAliasToServiceId('datetime''sulu.content.type.datetime');
  2121.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  2122.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  2123.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  2124.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  2125.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  2126.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  2127.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  2128.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  2129.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  2130.         return $instance;
  2131.     }
  2132.     /**
  2133.      * Gets the public 'sulu.phpcr.session' shared service.
  2134.      *
  2135.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2136.      */
  2137.     protected function getSulu_Phpcr_SessionService()
  2138.     {
  2139.         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']);
  2140.     }
  2141.     /**
  2142.      * Gets the public 'sulu.repository.access_control' shared service.
  2143.      *
  2144.      * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2145.      */
  2146.     protected function getSulu_Repository_AccessControlService($lazyLoad true)
  2147.     {
  2148.         if ($lazyLoad) {
  2149.             return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2150.                 return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2151.                     $wrappedInstance $this->getSulu_Repository_AccessControlService(false);
  2152.                     $proxy->setProxyInitializer(null);
  2153.                     return true;
  2154.                 });
  2155.             });
  2156.         }
  2157.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2158.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2159.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2160.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2161.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2162.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2163.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2164.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2165.         return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2166.     }
  2167.     /**
  2168.      * Gets the public 'sulu.repository.account' shared service.
  2169.      *
  2170.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  2171.      */
  2172.     protected function getSulu_Repository_AccountService($lazyLoad true)
  2173.     {
  2174.         if ($lazyLoad) {
  2175.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  2176.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2177.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  2178.                     $proxy->setProxyInitializer(null);
  2179.                     return true;
  2180.                 });
  2181.             });
  2182.         }
  2183.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2184.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  2185.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2186.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  2187.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2188.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2189.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2190.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2191.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
  2192.     }
  2193.     /**
  2194.      * Gets the public 'sulu.repository.analytics' shared service.
  2195.      *
  2196.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2197.      */
  2198.     protected function getSulu_Repository_AnalyticsService($lazyLoad true)
  2199.     {
  2200.         if ($lazyLoad) {
  2201.             return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2202.                 return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2203.                     $wrappedInstance $this->getSulu_Repository_AnalyticsService(false);
  2204.                     $proxy->setProxyInitializer(null);
  2205.                     return true;
  2206.                 });
  2207.             });
  2208.         }
  2209.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2210.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2211.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2212.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2213.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2214.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2215.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2216.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2217.         return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a$a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2218.     }
  2219.     /**
  2220.      * Gets the public 'sulu.repository.category' shared service.
  2221.      *
  2222.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2223.      */
  2224.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  2225.     {
  2226.         if ($lazyLoad) {
  2227.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2228.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2229.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  2230.                     $proxy->setProxyInitializer(null);
  2231.                     return true;
  2232.                 });
  2233.             });
  2234.         }
  2235.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2236.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2237.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2238.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2239.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2240.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2241.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2242.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Category'));
  2243.     }
  2244.     /**
  2245.      * Gets the public 'sulu.repository.category_meta' shared service.
  2246.      *
  2247.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2248.      */
  2249.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  2250.     {
  2251.         if ($lazyLoad) {
  2252.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2253.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2254.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  2255.                     $proxy->setProxyInitializer(null);
  2256.                     return true;
  2257.                 });
  2258.             });
  2259.         }
  2260.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2261.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2262.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2263.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2264.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2265.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2266.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2267.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2268.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2269.     }
  2270.     /**
  2271.      * Gets the public 'sulu.repository.category_translation' shared service.
  2272.      *
  2273.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2274.      */
  2275.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  2276.     {
  2277.         if ($lazyLoad) {
  2278.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2279.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2280.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  2281.                     $proxy->setProxyInitializer(null);
  2282.                     return true;
  2283.                 });
  2284.             });
  2285.         }
  2286.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2287.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2288.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2289.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2290.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2291.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2292.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2293.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2294.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2295.     }
  2296.     /**
  2297.      * Gets the public 'sulu.repository.contact' shared service.
  2298.      *
  2299.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2300.      */
  2301.     protected function getSulu_Repository_ContactService($lazyLoad true)
  2302.     {
  2303.         if ($lazyLoad) {
  2304.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2305.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2306.                     $wrappedInstance $this->getSulu_Repository_ContactService(false);
  2307.                     $proxy->setProxyInitializer(null);
  2308.                     return true;
  2309.                 });
  2310.             });
  2311.         }
  2312.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2313.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2314.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2315.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2316.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2317.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2318.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2319.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2320.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2321.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Contact'));
  2322.     }
  2323.     /**
  2324.      * Gets the public 'sulu.repository.keyword' shared service.
  2325.      *
  2326.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2327.      */
  2328.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  2329.     {
  2330.         if ($lazyLoad) {
  2331.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2332.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2333.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  2334.                     $proxy->setProxyInitializer(null);
  2335.                     return true;
  2336.                 });
  2337.             });
  2338.         }
  2339.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2340.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2341.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2342.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2343.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2344.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2345.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2346.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2347.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2348.     }
  2349.     /**
  2350.      * Gets the public 'sulu.repository.media' shared service.
  2351.      *
  2352.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2353.      */
  2354.     protected function getSulu_Repository_MediaService($lazyLoad true)
  2355.     {
  2356.         if ($lazyLoad) {
  2357.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2358.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2359.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  2360.                     $proxy->setProxyInitializer(null);
  2361.                     return true;
  2362.                 });
  2363.             });
  2364.         }
  2365.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2366.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2367.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2368.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2369.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2370.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2371.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2372.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2373.         $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2374.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2375.         return $instance;
  2376.     }
  2377.     /**
  2378.      * Gets the public 'sulu.repository.role' shared service.
  2379.      *
  2380.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2381.      */
  2382.     protected function getSulu_Repository_RoleService($lazyLoad true)
  2383.     {
  2384.         if ($lazyLoad) {
  2385.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2386.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2387.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  2388.                     $proxy->setProxyInitializer(null);
  2389.                     return true;
  2390.                 });
  2391.             });
  2392.         }
  2393.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2394.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2395.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2396.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2397.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2398.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2399.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2400.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2401.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2402.     }
  2403.     /**
  2404.      * Gets the public 'sulu.repository.route' shared service.
  2405.      *
  2406.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2407.      */
  2408.     protected function getSulu_Repository_RouteService($lazyLoad true)
  2409.     {
  2410.         if ($lazyLoad) {
  2411.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2412.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2413.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  2414.                     $proxy->setProxyInitializer(null);
  2415.                     return true;
  2416.                 });
  2417.             });
  2418.         }
  2419.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2420.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2421.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2422.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2423.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2424.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2425.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2426.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2427.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2428.     }
  2429.     /**
  2430.      * Gets the public 'sulu.repository.tag' shared service.
  2431.      *
  2432.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2433.      */
  2434.     protected function getSulu_Repository_TagService($lazyLoad true)
  2435.     {
  2436.         if ($lazyLoad) {
  2437.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2438.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2439.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  2440.                     $proxy->setProxyInitializer(null);
  2441.                     return true;
  2442.                 });
  2443.             });
  2444.         }
  2445.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2446.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2447.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2448.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2449.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2450.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2451.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2452.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2453.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  2454.     }
  2455.     /**
  2456.      * Gets the public 'sulu.repository.user' shared service.
  2457.      *
  2458.      * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  2459.      */
  2460.     protected function getSulu_Repository_UserService($lazyLoad true)
  2461.     {
  2462.         if ($lazyLoad) {
  2463.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  2464.                 return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2465.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  2466.                     $proxy->setProxyInitializer(null);
  2467.                     return true;
  2468.                 });
  2469.             });
  2470.         }
  2471.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2472.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2473.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  2474.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  2475.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  2476.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  2477.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2478.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2479.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2480.         return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\User'));
  2481.     }
  2482.     /**
  2483.      * Gets the public 'sulu.util.node_helper' shared service.
  2484.      *
  2485.      * @return \Sulu\Component\Util\SuluNodeHelper
  2486.      */
  2487.     protected function getSulu_Util_NodeHelperService()
  2488.     {
  2489.         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()));
  2490.     }
  2491.     /**
  2492.      * Gets the public 'sulu_category.category_manager' shared service.
  2493.      *
  2494.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  2495.      */
  2496.     protected function getSuluCategory_CategoryManagerService()
  2497.     {
  2498.         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()));
  2499.     }
  2500.     /**
  2501.      * Gets the public 'sulu_category.keyword_manager' shared service.
  2502.      *
  2503.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  2504.      */
  2505.     protected function getSuluCategory_KeywordManagerService()
  2506.     {
  2507.         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()));
  2508.     }
  2509.     /**
  2510.      * Gets the public 'sulu_contact.contact_manager' shared service.
  2511.      *
  2512.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  2513.      */
  2514.     protected function getSuluContact_ContactManagerService()
  2515.     {
  2516.         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()));
  2517.     }
  2518.     /**
  2519.      * Gets the public 'sulu_core.array_serializer' shared service.
  2520.      *
  2521.      * @return \Sulu\Component\Serializer\ArraySerializer
  2522.      */
  2523.     protected function getSuluCore_ArraySerializerService()
  2524.     {
  2525.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2526.     }
  2527.     /**
  2528.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  2529.      *
  2530.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  2531.      */
  2532.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  2533.     {
  2534.         $a = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2535.         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()]);
  2536.     }
  2537.     /**
  2538.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  2539.      *
  2540.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  2541.      */
  2542.     protected function getSuluCore_Webspace_WebspaceManagerService()
  2543.     {
  2544.         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()));
  2545.     }
  2546.     /**
  2547.      * Gets the public 'sulu_custom_urls.manager' shared service.
  2548.      *
  2549.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  2550.      */
  2551.     protected function getSuluCustomUrls_ManagerService()
  2552.     {
  2553.         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()));
  2554.     }
  2555.     /**
  2556.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  2557.      *
  2558.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  2559.      */
  2560.     protected function getSuluDocumentManager_DocumentInspectorService()
  2561.     {
  2562.         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()));
  2563.     }
  2564.     /**
  2565.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  2566.      *
  2567.      * @return \Sulu\Component\DocumentManager\DocumentManager
  2568.      */
  2569.     protected function getSuluDocumentManager_DocumentManagerService()
  2570.     {
  2571.         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()));
  2572.     }
  2573.     /**
  2574.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  2575.      *
  2576.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  2577.      */
  2578.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  2579.     {
  2580.         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']);
  2581.     }
  2582.     /**
  2583.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  2584.      *
  2585.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  2586.      */
  2587.     protected function getSuluDocumentManager_PropertyEncoderService()
  2588.     {
  2589.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  2590.     }
  2591.     /**
  2592.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  2593.      *
  2594.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  2595.      */
  2596.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  2597.     {
  2598.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  2599.     }
  2600.     /**
  2601.      * Gets the public 'sulu_media.collection_repository' shared service.
  2602.      *
  2603.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  2604.      */
  2605.     protected function getSuluMedia_CollectionRepositoryService()
  2606.     {
  2607.         $this->services['sulu_media.collection_repository'] = $instance = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('SuluMediaBundle:Collection');
  2608.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2609.         return $instance;
  2610.     }
  2611.     /**
  2612.      * Gets the public 'sulu_media.format_cache' shared service.
  2613.      *
  2614.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  2615.      */
  2616.     protected function getSuluMedia_FormatCacheService()
  2617.     {
  2618.         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);
  2619.     }
  2620.     /**
  2621.      * Gets the public 'sulu_media.format_manager' shared service.
  2622.      *
  2623.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  2624.      */
  2625.     protected function getSuluMedia_FormatManagerService()
  2626.     {
  2627.         $a = ($this->privates['sulu_media.adapter.gd'] ?? ($this->privates['sulu_media.adapter.gd'] = new \Imagine\Gd\Imagine()));
  2628.         $b = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  2629.         $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');
  2630.         $b->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  2631.         $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');
  2632.         $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');
  2633.         $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');
  2634.         $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');
  2635.         $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');
  2636.         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()));
  2637.     }
  2638.     /**
  2639.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  2640.      *
  2641.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  2642.      */
  2643.     protected function getSuluMedia_Image_Transformation_BlurService()
  2644.     {
  2645.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  2646.     }
  2647.     /**
  2648.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  2649.      *
  2650.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  2651.      */
  2652.     protected function getSuluMedia_Image_Transformation_CropService()
  2653.     {
  2654.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  2655.     }
  2656.     /**
  2657.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  2658.      *
  2659.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  2660.      */
  2661.     protected function getSuluMedia_Image_Transformation_GammaService()
  2662.     {
  2663.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  2664.     }
  2665.     /**
  2666.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  2667.      *
  2668.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  2669.      */
  2670.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  2671.     {
  2672.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  2673.     }
  2674.     /**
  2675.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  2676.      *
  2677.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  2678.      */
  2679.     protected function getSuluMedia_Image_Transformation_NegativeService()
  2680.     {
  2681.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  2682.     }
  2683.     /**
  2684.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  2685.      *
  2686.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  2687.      */
  2688.     protected function getSuluMedia_Image_Transformation_PasteService()
  2689.     {
  2690.         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))))));
  2691.     }
  2692.     /**
  2693.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  2694.      *
  2695.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  2696.      */
  2697.     protected function getSuluMedia_Image_Transformation_SharpenService()
  2698.     {
  2699.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  2700.     }
  2701.     /**
  2702.      * Gets the public 'sulu_media.media_manager' shared service.
  2703.      *
  2704.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  2705.      */
  2706.     protected function getSuluMedia_MediaManagerService()
  2707.     {
  2708.         $a = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  2709.         $a->setMaxFileSize('100MB');
  2710.         $a->setBlockedMimeTypes([]);
  2711.         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 () {
  2712.             yield => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  2713.         }, 1), '/media/{id}/download/{slug}'NULL'/admin/media/{id}/download/{slug}', ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService()));
  2714.     }
  2715.     /**
  2716.      * Gets the public 'sulu_media.storage' shared service.
  2717.      *
  2718.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\GoogleCloudStorage
  2719.      */
  2720.     protected function getSuluMedia_StorageService()
  2721.     {
  2722.         $a = new \Google\Cloud\Storage\StorageClient(['keyFilePath' => (\dirname(__DIR__5).'/config/me-web-site-services.json')]);
  2723.         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);
  2724.     }
  2725.     /**
  2726.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  2727.      *
  2728.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  2729.      */
  2730.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  2731.     {
  2732.         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()));
  2733.     }
  2734.     /**
  2735.      * Gets the public 'sulu_page.content_repository' shared service.
  2736.      *
  2737.      * @return \Sulu\Component\Content\Repository\ContentRepository
  2738.      */
  2739.     protected function getSuluPage_ContentRepositoryService()
  2740.     {
  2741.         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']);
  2742.     }
  2743.     /**
  2744.      * Gets the public 'sulu_page.extension.manager' shared service.
  2745.      *
  2746.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  2747.      */
  2748.     protected function getSuluPage_Extension_ManagerService()
  2749.     {
  2750.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  2751.         $instance->addExtension(new \App\Structure\OpenGraphStructureExtension());
  2752.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  2753.         $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()))));
  2754.         return $instance;
  2755.     }
  2756.     /**
  2757.      * Gets the public 'sulu_page.structure.factory' shared service.
  2758.      *
  2759.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  2760.      */
  2761.     protected function getSuluPage_Structure_FactoryService()
  2762.     {
  2763.         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);
  2764.     }
  2765.     /**
  2766.      * Gets the public 'sulu_security.mask_converter' shared service.
  2767.      *
  2768.      * @return \Sulu\Component\Security\Authorization\MaskConverter
  2769.      */
  2770.     protected function getSuluSecurity_MaskConverterService()
  2771.     {
  2772.         return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  2773.     }
  2774.     /**
  2775.      * Gets the public 'sulu_security.salt_generator' shared service.
  2776.      *
  2777.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  2778.      */
  2779.     protected function getSuluSecurity_SaltGeneratorService()
  2780.     {
  2781.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  2782.     }
  2783.     /**
  2784.      * Gets the public 'sulu_security.security_checker' shared service.
  2785.      *
  2786.      * @return \Sulu\Component\Security\Authorization\SecurityChecker
  2787.      */
  2788.     protected function getSuluSecurity_SecurityCheckerService()
  2789.     {
  2790.         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()));
  2791.     }
  2792.     /**
  2793.      * Gets the public 'sulu_security.user_manager' shared service.
  2794.      *
  2795.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  2796.      */
  2797.     protected function getSuluSecurity_UserManagerService()
  2798.     {
  2799.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2800.         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()));
  2801.     }
  2802.     /**
  2803.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  2804.      *
  2805.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  2806.      */
  2807.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  2808.     {
  2809.         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']);
  2810.     }
  2811.     /**
  2812.      * Gets the public 'sulu_snippet.resolver' shared service.
  2813.      *
  2814.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  2815.      */
  2816.     protected function getSuluSnippet_ResolverService()
  2817.     {
  2818.         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()));
  2819.     }
  2820.     /**
  2821.      * Gets the public 'sulu_tag.tag_manager' shared service.
  2822.      *
  2823.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  2824.      */
  2825.     protected function getSuluTag_TagManagerService()
  2826.     {
  2827.         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()));
  2828.     }
  2829.     /**
  2830.      * Gets the public 'sulu_website.resolver.structure' shared service.
  2831.      *
  2832.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  2833.      */
  2834.     protected function getSuluWebsite_Resolver_StructureService()
  2835.     {
  2836.         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']);
  2837.     }
  2838.     /**
  2839.      * Gets the public 'translator' shared service.
  2840.      *
  2841.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2842.      */
  2843.     protected function getTranslatorService()
  2844.     {
  2845.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2846.     }
  2847.     /**
  2848.      * Gets the public 'var_dumper.cloner' shared service.
  2849.      *
  2850.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2851.      */
  2852.     protected function getVarDumper_ClonerService()
  2853.     {
  2854.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2855.         $instance->setMaxItems(2500);
  2856.         $instance->setMinDepth(1);
  2857.         $instance->setMaxString(-1);
  2858.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2859.         return $instance;
  2860.     }
  2861.     /**
  2862.      * Gets the private '.debug.http_client' shared service.
  2863.      *
  2864.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2865.      */
  2866.     protected function get_Debug_HttpClientService()
  2867.     {
  2868.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2869.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2870.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2871.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2872.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2873.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2874.         $a->setLogger($b);
  2875.         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))));
  2876.     }
  2877.     /**
  2878.      * Gets the private '.service_locator.yDwtL5G' shared service.
  2879.      *
  2880.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2881.      */
  2882.     protected function get_ServiceLocator_YDwtL5GService()
  2883.     {
  2884.         return $this->privates['.service_locator.yDwtL5G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2885.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2886.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2887.             'security.firewall.map.context.website' => ['privates''security.firewall.map.context.website''getSecurity_Firewall_Map_Context_WebsiteService'true],
  2888.         ], [
  2889.             'security.firewall.map.context.admin' => '?',
  2890.             'security.firewall.map.context.dev' => '?',
  2891.             'security.firewall.map.context.website' => '?',
  2892.         ]);
  2893.     }
  2894.     /**
  2895.      * Gets the private 'App\Service\HtmlParserService' shared autowired service.
  2896.      *
  2897.      * @return \App\Service\HtmlParserService
  2898.      */
  2899.     protected function getHtmlParserServiceService()
  2900.     {
  2901.         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())));
  2902.     }
  2903.     /**
  2904.      * Gets the private 'annotations.cache_adapter' shared service.
  2905.      *
  2906.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2907.      */
  2908.     protected function getAnnotations_CacheAdapterService()
  2909.     {
  2910.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2911.     }
  2912.     /**
  2913.      * Gets the private 'annotations.cached_reader' shared service.
  2914.      *
  2915.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2916.      */
  2917.     protected function getAnnotations_CachedReaderService()
  2918.     {
  2919.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2920.     }
  2921.     /**
  2922.      * Gets the private 'annotations.reader' shared service.
  2923.      *
  2924.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2925.      */
  2926.     protected function getAnnotations_ReaderService()
  2927.     {
  2928.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2929.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2930.         $a->registerUniqueLoader('class_exists');
  2931.         $instance->addGlobalIgnoredName('required'$a);
  2932.         return $instance;
  2933.     }
  2934.     /**
  2935.      * Gets the private 'assets.context' shared service.
  2936.      *
  2937.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2938.      */
  2939.     protected function getAssets_ContextService()
  2940.     {
  2941.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2942.         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());
  2943.     }
  2944.     /**
  2945.      * Gets the private 'assets.packages' shared service.
  2946.      *
  2947.      * @return \Symfony\Component\Asset\Packages
  2948.      */
  2949.     protected function getAssets_PackagesService()
  2950.     {
  2951.         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 () {
  2952.             yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  2953.         }, 1));
  2954.     }
  2955.     /**
  2956.      * Gets the private 'cache.annotations' shared service.
  2957.      *
  2958.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2959.      */
  2960.     protected function getCache_AnnotationsService()
  2961.     {
  2962.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('B2mrRVx5aE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2963.     }
  2964.     /**
  2965.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2966.      *
  2967.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2968.      */
  2969.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2970.     {
  2971.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2972.     }
  2973.     /**
  2974.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2975.      *
  2976.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2977.      */
  2978.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2979.     {
  2980.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2981.     }
  2982.     /**
  2983.      * Gets the private 'cache.property_info' shared service.
  2984.      *
  2985.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2986.      */
  2987.     protected function getCache_PropertyInfoService()
  2988.     {
  2989.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IsjZiz-Iz8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2990.     }
  2991.     /**
  2992.      * Gets the private 'cache.security_expression_language' shared service.
  2993.      *
  2994.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2995.      */
  2996.     protected function getCache_SecurityExpressionLanguageService()
  2997.     {
  2998.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZdVJI3yyLe'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2999.     }
  3000.     /**
  3001.      * Gets the private 'cache.serializer' shared service.
  3002.      *
  3003.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3004.      */
  3005.     protected function getCache_SerializerService()
  3006.     {
  3007.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YCLKA59O5b'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3008.     }
  3009.     /**
  3010.      * Gets the private 'cache.validator' shared service.
  3011.      *
  3012.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3013.      */
  3014.     protected function getCache_ValidatorService()
  3015.     {
  3016.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GASuMY7jA0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3017.     }
  3018.     /**
  3019.      * Gets the private 'cache.webpack_encore' shared service.
  3020.      *
  3021.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3022.      */
  3023.     protected function getCache_WebpackEncoreService()
  3024.     {
  3025.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9CyO370l4b'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3026.     }
  3027.     /**
  3028.      * Gets the private 'config_cache_factory' shared service.
  3029.      *
  3030.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3031.      */
  3032.     protected function getConfigCacheFactoryService()
  3033.     {
  3034.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3035.             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)));
  3036.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3037.         }, 2));
  3038.     }
  3039.     /**
  3040.      * Gets the private 'data_collector.form' shared service.
  3041.      *
  3042.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3043.      */
  3044.     protected function getDataCollector_FormService()
  3045.     {
  3046.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3047.     }
  3048.     /**
  3049.      * Gets the private 'data_collector.request' shared service.
  3050.      *
  3051.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3052.      */
  3053.     protected function getDataCollector_RequestService()
  3054.     {
  3055.         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())));
  3056.     }
  3057.     /**
  3058.      * Gets the private 'debug.controller_resolver' shared service.
  3059.      *
  3060.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3061.      */
  3062.     protected function getDebug_ControllerResolverService()
  3063.     {
  3064.         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))));
  3065.     }
  3066.     /**
  3067.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3068.      *
  3069.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3070.      */
  3071.     protected function getDebug_DebugHandlersListenerService()
  3072.     {
  3073.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3074.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3075.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3076.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3077.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3078.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3079.     }
  3080.     /**
  3081.      * Gets the private 'debug.file_link_formatter' shared service.
  3082.      *
  3083.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3084.      */
  3085.     protected function getDebug_FileLinkFormatterService()
  3086.     {
  3087.         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 () {
  3088.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3089.         });
  3090.     }
  3091.     /**
  3092.      * Gets the private 'debug.log_processor' shared service.
  3093.      *
  3094.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3095.      */
  3096.     protected function getDebug_LogProcessorService()
  3097.     {
  3098.         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())));
  3099.     }
  3100.     /**
  3101.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3102.      *
  3103.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3104.      */
  3105.     protected function getDebug_Security_Access_DecisionManagerService()
  3106.     {
  3107.         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 () {
  3108.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3109.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3110.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3111.             yield => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  3112.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(true)));
  3113.     }
  3114.     /**
  3115.      * Gets the private 'debug.security.firewall' shared service.
  3116.      *
  3117.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3118.      */
  3119.     protected function getDebug_Security_FirewallService()
  3120.     {
  3121.         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()));
  3122.     }
  3123.     /**
  3124.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3125.      *
  3126.      * @return \Doctrine\Migrations\DependencyFactory
  3127.      */
  3128.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3129.     {
  3130.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3131.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__5).'/migrations'));
  3132.         $a->setAllOrNothing(false);
  3133.         $a->setCheckDatabasePlatform(true);
  3134.         $a->setTransactional(true);
  3135.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3136.         $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()));
  3137.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3138.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3139.         });
  3140.         return $instance;
  3141.     }
  3142.     /**
  3143.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3144.      *
  3145.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3146.      */
  3147.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3148.     {
  3149.         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')]);
  3150.     }
  3151.     /**
  3152.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3153.      *
  3154.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3155.      */
  3156.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3157.     {
  3158.         $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']);
  3159.         $instance->setGlobalBasename('mapping');
  3160.         return $instance;
  3161.     }
  3162.     /**
  3163.      * Gets the private 'exception_listener' shared service.
  3164.      *
  3165.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3166.      */
  3167.     protected function getExceptionListenerService()
  3168.     {
  3169.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3170.     }
  3171.     /**
  3172.      * Gets the private 'form.registry' shared service.
  3173.      *
  3174.      * @return \Symfony\Component\Form\FormRegistry
  3175.      */
  3176.     protected function getForm_RegistryService()
  3177.     {
  3178.         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, [
  3179.             'App\\Form\\RegisterFormType' => ['privates''App\\Form\\RegisterFormType''getRegisterFormTypeService'true],
  3180.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService'true],
  3181.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService'true],
  3182.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService'true],
  3183.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService'true],
  3184.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService'true],
  3185.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  3186.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  3187.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  3188.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  3189.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  3190.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  3191.         ], [
  3192.             'App\\Form\\RegisterFormType' => '?',
  3193.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  3194.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  3195.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  3196.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  3197.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  3198.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3199.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  3200.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3201.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3202.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3203.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3204.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3205.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  3206.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  3207.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  3208.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  3209.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  3210.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  3211.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3212.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3213.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3214.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3215.         }, 1)], new RewindableGenerator(function () {
  3216.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3217.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  3218.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3219.     }
  3220.     /**
  3221.      * Gets the private 'fos_http_cache.event_listener.php8_attributes' shared service.
  3222.      *
  3223.      * @return \FOS\HttpCacheBundle\EventListener\Php8AttributesListener
  3224.      */
  3225.     protected function getFosHttpCache_EventListener_Php8AttributesService()
  3226.     {
  3227.         return $this->privates['fos_http_cache.event_listener.php8_attributes'] = new \FOS\HttpCacheBundle\EventListener\Php8AttributesListener(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  3228.     }
  3229.     /**
  3230.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  3231.      *
  3232.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  3233.      */
  3234.     protected function getFosHttpCache_EventListener_TagService()
  3235.     {
  3236.         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);
  3237.     }
  3238.     /**
  3239.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  3240.      *
  3241.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  3242.      */
  3243.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  3244.     {
  3245.         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());
  3246.     }
  3247.     /**
  3248.      * Gets the private 'fos_rest.body_listener' shared service.
  3249.      *
  3250.      * @return \FOS\RestBundle\EventListener\BodyListener
  3251.      */
  3252.     protected function getFosRest_BodyListenerService()
  3253.     {
  3254.         $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, [
  3255.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  3256.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  3257.         ], [
  3258.             'fos_rest.decoder.json' => '?',
  3259.             'fos_rest.decoder.xml' => '?',
  3260.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  3261.         $instance->setDefaultFormat(NULL);
  3262.         return $instance;
  3263.     }
  3264.     /**
  3265.      * Gets the private 'fos_rest.exception.codes_map' shared service.
  3266.      *
  3267.      * @return \FOS\RestBundle\Util\ExceptionValueMap
  3268.      */
  3269.     protected function getFosRest_Exception_CodesMapService()
  3270.     {
  3271.         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]);
  3272.     }
  3273.     /**
  3274.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  3275.      *
  3276.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  3277.      */
  3278.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  3279.     {
  3280.         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()));
  3281.     }
  3282.     /**
  3283.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  3284.      *
  3285.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  3286.      */
  3287.     protected function getFosRest_ZoneMatcherListenerService()
  3288.     {
  3289.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  3290.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  3291.         return $instance;
  3292.     }
  3293.     /**
  3294.      * Gets the private 'jms_serializer.metadata.traceable_cache' shared service.
  3295.      *
  3296.      * @return \JMS\SerializerBundle\Debug\TraceableDriver
  3297.      */
  3298.     protected function getJmsSerializer_Metadata_TraceableCacheService()
  3299.     {
  3300.         return $this->privates['jms_serializer.metadata.traceable_cache'] = new \JMS\SerializerBundle\Debug\TraceableDriver(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  3301.     }
  3302.     /**
  3303.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  3304.      *
  3305.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  3306.      */
  3307.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  3308.     {
  3309.         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')]);
  3310.     }
  3311.     /**
  3312.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  3313.      *
  3314.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  3315.      */
  3316.     protected function getJmsSerializer_TraceableEventDispatcherService()
  3317.     {
  3318.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3319.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  3320.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  3321.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  3322.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService'true],
  3323.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService'true],
  3324.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService'true],
  3325.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService'true],
  3326.             'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates''sulu_admin.dropdown_toolbar_action_subscriber''getSuluAdmin_DropdownToolbarActionSubscriberService'true],
  3327.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates''sulu_admin.save_with_form_dialog_toolbar_action_subscriber''getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService'true],
  3328.             'sulu_admin.toggler_toolbar_action_subscriber' => ['privates''sulu_admin.toggler_toolbar_action_subscriber''getSuluAdmin_TogglerToolbarActionSubscriberService'true],
  3329.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService'true],
  3330.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService'true],
  3331.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService'true],
  3332.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService'true],
  3333.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService'true],
  3334.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService'true],
  3335.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService'true],
  3336.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService'true],
  3337.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService'true],
  3338.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService'true],
  3339.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService'true],
  3340.         ], [
  3341.             'jms_serializer.stopwatch_subscriber' => '?',
  3342.             'jms_serializer.traceable_runs_listener' => '?',
  3343.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3344.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  3345.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  3346.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  3347.             'sulu_core.representation_handler' => '?',
  3348.             'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  3349.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  3350.             'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  3351.             'sulu_security.document.serializer.subscriber.security' => '?',
  3352.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  3353.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  3354.             'sulu_page.document.serializer.subscriber.locale' => '?',
  3355.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  3356.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  3357.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  3358.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  3359.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  3360.             'sulu_hash.event_subscriber.serializer' => '?',
  3361.             'sulu_document_manager.serializer.subscriber.document' => '?',
  3362.         ]));
  3363.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  3364.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3365.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3366.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3367.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  3368.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  3369.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  3370.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3371.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3372.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  3373.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], NULLNULLNULL);
  3374.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], NULLNULLNULL);
  3375.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], NULLNULLNULL);
  3376.         $instance->addListener('serializer.post_serialize', [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], NULL'json'NULL);
  3377.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.dropdown_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction''json'NULL);
  3378.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction''json'NULL);
  3379.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.toggler_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction''json'NULL);
  3380.         $instance->addListener('serializer.post_serialize', [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], NULL'json'NULL);
  3381.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3382.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3383.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3384.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], NULL'json'NULL);
  3385.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3386.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3387.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3388.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], NULL'json'NULL);
  3389.         $instance->addListener('serializer.post_serialize', [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3390.         $instance->addListener('serializer.post_serialize', [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], NULLNULLNULL);
  3391.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  3392.         $instance->addListener('serializer.post_deserialize', [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], NULLNULLNULL);
  3393.         return $instance;
  3394.     }
  3395.     /**
  3396.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  3397.      *
  3398.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  3399.      */
  3400.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  3401.     {
  3402.         $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, [
  3403.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService'true],
  3404.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  3405.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  3406.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  3407.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService'true],
  3408.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService'true],
  3409.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService'true],
  3410.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  3411.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  3412.             'sulu_admin.schema_handler' => ['privates''sulu_admin.schema_handler''getSuluAdmin_SchemaHandlerService'true],
  3413.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService'true],
  3414.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  3415.         ], [
  3416.             'sulu_core.rest.datetime_handler' => '?',
  3417.             'jms_serializer.datetime_handler' => '?',
  3418.             'jms_serializer.array_collection_handler' => '?',
  3419.             'jms_serializer.iterator_handler' => '?',
  3420.             'sulu_page.document.serializer.handler.structure' => '?',
  3421.             'sulu_page.document.serializer.handler.extension_container' => '?',
  3422.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  3423.             'fos_rest.serializer.flatten_exception_handler' => '?',
  3424.             'jms_serializer.constraint_violation_handler' => '?',
  3425.             'sulu_admin.schema_handler' => '?',
  3426.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  3427.             'fos_rest.serializer.form_error_handler' => '?',
  3428.         ])));
  3429.         $instance->registerHandler(2'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3430.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  3431.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  3432.         $instance->registerHandler(2'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3433.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  3434.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  3435.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3436.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3437.         $instance->registerHandler(2'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3438.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3439.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3440.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3441.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3442.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3443.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3444.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3445.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3446.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3447.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3448.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3449.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3450.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  3451.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  3452.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  3453.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  3454.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3455.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3456.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3457.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3458.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3459.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3460.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']);
  3461.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']);
  3462.         $instance->registerHandler(2'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge''json', [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']);
  3463.         $instance->registerHandler(1'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3464.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3465.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3466.         $instance->registerHandler(1'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3467.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3468.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3469.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  3470.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  3471.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3472.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3473.         $instance->registerHandler(1'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3474.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3475.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3476.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3477.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3478.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3479.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3480.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3481.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3482.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3483.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3484.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3485.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3486.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  3487.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  3488.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  3489.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  3490.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3491.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3492.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3493.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3494.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3495.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3496.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3497.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3498.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3499.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3500.         $instance->registerHandler(1'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata''json', [=> 'sulu_admin.schema_handler'=> 'serializeToJsonSchema']);
  3501.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']);
  3502.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']);
  3503.         $instance->registerHandler(1'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection''json', [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']);
  3504.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  3505.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  3506.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormInterfaceToxml']);
  3507.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormInterfaceTojson']);
  3508.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  3509.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  3510.         return $instance;
  3511.     }
  3512.     /**
  3513.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  3514.      *
  3515.      * @return \JMS\SerializerBundle\Debug\RunsListener
  3516.      */
  3517.     protected function getJmsSerializer_TraceableRunsListenerService()
  3518.     {
  3519.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  3520.     }
  3521.     /**
  3522.      * Gets the private 'locale_aware_listener' shared service.
  3523.      *
  3524.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3525.      */
  3526.     protected function getLocaleAwareListenerService()
  3527.     {
  3528.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3529.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  3530.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3531.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3532.     }
  3533.     /**
  3534.      * Gets the private 'locale_listener' shared service.
  3535.      *
  3536.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3537.      */
  3538.     protected function getLocaleListenerService()
  3539.     {
  3540.         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, []);
  3541.     }
  3542.     /**
  3543.      * Gets the private 'monolog.handler.console' shared service.
  3544.      *
  3545.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3546.      */
  3547.     protected function getMonolog_Handler_ConsoleService()
  3548.     {
  3549.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3550.     }
  3551.     /**
  3552.      * Gets the private 'monolog.handler.main' shared service.
  3553.      *
  3554.      * @return \Monolog\Handler\StreamHandler
  3555.      */
  3556.     protected function getMonolog_Handler_MainService()
  3557.     {
  3558.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 100trueNULLfalse);
  3559.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3560.         return $instance;
  3561.     }
  3562.     /**
  3563.      * Gets the private 'monolog.logger' shared service.
  3564.      *
  3565.      * @return \Symfony\Bridge\Monolog\Logger
  3566.      */
  3567.     protected function getMonolog_LoggerService()
  3568.     {
  3569.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3570.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3571.         $instance->useMicrosecondTimestamps(true);
  3572.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3573.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3574.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3575.         return $instance;
  3576.     }
  3577.     /**
  3578.      * Gets the private 'monolog.logger.cache' shared service.
  3579.      *
  3580.      * @return \Symfony\Bridge\Monolog\Logger
  3581.      */
  3582.     protected function getMonolog_Logger_CacheService()
  3583.     {
  3584.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3585.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3586.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3587.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3588.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3589.         return $instance;
  3590.     }
  3591.     /**
  3592.      * Gets the private 'monolog.logger.request' shared service.
  3593.      *
  3594.      * @return \Symfony\Bridge\Monolog\Logger
  3595.      */
  3596.     protected function getMonolog_Logger_RequestService()
  3597.     {
  3598.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3599.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3600.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3601.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3602.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3603.         return $instance;
  3604.     }
  3605.     /**
  3606.      * Gets the private 'parameter_bag' shared service.
  3607.      *
  3608.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3609.      */
  3610.     protected function getParameterBagService()
  3611.     {
  3612.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3613.     }
  3614.     /**
  3615.      * Gets the private 'profiler_listener' shared service.
  3616.      *
  3617.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3618.      */
  3619.     protected function getProfilerListenerService()
  3620.     {
  3621.         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);
  3622.     }
  3623.     /**
  3624.      * Gets the private 'property_info' shared service.
  3625.      *
  3626.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3627.      */
  3628.     protected function getPropertyInfoService()
  3629.     {
  3630.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3631.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3632.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3633.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3634.         }, 3), new RewindableGenerator(function () {
  3635.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3636.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3637.         }, 2), new RewindableGenerator(function () {
  3638.             return new \EmptyIterator();
  3639.         }, 0), new RewindableGenerator(function () {
  3640.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3641.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3642.         }, 2), new RewindableGenerator(function () {
  3643.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3644.         }, 1));
  3645.     }
  3646.     /**
  3647.      * Gets the private 'router.expression_language_provider' shared service.
  3648.      *
  3649.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3650.      */
  3651.     protected function getRouter_ExpressionLanguageProviderService()
  3652.     {
  3653.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3654.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3655.         ], [
  3656.             'env' => 'Closure',
  3657.         ]));
  3658.     }
  3659.     /**
  3660.      * Gets the private 'router.request_context' shared service.
  3661.      *
  3662.      * @return \Symfony\Component\Routing\RequestContext
  3663.      */
  3664.     protected function getRouter_RequestContextService()
  3665.     {
  3666.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3667.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3668.         return $instance;
  3669.     }
  3670.     /**
  3671.      * Gets the private 'security.firewall.map' shared service.
  3672.      *
  3673.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3674.      */
  3675.     protected function getSecurity_Firewall_MapService()
  3676.     {
  3677.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.yDwtL5G'] ?? $this->get_ServiceLocator_YDwtL5GService()), new RewindableGenerator(function () {
  3678.             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)/')));
  3679.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.KLaPh5V'] ?? ($this->privates['.security.request_matcher.KLaPh5V'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(\\/|$)')));
  3680.             yield 'security.firewall.map.context.website' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3681.         }, 3));
  3682.     }
  3683.     /**
  3684.      * Gets the private 'security.helper' shared service.
  3685.      *
  3686.      * @return \Symfony\Component\Security\Core\Security
  3687.      */
  3688.     protected function getSecurity_HelperService()
  3689.     {
  3690.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3691.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3692.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3693.         ], [
  3694.             'security.authorization_checker' => '?',
  3695.             'security.token_storage' => '?',
  3696.         ]));
  3697.     }
  3698.     /**
  3699.      * Gets the private 'security.logout_url_generator' shared service.
  3700.      *
  3701.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3702.      */
  3703.     protected function getSecurity_LogoutUrlGeneratorService()
  3704.     {
  3705.         $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()));
  3706.         $instance->registerListener('admin''sulu_admin.logout''logout''_csrf_token'NULLNULL);
  3707.         $instance->registerListener('website''logout''logout''_csrf_token'NULLNULL);
  3708.         return $instance;
  3709.     }
  3710.     /**
  3711.      * Gets the private 'session_listener' shared service.
  3712.      *
  3713.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3714.      */
  3715.     protected function getSessionListenerService()
  3716.     {
  3717.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3718.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3719.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3720.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3721.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3722.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3723.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3724.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  3725.         ], [
  3726.             'initialized_session' => '?',
  3727.             'logger' => '?',
  3728.             'request_stack' => '?',
  3729.             'session' => '?',
  3730.             'session_collector' => '?',
  3731.             'session_factory' => '?',
  3732.             'session_storage' => '?',
  3733.         ]), true$this->parameters['session.storage.options']);
  3734.     }
  3735.     /**
  3736.      * Gets the private 'sulu.content.query_executor' shared service.
  3737.      *
  3738.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  3739.      */
  3740.     protected function getSulu_Content_QueryExecutorService()
  3741.     {
  3742.         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))));
  3743.     }
  3744.     /**
  3745.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  3746.      *
  3747.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  3748.      */
  3749.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  3750.     {
  3751.         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()));
  3752.     }
  3753.     /**
  3754.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  3755.      *
  3756.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  3757.      */
  3758.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  3759.     {
  3760.         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())));
  3761.     }
  3762.     /**
  3763.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  3764.      *
  3765.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  3766.      */
  3767.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  3768.     {
  3769.         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()));
  3770.     }
  3771.     /**
  3772.      * Gets the private 'sulu_activity.domain_event_collector' shared service.
  3773.      *
  3774.      * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  3775.      */
  3776.     protected function getSuluActivity_DomainEventCollectorService()
  3777.     {
  3778.         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()));
  3779.     }
  3780.     /**
  3781.      * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  3782.      *
  3783.      * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  3784.      */
  3785.     protected function getSuluActivity_DomainEventDispatcherService()
  3786.     {
  3787.         return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3788.     }
  3789.     /**
  3790.      * Gets the private 'sulu_admin.collaboration_cache' shared service.
  3791.      *
  3792.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3793.      */
  3794.     protected function getSuluAdmin_CollaborationCacheService()
  3795.     {
  3796.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('S2oEppanT7'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3797.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3798.         return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3799.     }
  3800.     /**
  3801.      * Gets the private 'sulu_category.category_request_handler' shared service.
  3802.      *
  3803.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  3804.      */
  3805.     protected function getSuluCategory_CategoryRequestHandlerService()
  3806.     {
  3807.         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())));
  3808.     }
  3809.     /**
  3810.      * Gets the private 'sulu_category.twig_extension' shared service.
  3811.      *
  3812.      * @return \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension
  3813.      */
  3814.     protected function getSuluCategory_TwigExtensionService()
  3815.     {
  3816.         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()));
  3817.     }
  3818.     /**
  3819.      * Gets the private 'sulu_core.cache.memoize' shared service.
  3820.      *
  3821.      * @return \Sulu\Component\Cache\Memoize
  3822.      */
  3823.     protected function getSuluCore_Cache_MemoizeService()
  3824.     {
  3825.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  3826.     }
  3827.     /**
  3828.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  3829.      *
  3830.      * @return \ProxyManager\Configuration
  3831.      */
  3832.     protected function getSuluCore_ProxyManager_ConfigurationService()
  3833.     {
  3834.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  3835.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  3836.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  3837.         return $instance;
  3838.     }
  3839.     /**
  3840.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  3841.      *
  3842.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  3843.      */
  3844.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  3845.     {
  3846.         $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  3847.         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)]));
  3848.     }
  3849.     /**
  3850.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  3851.      *
  3852.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  3853.      */
  3854.     protected function getSuluCustomUrls_DomainGeneratorService()
  3855.     {
  3856.         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())));
  3857.     }
  3858.     /**
  3859.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  3860.      *
  3861.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  3862.      */
  3863.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  3864.     {
  3865.         if ($lazyLoad) {
  3866.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  3867.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3868.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  3869.                     $proxy->setProxyInitializer(null);
  3870.                     return true;
  3871.                 });
  3872.             });
  3873.         }
  3874.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  3875.         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');
  3876.     }
  3877.     /**
  3878.      * Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
  3879.      *
  3880.      * @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
  3881.      */
  3882.     protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
  3883.     {
  3884.         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()));
  3885.     }
  3886.     /**
  3887.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  3888.      *
  3889.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3890.      */
  3891.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  3892.     {
  3893.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3894.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3895.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3896.         }, => 'handleFlush'], 0);
  3897.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3898.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3899.         }, => 'handlePrePersist'], 479);
  3900.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3901.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3902.         }, => 'handlePersist'], -10000);
  3903.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3904.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3905.         }, => 'handleRemove'], -10000);
  3906.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  3907.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3908.         }, => 'handleRemoveLocale'], -10000);
  3909.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  3910.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3911.         }, => 'handleCopyLocale'], -10000);
  3912.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3913.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3914.         }, => 'handleCopy'], -10000);
  3915.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3916.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  3917.         }, => 'storeSnippetToTrash'], 1024);
  3918.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3919.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  3920.         }, => 'flushTrashItem'], 0);
  3921.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  3922.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  3923.         }, => 'clearPendingTrashItem'], 0);
  3924.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3925.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3926.         }, => 'indexPersistedDocument'], -10);
  3927.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3928.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3929.         }, => 'indexPublishedDocument'], -256);
  3930.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3931.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3932.         }, => 'deindexRemovedDocument'], 600);
  3933.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  3934.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3935.         }, => 'deindexUnpublishedDocument'], -1024);
  3936.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  3937.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3938.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  3939.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  3940.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3941.         }, => 'deindexRemovedLocaleDocument'], -1024);
  3942.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3943.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  3944.         }, => 'preventRemoveWithChildren'], 4096);
  3945.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3946.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  3947.         }, => 'addForceRemoveChildrenOption'], 0);
  3948.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3949.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3950.         }, => 'handleConfigureOptions'], 0);
  3951.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3952.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3953.         }, => 'handleFlush'], 0);
  3954.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3955.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3956.         }, => 'handlePrePersist'], 479);
  3957.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3958.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3959.         }, => 'handlePersist'], -10000);
  3960.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3961.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3962.         }, => 'handleRemove'], -10000);
  3963.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  3964.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3965.         }, => 'handleRemoveLocale'], -10000);
  3966.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  3967.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3968.         }, => 'handleCopyLocale'], -10000);
  3969.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3970.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3971.         }, => 'handleCopy'], -10000);
  3972.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3973.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3974.         }, => 'handlePreMove'], 10000);
  3975.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3976.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3977.         }, => 'handleMove'], -10000);
  3978.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3979.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3980.         }, => 'handlePublish'], -10000);
  3981.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  3982.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3983.         }, => 'handleUnpublish'], -10000);
  3984.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  3985.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3986.         }, => 'handleRemoveDraft'], -10000);
  3987.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  3988.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3989.         }, => 'handleRestore'], -10000);
  3990.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  3991.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3992.         }, => 'handleReorder'], -10000);
  3993.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3994.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  3995.         }, => 'saveStructureData'], 0);
  3996.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3997.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  3998.         }, => 'handlePersistStagedProperties'], 50);
  3999.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4000.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4001.         }, => 'handlePersistStructureType'], 100);
  4002.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4003.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4004.         }, => 'saveStructureData'], 0);
  4005.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4006.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4007.         }, => 'handleHydrate'], 0);
  4008.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4009.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4010.         }, => 'configureOptions'], 0);
  4011.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4012.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  4013.         }, => 'handleMetadataLoad'], 0);
  4014.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4015.             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()));
  4016.         }, => 'handleMetadataLoad'], 0);
  4017.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4018.             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()));
  4019.         }, => 'handlePersist'], 15);
  4020.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4021.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4022.         }, => 'handlePersistDocument'], 10);
  4023.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4024.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4025.         }, => 'handleHydrate'], -200);
  4026.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4027.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4028.         }, => 'updateMovedDocument'], -128);
  4029.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4030.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4031.         }, => 'updateCopiedDocument'], -128);
  4032.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4033.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4034.         }, => 'handlePersistRoute'], -128);
  4035.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4036.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4037.         }, => 'setWorkflowStageOnDocument'], 0);
  4038.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4039.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4040.         }, => 'setWorkflowStageToTest'], 0);
  4041.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4042.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4043.         }, => 'setWorkflowStageToPublished'], 0);
  4044.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4045.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4046.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  4047.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4048.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4049.         }, => 'setWorkflowStageToTestForCopy'], 0);
  4050.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4051.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4052.         }, => 'setWorkflowStageToTestForRestore'], -32);
  4053.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4054.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4055.         }, => 'handleMetadataLoad'], 0);
  4056.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4057.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4058.         }, => 'handlePersistUpdateUrl'], 20);
  4059.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4060.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4061.         }, => 'saveShadowProperties'], 15);
  4062.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4063.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4064.         }, => 'handleHydrate'], 390);
  4065.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4066.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4067.         }, => 'saveShadowProperties'], 15);
  4068.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4069.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4070.         }, => 'handleConfigureOptions'], 0);
  4071.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4072.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4073.         }, => 'copyShadowProperties'], -256);
  4074.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4075.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4076.         }, => 'copyShadowProperties'], 0);
  4077.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4078.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4079.         }, => 'setTitleOnDocument'], -10);
  4080.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4081.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4082.         }, => 'setTitleOnNode'], 10);
  4083.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4084.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4085.         }, => 'setTitleOnNode'], 10);
  4086.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4087.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  4088.         }, => 'handleHydrate'], 400);
  4089.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4090.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4091.         }, => 'saveExtensionData'], 10);
  4092.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4093.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4094.         }, => 'saveExtensionData'], 10);
  4095.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4096.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4097.         }, => 'handleHydrate'], -10);
  4098.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4099.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4100.         }, => 'handlePersist'], 0);
  4101.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4102.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4103.         }, => 'handleMetadataLoad'], 0);
  4104.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4105.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4106.         }, => 'handleReorder'], 0);
  4107.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4108.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4109.         }, => 'handlePersist'], 0);
  4110.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4111.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4112.         }, => 'handlePersistCreate'], 3);
  4113.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4114.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4115.         }, => 'handleHydrate'], 0);
  4116.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4117.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4118.         }, => 'deleteUnavailableLocales'], 256);
  4119.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4120.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4121.         }, => 'handleWebspace'], 0);
  4122.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4123.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4124.         }, => 'handleWebspace'], -10);
  4125.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4126.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4127.         }, => 'handleSetNodeOnPersist'], 490);
  4128.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4129.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4130.         }, => 'handlePersist'], 5);
  4131.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4132.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4133.         }, => 'handleHydrate'], 0);
  4134.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4135.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4136.         }, => 'handleRemove'], 550);
  4137.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4138.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4139.         }, => 'handlePublish'], 0);
  4140.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4141.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  4142.         }, => 'handleMetadataLoad'], 0);
  4143.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4144.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  4145.         }, => 'handleMetadataLoad'], 0);
  4146.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4147.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4148.         }, => 'createNodeInPublicWorkspace'], -490);
  4149.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4150.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4151.         }, => 'removeNodeFromPublicWorkspace'], 0);
  4152.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4153.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4154.         }, => 'moveNodeInPublicWorkspace'], 0);
  4155.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4156.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4157.         }, => 'copyNodeInPublicWorkspace'], 0);
  4158.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4159.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4160.         }, => 'reorderNodeInPublicWorkspace'], 0);
  4161.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4162.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4163.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  4164.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4165.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4166.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  4167.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4168.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4169.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  4170.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4171.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4172.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  4173.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4174.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4175.         }, => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  4176.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4177.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4178.         }, => 'flushPublicWorkspace'], 0);
  4179.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4180.             return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  4181.         }, => 'handleCopyLocale'], 0);
  4182.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4183.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4184.         }, => 'handlePreRemove'], 510);
  4185.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4186.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4187.         }, => 'handlePostRemove'], -100);
  4188.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4189.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4190.         }, => 'handlePersist'], 0);
  4191.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4192.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4193.         }, => 'handleFlush'], 0);
  4194.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4195.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  4196.         }, => 'handleRemove'], 550);
  4197.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4198.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4199.         }, => 'storePageTranslationToTrash'], 1024);
  4200.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4201.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4202.         }, => 'storePageToTrash'], 1024);
  4203.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4204.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4205.         }, => 'flushTrashItem'], 0);
  4206.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4207.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4208.         }, => 'clearPendingTrashItem'], 0);
  4209.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4210.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4211.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4212.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4213.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4214.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  4215.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4216.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4217.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4218.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4219.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4220.         }, => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  4221.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4222.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4223.         }, => 'onClear'], -256);
  4224.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4225.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4226.         }, => 'onFlush'], -256);
  4227.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4228.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4229.         }, => 'handleHydrate'], 500);
  4230.         $instance->addListener('sulu_document_manager.create', [=> function () {
  4231.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4232.         }, => 'handleCreate'], 500);
  4233.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4234.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4235.         }, => 'handleDefaultLocale'], 520);
  4236.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4237.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4238.         }, => 'handleDocumentFromRegistry'], 510);
  4239.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4240.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4241.         }, => 'handleStopPropagationAndResetLocale'], 509);
  4242.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4243.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4244.         }, => 'handleHydrate'], 490);
  4245.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4246.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4247.         }, => 'handleEndHydrate'], -500);
  4248.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4249.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4250.         }, => 'handlePersist'], 450);
  4251.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4252.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4253.         }, => 'handleNodeFromRegistry'], 510);
  4254.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4255.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4256.         }, => 'handleEndPersist'], -500);
  4257.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4258.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4259.         }, => 'handleRemove'], 490);
  4260.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4261.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4262.         }, => 'handleClear'], 500);
  4263.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4264.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4265.         }, => 'handleNodeFromRegistry'], 510);
  4266.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4267.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4268.         }, => 'configureOptions'], 0);
  4269.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4270.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4271.         }, => 'handleNodeFromRegistry'], 512);
  4272.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4273.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4274.         }, => 'handleNodeFromRegistry'], 512);
  4275.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4276.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4277.         }, => 'handleNodeFromRegistry'], 512);
  4278.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4279.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  4280.         }, => 'handleReorder'], 500);
  4281.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4282.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4283.         }, => 'setDocumentMixinsOnNode'], 468);
  4284.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4285.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4286.         }, => 'setDocumentMixinsOnNode'], 468);
  4287.         $instance->addListener('sulu_document_manager.find', [=> function () {
  4288.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4289.         }, => 'handleFind'], 500);
  4290.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4291.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4292.         }, => 'configureOptions'], 0);
  4293.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  4294.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4295.         }, => 'handleCreate'], 500);
  4296.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  4297.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4298.         }, => 'handleCreateBuilder'], 500);
  4299.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  4300.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4301.         }, => 'handleQueryExecute'], 500);
  4302.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4303.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4304.         }, => 'handleMove'], 400);
  4305.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4306.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4307.         }, => 'handleCopy'], 400);
  4308.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4309.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4310.         }, => 'handleClear'], 500);
  4311.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4312.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4313.         }, => 'handleFlush'], 500);
  4314.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4315.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  4316.         }, => 'handleRemove'], 500);
  4317.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4318.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4319.         }, => 'handleHydrate'], -100);
  4320.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4321.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4322.         }, => 'handleMapping'], -100);
  4323.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4324.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4325.         }, => 'handleMapping'], -128);
  4326.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  4327.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4328.         }, => 'refreshDocument'], 0);
  4329.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4330.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4331.         }, => 'refreshDocumentForDeleteDraft'], -512);
  4332.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4333.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  4334.         }, => 'setDefaultUser'], 0);
  4335.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4336.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4337.         }, => 'configureOptions'], 0);
  4338.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4339.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4340.         }, => 'handleScheduleRename'], 0);
  4341.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4342.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4343.         }, => 'handlePersist'], 480);
  4344.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4345.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4346.         }, => 'handleMove'], 480);
  4347.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4348.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4349.         }, => 'handleCopy'], 480);
  4350.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4351.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4352.         }, => 'handleRename'], 510);
  4353.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4354.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4355.         }, => 'handlePersist'], 485);
  4356.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4357.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4358.         }, => 'configureOptions'], 0);
  4359.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4360.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4361.         }, => 'setBlamesOnDocument'], 0);
  4362.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4363.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4364.         }, => 'setBlamesOnNodeForPersist'], 0);
  4365.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4366.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4367.         }, => 'setBlamesOnNodeForPublish'], 0);
  4368.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4369.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4370.         }, => 'setChangerForRestore'], -32);
  4371.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4372.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4373.         }, => 'setAuthorOnDocument'], 0);
  4374.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4375.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4376.         }, => 'setAuthorOnNode'], 0);
  4377.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4378.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4379.         }, => 'setAuthorOnNode'], 0);
  4380.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4381.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4382.         }, => 'setTimestampsOnNodeForPersist'], 0);
  4383.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4384.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4385.         }, => 'setTimestampsOnNodeForPublish'], 0);
  4386.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4387.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4388.         }, => 'setChangedForRestore'], -32);
  4389.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4390.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4391.         }, => 'setTimestampsOnDocument'], 0);
  4392.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4393.             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()));
  4394.         }, => 'setFinalNodeName'], 0);
  4395.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4396.             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()));
  4397.         }, => 'setInitialNodeName'], 0);
  4398.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4399.             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()));
  4400.         }, => 'setFinalNodeName'], -480);
  4401.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4402.             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()));
  4403.         }, => 'handleUuid'], 0);
  4404.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4405.             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()));
  4406.         }, => 'handleUuid'], 0);
  4407.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4408.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4409.         }, => 'handleLocale'], 410);
  4410.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4411.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4412.         }, => 'handleLocale'], 410);
  4413.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4414.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4415.         }, => 'handleHydrate'], 0);
  4416.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4417.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4418.         }, => 'handleChangeParent'], 0);
  4419.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4420.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4421.         }, => 'handleSetParentNodeFromDocument'], 490);
  4422.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4423.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4424.         }, => 'handleMove'], 0);
  4425.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4426.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  4427.         }, => 'handleHydrate'], 0);
  4428.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4429.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4430.         }, => 'setInitialPath'], 0);
  4431.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4432.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4433.         }, => 'setFinalPath'], -495);
  4434.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4435.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4436.         }, => 'setFinalPath'], 0);
  4437.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4438.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  4439.         }, => 'handlePersist'], 485);
  4440.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4441.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  4442.         }, => 'handlePersist'], 490);
  4443.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4444.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  4445.         }, => 'handlePersist'], 500);
  4446.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4447.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4448.         }, => 'handlePersist'], 0);
  4449.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4450.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4451.         }, => 'handleRemove'], 550);
  4452.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4453.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4454.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4455.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4456.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4457.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4458.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4459.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4460.         }, => 'storeCustomUrlToTrash'], 1024);
  4461.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4462.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4463.         }, => 'flushTrashItem'], 0);
  4464.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4465.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4466.         }, => 'clearPendingTrashItem'], 0);
  4467.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4468.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4469.         }, => 'handleHydrate'], 0);
  4470.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4471.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4472.         }, => 'handlePersist'], -2000);
  4473.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4474.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4475.         }, => 'handleRemove'], 1024);
  4476.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4477.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4478.         }, => 'handleRemoveLocale'], 1024);
  4479.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4480.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4481.         }, => 'handlePublish'], -2000);
  4482.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4483.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4484.         }, => 'handleCopy'], -2000);
  4485.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4486.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4487.         }, => 'handlePublish'], 10);
  4488.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4489.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4490.         }, => 'handleMove'], -1000);
  4491.         return $instance;
  4492.     }
  4493.     /**
  4494.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  4495.      *
  4496.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  4497.      */
  4498.     protected function getSuluDocumentManager_MetadataFactoryService()
  4499.     {
  4500.         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()));
  4501.     }
  4502.     /**
  4503.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  4504.      *
  4505.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  4506.      */
  4507.     protected function getSuluDocumentManager_NamespaceRegistryService()
  4508.     {
  4509.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  4510.     }
  4511.     /**
  4512.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  4513.      *
  4514.      * @return \Sulu\Component\DocumentManager\NodeManager
  4515.      */
  4516.     protected function getSuluDocumentManager_NodeManagerService()
  4517.     {
  4518.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager(($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService()));
  4519.     }
  4520.     /**
  4521.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  4522.      *
  4523.      * @return \Sulu\Component\DocumentManager\PathBuilder
  4524.      */
  4525.     protected function getSuluDocumentManager_PathBuilderService()
  4526.     {
  4527.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  4528.     }
  4529.     /**
  4530.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  4531.      *
  4532.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  4533.      */
  4534.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  4535.     {
  4536.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  4537.     }
  4538.     /**
  4539.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  4540.      *
  4541.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  4542.      */
  4543.     protected function getSuluDocumentManager_ProxyFactoryService()
  4544.     {
  4545.         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()));
  4546.     }
  4547.     /**
  4548.      * Gets the private 'sulu_document_manager.session_manager' shared service.
  4549.      *
  4550.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  4551.      */
  4552.     protected function getSuluDocumentManager_SessionManagerService()
  4553.     {
  4554.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  4555.         return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a);
  4556.     }
  4557.     /**
  4558.      * Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
  4559.      *
  4560.      * @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
  4561.      */
  4562.     protected function getSuluMarkup_LinkTag_ProviderPoolService()
  4563.     {
  4564.         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()))]);
  4565.     }
  4566.     /**
  4567.      * Gets the private 'sulu_markup.parser' shared service.
  4568.      *
  4569.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  4570.      */
  4571.     protected function getSuluMarkup_ParserService()
  4572.     {
  4573.         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')))]));
  4574.     }
  4575.     /**
  4576.      * Gets the private 'sulu_markup.response_listener' shared service.
  4577.      *
  4578.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  4579.      */
  4580.     protected function getSuluMarkup_ResponseListenerService()
  4581.     {
  4582.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService())]);
  4583.     }
  4584.     /**
  4585.      * Gets the private 'sulu_media.type_manager' shared service.
  4586.      *
  4587.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  4588.      */
  4589.     protected function getSuluMedia_TypeManagerService()
  4590.     {
  4591.         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'], []);
  4592.     }
  4593.     /**
  4594.      * Gets the private 'sulu_page.export.manager' shared service.
  4595.      *
  4596.      * @return \Sulu\Component\Export\Manager\ExportManager
  4597.      */
  4598.     protected function getSuluPage_Export_ManagerService()
  4599.     {
  4600.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  4601.         $instance->add('number''1.2.xliff', ['translate' => true]);
  4602.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  4603.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  4604.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  4605.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  4606.         $instance->add('link''1.2.xliff', ['translate' => false]);
  4607.         $instance->add('block''1.2.xliff', ['translate' => false]);
  4608.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  4609.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  4610.         $instance->add('contact_selection''1.2.xliff', ['translate' => false]);
  4611.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  4612.         $instance->add('account_selection''1.2.xliff', ['translate' => false]);
  4613.         $instance->add('collection_selection''1.2.xliff', ['translate' => false]);
  4614.         $instance->add('single_collection_selection''1.2.xliff', ['translate' => false]);
  4615.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  4616.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  4617.         $instance->add('image_map''1.2.xliff', ['translate' => false]);
  4618.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  4619.         $instance->add('single_category_selection''1.2.xliff', ['translate' => false]);
  4620.         $instance->add('single_snippet_selection''1.2.xliff', ['translate' => false]);
  4621.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  4622.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  4623.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  4624.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  4625.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  4626.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  4627.         $instance->add('password''1.2.xliff', ['translate' => false]);
  4628.         $instance->add('url''1.2.xliff', ['translate' => false]);
  4629.         $instance->add('email''1.2.xliff', ['translate' => false]);
  4630.         $instance->add('date''1.2.xliff', ['translate' => false]);
  4631.         $instance->add('datetime''1.2.xliff', ['translate' => false]);
  4632.         $instance->add('time''1.2.xliff', ['translate' => false]);
  4633.         $instance->add('color''1.2.xliff', ['translate' => false]);
  4634.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  4635.         $instance->add('select''1.2.xliff', ['translate' => false]);
  4636.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  4637.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  4638.         $instance->add('location''1.2.xliff', ['translate' => false]);
  4639.         $instance->add('route''1.2.xliff', ['translate' => false]);
  4640.         $instance->add('page_tree_route''1.2.xliff', ['translate' => false]);
  4641.         return $instance;
  4642.     }
  4643.     /**
  4644.      * Gets the private 'sulu_page.import.manager' shared service.
  4645.      *
  4646.      * @return \Sulu\Component\Import\Manager\ImportManager
  4647.      */
  4648.     protected function getSuluPage_Import_ManagerService()
  4649.     {
  4650.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  4651.     }
  4652.     /**
  4653.      * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  4654.      *
  4655.      * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  4656.      */
  4657.     protected function getSuluPage_Structure_PropertiesXmlParserService()
  4658.     {
  4659.         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']);
  4660.     }
  4661.     /**
  4662.      * Gets the private 'sulu_preview.preview.cache' shared service.
  4663.      *
  4664.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4665.      */
  4666.     protected function getSuluPreview_Preview_CacheService()
  4667.     {
  4668.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('oox456e2Kd'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4669.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4670.         return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4671.     }
  4672.     /**
  4673.      * Gets the private 'sulu_route.routing.provider' shared service.
  4674.      *
  4675.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  4676.      */
  4677.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  4678.     {
  4679.         if ($lazyLoad) {
  4680.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  4681.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4682.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  4683.                     $proxy->setProxyInitializer(null);
  4684.                     return true;
  4685.                 });
  4686.             });
  4687.         }
  4688.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  4689.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  4690.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  4691.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  4692.         include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  4693.         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]);
  4694.     }
  4695.     /**
  4696.      * Gets the private 'sulu_security.access_control_manager' shared service.
  4697.      *
  4698.      * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  4699.      */
  4700.     protected function getSuluSecurity_AccessControlManagerService()
  4701.     {
  4702.         $a = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  4703.         $b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  4704.         $c = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  4705.         $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 () {
  4706.             yield => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  4707.             yield => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  4708.         }, 2), $b$c, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $this->parameters['sulu_security.permissions']);
  4709.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $b$this->parameters['permissions']));
  4710.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $b$c$a));
  4711.         return $instance;
  4712.     }
  4713.     /**
  4714.      * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  4715.      *
  4716.      * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  4717.      */
  4718.     protected function getSuluSecurity_AccessControlQueryEnhancerService()
  4719.     {
  4720.         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()));
  4721.     }
  4722.     /**
  4723.      * Gets the private 'sulu_security.event_listener.security' shared service.
  4724.      *
  4725.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  4726.      */
  4727.     protected function getSuluSecurity_EventListener_SecurityService()
  4728.     {
  4729.         return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  4730.     }
  4731.     /**
  4732.      * Gets the private 'sulu_security.system_listener' shared service.
  4733.      *
  4734.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  4735.      */
  4736.     protected function getSuluSecurity_SystemListenerService()
  4737.     {
  4738.         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');
  4739.     }
  4740.     /**
  4741.      * Gets the private 'sulu_security.system_store' shared service.
  4742.      *
  4743.      * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  4744.      */
  4745.     protected function getSuluSecurity_SystemStoreService()
  4746.     {
  4747.         return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore(($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService()));
  4748.     }
  4749.     /**
  4750.      * Gets the private 'sulu_snippet.twig.area_snippet' shared service.
  4751.      *
  4752.      * @return \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension
  4753.      */
  4754.     protected function getSuluSnippet_Twig_AreaSnippetService()
  4755.     {
  4756.         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()));
  4757.     }
  4758.     /**
  4759.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  4760.      *
  4761.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  4762.      */
  4763.     protected function getSuluTag_TagRequestHandlerService()
  4764.     {
  4765.         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())));
  4766.     }
  4767.     /**
  4768.      * Gets the private 'sulu_trash.trash_item_repository' shared service.
  4769.      *
  4770.      * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  4771.      */
  4772.     protected function getSuluTrash_TrashItemRepositoryService()
  4773.     {
  4774.         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()));
  4775.     }
  4776.     /**
  4777.      * Gets the private 'sulu_trash.trash_manager' shared service.
  4778.      *
  4779.      * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  4780.      */
  4781.     protected function getSuluTrash_TrashManagerService()
  4782.     {
  4783.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4784.             'accounts' => ['privates''sulu_contact.account_trash_item_handler''getSuluContact_AccountTrashItemHandlerService'true],
  4785.             'analytics' => ['privates''sulu_website.analytics_trash_item_handler''getSuluWebsite_AnalyticsTrashItemHandlerService'true],
  4786.             'categories' => ['privates''sulu_category.category_trash_item_handler''getSuluCategory_CategoryTrashItemHandlerService'true],
  4787.             'collections' => ['privates''sulu_media.collection_trash_item_handler''getSuluMedia_CollectionTrashItemHandlerService'true],
  4788.             'contacts' => ['privates''sulu_contact.contact_trash_item_handler''getSuluContact_ContactTrashItemHandlerService'true],
  4789.             'custom_urls' => ['privates''sulu_custom_urls.custom_url_trash_item_handler''getSuluCustomUrls_CustomUrlTrashItemHandlerService'true],
  4790.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  4791.             'pages' => ['privates''sulu_page.page_trash_item_handler''getSuluPage_PageTrashItemHandlerService'true],
  4792.             'snippets' => ['privates''sulu_snippet.snippet_trash_item_handler''getSuluSnippet_SnippetTrashItemHandlerService'true],
  4793.             'tags' => ['privates''sulu_tag.tag_trash_item_handler''getSuluTag_TagTrashItemHandlerService'true],
  4794.         ], [
  4795.             'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  4796.             'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  4797.             'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  4798.             'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  4799.             'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  4800.             'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  4801.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  4802.             'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  4803.             'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  4804.             'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  4805.         ]);
  4806.         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, [
  4807.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  4808.         ], [
  4809.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  4810.         ]));
  4811.     }
  4812.     /**
  4813.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  4814.      *
  4815.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  4816.      */
  4817.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  4818.     {
  4819.         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")) : ("")));
  4820.     }
  4821.     /**
  4822.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  4823.      *
  4824.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  4825.      */
  4826.     protected function getSuluWebsite_EventListener_TranslatorService()
  4827.     {
  4828.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  4829.     }
  4830.     /**
  4831.      * Gets the private 'sulu_website.router_listener' shared service.
  4832.      *
  4833.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  4834.      */
  4835.     protected function getSuluWebsite_RouterListenerService()
  4836.     {
  4837.         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()));
  4838.     }
  4839.     /**
  4840.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  4841.      *
  4842.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  4843.      */
  4844.     protected function getSuluWebsite_Routing_RequestListenerService()
  4845.     {
  4846.         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()));
  4847.     }
  4848.     /**
  4849.      * Gets the private 'sulu_website.segment_subscriber' shared service.
  4850.      *
  4851.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  4852.      */
  4853.     protected function getSuluWebsite_SegmentSubscriberService()
  4854.     {
  4855.         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');
  4856.     }
  4857.     /**
  4858.      * Gets the private 'sulu_website.twig.content' shared service.
  4859.      *
  4860.      * @return \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension
  4861.      */
  4862.     protected function getSuluWebsite_Twig_ContentService()
  4863.     {
  4864.         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())));
  4865.     }
  4866.     /**
  4867.      * Gets the private 'sulu_website.twig.navigation' shared service.
  4868.      *
  4869.      * @return \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension
  4870.      */
  4871.     protected function getSuluWebsite_Twig_NavigationService()
  4872.     {
  4873.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  4874.         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()));
  4875.     }
  4876.     /**
  4877.      * Gets the private 'translator.default' shared service.
  4878.      *
  4879.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4880.      */
  4881.     protected function getTranslator_DefaultService()
  4882.     {
  4883.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4884.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4885.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4886.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4887.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4888.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4889.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4890.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4891.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4892.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4893.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4894.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4895.         ], [
  4896.             'translation.loader.csv' => '?',
  4897.             'translation.loader.dat' => '?',
  4898.             'translation.loader.ini' => '?',
  4899.             'translation.loader.json' => '?',
  4900.             'translation.loader.mo' => '?',
  4901.             'translation.loader.php' => '?',
  4902.             'translation.loader.po' => '?',
  4903.             'translation.loader.qt' => '?',
  4904.             'translation.loader.res' => '?',
  4905.             'translation.loader.xliff' => '?',
  4906.             'translation.loader.yml' => '?',
  4907.         ]), 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']]], []);
  4908.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4909.         $instance->setFallbackLocales([=> 'en']);
  4910.         return $instance;
  4911.     }
  4912.     /**
  4913.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4914.      *
  4915.      * @return \Twig\Loader\FilesystemLoader
  4916.      */
  4917.     protected function getTwig_Loader_NativeFilesystemService()
  4918.     {
  4919.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  4920.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  4921.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  4922.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4923.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4924.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  4925.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  4926.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  4927.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  4928.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  4929.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  4930.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  4931.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  4932.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  4933.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  4934.         $instance->addPath((\dirname(__DIR__5).'/templates/bundles/SuluWebsiteBundle'), 'SuluWebsite');
  4935.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  4936.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  4937.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4938.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4939.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  4940.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  4941.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4942.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4943.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4944.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4945.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  4946.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  4947.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4948.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4949.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  4950.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4951.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4952.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4953.         return $instance;
  4954.     }
  4955.     /**
  4956.      * Gets the private 'url_helper' shared service.
  4957.      *
  4958.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  4959.      */
  4960.     protected function getUrlHelperService()
  4961.     {
  4962.         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()));
  4963.     }
  4964.     /**
  4965.      * Gets the private 'validator.builder' shared service.
  4966.      *
  4967.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4968.      */
  4969.     protected function getValidator_BuilderService()
  4970.     {
  4971.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4972.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4973.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4974.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4975.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4976.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4977.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4978.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4979.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4980.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4981.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4982.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4983.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4984.         ], [
  4985.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4986.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  4987.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4988.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4989.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4990.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4991.             'cmf_routing.validator.route_defaults' => '?',
  4992.             'doctrine.orm.validator.unique' => '?',
  4993.             'security.validator.user_password' => '?',
  4994.             'validator.expression' => '?',
  4995.         ])));
  4996.         if ($this->has('translator')) {
  4997.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4998.         }
  4999.         $instance->setTranslationDomain('validators');
  5000.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5001.         $instance->enableAnnotationMapping(true);
  5002.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5003.         $instance->addMethodMapping('loadValidatorMetadata');
  5004.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5005.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5006.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5007.         return $instance;
  5008.     }
  5009.     /**
  5010.      * Gets the private 'var_dumper.html_dumper' shared service.
  5011.      *
  5012.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5013.      */
  5014.     protected function getVarDumper_HtmlDumperService()
  5015.     {
  5016.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5017.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5018.         return $instance;
  5019.     }
  5020.     /**
  5021.      * Gets the private 'var_dumper.server_connection' shared service.
  5022.      *
  5023.      * @return \Symfony\Component\VarDumper\Server\Connection
  5024.      */
  5025.     protected function getVarDumper_ServerConnectionService()
  5026.     {
  5027.         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()]);
  5028.     }
  5029.     /**
  5030.      * Gets the private 'web_profiler.csp.handler' shared service.
  5031.      *
  5032.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5033.      */
  5034.     protected function getWebProfiler_Csp_HandlerService()
  5035.     {
  5036.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5037.     }
  5038.     /**
  5039.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5040.      *
  5041.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5042.      */
  5043.     protected function getWebProfiler_DebugToolbarService()
  5044.     {
  5045.         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()));
  5046.     }
  5047.     /**
  5048.      * Gets the public 'cache_clearer' alias.
  5049.      *
  5050.      * @return object The ".container.private.cache_clearer" service.
  5051.      */
  5052.     protected function getCacheClearerService()
  5053.     {
  5054.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5055.         return $this->get('.container.private.cache_clearer');
  5056.     }
  5057.     /**
  5058.      * Gets the public 'filesystem' alias.
  5059.      *
  5060.      * @return object The ".container.private.filesystem" service.
  5061.      */
  5062.     protected function getFilesystemService()
  5063.     {
  5064.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5065.         return $this->get('.container.private.filesystem');
  5066.     }
  5067.     /**
  5068.      * Gets the public 'security.csrf.token_manager' alias.
  5069.      *
  5070.      * @return object The ".container.private.security.csrf.token_manager" service.
  5071.      */
  5072.     protected function getSecurity_Csrf_TokenManagerService()
  5073.     {
  5074.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5075.         return $this->get('.container.private.security.csrf.token_manager');
  5076.     }
  5077.     /**
  5078.      * Gets the public 'form.factory' alias.
  5079.      *
  5080.      * @return object The ".container.private.form.factory" service.
  5081.      */
  5082.     protected function getForm_FactoryService()
  5083.     {
  5084.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5085.         return $this->get('.container.private.form.factory');
  5086.     }
  5087.     /**
  5088.      * Gets the public 'form.type.file' alias.
  5089.      *
  5090.      * @return object The ".container.private.form.type.file" service.
  5091.      */
  5092.     protected function getForm_Type_FileService()
  5093.     {
  5094.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5095.         return $this->get('.container.private.form.type.file');
  5096.     }
  5097.     /**
  5098.      * Gets the public 'profiler' alias.
  5099.      *
  5100.      * @return object The ".container.private.profiler" service.
  5101.      */
  5102.     protected function getProfilerService()
  5103.     {
  5104.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5105.         return $this->get('.container.private.profiler');
  5106.     }
  5107.     /**
  5108.      * Gets the public 'serializer' alias.
  5109.      *
  5110.      * @return object The ".container.private.serializer" service.
  5111.      */
  5112.     protected function getSerializerService()
  5113.     {
  5114.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5115.         return $this->get('.container.private.serializer');
  5116.     }
  5117.     /**
  5118.      * Gets the public 'twig' alias.
  5119.      *
  5120.      * @return object The ".container.private.twig" service.
  5121.      */
  5122.     protected function getTwigService()
  5123.     {
  5124.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5125.         return $this->get('.container.private.twig');
  5126.     }
  5127.     /**
  5128.      * Gets the public 'security.authorization_checker' alias.
  5129.      *
  5130.      * @return object The ".container.private.security.authorization_checker" service.
  5131.      */
  5132.     protected function getSecurity_AuthorizationCheckerService()
  5133.     {
  5134.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5135.         return $this->get('.container.private.security.authorization_checker');
  5136.     }
  5137.     /**
  5138.      * Gets the public 'security.token_storage' alias.
  5139.      *
  5140.      * @return object The ".container.private.security.token_storage" service.
  5141.      */
  5142.     protected function getSecurity_TokenStorageService()
  5143.     {
  5144.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5145.         return $this->get('.container.private.security.token_storage');
  5146.     }
  5147.     /**
  5148.      * Gets the public 'security.password_encoder' alias.
  5149.      *
  5150.      * @return object The ".container.private.security.password_encoder" service.
  5151.      */
  5152.     protected function getSecurity_PasswordEncoderService()
  5153.     {
  5154.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5155.         return $this->get('.container.private.security.password_encoder');
  5156.     }
  5157.     /**
  5158.      * Gets the public 'session' alias.
  5159.      *
  5160.      * @return object The ".container.private.session" service.
  5161.      */
  5162.     protected function getSessionService()
  5163.     {
  5164.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5165.         return $this->get('.container.private.session');
  5166.     }
  5167.     /**
  5168.      * Gets the public 'validator' alias.
  5169.      *
  5170.      * @return object The ".container.private.validator" service.
  5171.      */
  5172.     protected function getValidatorService()
  5173.     {
  5174.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5175.         return $this->get('.container.private.validator');
  5176.     }
  5177.     /**
  5178.      * @return array|bool|float|int|string|null
  5179.      */
  5180.     public function getParameter(string $name)
  5181.     {
  5182.         if (isset($this->buildParameters[$name])) {
  5183.             return $this->buildParameters[$name];
  5184.         }
  5185.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5186.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5187.         }
  5188.         if (isset($this->loadedDynamicParameters[$name])) {
  5189.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5190.         }
  5191.         return $this->parameters[$name];
  5192.     }
  5193.     public function hasParameter(string $name): bool
  5194.     {
  5195.         if (isset($this->buildParameters[$name])) {
  5196.             return true;
  5197.         }
  5198.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5199.     }
  5200.     public function setParameter(string $name$value): void
  5201.     {
  5202.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5203.     }
  5204.     public function getParameterBag(): ParameterBagInterface
  5205.     {
  5206.         if (null === $this->parameterBag) {
  5207.             $parameters $this->parameters;
  5208.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5209.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5210.             }
  5211.             foreach ($this->buildParameters as $name => $value) {
  5212.                 $parameters[$name] = $value;
  5213.             }
  5214.             $this->parameterBag = new FrozenParameterBag($parameters);
  5215.         }
  5216.         return $this->parameterBag;
  5217.     }
  5218.     private $loadedDynamicParameters = [
  5219.         'kernel.runtime_environment' => false,
  5220.         'kernel.build_dir' => false,
  5221.         'kernel.cache_dir' => false,
  5222.         'mail_delivery_address' => false,
  5223.         'mail_sender_address' => false,
  5224.         'kernel.secret' => false,
  5225.         'session.save_path' => false,
  5226.         'validator.mapping.cache.file' => false,
  5227.         'profiler.storage.dsn' => false,
  5228.         'debug.container.dump' => false,
  5229.         'serializer.mapping.cache.file' => false,
  5230.         'swiftmailer.spool.default.memory.path' => false,
  5231.         'sulu.cache_dir' => false,
  5232.         'sulu_core.proxy_cache_dir' => false,
  5233.         'doctrine.orm.proxy_dir' => false,
  5234.         'massive_search.metadata.prefix' => false,
  5235.         'massive_search.metadata.cache_dir' => false,
  5236.         'sulu_admin.email' => false,
  5237.         'sulu_website.sitemap.dump_dir' => false,
  5238.     ];
  5239.     private $dynamicParameters = [];
  5240.     private function getDynamicParameter(string $name)
  5241.     {
  5242.         switch ($name) {
  5243.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5244.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5245.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5246.             case 'mail_delivery_address'$value $this->getEnv('resolve:MAILER_DELIVERY_ADDRESS'); break;
  5247.             case 'mail_sender_address'$value $this->getEnv('resolve:MAILER_SENDER_ADDRESS'); break;
  5248.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5249.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  5250.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5251.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5252.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5253.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5254.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  5255.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  5256.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  5257.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5258.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  5259.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  5260.             case 'sulu_admin.email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  5261.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  5262.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5263.         }
  5264.         $this->loadedDynamicParameters[$name] = true;
  5265.         return $this->dynamicParameters[$name] = $value;
  5266.     }
  5267.     protected function getDefaultParameters(): array
  5268.     {
  5269.         return [
  5270.             'kernel.project_dir' => \dirname(__DIR__5),
  5271.             'kernel.environment' => 'dev',
  5272.             'kernel.debug' => true,
  5273.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  5274.             'kernel.bundles' => [
  5275.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5276.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5277.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5278.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  5279.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  5280.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5281.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5282.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  5283.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  5284.                 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  5285.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  5286.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  5287.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  5288.                 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  5289.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  5290.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  5291.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  5292.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  5293.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  5294.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  5295.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  5296.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  5297.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  5298.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  5299.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  5300.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  5301.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  5302.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  5303.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  5304.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  5305.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  5306.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  5307.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  5308.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5309.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  5310.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5311.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5312.                 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  5313.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5314.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  5315.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5316.                 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  5317.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5318.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5319.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5320.                 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  5321.             ],
  5322.             'kernel.bundles_metadata' => [
  5323.                 'FrameworkBundle' => [
  5324.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  5325.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5326.                 ],
  5327.                 'TwigBundle' => [
  5328.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  5329.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5330.                 ],
  5331.                 'MonologBundle' => [
  5332.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  5333.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5334.                 ],
  5335.                 'SwiftmailerBundle' => [
  5336.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  5337.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  5338.                 ],
  5339.                 'SuluCoreBundle' => [
  5340.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  5341.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  5342.                 ],
  5343.                 'DoctrineBundle' => [
  5344.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  5345.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5346.                 ],
  5347.                 'DoctrineFixturesBundle' => [
  5348.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5349.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5350.                 ],
  5351.                 'DoctrinePHPCRBundle' => [
  5352.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  5353.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  5354.                 ],
  5355.                 'FOSRestBundle' => [
  5356.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  5357.                     'namespace' => 'FOS\\RestBundle',
  5358.                 ],
  5359.                 'RestRoutingBundle' => [
  5360.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  5361.                     'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  5362.                 ],
  5363.                 'JMSSerializerBundle' => [
  5364.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  5365.                     'namespace' => 'JMS\\SerializerBundle',
  5366.                 ],
  5367.                 'MassiveSearchBundle' => [
  5368.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  5369.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  5370.                 ],
  5371.                 'FOSHttpCacheBundle' => [
  5372.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  5373.                     'namespace' => 'FOS\\HttpCacheBundle',
  5374.                 ],
  5375.                 'SuluAdminBundle' => [
  5376.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  5377.                     'namespace' => 'Sulu\\Bundle\\AdminBundle',
  5378.                 ],
  5379.                 'SuluSearchBundle' => [
  5380.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  5381.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  5382.                 ],
  5383.                 'SuluPersistenceBundle' => [
  5384.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  5385.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  5386.                 ],
  5387.                 'SuluContactBundle' => [
  5388.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  5389.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  5390.                 ],
  5391.                 'SuluMediaBundle' => [
  5392.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  5393.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  5394.                 ],
  5395.                 'SuluSecurityBundle' => [
  5396.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  5397.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  5398.                 ],
  5399.                 'SuluCategoryBundle' => [
  5400.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  5401.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  5402.                 ],
  5403.                 'SuluSnippetBundle' => [
  5404.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  5405.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  5406.                 ],
  5407.                 'SuluPageBundle' => [
  5408.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  5409.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  5410.                 ],
  5411.                 'SuluTagBundle' => [
  5412.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  5413.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  5414.                 ],
  5415.                 'SuluWebsiteBundle' => [
  5416.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  5417.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  5418.                 ],
  5419.                 'SuluLocationBundle' => [
  5420.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  5421.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  5422.                 ],
  5423.                 'SuluHttpCacheBundle' => [
  5424.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  5425.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  5426.                 ],
  5427.                 'SuluDocumentManagerBundle' => [
  5428.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  5429.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  5430.                 ],
  5431.                 'SuluHashBundle' => [
  5432.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  5433.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  5434.                 ],
  5435.                 'SuluCustomUrlBundle' => [
  5436.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  5437.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  5438.                 ],
  5439.                 'SuluRouteBundle' => [
  5440.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  5441.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  5442.                 ],
  5443.                 'SuluMarkupBundle' => [
  5444.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  5445.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  5446.                 ],
  5447.                 'PhpcrMigrationsBundle' => [
  5448.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  5449.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  5450.                 ],
  5451.                 'MassiveBuildBundle' => [
  5452.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  5453.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  5454.                 ],
  5455.                 'WebProfilerBundle' => [
  5456.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  5457.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5458.                 ],
  5459.                 'SuluTestBundle' => [
  5460.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  5461.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  5462.                 ],
  5463.                 'DebugBundle' => [
  5464.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  5465.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5466.                 ],
  5467.                 'SecurityBundle' => [
  5468.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  5469.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5470.                 ],
  5471.                 'SuluPreviewBundle' => [
  5472.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  5473.                     'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  5474.                 ],
  5475.                 'FOSJsRoutingBundle' => [
  5476.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5477.                     'namespace' => 'FOS\\JsRoutingBundle',
  5478.                 ],
  5479.                 'CmfRoutingBundle' => [
  5480.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  5481.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  5482.                 ],
  5483.                 'StofDoctrineExtensionsBundle' => [
  5484.                     'path' => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle'),
  5485.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  5486.                 ],
  5487.                 'SuluActivityBundle' => [
  5488.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  5489.                     'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  5490.                 ],
  5491.                 'MakerBundle' => [
  5492.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  5493.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5494.                 ],
  5495.                 'DoctrineMigrationsBundle' => [
  5496.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle'),
  5497.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5498.                 ],
  5499.                 'WebpackEncoreBundle' => [
  5500.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src'),
  5501.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  5502.                 ],
  5503.                 'SuluTrashBundle' => [
  5504.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  5505.                     'namespace' => 'Sulu\\Bundle\\TrashBundle',
  5506.                 ],
  5507.             ],
  5508.             'kernel.charset' => 'UTF-8',
  5509.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5510.             'sulu.context' => 'website',
  5511.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  5512.             'container.dumper.inline_class_loader' => true,
  5513.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  5514.             'env(PHPCR_WORKSPACE)' => 'default',
  5515.             'default_locale' => 'en',
  5516.             'event_dispatcher.event_aliases' => [
  5517.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5518.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5519.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5520.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5521.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5522.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5523.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5524.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5525.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5526.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5527.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5528.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5529.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5530.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5531.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5532.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5533.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5534.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5535.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5536.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5537.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5538.             ],
  5539.             'fragment.renderer.hinclude.global_template' => NULL,
  5540.             'fragment.path' => '/_fragment',
  5541.             'kernel.http_method_override' => true,
  5542.             'kernel.trusted_hosts' => [
  5543.             ],
  5544.             'kernel.default_locale' => 'en',
  5545.             'kernel.enabled_locales' => [
  5546.             ],
  5547.             'kernel.error_controller' => 'error_controller',
  5548.             'debug.file_link_format' => NULL,
  5549.             'session.metadata.storage_key' => '_sf2_meta',
  5550.             'session.storage.options' => [
  5551.                 'cache_limiter' => '0',
  5552.                 'name' => 'SULUSESSID',
  5553.                 'cookie_lifetime' => 172800,
  5554.                 'cookie_secure' => 'auto',
  5555.                 'cookie_httponly' => true,
  5556.                 'cookie_samesite' => 'lax',
  5557.                 'gc_probability' => 1,
  5558.             ],
  5559.             'session.metadata.update_threshold' => 0,
  5560.             'form.type_extension.csrf.enabled' => true,
  5561.             'form.type_extension.csrf.field_name' => '_token',
  5562.             'asset.request_context.base_path' => NULL,
  5563.             'asset.request_context.secure' => NULL,
  5564.             'validator.translation_domain' => 'validators',
  5565.             'translator.logging' => false,
  5566.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  5567.             'profiler_listener.only_exceptions' => false,
  5568.             'profiler_listener.only_main_requests' => false,
  5569.             'debug.error_handler.throw_at' => -1,
  5570.             'router.request_context.host' => 'localhost',
  5571.             'router.request_context.scheme' => 'http',
  5572.             'router.request_context.base_url' => '',
  5573.             'router.resource' => 'kernel::loadRoutes',
  5574.             'request_listener.http_port' => 80,
  5575.             'request_listener.https_port' => 443,
  5576.             'twig.form.resources' => [
  5577.                 => 'form_div_layout.html.twig',
  5578.             ],
  5579.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  5580.             'monolog.use_microseconds' => true,
  5581.             'monolog.swift_mailer.handlers' => [
  5582.             ],
  5583.             'monolog.handlers_to_channels' => [
  5584.                 'monolog.handler.console' => [
  5585.                     'type' => 'exclusive',
  5586.                     'elements' => [
  5587.                         => 'event',
  5588.                         => 'doctrine',
  5589.                         => 'console',
  5590.                     ],
  5591.                 ],
  5592.                 'monolog.handler.main' => [
  5593.                     'type' => 'exclusive',
  5594.                     'elements' => [
  5595.                         => 'event',
  5596.                     ],
  5597.                 ],
  5598.             ],
  5599.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  5600.             'swiftmailer.mailer.default.spool.enabled' => true,
  5601.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  5602.             'swiftmailer.mailer.default.single_address' => NULL,
  5603.             'swiftmailer.mailer.default.delivery.enabled' => true,
  5604.             'swiftmailer.spool.enabled' => true,
  5605.             'swiftmailer.delivery.enabled' => true,
  5606.             'swiftmailer.single_address' => NULL,
  5607.             'swiftmailer.mailers' => [
  5608.                 'default' => 'swiftmailer.mailer.default',
  5609.             ],
  5610.             'swiftmailer.default_mailer' => 'default',
  5611.             'sulu_core.locales' => [
  5612.                 => 'de',
  5613.                 => 'en',
  5614.             ],
  5615.             'sulu_core.translated_locales' => [
  5616.                 'de' => 'Deutsch',
  5617.                 'en' => 'English',
  5618.             ],
  5619.             'sulu_core.translations' => [
  5620.                 => 'de',
  5621.                 => 'en',
  5622.             ],
  5623.             'sulu_core.fallback_locale' => 'en',
  5624.             'sulu.content.language.namespace' => 'i18n',
  5625.             'sulu.content.language.default' => 'en',
  5626.             'sulu.content.node_names.base' => 'cmf',
  5627.             'sulu.content.node_names.content' => 'contents',
  5628.             'sulu.content.node_names.route' => 'routes',
  5629.             'sulu.content.node_names.snippet' => 'snippets',
  5630.             'sulu.content.structure.default_types' => [
  5631.                 'snippet' => 'default',
  5632.             ],
  5633.             'sulu.content.structure.default_type.snippet' => 'default',
  5634.             'sulu.content.structure.required_properties' => [
  5635.                 'home' => [
  5636.                     => 'title',
  5637.                 ],
  5638.                 'page' => [
  5639.                     => 'title',
  5640.                 ],
  5641.                 'snippet' => [
  5642.                     => 'title',
  5643.                 ],
  5644.             ],
  5645.             'sulu.content.structure.required_tags' => [
  5646.                 'home' => [
  5647.                     => 'sulu.rlp',
  5648.                 ],
  5649.                 'page' => [
  5650.                     => 'sulu.rlp',
  5651.                 ],
  5652.             ],
  5653.             'sulu.content.internal_prefix' => '',
  5654.             'sulu.content.structure.type_map' => [
  5655.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  5656.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  5657.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  5658.             ],
  5659.             'sulu.content.structure.paths' => [
  5660.                 'page' => [
  5661.                     => [
  5662.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  5663.                         'type' => 'page',
  5664.                     ],
  5665.                     => [
  5666.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  5667.                         'type' => 'page',
  5668.                     ],
  5669.                     => [
  5670.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  5671.                         'type' => 'page',
  5672.                     ],
  5673.                 ],
  5674.                 'home' => [
  5675.                     => [
  5676.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  5677.                         'type' => 'home',
  5678.                     ],
  5679.                 ],
  5680.                 'snippet' => [
  5681.                     => [
  5682.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  5683.                         'type' => 'snippet',
  5684.                     ],
  5685.                 ],
  5686.             ],
  5687.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  5688.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  5689.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  5690.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  5691.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  5692.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  5693.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  5694.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  5695.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  5696.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  5697.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  5698.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  5699.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  5700.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  5701.             'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  5702.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  5703.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  5704.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  5705.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  5706.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  5707.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  5708.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  5709.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  5710.             'sulu_core.cache.memoize.default_lifetime' => 1,
  5711.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5712.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  5713.             'sulu.fields_defaults.translations' => [
  5714.                 'id' => 'public.id',
  5715.                 'title' => 'public.title',
  5716.                 'name' => 'public.name',
  5717.                 'created' => 'public.created',
  5718.                 'changed' => 'public.changed',
  5719.             ],
  5720.             'sulu.fields_defaults.widths' => [
  5721.                 'id' => '50px',
  5722.             ],
  5723.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  5724.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  5725.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  5726.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  5727.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  5728.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  5729.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  5730.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5731.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5732.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5733.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5734.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5735.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5736.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5737.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5738.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5739.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5740.             'doctrine.entity_managers' => [
  5741.                 'default' => 'doctrine.orm.default_entity_manager',
  5742.             ],
  5743.             'doctrine.default_entity_manager' => 'default',
  5744.             'doctrine.dbal.connection_factory.types' => [
  5745.             ],
  5746.             'doctrine.connections' => [
  5747.                 'default' => 'doctrine.dbal.default_connection',
  5748.             ],
  5749.             'doctrine.default_connection' => 'default',
  5750.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5751.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5752.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5753.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5754.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5755.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5756.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5757.             'doctrine.orm.cache.memcache_port' => 11211,
  5758.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5759.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5760.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5761.             'doctrine.orm.cache.memcached_port' => 11211,
  5762.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5763.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5764.             'doctrine.orm.cache.redis_host' => 'localhost',
  5765.             'doctrine.orm.cache.redis_port' => 6379,
  5766.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5767.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5768.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5769.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5770.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5771.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5772.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5773.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5774.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5775.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5776.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5777.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5778.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5779.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5780.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5781.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5782.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5783.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5784.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5785.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5786.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5787.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5788.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5789.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5790.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5791.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5792.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5793.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5794.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5795.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5796.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5797.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5798.             'doctrine_phpcr.sessions' => [
  5799.                 'default' => 'doctrine_phpcr.default_session',
  5800.                 'live' => 'doctrine_phpcr.live_session',
  5801.             ],
  5802.             'doctrine_phpcr.odm.document_managers' => [
  5803.             ],
  5804.             'doctrine_phpcr.default_session' => 'live',
  5805.             'doctrine_phpcr.odm.default_document_manager' => '',
  5806.             'doctrine_phpcr.dump_max_line_length' => 120,
  5807.             'doctrine_phpcr.form.type_guess' => [
  5808.             ],
  5809.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  5810.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  5811.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  5812.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  5813.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  5814.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  5815.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  5816.             'massive_search.events.index' => 'massive_search.index',
  5817.             'massive_search.events.deindex' => 'massive_search.deindex',
  5818.             'massive_search.adapter.zend_lucene.basepath' => (\dirname(__DIR__4).'/indexes'),
  5819.             'massive_search.adapter.zend_lucene.hide_index_exception' => false,
  5820.             'massive_search.adapter.zend_lucene.encoding' => 'UTF-8',
  5821.             'massive_search.metadata.debug' => true,
  5822.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  5823.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  5824.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  5825.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  5826.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  5827.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  5828.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  5829.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  5830.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  5831.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  5832.             'fos_http_cache.cacheable.response.additional_status' => [
  5833.             ],
  5834.             'fos_http_cache.proxy_client.symfony.options' => [
  5835.                 'tags_header' => 'X-Cache-Tags',
  5836.                 'tags_method' => 'PURGETAGS',
  5837.                 'purge_method' => 'PURGE',
  5838.             ],
  5839.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  5840.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  5841.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  5842.             'fos_http_cache.tag_handler.separator' => ',',
  5843.             'fos_http_cache.tag_handler.strict' => false,
  5844.             'sulu_admin.name' => 'Sulu Admin',
  5845.             'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  5846.             'sulu_admin.resources' => [
  5847.                 'trash_items' => [
  5848.                     'routes' => [
  5849.                         'list' => 'sulu_trash.get_trash-items',
  5850.                         'detail' => 'sulu_trash.get_trash-item',
  5851.                     ],
  5852.                 ],
  5853.                 'activities' => [
  5854.                     'routes' => [
  5855.                         'list' => 'sulu_activity.get_activities',
  5856.                     ],
  5857.                 ],
  5858.                 'preview_links' => [
  5859.                     'routes' => [
  5860.                         'detail' => 'sulu_preview.get_preview-link',
  5861.                     ],
  5862.                 ],
  5863.                 'routes' => [
  5864.                     'routes' => [
  5865.                         'list' => 'sulu_routes.get_routes',
  5866.                     ],
  5867.                 ],
  5868.                 'custom_urls' => [
  5869.                     'routes' => [
  5870.                         'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  5871.                         'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  5872.                     ],
  5873.                 ],
  5874.                 'custom_url_routes' => [
  5875.                     'routes' => [
  5876.                         'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  5877.                     ],
  5878.                 ],
  5879.                 'geolocator_locations' => [
  5880.                     'routes' => [
  5881.                         'list' => 'sulu_location.geolocator_query',
  5882.                     ],
  5883.                 ],
  5884.                 'analytics' => [
  5885.                     'routes' => [
  5886.                         'list' => 'sulu_website.cget_webspace_analytics',
  5887.                         'detail' => 'sulu_website.get_webspace_analytics',
  5888.                     ],
  5889.                 ],
  5890.                 'tags' => [
  5891.                     'routes' => [
  5892.                         'list' => 'sulu_tag.get_tags',
  5893.                         'detail' => 'sulu_tag.get_tag',
  5894.                     ],
  5895.                 ],
  5896.                 'page_resourcelocators' => [
  5897.                     'routes' => [
  5898.                         'list' => 'sulu_page.get_page_resourcelocators',
  5899.                     ],
  5900.                 ],
  5901.                 'pages' => [
  5902.                     'routes' => [
  5903.                         'list' => 'sulu_page.get_pages',
  5904.                         'detail' => 'sulu_page.get_page',
  5905.                     ],
  5906.                     'security_context' => 'sulu.webspaces.#webspace#',
  5907.                     'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  5908.                 ],
  5909.                 'page_versions' => [
  5910.                     'routes' => [
  5911.                         'list' => 'sulu_page.get_page_versions',
  5912.                         'detail' => 'sulu_page.post_page_version_trigger',
  5913.                     ],
  5914.                 ],
  5915.                 'webspaces' => [
  5916.                     'routes' => [
  5917.                         'list' => 'sulu_page.get_webspaces',
  5918.                         'detail' => 'sulu_page.get_webspace',
  5919.                     ],
  5920.                 ],
  5921.                 'snippets' => [
  5922.                     'routes' => [
  5923.                         'list' => 'sulu_snippet.get_snippets',
  5924.                         'detail' => 'sulu_snippet.get_snippet',
  5925.                     ],
  5926.                 ],
  5927.                 'snippet_areas' => [
  5928.                     'routes' => [
  5929.                         'list' => 'sulu_snippet.get_snippet-areas',
  5930.                         'detail' => 'sulu_snippet.put_snippet-area',
  5931.                     ],
  5932.                 ],
  5933.                 'categories' => [
  5934.                     'routes' => [
  5935.                         'list' => 'sulu_category.get_categories',
  5936.                         'detail' => 'sulu_category.get_category',
  5937.                     ],
  5938.                 ],
  5939.                 'category_keywords' => [
  5940.                     'routes' => [
  5941.                         'list' => 'sulu_category.get_category_keywords',
  5942.                         'detail' => 'sulu_category.get_category_keyword',
  5943.                     ],
  5944.                 ],
  5945.                 'permissions' => [
  5946.                     'routes' => [
  5947.                         'detail' => 'sulu_security.get_permissions',
  5948.                     ],
  5949.                 ],
  5950.                 'roles' => [
  5951.                     'routes' => [
  5952.                         'list' => 'sulu_security.get_roles',
  5953.                         'detail' => 'sulu_security.get_role',
  5954.                     ],
  5955.                 ],
  5956.                 'users' => [
  5957.                     'routes' => [
  5958.                         'list' => 'sulu_security.get_users',
  5959.                         'detail' => 'sulu_security.get_user',
  5960.                     ],
  5961.                 ],
  5962.                 'profile' => [
  5963.                     'routes' => [
  5964.                         'detail' => 'sulu_security.get_profile',
  5965.                     ],
  5966.                 ],
  5967.                 'media' => [
  5968.                     'routes' => [
  5969.                         'list' => 'sulu_media.cget_media',
  5970.                         'detail' => 'sulu_media.get_media',
  5971.                     ],
  5972.                     'security_context' => 'sulu.media.collections',
  5973.                     'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  5974.                 ],
  5975.                 'media_preview' => [
  5976.                     'routes' => [
  5977.                         'detail' => 'sulu_media.post_media_preview',
  5978.                     ],
  5979.                 ],
  5980.                 'media_formats' => [
  5981.                     'routes' => [
  5982.                         'list' => 'sulu_media.get_media_formats',
  5983.                         'detail' => 'sulu_media.put_media_format',
  5984.                     ],
  5985.                 ],
  5986.                 'media_versions' => [
  5987.                     'routes' => [
  5988.                         'detail' => 'sulu_media.delete_media_version',
  5989.                     ],
  5990.                 ],
  5991.                 'collections' => [
  5992.                     'routes' => [
  5993.                         'list' => 'sulu_media.get_collections',
  5994.                         'detail' => 'sulu_media.get_collection',
  5995.                     ],
  5996.                 ],
  5997.                 'formats' => [
  5998.                     'routes' => [
  5999.                         'list' => 'sulu_media.get_formats',
  6000.                         'detail' => 'sulu_media.get_format',
  6001.                     ],
  6002.                 ],
  6003.                 'contacts' => [
  6004.                     'routes' => [
  6005.                         'list' => 'sulu_contact.get_contacts',
  6006.                         'detail' => 'sulu_contact.get_contact',
  6007.                     ],
  6008.                 ],
  6009.                 'contact_titles' => [
  6010.                     'routes' => [
  6011.                         'list' => 'sulu_contact.get_contact-titles',
  6012.                     ],
  6013.                 ],
  6014.                 'contact_positions' => [
  6015.                     'routes' => [
  6016.                         'list' => 'sulu_contact.get_contact-positions',
  6017.                     ],
  6018.                 ],
  6019.                 'contact_media' => [
  6020.                     'routes' => [
  6021.                         'list' => 'sulu_contact.cget_contact_medias',
  6022.                         'detail' => 'sulu_contact.delete_contact_medias',
  6023.                     ],
  6024.                 ],
  6025.                 'accounts' => [
  6026.                     'routes' => [
  6027.                         'list' => 'sulu_contact.get_accounts',
  6028.                         'detail' => 'sulu_contact.get_account',
  6029.                     ],
  6030.                 ],
  6031.                 'account_media' => [
  6032.                     'routes' => [
  6033.                         'list' => 'sulu_contact.cget_account_medias',
  6034.                         'detail' => 'sulu_contact.delete_account_medias',
  6035.                     ],
  6036.                 ],
  6037.                 'account_contacts' => [
  6038.                     'routes' => [
  6039.                         'list' => 'sulu_contact.get_account_contacts',
  6040.                         'detail' => 'sulu_contact.delete_account_contacts',
  6041.                     ],
  6042.                 ],
  6043.                 'search' => [
  6044.                     'routes' => [
  6045.                         'list' => 'sulu_search_search',
  6046.                     ],
  6047.                 ],
  6048.                 'search_indexes' => [
  6049.                     'routes' => [
  6050.                         'list' => 'sulu_search_indexes',
  6051.                     ],
  6052.                 ],
  6053.                 'collaborations' => [
  6054.                     'routes' => [
  6055.                         'detail' => 'sulu_admin.put_collaborations',
  6056.                     ],
  6057.                 ],
  6058.                 'localizations' => [
  6059.                     'routes' => [
  6060.                         'list' => 'sulu_core.get_localizations',
  6061.                     ],
  6062.                 ],
  6063.                 'teasers' => [
  6064.                     'routes' => [
  6065.                         'list' => 'sulu_page.get_teasers',
  6066.                     ],
  6067.                 ],
  6068.                 'products' => [
  6069.                     'routes' => [
  6070.                         'list' => 'app.get_products',
  6071.                         'detail' => 'app.get_product',
  6072.                     ],
  6073.                 ],
  6074.                 'settings' => [
  6075.                     'routes' => [
  6076.                         'list' => 'app.get_settings',
  6077.                         'detail' => 'app.get_setting',
  6078.                     ],
  6079.                 ],
  6080.             ],
  6081.             'sulu_admin.collaboration_enabled' => false,
  6082.             'sulu_admin.collaboration_interval' => 20,
  6083.             'sulu_admin.collaboration_threshold' => 60,
  6084.             'sulu_admin.forms.directories' => [
  6085.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  6086.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  6087.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  6088.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  6089.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  6090.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  6091.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  6092.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  6093.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  6094.                 => (\dirname(__DIR__5).'/config/forms'),
  6095.             ],
  6096.             'sulu_admin.lists.directories' => [
  6097.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6098.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6099.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  6100.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  6101.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  6102.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  6103.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  6104.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  6105.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  6106.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  6107.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  6108.                 11 => (\dirname(__DIR__5).'/config/lists'),
  6109.             ],
  6110.             'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  6111.             'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  6112.             'sulu_search.indexes' => [
  6113.                 'snippet' => [
  6114.                     'name' => 'sulu_snippet.snippets',
  6115.                     'icon' => 'su-snippet',
  6116.                     'view' => [
  6117.                         'name' => 'sulu_snippet.edit_form',
  6118.                         'result_to_view' => [
  6119.                             'id' => 'id',
  6120.                             'locale' => 'locale',
  6121.                         ],
  6122.                     ],
  6123.                     'security_context' => 'sulu.global.snippets',
  6124.                     'contexts' => [
  6125.                     ],
  6126.                 ],
  6127.                 'category' => [
  6128.                     'name' => 'sulu_category.categories',
  6129.                     'icon' => 'su-tag',
  6130.                     'view' => [
  6131.                         'name' => 'sulu_category.edit_form',
  6132.                         'result_to_view' => [
  6133.                             'id' => 'id',
  6134.                             'locale' => 'locale',
  6135.                         ],
  6136.                     ],
  6137.                     'security_context' => 'sulu.settings.categories',
  6138.                     'contexts' => [
  6139.                     ],
  6140.                 ],
  6141.                 'media' => [
  6142.                     'name' => 'sulu_media.media',
  6143.                     'icon' => 'su-image',
  6144.                     'view' => [
  6145.                         'name' => 'sulu_media.form',
  6146.                         'result_to_view' => [
  6147.                             'id' => 'id',
  6148.                             'locale' => 'locale',
  6149.                         ],
  6150.                     ],
  6151.                     'security_context' => 'sulu.media.collections',
  6152.                     'contexts' => [
  6153.                     ],
  6154.                 ],
  6155.                 'contact' => [
  6156.                     'name' => 'sulu_contact.people',
  6157.                     'icon' => 'su-user',
  6158.                     'view' => [
  6159.                         'name' => 'sulu_contact.contact_edit_form',
  6160.                         'result_to_view' => [
  6161.                             'id' => 'id',
  6162.                             'locale' => 'locale',
  6163.                         ],
  6164.                     ],
  6165.                     'security_context' => 'sulu.contact.people',
  6166.                     'contexts' => [
  6167.                     ],
  6168.                 ],
  6169.                 'account' => [
  6170.                     'name' => 'sulu_contact.organizations',
  6171.                     'icon' => 'su-house',
  6172.                     'view' => [
  6173.                         'name' => 'sulu_contact.account_edit_form',
  6174.                         'result_to_view' => [
  6175.                             'id' => 'id',
  6176.                             'locale' => 'locale',
  6177.                         ],
  6178.                     ],
  6179.                     'security_context' => 'sulu.contact.organizations',
  6180.                     'contexts' => [
  6181.                     ],
  6182.                 ],
  6183.                 'page_modernexpo' => [
  6184.                     'name' => 'Modern Expo',
  6185.                     'icon' => 'su-document',
  6186.                     'view' => [
  6187.                         'name' => 'sulu_page.page_edit_form',
  6188.                         'result_to_view' => [
  6189.                             'id' => 'id',
  6190.                             'locale' => 'locale',
  6191.                             'properties/webspace_key' => 'webspace',
  6192.                         ],
  6193.                     ],
  6194.                     'security_context' => 'sulu.webspaces.modernexpo',
  6195.                 ],
  6196.                 'page_modernexpo_published' => [
  6197.                     'name' => 'Modern Expo',
  6198.                     'icon' => 'su-document',
  6199.                     'view' => [
  6200.                         'name' => 'sulu_page.page_edit_form',
  6201.                         'result_to_view' => [
  6202.                             'id' => 'id',
  6203.                             'locale' => 'locale',
  6204.                             'properties/webspace_key' => 'webspace',
  6205.                         ],
  6206.                     ],
  6207.                     'security_context' => 'sulu.webspaces.modernexpo',
  6208.                     'contexts' => [
  6209.                         => 'website',
  6210.                     ],
  6211.                 ],
  6212.             ],
  6213.             'sulu_search.website.indexes' => [
  6214.                 => 'page_#webspace#_published',
  6215.             ],
  6216.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  6217.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  6218.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  6219.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  6220.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  6221.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  6222.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  6223.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  6224.             'sulu_contact.defaults' => [
  6225.                 'phoneType' => '1',
  6226.                 'phoneTypeMobile' => '3',
  6227.                 'phoneTypeIsdn' => '1',
  6228.                 'emailType' => '1',
  6229.                 'addressType' => '1',
  6230.                 'urlType' => '1',
  6231.                 'faxType' => '1',
  6232.                 'socialMediaProfileType' => '1',
  6233.                 'country' => 'AT',
  6234.             ],
  6235.             'sulu_contact.form_of_address' => [
  6236.                 'male' => [
  6237.                     'id' => 0,
  6238.                     'name' => 'male',
  6239.                     'translation' => 'contact.contacts.formOfAddress.male',
  6240.                 ],
  6241.                 'female' => [
  6242.                     'id' => 1,
  6243.                     'name' => 'female',
  6244.                     'translation' => 'contact.contacts.formOfAddress.female',
  6245.                 ],
  6246.             ],
  6247.             'sulu_contact.contact_form.category_root' => NULL,
  6248.             'sulu_contact.account_form.category_root' => NULL,
  6249.             'sulu.model.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6250.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6251.             'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6252.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6253.             'sulu.persistence.objects' => [
  6254.                 'sulu' => [
  6255.                     'trash_item' => [
  6256.                         'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  6257.                     ],
  6258.                     'activity' => [
  6259.                         'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  6260.                     ],
  6261.                     'preview_link' => [
  6262.                         'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  6263.                     ],
  6264.                     'route' => [
  6265.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  6266.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  6267.                     ],
  6268.                     'analytics' => [
  6269.                         'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  6270.                         'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  6271.                     ],
  6272.                     'tag' => [
  6273.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  6274.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  6275.                     ],
  6276.                     'category' => [
  6277.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6278.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6279.                     ],
  6280.                     'category_meta' => [
  6281.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6282.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6283.                     ],
  6284.                     'category_translation' => [
  6285.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6286.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6287.                     ],
  6288.                     'keyword' => [
  6289.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6290.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6291.                     ],
  6292.                     'user' => [
  6293.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6294.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6295.                     ],
  6296.                     'role' => [
  6297.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6298.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6299.                     ],
  6300.                     'role_setting' => [
  6301.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6302.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6303.                     ],
  6304.                     'access_control' => [
  6305.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6306.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6307.                     ],
  6308.                     'media' => [
  6309.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6310.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6311.                     ],
  6312.                     'contact' => [
  6313.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6314.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6315.                     ],
  6316.                     'account' => [
  6317.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6318.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6319.                     ],
  6320.                 ],
  6321.             ],
  6322.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  6323.             'sulu_media.image_format_files' => [
  6324.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  6325.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  6326.             ],
  6327.             'sulu_media.system_collections' => [
  6328.                 'sulu_media' => [
  6329.                     'meta_title' => [
  6330.                         'en' => 'Sulu media',
  6331.                         'de' => 'Sulu Medien',
  6332.                     ],
  6333.                     'collections' => [
  6334.                         'preview_image' => [
  6335.                             'meta_title' => [
  6336.                                 'en' => 'Preview images',
  6337.                                 'de' => 'Vorschaubilder',
  6338.                             ],
  6339.                         ],
  6340.                     ],
  6341.                 ],
  6342.                 'sulu_contact' => [
  6343.                     'meta_title' => [
  6344.                         'en' => 'Sulu contacts',
  6345.                         'de' => 'Sulu Kontakte',
  6346.                     ],
  6347.                     'collections' => [
  6348.                         'contact' => [
  6349.                             'meta_title' => [
  6350.                                 'en' => 'People',
  6351.                                 'de' => 'Personen',
  6352.                             ],
  6353.                         ],
  6354.                         'account' => [
  6355.                             'meta_title' => [
  6356.                                 'en' => 'Organizations',
  6357.                                 'de' => 'Organisationen',
  6358.                             ],
  6359.                         ],
  6360.                     ],
  6361.                 ],
  6362.             ],
  6363.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  6364.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  6365.             'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  6366.             'sulu_media.format_manager.response_headers' => [
  6367.                 'Expires' => '+1 month',
  6368.                 'Pragma' => 'public',
  6369.                 'Cache-Control' => 'public',
  6370.             ],
  6371.             'sulu_media.format_manager.default_imagine_options' => [
  6372.                 'jpeg_quality' => 75,
  6373.                 'webp_quality' => 75,
  6374.                 'png_compression_level' => 6,
  6375.             ],
  6376.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  6377.             'sulu_media.format_cache.save_image' => true,
  6378.             'sulu_media.format_cache.segments' => 10,
  6379.             'sulu_media.ghost_script.path' => 'gs',
  6380.             'sulu_media.media.blocked_file_types' => [
  6381.             ],
  6382.             'sulu_media.collection.type.default' => [
  6383.                 'id' => 1,
  6384.             ],
  6385.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  6386.             'sulu_media.media.types' => [
  6387.                 => [
  6388.                     'type' => 'document',
  6389.                     'mimeTypes' => [
  6390.                         => '*',
  6391.                     ],
  6392.                 ],
  6393.                 => [
  6394.                     'type' => 'image',
  6395.                     'mimeTypes' => [
  6396.                         => 'image/*',
  6397.                     ],
  6398.                 ],
  6399.                 => [
  6400.                     'type' => 'video',
  6401.                     'mimeTypes' => [
  6402.                         => 'video/*',
  6403.                     ],
  6404.                 ],
  6405.                 => [
  6406.                     'type' => 'audio',
  6407.                     'mimeTypes' => [
  6408.                         => 'audio/*',
  6409.                     ],
  6410.                 ],
  6411.             ],
  6412.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  6413.             'sulu_media.disposition_type.default' => 'attachment',
  6414.             'sulu_media.disposition_type.mime_types_inline' => [
  6415.             ],
  6416.             'sulu_media.disposition_type.mime_types_attachment' => [
  6417.             ],
  6418.             'sulu_media.upload.max_filesize' => 100,
  6419.             'sulu_media.media.max_file_size' => '100MB',
  6420.             'sulu_media.adobe_creative_key' => NULL,
  6421.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  6422.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  6423.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  6424.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  6425.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  6426.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  6427.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  6428.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  6429.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  6430.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  6431.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  6432.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  6433.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  6434.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  6435.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  6436.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  6437.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  6438.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  6439.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  6440.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  6441.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6442.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6443.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  6444.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  6445.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  6446.             'sulu_media.format_manager.mime_types' => [
  6447.                 => 'image/*',
  6448.             ],
  6449.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6450.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6451.             'sulu_media.media.storage' => 'google_cloud',
  6452.             'sulu_media.media.storage.google_cloud.key_file_path' => (\dirname(__DIR__5).'/config/me-web-site-services.json'),
  6453.             'sulu_media.media.storage.google_cloud.bucket_name' => 'web-me-eu',
  6454.             'sulu_media.media.storage.google_cloud.path_prefix' => NULL,
  6455.             'sulu_media.media.storage.google_cloud.segments' => 10,
  6456.             'sulu_security.system' => 'Sulu',
  6457.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  6458.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  6459.             'sulu_security.reset_password.mail.sender' => '',
  6460.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  6461.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  6462.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  6463.             'sulu_security.permissions' => [
  6464.                 'view' => 64,
  6465.                 'add' => 32,
  6466.                 'edit' => 16,
  6467.                 'delete' => 8,
  6468.                 'archive' => 4,
  6469.                 'live' => 2,
  6470.                 'security' => 1,
  6471.             ],
  6472.             'permissions' => [
  6473.                 'view' => 64,
  6474.                 'add' => 32,
  6475.                 'edit' => 16,
  6476.                 'delete' => 8,
  6477.                 'archive' => 4,
  6478.                 'live' => 2,
  6479.                 'security' => 1,
  6480.             ],
  6481.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  6482.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  6483.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  6484.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  6485.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  6486.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  6487.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  6488.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  6489.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  6490.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  6491.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  6492.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  6493.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6494.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  6495.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  6496.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  6497.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  6498.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  6499.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  6500.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  6501.             'sulu.model.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6502.             'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6503.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6504.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6505.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6506.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6507.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6508.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6509.             'sulu.model.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6510.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6511.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6512.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6513.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6514.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6515.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6516.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6517.             'sulu_snippet.content-type.default_enabled' => true,
  6518.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  6519.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  6520.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  6521.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  6522.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  6523.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  6524.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  6525.             'sulu_snippet.export.snippet.formats' => [
  6526.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  6527.             ],
  6528.             'sulu_page.search.mapping' => [
  6529.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  6530.                     'index' => 'page',
  6531.                     'decorate_index' => true,
  6532.                 ],
  6533.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  6534.                     'index' => 'page',
  6535.                     'decorate_index' => true,
  6536.                 ],
  6537.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  6538.                     'index' => 'snippet',
  6539.                     'decorate_index' => false,
  6540.                 ],
  6541.             ],
  6542.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  6543.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  6544.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  6545.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  6546.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  6547.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  6548.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  6549.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  6550.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  6551.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  6552.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  6553.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  6554.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  6555.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  6556.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  6557.             'sulu_page.export.webspace.formats' => [
  6558.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  6559.             ],
  6560.             'sulu_page.default_author' => true,
  6561.             'sulu_page.seo' => [
  6562.                 'max_title_length' => 70,
  6563.                 'max_description_length' => 160,
  6564.                 'max_keywords' => 5,
  6565.                 'keywords_separator' => ',',
  6566.                 'url_prefix' => 'www.yoursite.com/{locale}',
  6567.             ],
  6568.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  6569.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  6570.             'sulu_website.navigation.cache.lifetime' => 1,
  6571.             'sulu_website.content.cache.lifetime' => 1,
  6572.             'sulu_website.sitemap.cache.lifetime' => 1,
  6573.             'sulu_website.enabled_twig_attributes' => [
  6574.                 'urls' => false,
  6575.                 'path' => false,
  6576.             ],
  6577.             'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  6578.             'sulu_website.segment_cookie_name' => '_ss',
  6579.             'sulu_website.segment_header' => 'X-Sulu-Segment',
  6580.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  6581.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  6582.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  6583.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  6584.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  6585.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  6586.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  6587.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  6588.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  6589.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  6590.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  6591.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  6592.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  6593.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  6594.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  6595.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  6596.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  6597.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  6598.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  6599.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  6600.             'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  6601.             'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  6602.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  6603.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  6604.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  6605.             'sulu_location.guzzle.client.class' => 'GuzzleHttp\\Client',
  6606.             'sulu_location.geolocator.name' => 'nominatim',
  6607.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  6608.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  6609.             'sulu_location.geolocator.service.google.api_key' => '',
  6610.             'sulu_http_cache.cache.max_age' => 240,
  6611.             'sulu_http_cache.cache.shared_max_age' => 240,
  6612.             'sulu_document_manager.mapping' => [
  6613.                 => [
  6614.                     'alias' => 'custom_url',
  6615.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  6616.                     'phpcr_type' => 'sulu:custom_url',
  6617.                     'mapping' => [
  6618.                         'published' => [
  6619.                             'property' => 'published',
  6620.                             'encoding' => 'content',
  6621.                             'mapped' => true,
  6622.                             'multiple' => false,
  6623.                             'default' => NULL,
  6624.                         ],
  6625.                         'baseDomain' => [
  6626.                             'property' => 'baseDomain',
  6627.                             'encoding' => 'content',
  6628.                             'mapped' => true,
  6629.                             'multiple' => false,
  6630.                             'default' => NULL,
  6631.                         ],
  6632.                         'domainParts' => [
  6633.                             'property' => 'domainParts',
  6634.                             'type' => 'json_array',
  6635.                             'encoding' => 'content',
  6636.                             'mapped' => true,
  6637.                             'multiple' => false,
  6638.                             'default' => NULL,
  6639.                         ],
  6640.                         'canonical' => [
  6641.                             'property' => 'canonical',
  6642.                             'encoding' => 'content',
  6643.                             'mapped' => true,
  6644.                             'multiple' => false,
  6645.                             'default' => NULL,
  6646.                         ],
  6647.                         'redirect' => [
  6648.                             'property' => 'redirect',
  6649.                             'encoding' => 'content',
  6650.                             'mapped' => true,
  6651.                             'multiple' => false,
  6652.                             'default' => NULL,
  6653.                         ],
  6654.                         'targetLocale' => [
  6655.                             'property' => 'targetLocale',
  6656.                             'encoding' => 'content',
  6657.                             'mapped' => true,
  6658.                             'multiple' => false,
  6659.                             'default' => NULL,
  6660.                         ],
  6661.                     ],
  6662.                 ],
  6663.                 => [
  6664.                     'alias' => 'custom_url_route',
  6665.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  6666.                     'phpcr_type' => 'sulu:custom_url_route',
  6667.                     'mapping' => [
  6668.                         'locale' => [
  6669.                             'property' => 'locale',
  6670.                             'encoding' => 'content',
  6671.                             'mapped' => true,
  6672.                             'multiple' => false,
  6673.                             'default' => NULL,
  6674.                         ],
  6675.                     ],
  6676.                 ],
  6677.                 => [
  6678.                     'alias' => 'page',
  6679.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  6680.                     'phpcr_type' => 'sulu:page',
  6681.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  6682.                     'set_default_author' => true,
  6683.                     'mapping' => [
  6684.                     ],
  6685.                 ],
  6686.                 => [
  6687.                     'alias' => 'home',
  6688.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  6689.                     'phpcr_type' => 'sulu:home',
  6690.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  6691.                     'set_default_author' => true,
  6692.                     'mapping' => [
  6693.                     ],
  6694.                 ],
  6695.                 => [
  6696.                     'alias' => 'route',
  6697.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  6698.                     'phpcr_type' => 'sulu:path',
  6699.                     'mapping' => [
  6700.                     ],
  6701.                 ],
  6702.                 => [
  6703.                     'alias' => 'snippet',
  6704.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  6705.                     'phpcr_type' => 'sulu:snippet',
  6706.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  6707.                     'mapping' => [
  6708.                     ],
  6709.                 ],
  6710.             ],
  6711.             'sulu_document_manager.namespace_mapping' => [
  6712.                 'extension_localized' => 'i18n',
  6713.                 'system' => 'sulu',
  6714.                 'system_localized' => 'i18n',
  6715.                 'content' => NULL,
  6716.                 'content_localized' => 'i18n',
  6717.             ],
  6718.             'sulu_document_manager.versioning.enabled' => false,
  6719.             'sulu_document_manager.show_drafts' => false,
  6720.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  6721.             'sulu_document_manager.segments' => [
  6722.                 'custom_urls' => 'custom-urls',
  6723.                 'custom_urls_items' => 'items',
  6724.                 'custom_urls_routes' => 'routes',
  6725.                 'base' => 'cmf',
  6726.                 'content' => 'contents',
  6727.                 'route' => 'routes',
  6728.                 'snippet' => 'snippets',
  6729.             ],
  6730.             'sulu_custom_urls.uri_filter_regexp' => NULL,
  6731.             'sulu_route.mappings' => [
  6732.             ],
  6733.             'sulu_route.resource_key_mappings' => [
  6734.             ],
  6735.             'sulu_route.routing.uri_filter_regexp' => NULL,
  6736.             'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  6737.             'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  6738.             'phpcr_migrations.version_node_name' => 'jcr:versions',
  6739.             'phpcr_migrations.paths' => [
  6740.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  6741.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  6742.             ],
  6743.             'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  6744.             'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  6745.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6746.             'web_profiler.debug_toolbar.mode' => 2,
  6747.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6748.             'security.role_hierarchy.roles' => [
  6749.             ],
  6750.             'security.access.denied_url' => NULL,
  6751.             'security.authentication.manager.erase_credentials' => true,
  6752.             'security.authentication.session_strategy.strategy' => 'migrate',
  6753.             'security.access.always_authenticate_before_granting' => false,
  6754.             'security.authentication.hide_user_not_found' => true,
  6755.             'security.firewalls' => [
  6756.                 => 'dev',
  6757.                 => 'admin',
  6758.                 => 'website',
  6759.             ],
  6760.             'security.admin._indexed_authenticators' => [
  6761.             ],
  6762.             'security.website._indexed_authenticators' => [
  6763.             ],
  6764.             'sulu_preview.mode' => 'auto',
  6765.             'sulu_preview.delay' => 500,
  6766.             'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
  6767.             'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  6768.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  6769.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  6770.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  6771.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  6772.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  6773.             'fos_js_routing.request_context_base_url' => NULL,
  6774.             'fos_js_routing.cache_control' => [
  6775.                 'enabled' => false,
  6776.             ],
  6777.             'cmf_routing.uri_filter_regexp' => '',
  6778.             'cmf_routing.default_controller' => NULL,
  6779.             'cmf_routing.generic_controller' => NULL,
  6780.             'cmf_routing.controllers_by_type' => [
  6781.             ],
  6782.             'cmf_routing.controllers_by_class' => [
  6783.             ],
  6784.             'cmf_routing.templates_by_class' => [
  6785.             ],
  6786.             'cmf_routing.route_collection_limit' => 0,
  6787.             'cmf_routing.dynamic.limit_candidates' => 20,
  6788.             'cmf_routing.dynamic.locales' => [
  6789.             ],
  6790.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  6791.             'cmf_routing.replace_symfony_router' => true,
  6792.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  6793.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  6794.             'stof_doctrine_extensions.default_locale' => 'en',
  6795.             'stof_doctrine_extensions.translation_fallback' => false,
  6796.             'stof_doctrine_extensions.persist_default_translation' => false,
  6797.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  6798.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  6799.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  6800.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  6801.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  6802.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  6803.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  6804.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  6805.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  6806.             'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  6807.             'sulu_activity.storage.adapter' => 'doctrine',
  6808.             'sulu_activity.storage.persist_payload' => false,
  6809.             'doctrine.migrations.preferred_em' => NULL,
  6810.             'doctrine.migrations.preferred_connection' => NULL,
  6811.             'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  6812.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6813.             'data_collector.templates' => [
  6814.                 'data_collector.request' => [
  6815.                     => 'request',
  6816.                     => '@WebProfiler/Collector/request.html.twig',
  6817.                 ],
  6818.                 'data_collector.time' => [
  6819.                     => 'time',
  6820.                     => '@WebProfiler/Collector/time.html.twig',
  6821.                 ],
  6822.                 'data_collector.memory' => [
  6823.                     => 'memory',
  6824.                     => '@WebProfiler/Collector/memory.html.twig',
  6825.                 ],
  6826.                 'data_collector.validator' => [
  6827.                     => 'validator',
  6828.                     => '@WebProfiler/Collector/validator.html.twig',
  6829.                 ],
  6830.                 'data_collector.ajax' => [
  6831.                     => 'ajax',
  6832.                     => '@WebProfiler/Collector/ajax.html.twig',
  6833.                 ],
  6834.                 'data_collector.form' => [
  6835.                     => 'form',
  6836.                     => '@WebProfiler/Collector/form.html.twig',
  6837.                 ],
  6838.                 'data_collector.exception' => [
  6839.                     => 'exception',
  6840.                     => '@WebProfiler/Collector/exception.html.twig',
  6841.                 ],
  6842.                 'data_collector.logger' => [
  6843.                     => 'logger',
  6844.                     => '@WebProfiler/Collector/logger.html.twig',
  6845.                 ],
  6846.                 'data_collector.events' => [
  6847.                     => 'events',
  6848.                     => '@WebProfiler/Collector/events.html.twig',
  6849.                 ],
  6850.                 'data_collector.router' => [
  6851.                     => 'router',
  6852.                     => '@WebProfiler/Collector/router.html.twig',
  6853.                 ],
  6854.                 'data_collector.cache' => [
  6855.                     => 'cache',
  6856.                     => '@WebProfiler/Collector/cache.html.twig',
  6857.                 ],
  6858.                 'data_collector.translation' => [
  6859.                     => 'translation',
  6860.                     => '@WebProfiler/Collector/translation.html.twig',
  6861.                 ],
  6862.                 'data_collector.security' => [
  6863.                     => 'security',
  6864.                     => '@Security/Collector/security.html.twig',
  6865.                 ],
  6866.                 'data_collector.twig' => [
  6867.                     => 'twig',
  6868.                     => '@WebProfiler/Collector/twig.html.twig',
  6869.                 ],
  6870.                 'data_collector.http_client' => [
  6871.                     => 'http_client',
  6872.                     => '@WebProfiler/Collector/http_client.html.twig',
  6873.                 ],
  6874.                 'data_collector.doctrine' => [
  6875.                     => 'db',
  6876.                     => '@Doctrine/Collector/db.html.twig',
  6877.                 ],
  6878.                 'doctrine_migrations.migrations_collector' => [
  6879.                     => 'doctrine_migrations',
  6880.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6881.                 ],
  6882.                 'doctrine_phpcr.data_collector' => [
  6883.                     => 'phpcr',
  6884.                     => '@DoctrinePHPCR/Collector/phpcr',
  6885.                 ],
  6886.                 'swiftmailer.data_collector' => [
  6887.                     => 'swiftmailer',
  6888.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  6889.                 ],
  6890.                 'data_collector.dump' => [
  6891.                     => 'dump',
  6892.                     => '@Debug/Profiler/dump.html.twig',
  6893.                 ],
  6894.                 'data_collector.jms_serializer' => [
  6895.                     => 'jms_serializer',
  6896.                     => '@JMSSerializer/Collector/panel.html.twig',
  6897.                 ],
  6898.                 'sulu_website.data_collector.sulu_collector' => [
  6899.                     => 'sulu',
  6900.                     => '@SuluWebsite/Profiler/layout.html.twig',
  6901.                 ],
  6902.                 'data_collector.config' => [
  6903.                     => 'config',
  6904.                     => '@WebProfiler/Collector/config.html.twig',
  6905.                 ],
  6906.             ],
  6907.             'doctrine_phpcr.migrate.migrators' => [
  6908.             ],
  6909.             'sulu_media.image.formats' => [
  6910.                 'sulu-400x400' => [
  6911.                     'key' => 'sulu-400x400',
  6912.                     'internal' => true,
  6913.                     'meta' => [
  6914.                         'title' => [
  6915.                             'en' => 'Contact avatar (Sulu)',
  6916.                             'de' => 'Kontaktavatar (Sulu)',
  6917.                             'fr' => 'Avatar du contact (Sulu)',
  6918.                             'nl' => 'Contact avatar (Sulu)',
  6919.                         ],
  6920.                     ],
  6921.                     'scale' => [
  6922.                         'x' => 400,
  6923.                         'y' => 400,
  6924.                         'mode' => 2,
  6925.                         'retina' => false,
  6926.                         'forceRatio' => true,
  6927.                     ],
  6928.                     'transformations' => [
  6929.                     ],
  6930.                     'options' => [
  6931.                         'jpeg_quality' => 75,
  6932.                         'webp_quality' => 75,
  6933.                         'png_compression_level' => 6,
  6934.                     ],
  6935.                 ],
  6936.                 'sulu-260x' => [
  6937.                     'key' => 'sulu-260x',
  6938.                     'internal' => true,
  6939.                     'meta' => [
  6940.                         'title' => [
  6941.                             'en' => 'Masonry preview (Sulu)',
  6942.                             'de' => 'Masonry Vorschau (Sulu)',
  6943.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  6944.                             'nl' => 'Masonry voorbeeld (Sulu)',
  6945.                         ],
  6946.                     ],
  6947.                     'scale' => [
  6948.                         'x' => 260,
  6949.                         'y' => NULL,
  6950.                         'mode' => 2,
  6951.                         'retina' => false,
  6952.                         'forceRatio' => true,
  6953.                     ],
  6954.                     'transformations' => [
  6955.                     ],
  6956.                     'options' => [
  6957.                         'jpeg_quality' => 75,
  6958.                         'webp_quality' => 75,
  6959.                         'png_compression_level' => 6,
  6960.                     ],
  6961.                 ],
  6962.                 'sulu-170x170' => [
  6963.                     'key' => 'sulu-170x170',
  6964.                     'internal' => true,
  6965.                     'meta' => [
  6966.                         'title' => [
  6967.                             'en' => 'Search (Sulu)',
  6968.                             'de' => 'Suche (Sulu)',
  6969.                             'fr' => 'Recherche (Sulu)',
  6970.                             'nl' => 'Zoeken (Sulu)',
  6971.                         ],
  6972.                     ],
  6973.                     'scale' => [
  6974.                         'x' => 170,
  6975.                         'y' => 170,
  6976.                         'mode' => 2,
  6977.                         'retina' => false,
  6978.                         'forceRatio' => true,
  6979.                     ],
  6980.                     'transformations' => [
  6981.                     ],
  6982.                     'options' => [
  6983.                         'jpeg_quality' => 75,
  6984.                         'webp_quality' => 75,
  6985.                         'png_compression_level' => 6,
  6986.                     ],
  6987.                 ],
  6988.                 'sulu-100x100-inset' => [
  6989.                     'key' => 'sulu-100x100-inset',
  6990.                     'internal' => true,
  6991.                     'meta' => [
  6992.                         'title' => [
  6993.                             'en' => 'Organization card (Sulu)',
  6994.                             'de' => 'Organisationskarte (Sulu)',
  6995.                             'fr' => 'Carte d\'organisation (Sulu)',
  6996.                             'nl' => 'Organisatie kaart (Sulu)',
  6997.                         ],
  6998.                     ],
  6999.                     'scale' => [
  7000.                         'x' => 100,
  7001.                         'y' => 100,
  7002.                         'mode' => 1,
  7003.                         'retina' => false,
  7004.                         'forceRatio' => true,
  7005.                     ],
  7006.                     'transformations' => [
  7007.                     ],
  7008.                     'options' => [
  7009.                         'jpeg_quality' => 75,
  7010.                         'webp_quality' => 75,
  7011.                         'png_compression_level' => 6,
  7012.                     ],
  7013.                 ],
  7014.                 'sulu-50x50' => [
  7015.                     'key' => 'sulu-50x50',
  7016.                     'internal' => true,
  7017.                     'meta' => [
  7018.                         'title' => [
  7019.                             'en' => 'Small thumbnail (Sulu)',
  7020.                             'de' => 'Kleines Thumbnail (Sulu)',
  7021.                             'fr' => 'Image miniature (Sulu)',
  7022.                             'nl' => 'Kleine thumbnail (Sulu)',
  7023.                         ],
  7024.                     ],
  7025.                     'scale' => [
  7026.                         'x' => 50,
  7027.                         'y' => 50,
  7028.                         'mode' => 2,
  7029.                         'retina' => false,
  7030.                         'forceRatio' => true,
  7031.                     ],
  7032.                     'transformations' => [
  7033.                     ],
  7034.                     'options' => [
  7035.                         'jpeg_quality' => 75,
  7036.                         'webp_quality' => 75,
  7037.                         'png_compression_level' => 6,
  7038.                     ],
  7039.                 ],
  7040.                 'sulu-25x25' => [
  7041.                     'key' => 'sulu-25x25',
  7042.                     'internal' => true,
  7043.                     'meta' => [
  7044.                         'title' => [
  7045.                             'en' => 'Micro thumbnail',
  7046.                             'de' => 'Mikro Thumbnail',
  7047.                             'fr' => 'Image micro',
  7048.                             'nl' => 'Micro thumbnail',
  7049.                         ],
  7050.                     ],
  7051.                     'scale' => [
  7052.                         'x' => 25,
  7053.                         'y' => 25,
  7054.                         'mode' => 2,
  7055.                         'retina' => false,
  7056.                         'forceRatio' => true,
  7057.                     ],
  7058.                     'transformations' => [
  7059.                     ],
  7060.                     'options' => [
  7061.                         'jpeg_quality' => 75,
  7062.                         'webp_quality' => 75,
  7063.                         'png_compression_level' => 6,
  7064.                     ],
  7065.                 ],
  7066.                 'sulu-40x40' => [
  7067.                     'key' => 'sulu-40x40',
  7068.                     'internal' => true,
  7069.                     'meta' => [
  7070.                         'title' => [
  7071.                             'en' => 'Small thumbnail (Sulu)',
  7072.                             'de' => 'Kleines Thumbnail (Sulu)',
  7073.                             'fr' => 'Image miniature (Sulu)',
  7074.                             'nl' => 'Kleine thumbnail (Sulu)',
  7075.                         ],
  7076.                     ],
  7077.                     'scale' => [
  7078.                         'x' => 40,
  7079.                         'y' => 40,
  7080.                         'mode' => 2,
  7081.                         'retina' => false,
  7082.                         'forceRatio' => true,
  7083.                     ],
  7084.                     'transformations' => [
  7085.                     ],
  7086.                     'options' => [
  7087.                         'jpeg_quality' => 75,
  7088.                         'webp_quality' => 75,
  7089.                         'png_compression_level' => 6,
  7090.                     ],
  7091.                 ],
  7092.                 'sulu-240x' => [
  7093.                     'key' => 'sulu-240x',
  7094.                     'internal' => true,
  7095.                     'meta' => [
  7096.                         'title' => [
  7097.                             'en' => 'Masonry preview (Sulu)',
  7098.                             'de' => 'Masonry Vorschau (Sulu)',
  7099.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7100.                             'nl' => 'Masonry voorbeeld (Sulu)',
  7101.                         ],
  7102.                     ],
  7103.                     'scale' => [
  7104.                         'x' => 240,
  7105.                         'y' => NULL,
  7106.                         'mode' => 2,
  7107.                         'retina' => false,
  7108.                         'forceRatio' => true,
  7109.                     ],
  7110.                     'transformations' => [
  7111.                     ],
  7112.                     'options' => [
  7113.                         'jpeg_quality' => 75,
  7114.                         'webp_quality' => 75,
  7115.                         'png_compression_level' => 6,
  7116.                     ],
  7117.                 ],
  7118.                 'sulu-400x400-inset' => [
  7119.                     'key' => 'sulu-400x400-inset',
  7120.                     'internal' => true,
  7121.                     'meta' => [
  7122.                         'title' => [
  7123.                             'en' => 'Organization logo (Sulu)',
  7124.                             'de' => 'Organisationslogo (Sulu)',
  7125.                             'fr' => 'Logo d\'organisation (Sulu)',
  7126.                             'nl' => 'Organisatie logo (Sulu)',
  7127.                         ],
  7128.                     ],
  7129.                     'scale' => [
  7130.                         'x' => 400,
  7131.                         'y' => 400,
  7132.                         'mode' => 1,
  7133.                         'retina' => false,
  7134.                         'forceRatio' => true,
  7135.                     ],
  7136.                     'transformations' => [
  7137.                     ],
  7138.                     'options' => [
  7139.                         'jpeg_quality' => 75,
  7140.                         'webp_quality' => 75,
  7141.                         'png_compression_level' => 6,
  7142.                     ],
  7143.                 ],
  7144.                 'sulu-100x100' => [
  7145.                     'key' => 'sulu-100x100',
  7146.                     'internal' => true,
  7147.                     'meta' => [
  7148.                         'title' => [
  7149.                             'en' => 'Contact card (Sulu)',
  7150.                             'de' => 'Personenkarte (Sulu)',
  7151.                             'fr' => 'Carte personnelle (Sulu)',
  7152.                             'nl' => 'Contact kaart (Sulu)',
  7153.                         ],
  7154.                     ],
  7155.                     'scale' => [
  7156.                         'x' => 100,
  7157.                         'y' => 100,
  7158.                         'mode' => 2,
  7159.                         'retina' => false,
  7160.                         'forceRatio' => true,
  7161.                     ],
  7162.                     'transformations' => [
  7163.                     ],
  7164.                     'options' => [
  7165.                         'jpeg_quality' => 75,
  7166.                         'webp_quality' => 75,
  7167.                         'png_compression_level' => 6,
  7168.                     ],
  7169.                 ],
  7170.                 'full-size' => [
  7171.                     'key' => 'full-size',
  7172.                     'internal' => false,
  7173.                     'meta' => [
  7174.                         'title' => [
  7175.                         ],
  7176.                     ],
  7177.                     'scale' => [
  7178.                         'x' => 1920,
  7179.                         'y' => 1080,
  7180.                         'mode' => 1,
  7181.                         'retina' => false,
  7182.                         'forceRatio' => true,
  7183.                     ],
  7184.                     'transformations' => [
  7185.                     ],
  7186.                     'options' => [
  7187.                         'jpeg_quality' => 75,
  7188.                         'webp_quality' => 75,
  7189.                         'png_compression_level' => 6,
  7190.                     ],
  7191.                 ],
  7192.                 'medium-size' => [
  7193.                     'key' => 'medium-size',
  7194.                     'internal' => false,
  7195.                     'meta' => [
  7196.                         'title' => [
  7197.                         ],
  7198.                     ],
  7199.                     'scale' => [
  7200.                         'x' => 960,
  7201.                         'y' => 590,
  7202.                         'mode' => 1,
  7203.                         'retina' => false,
  7204.                         'forceRatio' => true,
  7205.                     ],
  7206.                     'transformations' => [
  7207.                     ],
  7208.                     'options' => [
  7209.                         'jpeg_quality' => 75,
  7210.                         'webp_quality' => 75,
  7211.                         'png_compression_level' => 6,
  7212.                     ],
  7213.                 ],
  7214.                 '1180x' => [
  7215.                     'key' => '1180x',
  7216.                     'internal' => false,
  7217.                     'meta' => [
  7218.                         'title' => [
  7219.                         ],
  7220.                     ],
  7221.                     'scale' => [
  7222.                         'x' => 1180,
  7223.                         'y' => NULL,
  7224.                         'mode' => 1,
  7225.                         'retina' => false,
  7226.                         'forceRatio' => true,
  7227.                     ],
  7228.                     'transformations' => [
  7229.                     ],
  7230.                     'options' => [
  7231.                         'jpeg_quality' => 75,
  7232.                         'webp_quality' => 75,
  7233.                         'png_compression_level' => 6,
  7234.                     ],
  7235.                 ],
  7236.                 '50x50-inset' => [
  7237.                     'key' => '50x50-inset',
  7238.                     'internal' => false,
  7239.                     'meta' => [
  7240.                         'title' => [
  7241.                         ],
  7242.                     ],
  7243.                     'scale' => [
  7244.                         'x' => 50,
  7245.                         'y' => 50,
  7246.                         'mode' => 1,
  7247.                         'retina' => false,
  7248.                         'forceRatio' => true,
  7249.                     ],
  7250.                     'transformations' => [
  7251.                     ],
  7252.                     'options' => [
  7253.                         'jpeg_quality' => 75,
  7254.                         'webp_quality' => 75,
  7255.                         'png_compression_level' => 6,
  7256.                     ],
  7257.                 ],
  7258.                 '280x160' => [
  7259.                     'key' => '280x160',
  7260.                     'internal' => false,
  7261.                     'meta' => [
  7262.                         'title' => [
  7263.                         ],
  7264.                     ],
  7265.                     'scale' => [
  7266.                         'x' => 280,
  7267.                         'y' => 160,
  7268.                         'mode' => 2,
  7269.                         'retina' => false,
  7270.                         'forceRatio' => true,
  7271.                     ],
  7272.                     'transformations' => [
  7273.                     ],
  7274.                     'options' => [
  7275.                         'jpeg_quality' => 75,
  7276.                         'webp_quality' => 75,
  7277.                         'png_compression_level' => 6,
  7278.                     ],
  7279.                 ],
  7280.                 '280x280' => [
  7281.                     'key' => '280x280',
  7282.                     'internal' => false,
  7283.                     'meta' => [
  7284.                         'title' => [
  7285.                         ],
  7286.                     ],
  7287.                     'scale' => [
  7288.                         'x' => 280,
  7289.                         'y' => 280,
  7290.                         'mode' => 2,
  7291.                         'retina' => false,
  7292.                         'forceRatio' => true,
  7293.                     ],
  7294.                     'transformations' => [
  7295.                     ],
  7296.                     'options' => [
  7297.                         'jpeg_quality' => 75,
  7298.                         'webp_quality' => 75,
  7299.                         'png_compression_level' => 6,
  7300.                     ],
  7301.                 ],
  7302.                 '280x420' => [
  7303.                     'key' => '280x420',
  7304.                     'internal' => false,
  7305.                     'meta' => [
  7306.                         'title' => [
  7307.                         ],
  7308.                     ],
  7309.                     'scale' => [
  7310.                         'x' => 280,
  7311.                         'y' => 420,
  7312.                         'mode' => 2,
  7313.                         'retina' => false,
  7314.                         'forceRatio' => true,
  7315.                     ],
  7316.                     'transformations' => [
  7317.                     ],
  7318.                     'options' => [
  7319.                         'jpeg_quality' => 75,
  7320.                         'webp_quality' => 75,
  7321.                         'png_compression_level' => 6,
  7322.                     ],
  7323.                 ],
  7324.                 '300x200' => [
  7325.                     'key' => '300x200',
  7326.                     'internal' => false,
  7327.                     'meta' => [
  7328.                         'title' => [
  7329.                         ],
  7330.                     ],
  7331.                     'scale' => [
  7332.                         'x' => 300,
  7333.                         'y' => 200,
  7334.                         'mode' => 2,
  7335.                         'retina' => false,
  7336.                         'forceRatio' => true,
  7337.                     ],
  7338.                     'transformations' => [
  7339.                     ],
  7340.                     'options' => [
  7341.                         'jpeg_quality' => 75,
  7342.                         'webp_quality' => 75,
  7343.                         'png_compression_level' => 6,
  7344.                     ],
  7345.                 ],
  7346.                 '300x300' => [
  7347.                     'key' => '300x300',
  7348.                     'internal' => false,
  7349.                     'meta' => [
  7350.                         'title' => [
  7351.                         ],
  7352.                     ],
  7353.                     'scale' => [
  7354.                         'x' => 300,
  7355.                         'y' => 300,
  7356.                         'mode' => 2,
  7357.                         'retina' => false,
  7358.                         'forceRatio' => true,
  7359.                     ],
  7360.                     'transformations' => [
  7361.                     ],
  7362.                     'options' => [
  7363.                         'jpeg_quality' => 75,
  7364.                         'webp_quality' => 75,
  7365.                         'png_compression_level' => 6,
  7366.                     ],
  7367.                 ],
  7368.                 'x460' => [
  7369.                     'key' => 'x460',
  7370.                     'internal' => false,
  7371.                     'meta' => [
  7372.                         'title' => [
  7373.                         ],
  7374.                     ],
  7375.                     'scale' => [
  7376.                         'x' => NULL,
  7377.                         'y' => 460,
  7378.                         'mode' => 2,
  7379.                         'retina' => false,
  7380.                         'forceRatio' => true,
  7381.                     ],
  7382.                     'transformations' => [
  7383.                     ],
  7384.                     'options' => [
  7385.                         'jpeg_quality' => 75,
  7386.                         'webp_quality' => 75,
  7387.                         'png_compression_level' => 6,
  7388.                     ],
  7389.                 ],
  7390.                 '480x480' => [
  7391.                     'key' => '480x480',
  7392.                     'internal' => false,
  7393.                     'meta' => [
  7394.                         'title' => [
  7395.                         ],
  7396.                     ],
  7397.                     'scale' => [
  7398.                         'x' => 480,
  7399.                         'y' => 480,
  7400.                         'mode' => 2,
  7401.                         'retina' => false,
  7402.                         'forceRatio' => true,
  7403.                     ],
  7404.                     'transformations' => [
  7405.                     ],
  7406.                     'options' => [
  7407.                         'jpeg_quality' => 75,
  7408.                         'webp_quality' => 75,
  7409.                         'png_compression_level' => 6,
  7410.                     ],
  7411.                 ],
  7412.                 '570x320' => [
  7413.                     'key' => '570x320',
  7414.                     'internal' => false,
  7415.                     'meta' => [
  7416.                         'title' => [
  7417.                         ],
  7418.                     ],
  7419.                     'scale' => [
  7420.                         'x' => 570,
  7421.                         'y' => 320,
  7422.                         'mode' => 2,
  7423.                         'retina' => false,
  7424.                         'forceRatio' => true,
  7425.                     ],
  7426.                     'transformations' => [
  7427.                     ],
  7428.                     'options' => [
  7429.                         'jpeg_quality' => 75,
  7430.                         'webp_quality' => 75,
  7431.                         'png_compression_level' => 6,
  7432.                     ],
  7433.                 ],
  7434.                 '590x330' => [
  7435.                     'key' => '590x330',
  7436.                     'internal' => false,
  7437.                     'meta' => [
  7438.                         'title' => [
  7439.                         ],
  7440.                     ],
  7441.                     'scale' => [
  7442.                         'x' => 590,
  7443.                         'y' => 330,
  7444.                         'mode' => 2,
  7445.                         'retina' => false,
  7446.                         'forceRatio' => true,
  7447.                     ],
  7448.                     'transformations' => [
  7449.                     ],
  7450.                     'options' => [
  7451.                         'jpeg_quality' => 75,
  7452.                         'webp_quality' => 75,
  7453.                         'png_compression_level' => 6,
  7454.                     ],
  7455.                 ],
  7456.                 '590x400' => [
  7457.                     'key' => '590x400',
  7458.                     'internal' => false,
  7459.                     'meta' => [
  7460.                         'title' => [
  7461.                         ],
  7462.                     ],
  7463.                     'scale' => [
  7464.                         'x' => 590,
  7465.                         'y' => 400,
  7466.                         'mode' => 2,
  7467.                         'retina' => false,
  7468.                         'forceRatio' => true,
  7469.                     ],
  7470.                     'transformations' => [
  7471.                     ],
  7472.                     'options' => [
  7473.                         'jpeg_quality' => 75,
  7474.                         'webp_quality' => 75,
  7475.                         'png_compression_level' => 6,
  7476.                     ],
  7477.                 ],
  7478.                 '590x590' => [
  7479.                     'key' => '590x590',
  7480.                     'internal' => false,
  7481.                     'meta' => [
  7482.                         'title' => [
  7483.                         ],
  7484.                     ],
  7485.                     'scale' => [
  7486.                         'x' => 590,
  7487.                         'y' => 590,
  7488.                         'mode' => 2,
  7489.                         'retina' => false,
  7490.                         'forceRatio' => true,
  7491.                     ],
  7492.                     'transformations' => [
  7493.                     ],
  7494.                     'options' => [
  7495.                         'jpeg_quality' => 75,
  7496.                         'webp_quality' => 75,
  7497.                         'png_compression_level' => 6,
  7498.                     ],
  7499.                 ],
  7500.                 'x780' => [
  7501.                     'key' => 'x780',
  7502.                     'internal' => false,
  7503.                     'meta' => [
  7504.                         'title' => [
  7505.                         ],
  7506.                     ],
  7507.                     'scale' => [
  7508.                         'x' => NULL,
  7509.                         'y' => 780,
  7510.                         'mode' => 2,
  7511.                         'retina' => false,
  7512.                         'forceRatio' => true,
  7513.                     ],
  7514.                     'transformations' => [
  7515.                     ],
  7516.                     'options' => [
  7517.                         'jpeg_quality' => 75,
  7518.                         'webp_quality' => 75,
  7519.                         'png_compression_level' => 6,
  7520.                     ],
  7521.                 ],
  7522.                 '780x440' => [
  7523.                     'key' => '780x440',
  7524.                     'internal' => false,
  7525.                     'meta' => [
  7526.                         'title' => [
  7527.                         ],
  7528.                     ],
  7529.                     'scale' => [
  7530.                         'x' => 780,
  7531.                         'y' => 440,
  7532.                         'mode' => 2,
  7533.                         'retina' => false,
  7534.                         'forceRatio' => true,
  7535.                     ],
  7536.                     'transformations' => [
  7537.                     ],
  7538.                     'options' => [
  7539.                         'jpeg_quality' => 75,
  7540.                         'webp_quality' => 75,
  7541.                         'png_compression_level' => 6,
  7542.                     ],
  7543.                 ],
  7544.                 '1280x420' => [
  7545.                     'key' => '1280x420',
  7546.                     'internal' => false,
  7547.                     'meta' => [
  7548.                         'title' => [
  7549.                         ],
  7550.                     ],
  7551.                     'scale' => [
  7552.                         'x' => 1280,
  7553.                         'y' => 420,
  7554.                         'mode' => 2,
  7555.                         'retina' => false,
  7556.                         'forceRatio' => true,
  7557.                     ],
  7558.                     'transformations' => [
  7559.                     ],
  7560.                     'options' => [
  7561.                         'jpeg_quality' => 75,
  7562.                         'webp_quality' => 75,
  7563.                         'png_compression_level' => 6,
  7564.                     ],
  7565.                 ],
  7566.                 '731x412' => [
  7567.                     'key' => '731x412',
  7568.                     'internal' => false,
  7569.                     'meta' => [
  7570.                         'title' => [
  7571.                         ],
  7572.                     ],
  7573.                     'scale' => [
  7574.                         'x' => 731,
  7575.                         'y' => 412,
  7576.                         'mode' => 2,
  7577.                         'retina' => false,
  7578.                         'forceRatio' => true,
  7579.                     ],
  7580.                     'transformations' => [
  7581.                     ],
  7582.                     'options' => [
  7583.                         'jpeg_quality' => 75,
  7584.                         'webp_quality' => 75,
  7585.                         'png_compression_level' => 6,
  7586.                     ],
  7587.                 ],
  7588.                 '1280x721' => [
  7589.                     'key' => '1280x721',
  7590.                     'internal' => false,
  7591.                     'meta' => [
  7592.                         'title' => [
  7593.                         ],
  7594.                     ],
  7595.                     'scale' => [
  7596.                         'x' => 1280,
  7597.                         'y' => 721,
  7598.                         'mode' => 2,
  7599.                         'retina' => false,
  7600.                         'forceRatio' => true,
  7601.                     ],
  7602.                     'transformations' => [
  7603.                     ],
  7604.                     'options' => [
  7605.                         'jpeg_quality' => 75,
  7606.                         'webp_quality' => 75,
  7607.                         'png_compression_level' => 6,
  7608.                     ],
  7609.                 ],
  7610.                 '860x485' => [
  7611.                     'key' => '860x485',
  7612.                     'internal' => false,
  7613.                     'meta' => [
  7614.                         'title' => [
  7615.                         ],
  7616.                     ],
  7617.                     'scale' => [
  7618.                         'x' => 860,
  7619.                         'y' => 485,
  7620.                         'mode' => 2,
  7621.                         'retina' => false,
  7622.                         'forceRatio' => true,
  7623.                     ],
  7624.                     'transformations' => [
  7625.                     ],
  7626.                     'options' => [
  7627.                         'jpeg_quality' => 75,
  7628.                         'webp_quality' => 75,
  7629.                         'png_compression_level' => 6,
  7630.                     ],
  7631.                 ],
  7632.                 '522x294' => [
  7633.                     'key' => '522x294',
  7634.                     'internal' => false,
  7635.                     'meta' => [
  7636.                         'title' => [
  7637.                         ],
  7638.                     ],
  7639.                     'scale' => [
  7640.                         'x' => 522,
  7641.                         'y' => 294,
  7642.                         'mode' => 2,
  7643.                         'retina' => false,
  7644.                         'forceRatio' => true,
  7645.                     ],
  7646.                     'transformations' => [
  7647.                     ],
  7648.                     'options' => [
  7649.                         'jpeg_quality' => 75,
  7650.                         'webp_quality' => 75,
  7651.                         'png_compression_level' => 6,
  7652.                     ],
  7653.                 ],
  7654.                 '460x259' => [
  7655.                     'key' => '460x259',
  7656.                     'internal' => false,
  7657.                     'meta' => [
  7658.                         'title' => [
  7659.                         ],
  7660.                     ],
  7661.                     'scale' => [
  7662.                         'x' => 469,
  7663.                         'y' => 259,
  7664.                         'mode' => 2,
  7665.                         'retina' => false,
  7666.                         'forceRatio' => true,
  7667.                     ],
  7668.                     'transformations' => [
  7669.                     ],
  7670.                     'options' => [
  7671.                         'jpeg_quality' => 75,
  7672.                         'webp_quality' => 75,
  7673.                         'png_compression_level' => 6,
  7674.                     ],
  7675.                 ],
  7676.                 '607x486' => [
  7677.                     'key' => '607x486',
  7678.                     'internal' => false,
  7679.                     'meta' => [
  7680.                         'title' => [
  7681.                         ],
  7682.                     ],
  7683.                     'scale' => [
  7684.                         'x' => 607,
  7685.                         'y' => 486,
  7686.                         'mode' => 2,
  7687.                         'retina' => false,
  7688.                         'forceRatio' => true,
  7689.                     ],
  7690.                     'transformations' => [
  7691.                     ],
  7692.                     'options' => [
  7693.                         'jpeg_quality' => 75,
  7694.                         'webp_quality' => 75,
  7695.                         'png_compression_level' => 6,
  7696.                     ],
  7697.                 ],
  7698.                 '295x373' => [
  7699.                     'key' => '295x373',
  7700.                     'internal' => false,
  7701.                     'meta' => [
  7702.                         'title' => [
  7703.                         ],
  7704.                     ],
  7705.                     'scale' => [
  7706.                         'x' => 295,
  7707.                         'y' => 373,
  7708.                         'mode' => 2,
  7709.                         'retina' => false,
  7710.                         'forceRatio' => true,
  7711.                     ],
  7712.                     'transformations' => [
  7713.                     ],
  7714.                     'options' => [
  7715.                         'jpeg_quality' => 75,
  7716.                         'webp_quality' => 75,
  7717.                         'png_compression_level' => 6,
  7718.                     ],
  7719.                 ],
  7720.                 '320x' => [
  7721.                     'key' => '320x',
  7722.                     'internal' => false,
  7723.                     'meta' => [
  7724.                         'title' => [
  7725.                         ],
  7726.                     ],
  7727.                     'scale' => [
  7728.                         'x' => 320,
  7729.                         'y' => NULL,
  7730.                         'mode' => 2,
  7731.                         'retina' => false,
  7732.                         'forceRatio' => true,
  7733.                     ],
  7734.                     'transformations' => [
  7735.                     ],
  7736.                     'options' => [
  7737.                         'jpeg_quality' => 75,
  7738.                         'webp_quality' => 75,
  7739.                         'png_compression_level' => 6,
  7740.                     ],
  7741.                 ],
  7742.                 'full-2k' => [
  7743.                     'key' => 'full-2k',
  7744.                     'internal' => false,
  7745.                     'meta' => [
  7746.                         'title' => [
  7747.                         ],
  7748.                     ],
  7749.                     'scale' => [
  7750.                         'x' => 2880,
  7751.                         'y' => 1620,
  7752.                         'mode' => 1,
  7753.                         'retina' => false,
  7754.                         'forceRatio' => true,
  7755.                     ],
  7756.                     'transformations' => [
  7757.                     ],
  7758.                     'options' => [
  7759.                         'jpeg_quality' => 75,
  7760.                         'webp_quality' => 75,
  7761.                         'png_compression_level' => 6,
  7762.                     ],
  7763.                 ],
  7764.                 '720x' => [
  7765.                     'key' => '720x',
  7766.                     'internal' => false,
  7767.                     'meta' => [
  7768.                         'title' => [
  7769.                         ],
  7770.                     ],
  7771.                     'scale' => [
  7772.                         'x' => 720,
  7773.                         'y' => NULL,
  7774.                         'mode' => 1,
  7775.                         'retina' => false,
  7776.                         'forceRatio' => true,
  7777.                     ],
  7778.                     'transformations' => [
  7779.                     ],
  7780.                     'options' => [
  7781.                         'jpeg_quality' => 75,
  7782.                         'webp_quality' => 75,
  7783.                         'png_compression_level' => 6,
  7784.                     ],
  7785.                 ],
  7786.             ],
  7787.             'sulu_category.entity.category' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  7788.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  7789.             'sulu.version' => '2.4.0',
  7790.             'app.version' => NULL,
  7791.             'sulu_snippet.areas' => [
  7792.                 'breadcrumbsSocialMediaLinks' => [
  7793.                     'key' => 'breadcrumbsSocialMediaLinks',
  7794.                     'template' => 'socialMediaLinks',
  7795.                     'title' => [
  7796.                         'de' => 'Посилання на соціальні медіа BreadcrumbsSocialMediaLinks',
  7797.                         'en' => 'Social Media in breadcrumbs',
  7798.                     ],
  7799.                 ],
  7800.                 'contactButton' => [
  7801.                     'key' => 'contactButton',
  7802.                     'template' => 'contactButton',
  7803.                     'title' => [
  7804.                         'de' => ' ContactButton',
  7805.                         'en' => 'Contact Button',
  7806.                     ],
  7807.                 ],
  7808.                 'filterJob' => [
  7809.                     'key' => 'filterJob',
  7810.                     'template' => 'job',
  7811.                     'title' => [
  7812.                         'de' => ' FilterJob',
  7813.                         'en' => 'Filter job',
  7814.                     ],
  7815.                 ],
  7816.                 'footer' => [
  7817.                     'key' => 'footer',
  7818.                     'template' => 'header',
  7819.                     'title' => [
  7820.                         'de' => 'Header Footer',
  7821.                         'en' => 'Footer',
  7822.                     ],
  7823.                 ],
  7824.                 'footerContactExposed' => [
  7825.                     'key' => 'footerContactExposed',
  7826.                     'template' => 'contactExposed',
  7827.                     'title' => [
  7828.                         'de' => 'Контакти (відкрито) FooterContactExposed',
  7829.                         'en' => 'Contact in footer (exposed)',
  7830.                     ],
  7831.                 ],
  7832.                 'footerContacts' => [
  7833.                     'key' => 'footerContacts',
  7834.                     'template' => 'contacts',
  7835.                     'title' => [
  7836.                         'de' => 'Контакти FooterContacts',
  7837.                         'en' => 'Contacts in footer',
  7838.                     ],
  7839.                 ],
  7840.                 'footerLinks' => [
  7841.                     'key' => 'footerLinks',
  7842.                     'template' => 'simpleLinks',
  7843.                     'title' => [
  7844.                         'de' => 'Прості посилання FooterLinks',
  7845.                         'en' => 'Links in footer',
  7846.                     ],
  7847.                 ],
  7848.                 'footerSocialMediaLinks' => [
  7849.                     'key' => 'footerSocialMediaLinks',
  7850.                     'template' => 'socialMediaLinks',
  7851.                     'title' => [
  7852.                         'de' => 'Посилання на соціальні медіа FooterSocialMediaLinks',
  7853.                         'en' => 'Social Media in footer',
  7854.                     ],
  7855.                 ],
  7856.                 'header' => [
  7857.                     'key' => 'header',
  7858.                     'template' => 'header',
  7859.                     'title' => [
  7860.                         'de' => 'Header Header',
  7861.                         'en' => 'Header',
  7862.                     ],
  7863.                 ],
  7864.             ],
  7865.             'console.command.ids' => [
  7866.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  7867.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  7868.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  7869.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  7870.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  7871.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  7872.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  7873.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  7874.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  7875.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  7876.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  7877.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  7878.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  7879.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  7880.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  7881.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  7882.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  7883.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  7884.                 18 => 'console.command.public_alias.sulu_page.command.workspace_import',
  7885.                 19 => 'phpcr_migrations.command.status',
  7886.                 20 => 'phpcr_migrations.command.migrate',
  7887.                 21 => 'phpcr_migrations.command.initialize',
  7888.             ],
  7889.         ];
  7890.     }
  7891.     protected function throw($message)
  7892.     {
  7893.         throw new RuntimeException($message);
  7894.     }
  7895. }