var/cache/website/dev/ContainerWHdc8sl/App_KernelDevDebugContainer.php line 2130

Open in your IDE?
  1. <?php
  2. namespace ContainerWHdc8sl;
  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.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  60.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  61.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  62.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  63.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  64.             'request_stack' => 'getRequestStackService',
  65.             'router' => 'getRouterService',
  66.             'sulu.content.localization_finder' => 'getSulu_Content_LocalizationFinderService',
  67.             'sulu.content.mapper' => 'getSulu_Content_MapperService',
  68.             'sulu.content.path_cleaner' => 'getSulu_Content_PathCleanerService',
  69.             'sulu.content.structure_manager' => 'getSulu_Content_StructureManagerService',
  70.             'sulu.content.type_manager' => 'getSulu_Content_TypeManagerService',
  71.             'sulu.phpcr.session' => 'getSulu_Phpcr_SessionService',
  72.             'sulu.repository.access_control' => 'getSulu_Repository_AccessControlService',
  73.             'sulu.repository.account' => 'getSulu_Repository_AccountService',
  74.             'sulu.repository.analytics' => 'getSulu_Repository_AnalyticsService',
  75.             'sulu.repository.category' => 'getSulu_Repository_CategoryService',
  76.             'sulu.repository.category_meta' => 'getSulu_Repository_CategoryMetaService',
  77.             'sulu.repository.category_translation' => 'getSulu_Repository_CategoryTranslationService',
  78.             'sulu.repository.contact' => 'getSulu_Repository_ContactService',
  79.             'sulu.repository.keyword' => 'getSulu_Repository_KeywordService',
  80.             'sulu.repository.media' => 'getSulu_Repository_MediaService',
  81.             'sulu.repository.role' => 'getSulu_Repository_RoleService',
  82.             'sulu.repository.route' => 'getSulu_Repository_RouteService',
  83.             'sulu.repository.tag' => 'getSulu_Repository_TagService',
  84.             'sulu.repository.user' => 'getSulu_Repository_UserService',
  85.             'sulu.util.node_helper' => 'getSulu_Util_NodeHelperService',
  86.             'sulu_category.category_manager' => 'getSuluCategory_CategoryManagerService',
  87.             'sulu_category.keyword_manager' => 'getSuluCategory_KeywordManagerService',
  88.             'sulu_contact.contact_manager' => 'getSuluContact_ContactManagerService',
  89.             'sulu_core.array_serializer' => 'getSuluCore_ArraySerializerService',
  90.             'sulu_core.webspace.request_analyzer' => 'getSuluCore_Webspace_RequestAnalyzerService',
  91.             'sulu_core.webspace.webspace_manager' => 'getSuluCore_Webspace_WebspaceManagerService',
  92.             'sulu_custom_urls.manager' => 'getSuluCustomUrls_ManagerService',
  93.             'sulu_document_manager.document_inspector' => 'getSuluDocumentManager_DocumentInspectorService',
  94.             'sulu_document_manager.document_manager' => 'getSuluDocumentManager_DocumentManagerService',
  95.             'sulu_document_manager.metadata_factory.base' => 'getSuluDocumentManager_MetadataFactory_BaseService',
  96.             'sulu_document_manager.property_encoder' => 'getSuluDocumentManager_PropertyEncoderService',
  97.             'sulu_markup.parser.html_extractor' => 'getSuluMarkup_Parser_HtmlExtractorService',
  98.             'sulu_media.collection_repository' => 'getSuluMedia_CollectionRepositoryService',
  99.             'sulu_media.format_cache' => 'getSuluMedia_FormatCacheService',
  100.             'sulu_media.format_manager' => 'getSuluMedia_FormatManagerService',
  101.             'sulu_media.image.transformation.blur' => 'getSuluMedia_Image_Transformation_BlurService',
  102.             'sulu_media.image.transformation.crop' => 'getSuluMedia_Image_Transformation_CropService',
  103.             'sulu_media.image.transformation.gamma' => 'getSuluMedia_Image_Transformation_GammaService',
  104.             'sulu_media.image.transformation.grayscale' => 'getSuluMedia_Image_Transformation_GrayscaleService',
  105.             'sulu_media.image.transformation.negative' => 'getSuluMedia_Image_Transformation_NegativeService',
  106.             'sulu_media.image.transformation.paste' => 'getSuluMedia_Image_Transformation_PasteService',
  107.             'sulu_media.image.transformation.sharpen' => 'getSuluMedia_Image_Transformation_SharpenService',
  108.             'sulu_media.media_manager' => 'getSuluMedia_MediaManagerService',
  109.             'sulu_media.storage' => 'getSuluMedia_StorageService',
  110.             'sulu_page.compat.structure.legacy_property_factory' => 'getSuluPage_Compat_Structure_LegacyPropertyFactoryService',
  111.             'sulu_page.content_repository' => 'getSuluPage_ContentRepositoryService',
  112.             'sulu_page.extension.manager' => 'getSuluPage_Extension_ManagerService',
  113.             'sulu_page.structure.factory' => 'getSuluPage_Structure_FactoryService',
  114.             'sulu_security.mask_converter' => 'getSuluSecurity_MaskConverterService',
  115.             'sulu_security.salt_generator' => 'getSuluSecurity_SaltGeneratorService',
  116.             'sulu_security.security_checker' => 'getSuluSecurity_SecurityCheckerService',
  117.             'sulu_security.user_manager' => 'getSuluSecurity_UserManagerService',
  118.             'sulu_snippet.default_snippet.manager' => 'getSuluSnippet_DefaultSnippet_ManagerService',
  119.             'sulu_snippet.resolver' => 'getSuluSnippet_ResolverService',
  120.             'sulu_tag.tag_manager' => 'getSuluTag_TagManagerService',
  121.             'sulu_website.resolver.structure' => 'getSuluWebsite_Resolver_StructureService',
  122.             'translator' => 'getTranslatorService',
  123.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  124.             'cache_clearer' => 'getCacheClearerService',
  125.             'filesystem' => 'getFilesystemService',
  126.             'serializer' => 'getSerializerService',
  127.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  128.             'form.factory' => 'getForm_FactoryService',
  129.             'form.type.file' => 'getForm_Type_FileService',
  130.             'profiler' => 'getProfilerService',
  131.             'twig' => 'getTwigService',
  132.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  133.             'security.token_storage' => 'getSecurity_TokenStorageService',
  134.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  135.             'session' => 'getSessionService',
  136.             'validator' => 'getValidatorService',
  137.         ];
  138.         $this->fileMap = [
  139.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  140.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  141.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  142.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  143.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  144.             '.container.private.session' => 'get_Container_Private_SessionService',
  145.             'App\\Content\\Type\\MultiplePropertySelection' => 'getMultiplePropertySelectionService',
  146.             'App\\Content\\Type\\SingleCantonSearchSelection' => 'getSingleCantonSearchSelectionService',
  147.             'App\\Content\\Type\\SingleCommuneSearchSelection' => 'getSingleCommuneSearchSelectionService',
  148.             'App\\Content\\Type\\SingleDistrictSearchSelection' => 'getSingleDistrictSearchSelectionService',
  149.             'App\\Content\\Type\\SinglePropertySelection' => 'getSinglePropertySelectionService',
  150.             'App\\Content\\Type\\SingleZoneSearchSelection' => 'getSingleZoneSearchSelectionService',
  151.             'App\\Controller\\Website\\ContactController' => 'getContactControllerService',
  152.             'App\\Controller\\Website\\LayoutController' => 'getLayoutControllerService',
  153.             'App\\Controller\\Website\\NewsController' => 'getNewsControllerService',
  154.             'App\\Controller\\Website\\OfferController' => 'getOfferControllerService',
  155.             'App\\Service\\DocumentManagerService' => 'getDocumentManagerServiceService',
  156.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  157.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  158.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  159.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  160.             'cache.app_clearer' => 'getCache_AppClearerService',
  161.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  162.             'cache.system_clearer' => 'getCache_SystemClearerService',
  163.             'cache_warmer' => 'getCacheWarmerService',
  164.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  165.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
  166.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
  167.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
  168.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
  169.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
  170.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
  171.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
  172.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
  173.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
  174.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
  175.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
  176.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
  177.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
  178.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
  179.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
  180.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
  181.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
  182.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
  183.             'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
  184.             'console.command_loader' => 'getConsole_CommandLoaderService',
  185.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  186.             'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
  187.             'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
  188.             'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
  189.             'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
  190.             'error_controller' => 'getErrorControllerService',
  191.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  192.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  193.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  194.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  195.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  196.             'knp_paginator' => 'getKnpPaginatorService',
  197.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  198.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  199.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  200.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  201.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  202.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  203.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  204.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  205.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  206.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  207.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  208.             'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
  209.             'massive_search.adapter.zend_lucene' => 'getMassiveSearch_Adapter_ZendLuceneService',
  210.             'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
  211.             'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
  212.             'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
  213.             'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
  214.             'routing.loader' => 'getRouting_LoaderService',
  215.             'services_resetter' => 'getServicesResetterService',
  216.             'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
  217.             'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
  218.             'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
  219.             'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
  220.             'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
  221.             'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
  222.             'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
  223.             'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
  224.             'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
  225.             'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
  226.             'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
  227.             'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
  228.             'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
  229.             'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
  230.             'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
  231.             'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
  232.             'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
  233.             'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
  234.             'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
  235.             'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
  236.             'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
  237.             'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
  238.             'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
  239.             'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
  240.             'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
  241.             'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
  242.             'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
  243.             'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
  244.             'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
  245.             'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
  246.             'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
  247.             'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
  248.             'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
  249.             'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
  250.             'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
  251.             'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
  252.             'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
  253.             'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
  254.             'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
  255.             'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
  256.             'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
  257.             'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
  258.             'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
  259.             'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
  260.             'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
  261.             'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
  262.             'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
  263.             'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
  264.             'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
  265.             'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
  266.             'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
  267.             'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
  268.             'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService',
  269.             'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
  270.             'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
  271.             'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
  272.             'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService',
  273.             'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
  274.             'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
  275.             'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
  276.             'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
  277.             'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
  278.             'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
  279.             'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
  280.             'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
  281.             'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
  282.             'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
  283.             'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
  284.             'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
  285.             'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
  286.             'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
  287.             'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
  288.             'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
  289.             'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
  290.             'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
  291.             'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
  292.             'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
  293.             'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
  294.             'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
  295.             'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
  296.             'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
  297.             'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
  298.             'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
  299.             'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
  300.             'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
  301.             'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
  302.             'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
  303.             'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
  304.             'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
  305.             'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
  306.             'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
  307.             'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
  308.             'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
  309.             'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
  310.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  311.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  312.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  313.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  314.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  315.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  316.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  317.         ];
  318.         $this->aliases = [
  319.             'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  320.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  321.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  322.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  323.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  324.             'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  325.             'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
  326.             'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
  327.             'database_connection' => 'doctrine.dbal.default_connection',
  328.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  329.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  330.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  331.             'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  332.             'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  333.             'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  334.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  335.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  336.             'mailer' => 'swiftmailer.mailer.default',
  337.             'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  338.             'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  339.         ];
  340.         $this->privates['service_container'] = function () {
  341.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  342.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  343.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  344.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  345.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  346.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  347.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  348.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  349.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  350.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  351.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  352.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  353.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  354.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  355.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  356.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  357.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  358.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  359.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  360.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  361.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  362.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  363.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RunnerInterface.php';
  364.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  365.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  366.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RuntimeInterface.php';
  367.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/GenericRuntime.php';
  368.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/SymfonyRuntime.php';
  369.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  370.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  371.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  372.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  373.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  374.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  375.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  376.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  377.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocatorInterface.php';
  378.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocator.php';
  379.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  380.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  381.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  382.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  383.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  384.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  385.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  386.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  387.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  388.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  389.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  390.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareInterface.php';
  391.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareTrait.php';
  392.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  393.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  394.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  395.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  396.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  397.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  398.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  399.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  400.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  401.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  402.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  403.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  404.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  405.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  406.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  407.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  408.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  409.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  410.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  411.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  412.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  413.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  414.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  415.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  416.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  417.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  418.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  419.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerInterface.php';
  420.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  421.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  422.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  423.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  424.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  425.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  426.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  427.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  428.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  429.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  430.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  431.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  432.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  433.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  434.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  435.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  436.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  437.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  438.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  439.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  440.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  442.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  444.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  445.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  448.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  449.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  450.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistryInterface.php';
  451.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistry.php';
  452.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormExtensionInterface.php';
  453.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  458.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  459.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  460.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  461.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  462.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  463.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  464.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  465.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  466.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  467.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  468.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  469.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  470.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  471.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  472.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  473.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  474.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  475.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  476.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  477.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  478.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  479.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  480.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  481.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  482.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  483.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  484.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  485.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  486.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  487.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  488.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  489.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  490.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  491.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  492.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  493.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  494.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  495.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  496.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  497.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  498.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  499.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  500.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  501.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  502.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  503.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  504.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  505.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
  506.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
  507.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  508.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  509.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
  510.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
  511.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
  512.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
  513.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
  514.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
  515.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  516.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  517.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
  518.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
  519.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
  520.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  521.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/Loader.php';
  522.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  523.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  524.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  525.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/FileLoader.php';
  526.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  527.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  528.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  529.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  530.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  531.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  532.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  533.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  534.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  535.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  536.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  537.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  538.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  539.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  540.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  541.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  542.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  543.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  544.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  545.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  546.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  547.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  548.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  549.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  550.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  551.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  552.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  553.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  554.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  555.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  556.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
  557.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
  558.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
  559.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
  560.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/DateTimeRequestProcessor.php';
  561.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/SegmentRequestProcessor.php';
  562.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
  563.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  564.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  565.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  566.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  567.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Registry.php';
  568.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Connection.php';
  569.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  570.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Configuration.php';
  571.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  572.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  573.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  574.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  575.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  576.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  577.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  578.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  579.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  580.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  581.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  582.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  583.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  584.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  585.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  586.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  587.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  588.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  589.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  590.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  591.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  592.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  593.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  594.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  595.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  596.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  597.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  598.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  599.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  600.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  601.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  602.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  603.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  604.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  605.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  606.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  607.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  608.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableDriver.php';
  609.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  610.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  611.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  612.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  613.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  614.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  615.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  616.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  617.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  618.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  619.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  620.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  621.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  622.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  623.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  624.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  625.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  626.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  627.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  628.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  629.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  630.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  631.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  632.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  633.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  634.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  635.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  636.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  637.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  638.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  639.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  640.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  641.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  642.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  643.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  644.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/Php8AttributesListener.php';
  645.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Factory.php';
  646.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  647.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
  648.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
  649.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
  650.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  651.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
  652.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  653.             include_once \dirname(__DIR__5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  654.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  655.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
  656.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  657.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  658.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  659.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  660.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  661.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
  662.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  663.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  664.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  665.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  666.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  667.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  668.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  669.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  670.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Imagick/Imagine.php';
  671.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  672.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  673.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  674.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  675.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  676.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  677.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  678.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  679.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  680.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  681.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  682.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  683.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  684.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  685.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  686.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  687.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  688.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  689.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  690.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  691.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  692.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  693.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  694.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  695.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  696.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  697.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  698.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  699.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  700.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  701.             include_once \dirname(__DIR__5).'/vendor/contao/imagine-svg/src/Imagine.php';
  702.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
  703.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
  704.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
  705.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
  706.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
  707.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
  708.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
  709.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
  710.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
  711.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
  712.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/EventSubscriberInterface.php';
  713.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
  714.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
  715.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
  716.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
  717.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
  718.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
  719.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
  720.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
  721.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
  722.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  723.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  724.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  725.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  726.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  727.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  728.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  729.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  730.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  731.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  732.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  733.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  734.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
  735.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
  736.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  737.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  738.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  739.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  740.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  741.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  742.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  743.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  744.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  745.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  746.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  747.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  748.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  749.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  750.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  751.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  752.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  753.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  754.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  755.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  756.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  757.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  758.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  759.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  760.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  761.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  762.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  763.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  764.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  765.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  766.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  767.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
  768.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  769.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  770.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  771.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  772.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  773.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  774.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  775.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  776.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  777.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  778.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  779.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  780.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  783.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  784.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  785.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  786.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
  787.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
  788.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollectorInterface.php';
  789.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollector.php';
  790.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  791.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  792.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  793.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  794.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  795.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
  796.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  797.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
  798.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
  799.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
  800.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
  801.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
  802.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
  803.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
  804.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
  805.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
  806.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
  807.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
  808.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
  809.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
  810.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
  811.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  812.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
  813.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
  814.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
  815.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
  816.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
  817.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  818.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  819.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  820.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  821.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  822.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  823.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  824.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  825.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  826.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  827.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  828.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  829.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  830.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  831.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  832.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  833.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  834.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  835.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  836.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  837.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Security.php';
  838.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  839.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  840.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  841.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  842.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  843.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  844.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  845.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  846.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  847.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  848.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  849.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  850.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  851.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  852.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
  853.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
  854.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
  855.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
  856.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
  857.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
  858.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  859.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  860.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  861.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  862.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  863.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  864.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  865.             include_once \dirname(__DIR__5).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  866.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  867.             include_once \dirname(__DIR__5).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  868.             include_once \dirname(__DIR__5).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  869.             include_once \dirname(__DIR__5).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  870.             include_once \dirname(__DIR__5).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  871.             include_once \dirname(__DIR__5).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  872.             include_once \dirname(__DIR__5).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  873.             include_once \dirname(__DIR__5).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  874.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  875.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  876.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  877.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  878.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  879.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  880.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  881.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  882.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  883.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  884.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  885.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  886.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  887.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  888.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  889.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  890.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  891.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  892.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  893.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  894.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  895.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  896.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  897.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouteCollection.php';
  898.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  899.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  900.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  901.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  902.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  903.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  904.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  905.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  906.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  907.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  908.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  909.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  910.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  911.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  912.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  913.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  914.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  915.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  916.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  917.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  918.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  919.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  920.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  921.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  922.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  923.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  924.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  925.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  926.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  927.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  928.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  929.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  930.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  931.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  932.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  933.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  934.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  935.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  936.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  937.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  938.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  939.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  940.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  941.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  942.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  943.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  944.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  945.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  946.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  947.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  948.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  949.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  950.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  951.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  952.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php';
  953.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  954.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  955.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  956.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  957.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  958.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactoryInterface.php';
  959.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactory.php';
  960.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  961.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  962.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  963.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  964.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  965.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  966.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  967.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  968.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  969.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  970.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  971.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  972.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  973.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  974.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  975.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  976.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  977.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  978.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  979.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  980.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  981.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  982.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  983.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  984.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  985.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  986.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  987.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  988.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  989.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  990.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  991.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  992.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  993.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  994.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  995.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  996.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  997.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  998.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  999.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1015.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1016.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1017.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1018.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1019.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1020.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1021.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1022.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1023.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1024.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  1029.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  1030.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  1031.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  1032.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  1033.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  1034.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  1035.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  1036.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.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/Navigation/NavigationTwigExtensionInterface.php';
  1043.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  1045.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  1046.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  1047.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  1048.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  1049.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  1050.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  1051.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  1052.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  1053.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  1054.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  1055.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  1056.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  1057.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  1058.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  1059.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  1060.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  1061.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1062.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1063.             include_once \dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1064.             include_once \dirname(__DIR__5).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1065.             include_once \dirname(__DIR__5).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1066.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  1067.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1068.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1069.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1070.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1071.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1072.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1073.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1074.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1075.         };
  1076.     }
  1077.     public function compile(): void
  1078.     {
  1079.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1080.     }
  1081.     public function isCompiled(): bool
  1082.     {
  1083.         return true;
  1084.     }
  1085.     public function getRemovedIds(): array
  1086.     {
  1087.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1088.     }
  1089.     protected function load($file$lazyLoad true)
  1090.     {
  1091.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1092.             return $class::do($this$lazyLoad);
  1093.         }
  1094.         if ('.' === $file[-4]) {
  1095.             $class substr($class0, -4);
  1096.         } else {
  1097.             $file .= '.php';
  1098.         }
  1099.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1100.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1101.     }
  1102.     protected function createProxy($class\Closure $factory)
  1103.     {
  1104.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1105.         return $factory();
  1106.     }
  1107.     /**
  1108.      * Gets the public '.container.private.filesystem' shared service.
  1109.      *
  1110.      * @return \Symfony\Component\Filesystem\Filesystem
  1111.      */
  1112.     protected function get_Container_Private_FilesystemService()
  1113.     {
  1114.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1115.     }
  1116.     /**
  1117.      * Gets the public '.container.private.form.factory' shared service.
  1118.      *
  1119.      * @return \Symfony\Component\Form\FormFactory
  1120.      */
  1121.     protected function get_Container_Private_Form_FactoryService()
  1122.     {
  1123.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1124.     }
  1125.     /**
  1126.      * Gets the public '.container.private.profiler' shared service.
  1127.      *
  1128.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1129.      */
  1130.     protected function get_Container_Private_ProfilerService()
  1131.     {
  1132.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1133.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1134.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1135.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1136.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1137.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1138.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1139.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1140.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1141.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1142.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1143.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1144.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1145.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1146.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1147.         $d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
  1148.         $d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
  1149.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1150.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1151.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1152.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1153.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1154.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1155.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1156.         if ($this->has('kernel')) {
  1157.             $f->setKernel($b);
  1158.         }
  1159.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1160.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1161.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1162.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1163.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1164.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1165.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1166.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1167.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1168.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1169.         $instance->add($d);
  1170.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1171.         $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));
  1172.         $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())));
  1173.         $instance->add($e);
  1174.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1175.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1176.         $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1177.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1178.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1179.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1180.         $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()))));
  1181.         $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
  1182.         $instance->add($f);
  1183.         return $instance;
  1184.     }
  1185.     /**
  1186.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1187.      *
  1188.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1189.      */
  1190.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1191.     {
  1192.         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);
  1193.     }
  1194.     /**
  1195.      * Gets the public '.container.private.security.token_storage' shared service.
  1196.      *
  1197.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1198.      */
  1199.     protected function get_Container_Private_Security_TokenStorageService()
  1200.     {
  1201.         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, [
  1202.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1203.         ], [
  1204.             'request_stack' => '?',
  1205.         ]));
  1206.     }
  1207.     /**
  1208.      * Gets the public '.container.private.twig' shared service.
  1209.      *
  1210.      * @return \Twig\Environment
  1211.      */
  1212.     protected function get_Container_Private_TwigService()
  1213.     {
  1214.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['strict_variables' => false'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true]);
  1215.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1216.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1217.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1218.         $d = ($this->services['router'] ?? $this->getRouterService());
  1219.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1220.         $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1221.         $g = ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService());
  1222.         $h = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
  1223.         $i = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  1224.         $j = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1225.         $k = ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService());
  1226.         $l = ($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService());
  1227.         $m = ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService());
  1228.         $n = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1229.         $o = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($n'dev'$j);
  1230.         $p = ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService());
  1231.         $q = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1232.         $r = ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService());
  1233.         $s = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  1234.         $t = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1235.         $t->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1236.         $u = new \Symfony\Bridge\Twig\AppVariable();
  1237.         $u->setEnvironment('dev');
  1238.         $u->setDebug(true);
  1239.         if ($this->has('.container.private.security.token_storage')) {
  1240.             $u->setTokenStorage($f);
  1241.         }
  1242.         if ($this->has('request_stack')) {
  1243.             $u->setRequestStack($e);
  1244.         }
  1245.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1246.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1247.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1248.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  1249.             yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  1250.         }, 1))));
  1251.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c\dirname(__DIR__5), 'UTF-8'));
  1252.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  1253.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1254.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1255.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1256.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1257.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1258.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1259.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  1260.         $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())));
  1261.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1262.         $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)));
  1263.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1264.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1265.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1266.         $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  1267.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  1268.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())));
  1269.         $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  1270.         $instance->addExtension(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()), $g$h));
  1271.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension($i$j$k), $h1));
  1272.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension($l$j$m));
  1273.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension($l$j$m));
  1274.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  1275.         $instance->addExtension(new \Sulu\Bundle\TagBundle\Twig\TagTwigExtension(($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService()), ($this->privates['sulu_tag.tag_request_handler'] ?? $this->getSuluTag_TagRequestHandlerService()), $g$h));
  1276.         $instance->addExtension($o);
  1277.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($i, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($i$p, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder($q$r'i18n'), $s$a$this->parameters['sulu_security.permissions'], $this->parameters['sulu_website.enabled_twig_attributes']), $j), $h1));
  1278.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator($p$n, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder($q$r'i18n'), 'dev'), $n'dev'$j), $h1));
  1279.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension($i$k$s$j, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), $n$e), $h1));
  1280.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($j$o));
  1281.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($j$o$e));
  1282.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  1283.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($t));
  1284.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($d$b)));
  1285.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1286.         $instance->addGlobal('app'$u);
  1287.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1288.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1289.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1290.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1291.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1292.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1293.         ], [
  1294.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1295.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1296.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1297.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1298.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1299.         ])));
  1300.         $instance->addGlobal('googleCaptchaKey'$this->getEnv('GOOGLE_CAPTCHA_KEY'));
  1301.         $instance->addGlobal('googleApisKey'$this->getEnv('GOOGLE_APIS_KEY'));
  1302.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1303.         return $instance;
  1304.     }
  1305.     /**
  1306.      * Gets the public '.container.private.validator' shared service.
  1307.      *
  1308.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1309.      */
  1310.     protected function get_Container_Private_ValidatorService()
  1311.     {
  1312.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1313.     }
  1314.     /**
  1315.      * Gets the public 'cache.app' shared service.
  1316.      *
  1317.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1318.      */
  1319.     protected function getCache_AppService()
  1320.     {
  1321.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('cPmG0+Hvn2'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1322.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1323.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1324.     }
  1325.     /**
  1326.      * Gets the public 'cache.system' shared service.
  1327.      *
  1328.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1329.      */
  1330.     protected function getCache_SystemService()
  1331.     {
  1332.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TnNQzm8IVH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1333.     }
  1334.     /**
  1335.      * Gets the public 'cache.validator_expression_language' shared service.
  1336.      *
  1337.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1338.      */
  1339.     protected function getCache_ValidatorExpressionLanguageService()
  1340.     {
  1341.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+mCUoHWxaO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1342.     }
  1343.     /**
  1344.      * Gets the public 'cmf_routing.route_provider' shared service.
  1345.      *
  1346.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1347.      */
  1348.     protected function getCmfRouting_RouteProviderService()
  1349.     {
  1350.         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]);
  1351.     }
  1352.     /**
  1353.      * Gets the public 'data_collector.dump' shared service.
  1354.      *
  1355.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1356.      */
  1357.     protected function getDataCollector_DumpService()
  1358.     {
  1359.         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()));
  1360.     }
  1361.     /**
  1362.      * Gets the public 'doctrine' shared service.
  1363.      *
  1364.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1365.      */
  1366.     protected function getDoctrineService()
  1367.     {
  1368.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1369.     }
  1370.     /**
  1371.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1372.      *
  1373.      * @return \Doctrine\DBAL\Connection
  1374.      */
  1375.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1376.     {
  1377.         $a = new \Doctrine\DBAL\Configuration();
  1378.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1379.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1380.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1381.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1382.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1383.         $c->setConnectionName('default');
  1384.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1385.         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' => [1002 => 'SET SESSION sql_mode=(SELECT REPLACE(@@sql_mode, \'ONLY_FULL_GROUP_BY\', \'\'))'], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1386.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  1387.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1388.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1389.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1390.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1391.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  1392.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService'true],
  1393.             'massive_search.search.event_subscriber.doctrine_orm' => ['privates''massive_search.search.event_subscriber.doctrine_orm''getMassiveSearch_Search_EventSubscriber_DoctrineOrmService'true],
  1394.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1395.             'sulu.persistence.event_subscriber.orm.metadata' => ['privates''sulu.persistence.event_subscriber.orm.metadata''getSulu_Persistence_EventSubscriber_Orm_MetadataService'true],
  1396.             'sulu.persistence.event_subscriber.orm.timestampable' => ['privates''sulu.persistence.event_subscriber.orm.timestampable''getSulu_Persistence_EventSubscriber_Orm_TimestampableService'true],
  1397.             'sulu.persistence.event_subscriber.orm.user_blame' => ['privates''sulu.persistence.event_subscriber.orm.user_blame''getSulu_Persistence_EventSubscriber_Orm_UserBlameService'true],
  1398.             'sulu_activity.domain_event_collector_subscriber' => ['privates''sulu_activity.domain_event_collector_subscriber''getSuluActivity_DomainEventCollectorSubscriberService'true],
  1399.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService'true],
  1400.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService'true],
  1401.             'sulu_core.doctrine.references' => ['privates''sulu_core.doctrine.references''getSuluCore_Doctrine_ReferencesService'true],
  1402.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService'true],
  1403.             'sulu_security.permission_inheritance_subscriber' => ['privates''sulu_security.permission_inheritance_subscriber''getSuluSecurity_PermissionInheritanceSubscriberService'true],
  1404.         ], [
  1405.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  1406.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1407.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1408.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1409.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1410.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  1411.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  1412.             'massive_search.search.event_subscriber.doctrine_orm' => '?',
  1413.             'stof_doctrine_extensions.listener.tree' => '?',
  1414.             'sulu.persistence.event_subscriber.orm.metadata' => '?',
  1415.             'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  1416.             'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  1417.             'sulu_activity.domain_event_collector_subscriber' => '?',
  1418.             'sulu_contact.account_listener' => '?',
  1419.             'sulu_contact.doctrine.invalidation_listener' => '?',
  1420.             'sulu_core.doctrine.references' => '?',
  1421.             'sulu_media.doctrine.invalidation_listener' => '?',
  1422.             'sulu_security.permission_inheritance_subscriber' => '?',
  1423.         ]), [=> '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 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 13 => [=> [=> 'postGenerateSchema'], => 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener'], 14 => [=> [=> 'postPersist'], => 'sulu_contact.account_listener'], 15 => [=> [=> 'postPersist'], => 'sulu_contact.doctrine.invalidation_listener'], 16 => [=> [=> 'postUpdate'], => 'sulu_contact.doctrine.invalidation_listener'], 17 => [=> [=> 'preRemove'], => 'sulu_contact.doctrine.invalidation_listener'], 18 => [=> [=> 'postPersist'], => 'sulu_media.doctrine.invalidation_listener'], 19 => [=> [=> 'postUpdate'], => 'sulu_media.doctrine.invalidation_listener'], 20 => [=> [=> 'preRemove'], => 'sulu_media.doctrine.invalidation_listener'], 21 => 'sulu_activity.domain_event_collector_subscriber']), []);
  1424.     }
  1425.     /**
  1426.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1427.      *
  1428.      * @return \Doctrine\ORM\EntityManager
  1429.      */
  1430.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1431.     {
  1432.         if ($lazyLoad) {
  1433.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1434.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1435.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1436.                     $proxy->setProxyInitializer(null);
  1437.                     return true;
  1438.                 });
  1439.             });
  1440.         }
  1441.         include_once \dirname(__DIR__5).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1442.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1443.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1444.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1445.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1446.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1447.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1448.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1449.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1450.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1451.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1452.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1453.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1454.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1455.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1456.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1457.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1458.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1459.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1460.         $a = new \Doctrine\ORM\Configuration();
  1461.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1462.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1463.         $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')])));
  1464.         $b->addDriver($c'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1465.         $b->addDriver($c'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1466.         $b->addDriver($c'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1467.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1468.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1469.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1470.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1471.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1472.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1473.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1474.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1475.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1476.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1477.         $b->addDriver($d'Sulu\\Bundle\\AdminBundle\\Entity');
  1478.         $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']);
  1479.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1480.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1481.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1482.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1483.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1484.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1485.         ], [
  1486.             'doctrine.ulid_generator' => '?',
  1487.             'doctrine.uuid_generator' => '?',
  1488.         ])));
  1489.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1490.         $a->setProxyNamespace('Proxies');
  1491.         $a->setAutoGenerateProxyClasses(true);
  1492.         $a->setSchemaIgnoreClasses([]);
  1493.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1494.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1495.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1496.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1497.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1498.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1499.             'App\\Repository\\BrokerRepository' => ['privates''App\\Repository\\BrokerRepository''getBrokerRepositoryService'true],
  1500.             'App\\Repository\\CantonRepository' => ['privates''App\\Repository\\CantonRepository''getCantonRepositoryService'true],
  1501.             'App\\Repository\\CantonSearchRepository' => ['privates''App\\Repository\\CantonSearchRepository''getCantonSearchRepositoryService'true],
  1502.             'App\\Repository\\ChoiceRepository' => ['privates''App\\Repository\\ChoiceRepository''getChoiceRepositoryService'true],
  1503.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'true],
  1504.             'App\\Repository\\CommuneSearchRepository' => ['privates''App\\Repository\\CommuneSearchRepository''getCommuneSearchRepositoryService'true],
  1505.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'true],
  1506.             'App\\Repository\\DistanceRepository' => ['privates''App\\Repository\\DistanceRepository''getDistanceRepositoryService'true],
  1507.             'App\\Repository\\DistrictRepository' => ['privates''App\\Repository\\DistrictRepository''getDistrictRepositoryService'true],
  1508.             'App\\Repository\\DistrictSearchRepository' => ['privates''App\\Repository\\DistrictSearchRepository''getDistrictSearchRepositoryService'true],
  1509.             'App\\Repository\\PhotoRepository' => ['privates''App\\Repository\\PhotoRepository''getPhotoRepositoryService'true],
  1510.             'App\\Repository\\PropertyRepository' => ['privates''App\\Repository\\PropertyRepository''getPropertyRepositoryService'true],
  1511.             'App\\Repository\\QuarterRepository' => ['privates''App\\Repository\\QuarterRepository''getQuarterRepositoryService'true],
  1512.             'App\\Repository\\TypeRepository' => ['privates''App\\Repository\\TypeRepository''getTypeRepositoryService'true],
  1513.             'App\\Repository\\VilleSearchRepository' => ['privates''App\\Repository\\VilleSearchRepository''getVilleSearchRepositoryService'true],
  1514.             'App\\Repository\\ZoneRepository' => ['privates''App\\Repository\\ZoneRepository''getZoneRepositoryService'true],
  1515.             'App\\Repository\\ZoneSearchRepository' => ['privates''App\\Repository\\ZoneSearchRepository''getZoneSearchRepositoryService'true],
  1516.         ], [
  1517.             'App\\Repository\\BrokerRepository' => '?',
  1518.             'App\\Repository\\CantonRepository' => '?',
  1519.             'App\\Repository\\CantonSearchRepository' => '?',
  1520.             'App\\Repository\\ChoiceRepository' => '?',
  1521.             'App\\Repository\\CityRepository' => '?',
  1522.             'App\\Repository\\CommuneSearchRepository' => '?',
  1523.             'App\\Repository\\CountryRepository' => '?',
  1524.             'App\\Repository\\DistanceRepository' => '?',
  1525.             'App\\Repository\\DistrictRepository' => '?',
  1526.             'App\\Repository\\DistrictSearchRepository' => '?',
  1527.             'App\\Repository\\PhotoRepository' => '?',
  1528.             'App\\Repository\\PropertyRepository' => '?',
  1529.             'App\\Repository\\QuarterRepository' => '?',
  1530.             'App\\Repository\\TypeRepository' => '?',
  1531.             'App\\Repository\\VilleSearchRepository' => '?',
  1532.             'App\\Repository\\ZoneRepository' => '?',
  1533.             'App\\Repository\\ZoneSearchRepository' => '?',
  1534.         ])));
  1535.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1536.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1537.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1538.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1539.         return $instance;
  1540.     }
  1541.     /**
  1542.      * Gets the public 'doctrine_phpcr' shared service.
  1543.      *
  1544.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1545.      */
  1546.     protected function getDoctrinePhpcrService()
  1547.     {
  1548.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1549.     }
  1550.     /**
  1551.      * Gets the public 'doctrine_phpcr.session' shared service.
  1552.      *
  1553.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1554.      */
  1555.     protected function getDoctrinePhpcr_SessionService()
  1556.     {
  1557.         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')));
  1558.     }
  1559.     /**
  1560.      * Gets the public 'event_dispatcher' shared service.
  1561.      *
  1562.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1563.      */
  1564.     protected function getEventDispatcherService()
  1565.     {
  1566.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1567.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1568.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1569.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1570.         $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())));
  1571.         $instance->addListener('kernel.controller', [=> function () {
  1572.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1573.         }, => 'onKernelController'], 0);
  1574.         $instance->addListener('kernel.request', [=> function () {
  1575.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1576.         }, => 'onKernelRequest'], 10);
  1577.         $instance->addListener('kernel.request', [=> function () {
  1578.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1579.         }, => 'onKernelRequest'], 248);
  1580.         $instance->addListener('massive_search.index', [=> function () {
  1581.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1582.         }, => 'onIndex'], 0);
  1583.         $instance->addListener('massive_search.deindex', [=> function () {
  1584.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1585.         }, => 'onDeindex'], 0);
  1586.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1587.             return ($this->privates['massive_search.events.zend_rebuild'] ?? $this->load('getMassiveSearch_Events_ZendRebuildService'));
  1588.         }, => 'onIndexRebuild'], -999);
  1589.         $instance->addListener('massive_search.hit', [=> function () {
  1590.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1591.         }, => 'onHit'], 0);
  1592.         $instance->addListener('kernel.response', [=> function () {
  1593.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1594.         }, => 'onResponse'], -5);
  1595.         $instance->addListener('kernel.request', [=> function () {
  1596.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1597.         }, => 'onKernelRequest'], 0);
  1598.         $instance->addListener('kernel.response', [=> function () {
  1599.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1600.         }, => 'onKernelResponse'], 0);
  1601.         $instance->addListener('kernel.response', [=> function () {
  1602.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1603.         }, => 'onKernelResponse'], -1024);
  1604.         $instance->addListener('kernel.request', [=> function () {
  1605.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1606.         }, => 'setDefaultLocale'], 100);
  1607.         $instance->addListener('kernel.request', [=> function () {
  1608.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1609.         }, => 'onKernelRequest'], 16);
  1610.         $instance->addListener('kernel.finish_request', [=> function () {
  1611.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1612.         }, => 'onKernelFinishRequest'], 0);
  1613.         $instance->addListener('kernel.request', [=> function () {
  1614.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1615.         }, => 'onKernelRequest'], 256);
  1616.         $instance->addListener('kernel.response', [=> function () {
  1617.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1618.         }, => 'onResponse'], -255);
  1619.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1620.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1621.         }, => 'onControllerArguments'], 0);
  1622.         $instance->addListener('kernel.exception', [=> function () {
  1623.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1624.         }, => 'logKernelException'], 0);
  1625.         $instance->addListener('kernel.exception', [=> function () {
  1626.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1627.         }, => 'onKernelException'], -128);
  1628.         $instance->addListener('kernel.response', [=> function () {
  1629.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1630.         }, => 'removeCspHeader'], -128);
  1631.         $instance->addListener('kernel.request', [=> function () {
  1632.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1633.         }, => 'onKernelRequest'], 15);
  1634.         $instance->addListener('kernel.finish_request', [=> function () {
  1635.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1636.         }, => 'onKernelFinishRequest'], -15);
  1637.         $instance->addListener('console.error', [=> function () {
  1638.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1639.         }, => 'onConsoleError'], -128);
  1640.         $instance->addListener('console.terminate', [=> function () {
  1641.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1642.         }, => 'onConsoleTerminate'], -128);
  1643.         $instance->addListener('console.error', [=> function () {
  1644.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1645.         }, => 'onConsoleError'], 0);
  1646.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1647.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1648.         }, => 'onMessage'], -255);
  1649.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1650.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1651.         }, => 'onMessage'], -255);
  1652.         $instance->addListener('kernel.request', [=> function () {
  1653.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1654.         }, => 'configure'], 2048);
  1655.         $instance->addListener('console.command', [=> function () {
  1656.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1657.         }, => 'configure'], 2048);
  1658.         $instance->addListener('kernel.request', [=> function () {
  1659.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1660.         }, => 'onKernelRequest'], 128);
  1661.         $instance->addListener('kernel.response', [=> function () {
  1662.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1663.         }, => 'onKernelResponse'], -1000);
  1664.         $instance->addListener('kernel.finish_request', [=> function () {
  1665.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1666.         }, => 'onFinishRequest'], 0);
  1667.         $instance->addListener('kernel.response', [=> function () {
  1668.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1669.         }, => 'onKernelResponse'], -100);
  1670.         $instance->addListener('kernel.exception', [=> function () {
  1671.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1672.         }, => 'onKernelException'], 0);
  1673.         $instance->addListener('kernel.terminate', [=> function () {
  1674.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1675.         }, => 'onKernelTerminate'], -1024);
  1676.         $instance->addListener('kernel.controller', [=> function () {
  1677.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1678.         }, => 'onKernelController'], 0);
  1679.         $instance->addListener('kernel.response', [=> function () {
  1680.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1681.         }, => 'onKernelResponse'], 0);
  1682.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1683.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1684.         }, => 'onMessage'], 0);
  1685.         $instance->addListener('console.command', [=> function () {
  1686.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1687.         }, => 'onCommand'], 255);
  1688.         $instance->addListener('console.terminate', [=> function () {
  1689.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1690.         }, => 'onTerminate'], -255);
  1691.         $instance->addListener('kernel.exception', [=> function () {
  1692.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1693.         }, => 'onException'], 0);
  1694.         $instance->addListener('kernel.terminate', [=> function () {
  1695.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1696.         }, => 'onTerminate'], 0);
  1697.         $instance->addListener('console.error', [=> function () {
  1698.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1699.         }, => 'onException'], 0);
  1700.         $instance->addListener('console.terminate', [=> function () {
  1701.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1702.         }, => 'onTerminate'], 0);
  1703.         $instance->addListener('kernel.exception', [=> function () {
  1704.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1705.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  1706.         $instance->addListener('kernel.response', [=> function () {
  1707.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1708.         }, => 'setResponseStatusCode'], 0);
  1709.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1710.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  1711.         }, => 'purgeIndexes'], 500);
  1712.         $instance->addListener('kernel.response', [=> function () {
  1713.             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')));
  1714.         }, => 'onKernelResponse'], 10);
  1715.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  1716.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1717.         }, => 'onProxyUnreachableError'], 0);
  1718.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  1719.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1720.         }, => 'onProxyResponseError'], 0);
  1721.         $instance->addListener('kernel.response', [=> function () {
  1722.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1723.         }, => 'onKernelResponse'], 0);
  1724.         $instance->addListener('kernel.terminate', [=> function () {
  1725.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1726.         }, => 'onKernelTerminate'], 0);
  1727.         $instance->addListener('kernel.exception', [=> function () {
  1728.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1729.         }, => 'onKernelException'], 0);
  1730.         $instance->addListener('console.terminate', [=> function () {
  1731.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1732.         }, => 'onConsoleTerminate'], 0);
  1733.         $instance->addListener('kernel.request', [=> function () {
  1734.             return ($this->privates['fos_http_cache.event_listener.php8_attributes'] ?? $this->getFosHttpCache_EventListener_Php8AttributesService());
  1735.         }, => 'onKernelRequest'], 0);
  1736.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1737.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  1738.         }, => 'onPermissionUpdate'], 0);
  1739.         $instance->addListener('massive_search.pre_index', [=> function () {
  1740.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  1741.         }, => 'handlePreIndex'], 0);
  1742.         $instance->addListener('massive_search.pre_index', [=> function () {
  1743.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  1744.         }, => 'handlePreIndex'], 0);
  1745.         $instance->addListener('kernel.request', [=> function () {
  1746.             return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  1747.         }, => 'onKernelRequest'], 24);
  1748.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1749.             return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  1750.         }, => 'handlePermissionUpdate'], 0);
  1751.         $instance->addListener('kernel.controller', [=> function () {
  1752.             return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  1753.         }, => 'onKernelController'], 0);
  1754.         $instance->addListener('security.interactive_login', [=> function () {
  1755.             return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  1756.         }, => 'onSecurityInteractiveLogin'], 0);
  1757.         $instance->addListener('massive_search.pre_index', [=> function () {
  1758.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1759.         }, => 'handleBlameTimestamp'], 0);
  1760.         $instance->addListener('massive_search.hit', [=> function () {
  1761.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1762.         }, => 'handleBlameTimestampHitMapping'], 0);
  1763.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1764.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  1765.         }, => 'onPermissionUpdate'], 0);
  1766.         $instance->addListener('kernel.request', [=> function () {
  1767.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  1768.         }, => 'onRequest'], 31);
  1769.         $instance->addListener('kernel.request', [=> function () {
  1770.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1771.         }, => 'onKernelRequest'], 32);
  1772.         $instance->addListener('kernel.finish_request', [=> function () {
  1773.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1774.         }, => 'onKernelFinishRequest'], 0);
  1775.         $instance->addListener('sulu_website.cache_clear', [=> function () {
  1776.             return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  1777.         }, => 'onCacheClear'], 0);
  1778.         $instance->addListener('kernel.request', [=> function () {
  1779.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  1780.         }, => 'onKernelRequest'], 14);
  1781.         $instance->addListener('kernel.exception', [=> function () {
  1782.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1783.         }, => 'redirectPartialMatch'], 0);
  1784.         $instance->addListener('kernel.exception', [=> function () {
  1785.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1786.         }, => 'redirectTrailingSlashOrHtml'], 0);
  1787.         $instance->addListener('kernel.response', [=> function () {
  1788.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.4.5')));
  1789.         }, => 'onResponse'], 0);
  1790.         $instance->addListener('kernel.response', [=> function () {
  1791.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1792.         }, => 'addVaryHeader'], 0);
  1793.         $instance->addListener('kernel.response', [=> function () {
  1794.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1795.         }, => 'addCookieHeader'], 0);
  1796.         $instance->addListener('kernel.response', [=> function () {
  1797.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  1798.         }, => 'replaceMarkup'], -10);
  1799.         $instance->addListener('kernel.response', [=> function () {
  1800.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1801.         }, => 'onKernelResponse'], -128);
  1802.         $instance->addListener('console.command', [=> function () {
  1803.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1804.         }, => 'configure'], 1024);
  1805.         $instance->addListener('kernel.response', [=> function () {
  1806.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1807.         }, => 'onKernelResponse'], 0);
  1808.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1809.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1810.         }, => 'onVoterVote'], 0);
  1811.         $instance->addListener('kernel.request', [=> function () {
  1812.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1813.         }, => 'configureLogoutUrlGenerator'], 8);
  1814.         $instance->addListener('kernel.request', [=> function () {
  1815.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1816.         }, => 'onKernelRequest'], 8);
  1817.         $instance->addListener('kernel.finish_request', [=> function () {
  1818.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1819.         }, => 'onKernelFinishRequest'], 0);
  1820.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1821.             return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  1822.         }, => 'storeActivity'], -256);
  1823.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1824.             return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  1825.         }, => 'setDomainEventUser'], 256);
  1826.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1827.             return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  1828.         }, => 'dispatchDomainEventWithSpecificEventName'], 0);
  1829.         $instance->addListener('console.error', [=> function () {
  1830.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1831.         }, => 'onConsoleError'], 0);
  1832.         $instance->addListener('console.terminate', [=> function () {
  1833.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1834.         }, => 'onConsoleTerminate'], 0);
  1835.         $instance->addListener('knp_pager.before', [=> function () {
  1836.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1837.         }, => 'before'], 0);
  1838.         $instance->addListener('knp_pager.pagination', [=> function () {
  1839.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1840.         }, => 'pagination'], 0);
  1841.         $instance->addListener('knp_pager.before', [=> function () {
  1842.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1843.         }, => 'before'], 1);
  1844.         $instance->addListener('knp_pager.before', [=> function () {
  1845.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1846.         }, => 'before'], 1);
  1847.         $instance->addListener('knp_pager.pagination', [=> function () {
  1848.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1849.         }, => 'pagination'], 1);
  1850.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1851.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1852.         }, => 'onLogout'], 0);
  1853.         return $instance;
  1854.     }
  1855.     /**
  1856.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  1857.      *
  1858.      * @return \FOS\HttpCacheBundle\CacheManager
  1859.      */
  1860.     protected function getFosHttpCache_CacheManagerService()
  1861.     {
  1862.         $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()));
  1863.         if ($this->has('event_dispatcher')) {
  1864.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1865.         }
  1866.         $instance->setGenerateUrlType(0);
  1867.         return $instance;
  1868.     }
  1869.     /**
  1870.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1871.      *
  1872.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1873.      */
  1874.     protected function getFosHttpCache_EventListener_CacheControlService()
  1875.     {
  1876.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1877.     }
  1878.     /**
  1879.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1880.      *
  1881.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1882.      */
  1883.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1884.     {
  1885.         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]);
  1886.     }
  1887.     /**
  1888.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  1889.      *
  1890.      * @return \FOS\HttpCache\ProxyClient\Symfony
  1891.      */
  1892.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  1893.     {
  1894.         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']);
  1895.     }
  1896.     /**
  1897.      * Gets the public 'http_kernel' shared service.
  1898.      *
  1899.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1900.      */
  1901.     protected function getHttpKernelService()
  1902.     {
  1903.         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 () {
  1904.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1905.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1906.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1907.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1908.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1909.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1910.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1911.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1912.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1913.     }
  1914.     /**
  1915.      * Gets the public 'jms_serializer' shared service.
  1916.      *
  1917.      * @return \JMS\Serializer\Serializer
  1918.      */
  1919.     protected function getJmsSerializerService()
  1920.     {
  1921.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1922.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  1923.         ], [
  1924.             'metadata_driver' => '?',
  1925.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  1926.         $a->setCache(($this->privates['jms_serializer.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()));
  1927.         $a->setIncludeInterfaces(false);
  1928.         $b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  1929.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  1930.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  1931.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  1932.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  1933.         $f = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  1934.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1935.         $g->setOptions(1216);
  1936.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1937.         $h->setFormatOutput(true);
  1938.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1939.         $i->setOptions(0);
  1940.         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())));
  1941.     }
  1942.     /**
  1943.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1944.      *
  1945.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1946.      */
  1947.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1948.     {
  1949.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1950.     }
  1951.     /**
  1952.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1953.      *
  1954.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1955.      */
  1956.     protected function getJmsSerializer_SerializationContextFactoryService()
  1957.     {
  1958.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1959.     }
  1960.     /**
  1961.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1962.      *
  1963.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1964.      */
  1965.     protected function getLiipImagine_Cache_ManagerService()
  1966.     {
  1967.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'false);
  1968.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1969.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1970.         return $instance;
  1971.     }
  1972.     /**
  1973.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1974.      *
  1975.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1976.      */
  1977.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1978.     {
  1979.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__5).'/public'), 'media/cache');
  1980.     }
  1981.     /**
  1982.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1983.      *
  1984.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1985.      */
  1986.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1987.     {
  1988.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1989.     }
  1990.     /**
  1991.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1992.      *
  1993.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1994.      */
  1995.     protected function getLiipImagine_Cache_SignerService()
  1996.     {
  1997.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1998.     }
  1999.     /**
  2000.      * Gets the public 'monolog.logger.deprecation' shared service.
  2001.      *
  2002.      * @return \Symfony\Bridge\Monolog\Logger
  2003.      */
  2004.     protected function getMonolog_Logger_DeprecationService()
  2005.     {
  2006.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2007.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2008.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2009.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2010.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2011.         return $instance;
  2012.     }
  2013.     /**
  2014.      * Gets the public 'request_stack' shared service.
  2015.      *
  2016.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2017.      */
  2018.     protected function getRequestStackService()
  2019.     {
  2020.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2021.     }
  2022.     /**
  2023.      * Gets the public 'router' shared service.
  2024.      *
  2025.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2026.      */
  2027.     protected function getRouterService()
  2028.     {
  2029.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2030.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2031.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2032.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  2033.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2034.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2035.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2036.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2037.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2038.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2039.         ], [
  2040.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2041.         ]))->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'fr');
  2042.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2043.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2044.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2045.         $f = new \Symfony\Component\Routing\RouteCollection();
  2046.         $g = new \Symfony\Component\Routing\RequestContext();
  2047.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2048.         $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);
  2049.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2050.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  2051.         $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]);
  2052.         $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);
  2053.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2054.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  2055.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  2056.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  2057.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  2058.         $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);
  2059.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  2060.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  2061.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  2062.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  2063.         $instance->setContext($b);
  2064.         $instance->add($d'100');
  2065.         $instance->add($i'20');
  2066.         $instance->add($k30);
  2067.         $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);
  2068.         return $instance;
  2069.     }
  2070.     /**
  2071.      * Gets the public 'sulu.content.localization_finder' shared service.
  2072.      *
  2073.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  2074.      */
  2075.     protected function getSulu_Content_LocalizationFinderService()
  2076.     {
  2077.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2078.     }
  2079.     /**
  2080.      * Gets the public 'sulu.content.mapper' shared service.
  2081.      *
  2082.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  2083.      */
  2084.     protected function getSulu_Content_MapperService()
  2085.     {
  2086.         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()));
  2087.     }
  2088.     /**
  2089.      * Gets the public 'sulu.content.path_cleaner' shared service.
  2090.      *
  2091.      * @return \Sulu\Component\PHPCR\PathCleanup
  2092.      */
  2093.     protected function getSulu_Content_PathCleanerService()
  2094.     {
  2095.         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());
  2096.     }
  2097.     /**
  2098.      * Gets the public 'sulu.content.structure_manager' shared service.
  2099.      *
  2100.      * @return \Sulu\Component\Content\Compat\StructureManager
  2101.      */
  2102.     protected function getSulu_Content_StructureManagerService()
  2103.     {
  2104.         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']);
  2105.     }
  2106.     /**
  2107.      * Gets the public 'sulu.content.type_manager' shared service.
  2108.      *
  2109.      * @return \Sulu\Component\Content\ContentTypeManager
  2110.      */
  2111.     protected function getSulu_Content_TypeManagerService()
  2112.     {
  2113.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2114.         $instance->mapAliasToServiceId('multiple_property_selection''App\\Content\\Type\\MultiplePropertySelection');
  2115.         $instance->mapAliasToServiceId('single_cantonsearch_selection''App\\Content\\Type\\SingleCantonSearchSelection');
  2116.         $instance->mapAliasToServiceId('single_communesearch_selection''App\\Content\\Type\\SingleCommuneSearchSelection');
  2117.         $instance->mapAliasToServiceId('single_districtsearch_selection''App\\Content\\Type\\SingleDistrictSearchSelection');
  2118.         $instance->mapAliasToServiceId('single_property_selection''App\\Content\\Type\\SinglePropertySelection');
  2119.         $instance->mapAliasToServiceId('single_zonesearch_selection''App\\Content\\Type\\SingleZoneSearchSelection');
  2120.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  2121.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  2122.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  2123.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  2124.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  2125.         $instance->mapAliasToServiceId('link''sulu.content.type.link');
  2126.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  2127.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  2128.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  2129.         $instance->mapAliasToServiceId('contact_selection''sulu_contact.content.contact_selection');
  2130.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  2131.         $instance->mapAliasToServiceId('account_selection''sulu_contact.content.account_selection');
  2132.         $instance->mapAliasToServiceId('collection_selection''sulu_media.type.collection_selection');
  2133.         $instance->mapAliasToServiceId('single_collection_selection''sulu_media.type.single_collection_selection');
  2134.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  2135.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  2136.         $instance->mapAliasToServiceId('image_map''sulu_media.type.image_map');
  2137.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  2138.         $instance->mapAliasToServiceId('single_category_selection''sulu_category.content.type.single_category_selection');
  2139.         $instance->mapAliasToServiceId('single_snippet_selection''sulu_snippet.content.single_snippet_selection');
  2140.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  2141.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  2142.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  2143.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  2144.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  2145.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  2146.         $instance->mapAliasToServiceId('segment_select''sulu.content.type.segment_select');
  2147.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  2148.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  2149.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  2150.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  2151.         $instance->mapAliasToServiceId('datetime''sulu.content.type.datetime');
  2152.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  2153.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  2154.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  2155.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  2156.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  2157.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  2158.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  2159.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  2160.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  2161.         return $instance;
  2162.     }
  2163.     /**
  2164.      * Gets the public 'sulu.phpcr.session' shared service.
  2165.      *
  2166.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2167.      */
  2168.     protected function getSulu_Phpcr_SessionService()
  2169.     {
  2170.         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']);
  2171.     }
  2172.     /**
  2173.      * Gets the public 'sulu.repository.access_control' shared service.
  2174.      *
  2175.      * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2176.      */
  2177.     protected function getSulu_Repository_AccessControlService($lazyLoad true)
  2178.     {
  2179.         if ($lazyLoad) {
  2180.             return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2181.                 return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2182.                     $wrappedInstance $this->getSulu_Repository_AccessControlService(false);
  2183.                     $proxy->setProxyInitializer(null);
  2184.                     return true;
  2185.                 });
  2186.             });
  2187.         }
  2188.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2189.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2190.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2191.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2192.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2193.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2194.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2195.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2196.         return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2197.     }
  2198.     /**
  2199.      * Gets the public 'sulu.repository.account' shared service.
  2200.      *
  2201.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  2202.      */
  2203.     protected function getSulu_Repository_AccountService($lazyLoad true)
  2204.     {
  2205.         if ($lazyLoad) {
  2206.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  2207.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2208.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  2209.                     $proxy->setProxyInitializer(null);
  2210.                     return true;
  2211.                 });
  2212.             });
  2213.         }
  2214.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2215.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  2216.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2217.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  2218.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2219.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2220.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2221.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2222.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
  2223.     }
  2224.     /**
  2225.      * Gets the public 'sulu.repository.analytics' shared service.
  2226.      *
  2227.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2228.      */
  2229.     protected function getSulu_Repository_AnalyticsService($lazyLoad true)
  2230.     {
  2231.         if ($lazyLoad) {
  2232.             return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2233.                 return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2234.                     $wrappedInstance $this->getSulu_Repository_AnalyticsService(false);
  2235.                     $proxy->setProxyInitializer(null);
  2236.                     return true;
  2237.                 });
  2238.             });
  2239.         }
  2240.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2241.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2242.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2243.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2244.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2245.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2246.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2247.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2248.         return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a$a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2249.     }
  2250.     /**
  2251.      * Gets the public 'sulu.repository.category' shared service.
  2252.      *
  2253.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2254.      */
  2255.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  2256.     {
  2257.         if ($lazyLoad) {
  2258.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2259.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2260.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  2261.                     $proxy->setProxyInitializer(null);
  2262.                     return true;
  2263.                 });
  2264.             });
  2265.         }
  2266.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2267.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2268.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2269.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2270.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2271.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2272.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2273.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Category'));
  2274.     }
  2275.     /**
  2276.      * Gets the public 'sulu.repository.category_meta' shared service.
  2277.      *
  2278.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2279.      */
  2280.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  2281.     {
  2282.         if ($lazyLoad) {
  2283.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2284.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2285.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  2286.                     $proxy->setProxyInitializer(null);
  2287.                     return true;
  2288.                 });
  2289.             });
  2290.         }
  2291.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2292.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2293.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2294.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2295.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2296.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2297.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2298.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2299.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2300.     }
  2301.     /**
  2302.      * Gets the public 'sulu.repository.category_translation' shared service.
  2303.      *
  2304.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2305.      */
  2306.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  2307.     {
  2308.         if ($lazyLoad) {
  2309.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2310.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2311.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  2312.                     $proxy->setProxyInitializer(null);
  2313.                     return true;
  2314.                 });
  2315.             });
  2316.         }
  2317.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2318.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2319.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2320.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2321.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2322.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2323.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2324.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2325.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2326.     }
  2327.     /**
  2328.      * Gets the public 'sulu.repository.contact' shared service.
  2329.      *
  2330.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2331.      */
  2332.     protected function getSulu_Repository_ContactService($lazyLoad true)
  2333.     {
  2334.         if ($lazyLoad) {
  2335.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2336.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2337.                     $wrappedInstance $this->getSulu_Repository_ContactService(false);
  2338.                     $proxy->setProxyInitializer(null);
  2339.                     return true;
  2340.                 });
  2341.             });
  2342.         }
  2343.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2344.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2345.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2346.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2347.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2348.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2349.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2350.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2351.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2352.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Contact'));
  2353.     }
  2354.     /**
  2355.      * Gets the public 'sulu.repository.keyword' shared service.
  2356.      *
  2357.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2358.      */
  2359.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  2360.     {
  2361.         if ($lazyLoad) {
  2362.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2363.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2364.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  2365.                     $proxy->setProxyInitializer(null);
  2366.                     return true;
  2367.                 });
  2368.             });
  2369.         }
  2370.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2371.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2372.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2373.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2374.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2375.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2376.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2377.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2378.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2379.     }
  2380.     /**
  2381.      * Gets the public 'sulu.repository.media' shared service.
  2382.      *
  2383.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2384.      */
  2385.     protected function getSulu_Repository_MediaService($lazyLoad true)
  2386.     {
  2387.         if ($lazyLoad) {
  2388.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2389.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2390.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  2391.                     $proxy->setProxyInitializer(null);
  2392.                     return true;
  2393.                 });
  2394.             });
  2395.         }
  2396.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2397.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2398.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2399.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2400.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2401.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2402.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2403.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2404.         $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2405.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2406.         return $instance;
  2407.     }
  2408.     /**
  2409.      * Gets the public 'sulu.repository.role' shared service.
  2410.      *
  2411.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2412.      */
  2413.     protected function getSulu_Repository_RoleService($lazyLoad true)
  2414.     {
  2415.         if ($lazyLoad) {
  2416.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2417.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2418.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  2419.                     $proxy->setProxyInitializer(null);
  2420.                     return true;
  2421.                 });
  2422.             });
  2423.         }
  2424.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2425.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2426.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2427.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2428.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2429.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2430.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2431.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2432.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2433.     }
  2434.     /**
  2435.      * Gets the public 'sulu.repository.route' shared service.
  2436.      *
  2437.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2438.      */
  2439.     protected function getSulu_Repository_RouteService($lazyLoad true)
  2440.     {
  2441.         if ($lazyLoad) {
  2442.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2443.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2444.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  2445.                     $proxy->setProxyInitializer(null);
  2446.                     return true;
  2447.                 });
  2448.             });
  2449.         }
  2450.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2451.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2452.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2453.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2454.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2455.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2456.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2457.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2458.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2459.     }
  2460.     /**
  2461.      * Gets the public 'sulu.repository.tag' shared service.
  2462.      *
  2463.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2464.      */
  2465.     protected function getSulu_Repository_TagService($lazyLoad true)
  2466.     {
  2467.         if ($lazyLoad) {
  2468.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2469.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2470.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  2471.                     $proxy->setProxyInitializer(null);
  2472.                     return true;
  2473.                 });
  2474.             });
  2475.         }
  2476.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2477.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2478.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2479.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2480.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2481.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2482.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2483.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2484.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  2485.     }
  2486.     /**
  2487.      * Gets the public 'sulu.repository.user' shared service.
  2488.      *
  2489.      * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  2490.      */
  2491.     protected function getSulu_Repository_UserService($lazyLoad true)
  2492.     {
  2493.         if ($lazyLoad) {
  2494.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  2495.                 return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2496.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  2497.                     $proxy->setProxyInitializer(null);
  2498.                     return true;
  2499.                 });
  2500.             });
  2501.         }
  2502.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2503.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2504.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  2505.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  2506.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  2507.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2508.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2509.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2510.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2511.         return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\User'));
  2512.     }
  2513.     /**
  2514.      * Gets the public 'sulu.util.node_helper' shared service.
  2515.      *
  2516.      * @return \Sulu\Component\Util\SuluNodeHelper
  2517.      */
  2518.     protected function getSulu_Util_NodeHelperService()
  2519.     {
  2520.         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()));
  2521.     }
  2522.     /**
  2523.      * Gets the public 'sulu_category.category_manager' shared service.
  2524.      *
  2525.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  2526.      */
  2527.     protected function getSuluCategory_CategoryManagerService()
  2528.     {
  2529.         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()));
  2530.     }
  2531.     /**
  2532.      * Gets the public 'sulu_category.keyword_manager' shared service.
  2533.      *
  2534.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  2535.      */
  2536.     protected function getSuluCategory_KeywordManagerService()
  2537.     {
  2538.         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()));
  2539.     }
  2540.     /**
  2541.      * Gets the public 'sulu_contact.contact_manager' shared service.
  2542.      *
  2543.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  2544.      */
  2545.     protected function getSuluContact_ContactManagerService()
  2546.     {
  2547.         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()));
  2548.     }
  2549.     /**
  2550.      * Gets the public 'sulu_core.array_serializer' shared service.
  2551.      *
  2552.      * @return \Sulu\Component\Serializer\ArraySerializer
  2553.      */
  2554.     protected function getSuluCore_ArraySerializerService()
  2555.     {
  2556.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2557.     }
  2558.     /**
  2559.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  2560.      *
  2561.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  2562.      */
  2563.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  2564.     {
  2565.         $a = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2566.         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()]);
  2567.     }
  2568.     /**
  2569.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  2570.      *
  2571.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  2572.      */
  2573.     protected function getSuluCore_Webspace_WebspaceManagerService()
  2574.     {
  2575.         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()));
  2576.     }
  2577.     /**
  2578.      * Gets the public 'sulu_custom_urls.manager' shared service.
  2579.      *
  2580.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  2581.      */
  2582.     protected function getSuluCustomUrls_ManagerService()
  2583.     {
  2584.         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()));
  2585.     }
  2586.     /**
  2587.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  2588.      *
  2589.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  2590.      */
  2591.     protected function getSuluDocumentManager_DocumentInspectorService()
  2592.     {
  2593.         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('fr'))), ($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()));
  2594.     }
  2595.     /**
  2596.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  2597.      *
  2598.      * @return \Sulu\Component\DocumentManager\DocumentManager
  2599.      */
  2600.     protected function getSuluDocumentManager_DocumentManagerService()
  2601.     {
  2602.         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()));
  2603.     }
  2604.     /**
  2605.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  2606.      *
  2607.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  2608.      */
  2609.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  2610.     {
  2611.         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']);
  2612.     }
  2613.     /**
  2614.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  2615.      *
  2616.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  2617.      */
  2618.     protected function getSuluDocumentManager_PropertyEncoderService()
  2619.     {
  2620.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  2621.     }
  2622.     /**
  2623.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  2624.      *
  2625.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  2626.      */
  2627.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  2628.     {
  2629.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  2630.     }
  2631.     /**
  2632.      * Gets the public 'sulu_media.collection_repository' shared service.
  2633.      *
  2634.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  2635.      */
  2636.     protected function getSuluMedia_CollectionRepositoryService()
  2637.     {
  2638.         $this->services['sulu_media.collection_repository'] = $instance = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('SuluMediaBundle:Collection');
  2639.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2640.         return $instance;
  2641.     }
  2642.     /**
  2643.      * Gets the public 'sulu_media.format_cache' shared service.
  2644.      *
  2645.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  2646.      */
  2647.     protected function getSuluMedia_FormatCacheService()
  2648.     {
  2649.         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);
  2650.     }
  2651.     /**
  2652.      * Gets the public 'sulu_media.format_manager' shared service.
  2653.      *
  2654.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  2655.      */
  2656.     protected function getSuluMedia_FormatManagerService()
  2657.     {
  2658.         $a = ($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine()));
  2659.         $b = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  2660.         $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');
  2661.         $b->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  2662.         $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');
  2663.         $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');
  2664.         $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');
  2665.         $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');
  2666.         $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');
  2667.         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()));
  2668.     }
  2669.     /**
  2670.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  2671.      *
  2672.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  2673.      */
  2674.     protected function getSuluMedia_Image_Transformation_BlurService()
  2675.     {
  2676.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  2677.     }
  2678.     /**
  2679.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  2680.      *
  2681.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  2682.      */
  2683.     protected function getSuluMedia_Image_Transformation_CropService()
  2684.     {
  2685.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  2686.     }
  2687.     /**
  2688.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  2689.      *
  2690.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  2691.      */
  2692.     protected function getSuluMedia_Image_Transformation_GammaService()
  2693.     {
  2694.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  2695.     }
  2696.     /**
  2697.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  2698.      *
  2699.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  2700.      */
  2701.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  2702.     {
  2703.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  2704.     }
  2705.     /**
  2706.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  2707.      *
  2708.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  2709.      */
  2710.     protected function getSuluMedia_Image_Transformation_NegativeService()
  2711.     {
  2712.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  2713.     }
  2714.     /**
  2715.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  2716.      *
  2717.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  2718.      */
  2719.     protected function getSuluMedia_Image_Transformation_PasteService()
  2720.     {
  2721.         return $this->services['sulu_media.image.transformation.paste'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation(($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine())), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))));
  2722.     }
  2723.     /**
  2724.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  2725.      *
  2726.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  2727.      */
  2728.     protected function getSuluMedia_Image_Transformation_SharpenService()
  2729.     {
  2730.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  2731.     }
  2732.     /**
  2733.      * Gets the public 'sulu_media.media_manager' shared service.
  2734.      *
  2735.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  2736.      */
  2737.     protected function getSuluMedia_MediaManagerService()
  2738.     {
  2739.         $a = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  2740.         $a->setMaxFileSize('256MB');
  2741.         $a->setBlockedMimeTypes([]);
  2742.         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 () {
  2743.             yield => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  2744.         }, 1), '/media/{id}/download/{slug}'NULL'/admin/media/{id}/download/{slug}', ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService()));
  2745.     }
  2746.     /**
  2747.      * Gets the public 'sulu_media.storage' shared service.
  2748.      *
  2749.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage
  2750.      */
  2751.     protected function getSuluMedia_StorageService()
  2752.     {
  2753.         return $this->services['sulu_media.storage'] = new \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage((\dirname(__DIR__4).'/uploads/media'), 10, new \Symfony\Component\Filesystem\Filesystem(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2754.     }
  2755.     /**
  2756.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  2757.      *
  2758.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  2759.      */
  2760.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  2761.     {
  2762.         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()));
  2763.     }
  2764.     /**
  2765.      * Gets the public 'sulu_page.content_repository' shared service.
  2766.      *
  2767.      * @return \Sulu\Component\Content\Repository\ContentRepository
  2768.      */
  2769.     protected function getSuluPage_ContentRepositoryService()
  2770.     {
  2771.         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']);
  2772.     }
  2773.     /**
  2774.      * Gets the public 'sulu_page.extension.manager' shared service.
  2775.      *
  2776.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  2777.      */
  2778.     protected function getSuluPage_Extension_ManagerService()
  2779.     {
  2780.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  2781.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  2782.         $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()))));
  2783.         return $instance;
  2784.     }
  2785.     /**
  2786.      * Gets the public 'sulu_page.structure.factory' shared service.
  2787.      *
  2788.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  2789.      */
  2790.     protected function getSuluPage_Structure_FactoryService()
  2791.     {
  2792.         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);
  2793.     }
  2794.     /**
  2795.      * Gets the public 'sulu_security.mask_converter' shared service.
  2796.      *
  2797.      * @return \Sulu\Component\Security\Authorization\MaskConverter
  2798.      */
  2799.     protected function getSuluSecurity_MaskConverterService()
  2800.     {
  2801.         return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  2802.     }
  2803.     /**
  2804.      * Gets the public 'sulu_security.salt_generator' shared service.
  2805.      *
  2806.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  2807.      */
  2808.     protected function getSuluSecurity_SaltGeneratorService()
  2809.     {
  2810.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  2811.     }
  2812.     /**
  2813.      * Gets the public 'sulu_security.security_checker' shared service.
  2814.      *
  2815.      * @return \Sulu\Component\Security\Authorization\SecurityChecker
  2816.      */
  2817.     protected function getSuluSecurity_SecurityCheckerService()
  2818.     {
  2819.         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()));
  2820.     }
  2821.     /**
  2822.      * Gets the public 'sulu_security.user_manager' shared service.
  2823.      *
  2824.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  2825.      */
  2826.     protected function getSuluSecurity_UserManagerService()
  2827.     {
  2828.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2829.         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()));
  2830.     }
  2831.     /**
  2832.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  2833.      *
  2834.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  2835.      */
  2836.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  2837.     {
  2838.         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('fr'))), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $this->parameters['sulu_snippet.areas']);
  2839.     }
  2840.     /**
  2841.      * Gets the public 'sulu_snippet.resolver' shared service.
  2842.      *
  2843.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  2844.      */
  2845.     protected function getSuluSnippet_ResolverService()
  2846.     {
  2847.         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()));
  2848.     }
  2849.     /**
  2850.      * Gets the public 'sulu_tag.tag_manager' shared service.
  2851.      *
  2852.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  2853.      */
  2854.     protected function getSuluTag_TagManagerService()
  2855.     {
  2856.         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()));
  2857.     }
  2858.     /**
  2859.      * Gets the public 'sulu_website.resolver.structure' shared service.
  2860.      *
  2861.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  2862.      */
  2863.     protected function getSuluWebsite_Resolver_StructureService()
  2864.     {
  2865.         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']);
  2866.     }
  2867.     /**
  2868.      * Gets the public 'translator' shared service.
  2869.      *
  2870.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2871.      */
  2872.     protected function getTranslatorService()
  2873.     {
  2874.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2875.     }
  2876.     /**
  2877.      * Gets the public 'var_dumper.cloner' shared service.
  2878.      *
  2879.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2880.      */
  2881.     protected function getVarDumper_ClonerService()
  2882.     {
  2883.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2884.         $instance->setMaxItems(2500);
  2885.         $instance->setMinDepth(1);
  2886.         $instance->setMaxString(-1);
  2887.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2888.         return $instance;
  2889.     }
  2890.     /**
  2891.      * Gets the private '.debug.http_client' shared service.
  2892.      *
  2893.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2894.      */
  2895.     protected function get_Debug_HttpClientService()
  2896.     {
  2897.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2898.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2899.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2900.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2901.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2902.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2903.         $a->setLogger($b);
  2904.         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))));
  2905.     }
  2906.     /**
  2907.      * Gets the private '.service_locator.rz1tQtr' shared service.
  2908.      *
  2909.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2910.      */
  2911.     protected function get_ServiceLocator_Rz1tQtrService()
  2912.     {
  2913.         return $this->privates['.service_locator.rz1tQtr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2914.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2915.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2916.         ], [
  2917.             'security.firewall.map.context.admin' => '?',
  2918.             'security.firewall.map.context.dev' => '?',
  2919.         ]);
  2920.     }
  2921.     /**
  2922.      * Gets the private 'annotations.cache_adapter' shared service.
  2923.      *
  2924.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2925.      */
  2926.     protected function getAnnotations_CacheAdapterService()
  2927.     {
  2928.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2929.     }
  2930.     /**
  2931.      * Gets the private 'annotations.cached_reader' shared service.
  2932.      *
  2933.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2934.      */
  2935.     protected function getAnnotations_CachedReaderService()
  2936.     {
  2937.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2938.     }
  2939.     /**
  2940.      * Gets the private 'annotations.reader' shared service.
  2941.      *
  2942.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2943.      */
  2944.     protected function getAnnotations_ReaderService()
  2945.     {
  2946.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2947.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2948.         $a->registerUniqueLoader('class_exists');
  2949.         $instance->addGlobalIgnoredName('required'$a);
  2950.         return $instance;
  2951.     }
  2952.     /**
  2953.      * Gets the private 'assets.context' shared service.
  2954.      *
  2955.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2956.      */
  2957.     protected function getAssets_ContextService()
  2958.     {
  2959.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2960.         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());
  2961.     }
  2962.     /**
  2963.      * Gets the private 'cache.annotations' shared service.
  2964.      *
  2965.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2966.      */
  2967.     protected function getCache_AnnotationsService()
  2968.     {
  2969.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('laLsUQLyHo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2970.     }
  2971.     /**
  2972.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2973.      *
  2974.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2975.      */
  2976.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2977.     {
  2978.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2979.     }
  2980.     /**
  2981.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2982.      *
  2983.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2984.      */
  2985.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2986.     {
  2987.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2988.     }
  2989.     /**
  2990.      * Gets the private 'cache.property_info' shared service.
  2991.      *
  2992.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2993.      */
  2994.     protected function getCache_PropertyInfoService()
  2995.     {
  2996.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XRq5cxlpL8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2997.     }
  2998.     /**
  2999.      * Gets the private 'cache.security_expression_language' shared service.
  3000.      *
  3001.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3002.      */
  3003.     protected function getCache_SecurityExpressionLanguageService()
  3004.     {
  3005.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lWpxKEUVF0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3006.     }
  3007.     /**
  3008.      * Gets the private 'cache.serializer' shared service.
  3009.      *
  3010.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3011.      */
  3012.     protected function getCache_SerializerService()
  3013.     {
  3014.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TD5-Kqo2Wr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3015.     }
  3016.     /**
  3017.      * Gets the private 'cache.validator' shared service.
  3018.      *
  3019.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3020.      */
  3021.     protected function getCache_ValidatorService()
  3022.     {
  3023.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xZzglLY7R1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3024.     }
  3025.     /**
  3026.      * Gets the private 'config_cache_factory' shared service.
  3027.      *
  3028.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3029.      */
  3030.     protected function getConfigCacheFactoryService()
  3031.     {
  3032.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3033.             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)));
  3034.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3035.         }, 2));
  3036.     }
  3037.     /**
  3038.      * Gets the private 'data_collector.form' shared service.
  3039.      *
  3040.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3041.      */
  3042.     protected function getDataCollector_FormService()
  3043.     {
  3044.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3045.     }
  3046.     /**
  3047.      * Gets the private 'data_collector.request' shared service.
  3048.      *
  3049.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3050.      */
  3051.     protected function getDataCollector_RequestService()
  3052.     {
  3053.         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())));
  3054.     }
  3055.     /**
  3056.      * Gets the private 'debug.controller_resolver' shared service.
  3057.      *
  3058.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3059.      */
  3060.     protected function getDebug_ControllerResolverService()
  3061.     {
  3062.         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))));
  3063.     }
  3064.     /**
  3065.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3066.      *
  3067.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3068.      */
  3069.     protected function getDebug_DebugHandlersListenerService()
  3070.     {
  3071.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3072.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3073.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3074.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3075.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3076.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  3077.     }
  3078.     /**
  3079.      * Gets the private 'debug.file_link_formatter' shared service.
  3080.      *
  3081.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3082.      */
  3083.     protected function getDebug_FileLinkFormatterService()
  3084.     {
  3085.         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 () {
  3086.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3087.         });
  3088.     }
  3089.     /**
  3090.      * Gets the private 'debug.log_processor' shared service.
  3091.      *
  3092.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3093.      */
  3094.     protected function getDebug_LogProcessorService()
  3095.     {
  3096.         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())));
  3097.     }
  3098.     /**
  3099.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3100.      *
  3101.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3102.      */
  3103.     protected function getDebug_Security_Access_DecisionManagerService()
  3104.     {
  3105.         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 () {
  3106.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3107.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3108.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3109.             yield => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  3110.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(true)));
  3111.     }
  3112.     /**
  3113.      * Gets the private 'debug.security.firewall' shared service.
  3114.      *
  3115.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3116.      */
  3117.     protected function getDebug_Security_FirewallService()
  3118.     {
  3119.         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()));
  3120.     }
  3121.     /**
  3122.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3123.      *
  3124.      * @return \Doctrine\Migrations\DependencyFactory
  3125.      */
  3126.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3127.     {
  3128.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3129.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__5).'/migrations'));
  3130.         $a->setAllOrNothing(false);
  3131.         $a->setCheckDatabasePlatform(true);
  3132.         $a->setTransactional(true);
  3133.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3134.         $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()));
  3135.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3136.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3137.         });
  3138.         return $instance;
  3139.     }
  3140.     /**
  3141.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3142.      *
  3143.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3144.      */
  3145.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3146.     {
  3147.         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')]);
  3148.     }
  3149.     /**
  3150.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3151.      *
  3152.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3153.      */
  3154.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3155.     {
  3156.         $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']);
  3157.         $instance->setGlobalBasename('mapping');
  3158.         return $instance;
  3159.     }
  3160.     /**
  3161.      * Gets the private 'exception_listener' shared service.
  3162.      *
  3163.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3164.      */
  3165.     protected function getExceptionListenerService()
  3166.     {
  3167.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3168.     }
  3169.     /**
  3170.      * Gets the private 'form.registry' shared service.
  3171.      *
  3172.      * @return \Symfony\Component\Form\FormRegistry
  3173.      */
  3174.     protected function getForm_RegistryService()
  3175.     {
  3176.         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, [
  3177.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService'true],
  3178.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'true],
  3179.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService'true],
  3180.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService'true],
  3181.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService'true],
  3182.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService'true],
  3183.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  3184.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  3185.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  3186.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  3187.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  3188.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  3189.         ], [
  3190.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  3191.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  3192.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  3193.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  3194.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  3195.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  3196.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3197.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  3198.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3199.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3200.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3201.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3202.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3203.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  3204.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  3205.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  3206.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  3207.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  3208.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  3209.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3210.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3211.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3212.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3213.         }, 1)], new RewindableGenerator(function () {
  3214.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3215.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  3216.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3217.     }
  3218.     /**
  3219.      * Gets the private 'fos_http_cache.event_listener.php8_attributes' shared service.
  3220.      *
  3221.      * @return \FOS\HttpCacheBundle\EventListener\Php8AttributesListener
  3222.      */
  3223.     protected function getFosHttpCache_EventListener_Php8AttributesService()
  3224.     {
  3225.         return $this->privates['fos_http_cache.event_listener.php8_attributes'] = new \FOS\HttpCacheBundle\EventListener\Php8AttributesListener(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  3226.     }
  3227.     /**
  3228.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  3229.      *
  3230.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  3231.      */
  3232.     protected function getFosHttpCache_EventListener_TagService()
  3233.     {
  3234.         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);
  3235.     }
  3236.     /**
  3237.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  3238.      *
  3239.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  3240.      */
  3241.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  3242.     {
  3243.         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());
  3244.     }
  3245.     /**
  3246.      * Gets the private 'fos_rest.body_listener' shared service.
  3247.      *
  3248.      * @return \FOS\RestBundle\EventListener\BodyListener
  3249.      */
  3250.     protected function getFosRest_BodyListenerService()
  3251.     {
  3252.         $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, [
  3253.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  3254.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  3255.         ], [
  3256.             'fos_rest.decoder.json' => '?',
  3257.             'fos_rest.decoder.xml' => '?',
  3258.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  3259.         $instance->setDefaultFormat(NULL);
  3260.         return $instance;
  3261.     }
  3262.     /**
  3263.      * Gets the private 'fos_rest.exception.codes_map' shared service.
  3264.      *
  3265.      * @return \FOS\RestBundle\Util\ExceptionValueMap
  3266.      */
  3267.     protected function getFosRest_Exception_CodesMapService()
  3268.     {
  3269.         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]);
  3270.     }
  3271.     /**
  3272.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  3273.      *
  3274.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  3275.      */
  3276.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  3277.     {
  3278.         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()));
  3279.     }
  3280.     /**
  3281.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  3282.      *
  3283.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  3284.      */
  3285.     protected function getFosRest_ZoneMatcherListenerService()
  3286.     {
  3287.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  3288.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  3289.         return $instance;
  3290.     }
  3291.     /**
  3292.      * Gets the private 'jms_serializer.metadata.traceable_cache' shared service.
  3293.      *
  3294.      * @return \JMS\SerializerBundle\Debug\TraceableDriver
  3295.      */
  3296.     protected function getJmsSerializer_Metadata_TraceableCacheService()
  3297.     {
  3298.         return $this->privates['jms_serializer.metadata.traceable_cache'] = new \JMS\SerializerBundle\Debug\TraceableDriver(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  3299.     }
  3300.     /**
  3301.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  3302.      *
  3303.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  3304.      */
  3305.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  3306.     {
  3307.         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')]);
  3308.     }
  3309.     /**
  3310.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  3311.      *
  3312.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  3313.      */
  3314.     protected function getJmsSerializer_TraceableEventDispatcherService()
  3315.     {
  3316.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3317.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  3318.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  3319.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  3320.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService'true],
  3321.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService'true],
  3322.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService'true],
  3323.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService'true],
  3324.             'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates''sulu_admin.dropdown_toolbar_action_subscriber''getSuluAdmin_DropdownToolbarActionSubscriberService'true],
  3325.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates''sulu_admin.save_with_form_dialog_toolbar_action_subscriber''getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService'true],
  3326.             'sulu_admin.toggler_toolbar_action_subscriber' => ['privates''sulu_admin.toggler_toolbar_action_subscriber''getSuluAdmin_TogglerToolbarActionSubscriberService'true],
  3327.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService'true],
  3328.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService'true],
  3329.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService'true],
  3330.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService'true],
  3331.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService'true],
  3332.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService'true],
  3333.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService'true],
  3334.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService'true],
  3335.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService'true],
  3336.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService'true],
  3337.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService'true],
  3338.         ], [
  3339.             'jms_serializer.stopwatch_subscriber' => '?',
  3340.             'jms_serializer.traceable_runs_listener' => '?',
  3341.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3342.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  3343.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  3344.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  3345.             'sulu_core.representation_handler' => '?',
  3346.             'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  3347.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  3348.             'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  3349.             'sulu_security.document.serializer.subscriber.security' => '?',
  3350.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  3351.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  3352.             'sulu_page.document.serializer.subscriber.locale' => '?',
  3353.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  3354.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  3355.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  3356.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  3357.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  3358.             'sulu_hash.event_subscriber.serializer' => '?',
  3359.             'sulu_document_manager.serializer.subscriber.document' => '?',
  3360.         ]));
  3361.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  3362.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3363.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3364.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3365.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  3366.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  3367.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  3368.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3369.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3370.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  3371.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], NULLNULLNULL);
  3372.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], NULLNULLNULL);
  3373.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], NULLNULLNULL);
  3374.         $instance->addListener('serializer.post_serialize', [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], NULL'json'NULL);
  3375.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.dropdown_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction''json'NULL);
  3376.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction''json'NULL);
  3377.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.toggler_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction''json'NULL);
  3378.         $instance->addListener('serializer.post_serialize', [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], NULL'json'NULL);
  3379.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3380.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3381.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3382.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], NULL'json'NULL);
  3383.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3384.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3385.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3386.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], NULL'json'NULL);
  3387.         $instance->addListener('serializer.post_serialize', [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3388.         $instance->addListener('serializer.post_serialize', [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], NULLNULLNULL);
  3389.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  3390.         $instance->addListener('serializer.post_deserialize', [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], NULLNULLNULL);
  3391.         return $instance;
  3392.     }
  3393.     /**
  3394.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  3395.      *
  3396.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  3397.      */
  3398.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  3399.     {
  3400.         $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, [
  3401.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService'true],
  3402.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  3403.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  3404.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  3405.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService'true],
  3406.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService'true],
  3407.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService'true],
  3408.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  3409.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  3410.             'sulu_admin.schema_handler' => ['privates''sulu_admin.schema_handler''getSuluAdmin_SchemaHandlerService'true],
  3411.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService'true],
  3412.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  3413.         ], [
  3414.             'sulu_core.rest.datetime_handler' => '?',
  3415.             'jms_serializer.datetime_handler' => '?',
  3416.             'jms_serializer.array_collection_handler' => '?',
  3417.             'jms_serializer.iterator_handler' => '?',
  3418.             'sulu_page.document.serializer.handler.structure' => '?',
  3419.             'sulu_page.document.serializer.handler.extension_container' => '?',
  3420.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  3421.             'fos_rest.serializer.flatten_exception_handler' => '?',
  3422.             'jms_serializer.constraint_violation_handler' => '?',
  3423.             'sulu_admin.schema_handler' => '?',
  3424.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  3425.             'fos_rest.serializer.form_error_handler' => '?',
  3426.         ])));
  3427.         $instance->registerHandler(2'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3428.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  3429.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  3430.         $instance->registerHandler(2'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3431.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  3432.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  3433.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3434.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3435.         $instance->registerHandler(2'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3436.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3437.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3438.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3439.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3440.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3441.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3442.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3443.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3444.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3445.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3446.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3447.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3448.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  3449.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  3450.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  3451.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  3452.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3453.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3454.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3455.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3456.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3457.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3458.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']);
  3459.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']);
  3460.         $instance->registerHandler(2'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge''json', [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']);
  3461.         $instance->registerHandler(1'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3462.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3463.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3464.         $instance->registerHandler(1'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3465.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3466.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3467.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  3468.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  3469.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3470.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3471.         $instance->registerHandler(1'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3472.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3473.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3474.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3475.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3476.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3477.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3478.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3479.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3480.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3481.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3482.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3483.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3484.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  3485.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  3486.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  3487.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  3488.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3489.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3490.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3491.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3492.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3493.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3494.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3495.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3496.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3497.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3498.         $instance->registerHandler(1'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata''json', [=> 'sulu_admin.schema_handler'=> 'serializeToJsonSchema']);
  3499.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']);
  3500.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']);
  3501.         $instance->registerHandler(1'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection''json', [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']);
  3502.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  3503.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  3504.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormInterfaceToxml']);
  3505.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormInterfaceTojson']);
  3506.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  3507.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  3508.         return $instance;
  3509.     }
  3510.     /**
  3511.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  3512.      *
  3513.      * @return \JMS\SerializerBundle\Debug\RunsListener
  3514.      */
  3515.     protected function getJmsSerializer_TraceableRunsListenerService()
  3516.     {
  3517.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  3518.     }
  3519.     /**
  3520.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3521.      *
  3522.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3523.      */
  3524.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3525.     {
  3526.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'bundles/KnpPaginator/pagination.html.twig''defaultSortableTemplate' => 'bundles/KnpPaginator/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 2'defaultPageLimit' => NULL]);
  3527.     }
  3528.     /**
  3529.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  3530.      *
  3531.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  3532.      */
  3533.     protected function getLiipImagine_Filter_ConfigurationService()
  3534.     {
  3535.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3536.     }
  3537.     /**
  3538.      * Gets the private 'locale_aware_listener' shared service.
  3539.      *
  3540.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3541.      */
  3542.     protected function getLocaleAwareListenerService()
  3543.     {
  3544.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3545.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  3546.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3547.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3548.     }
  3549.     /**
  3550.      * Gets the private 'locale_listener' shared service.
  3551.      *
  3552.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3553.      */
  3554.     protected function getLocaleListenerService()
  3555.     {
  3556.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  3557.     }
  3558.     /**
  3559.      * Gets the private 'monolog.handler.console' shared service.
  3560.      *
  3561.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3562.      */
  3563.     protected function getMonolog_Handler_ConsoleService()
  3564.     {
  3565.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3566.     }
  3567.     /**
  3568.      * Gets the private 'monolog.handler.main' shared service.
  3569.      *
  3570.      * @return \Monolog\Handler\StreamHandler
  3571.      */
  3572.     protected function getMonolog_Handler_MainService()
  3573.     {
  3574.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 100trueNULLfalse);
  3575.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3576.         return $instance;
  3577.     }
  3578.     /**
  3579.      * Gets the private 'monolog.logger' shared service.
  3580.      *
  3581.      * @return \Symfony\Bridge\Monolog\Logger
  3582.      */
  3583.     protected function getMonolog_LoggerService()
  3584.     {
  3585.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3586.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3587.         $instance->useMicrosecondTimestamps(true);
  3588.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3589.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3590.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3591.         return $instance;
  3592.     }
  3593.     /**
  3594.      * Gets the private 'monolog.logger.cache' shared service.
  3595.      *
  3596.      * @return \Symfony\Bridge\Monolog\Logger
  3597.      */
  3598.     protected function getMonolog_Logger_CacheService()
  3599.     {
  3600.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3601.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3602.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3603.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3604.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3605.         return $instance;
  3606.     }
  3607.     /**
  3608.      * Gets the private 'monolog.logger.request' shared service.
  3609.      *
  3610.      * @return \Symfony\Bridge\Monolog\Logger
  3611.      */
  3612.     protected function getMonolog_Logger_RequestService()
  3613.     {
  3614.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3615.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3616.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3617.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3618.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3619.         return $instance;
  3620.     }
  3621.     /**
  3622.      * Gets the private 'parameter_bag' shared service.
  3623.      *
  3624.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3625.      */
  3626.     protected function getParameterBagService()
  3627.     {
  3628.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3629.     }
  3630.     /**
  3631.      * Gets the private 'profiler_listener' shared service.
  3632.      *
  3633.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3634.      */
  3635.     protected function getProfilerListenerService()
  3636.     {
  3637.         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);
  3638.     }
  3639.     /**
  3640.      * Gets the private 'property_info' shared service.
  3641.      *
  3642.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3643.      */
  3644.     protected function getPropertyInfoService()
  3645.     {
  3646.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3647.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3648.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3649.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3650.         }, 3), new RewindableGenerator(function () {
  3651.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3652.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3653.         }, 2), new RewindableGenerator(function () {
  3654.             return new \EmptyIterator();
  3655.         }, 0), new RewindableGenerator(function () {
  3656.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3657.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3658.         }, 2), new RewindableGenerator(function () {
  3659.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3660.         }, 1));
  3661.     }
  3662.     /**
  3663.      * Gets the private 'router.expression_language_provider' shared service.
  3664.      *
  3665.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3666.      */
  3667.     protected function getRouter_ExpressionLanguageProviderService()
  3668.     {
  3669.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3670.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3671.         ], [
  3672.             'env' => 'Closure',
  3673.         ]));
  3674.     }
  3675.     /**
  3676.      * Gets the private 'router.request_context' shared service.
  3677.      *
  3678.      * @return \Symfony\Component\Routing\RequestContext
  3679.      */
  3680.     protected function getRouter_RequestContextService()
  3681.     {
  3682.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3683.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3684.         return $instance;
  3685.     }
  3686.     /**
  3687.      * Gets the private 'security.firewall.map' shared service.
  3688.      *
  3689.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3690.      */
  3691.     protected function getSecurity_Firewall_MapService()
  3692.     {
  3693.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.rz1tQtr'] ?? $this->get_ServiceLocator_Rz1tQtrService()), new RewindableGenerator(function () {
  3694.             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)/')));
  3695.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.KLaPh5V'] ?? ($this->privates['.security.request_matcher.KLaPh5V'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(\\/|$)')));
  3696.         }, 2));
  3697.     }
  3698.     /**
  3699.      * Gets the private 'security.helper' shared service.
  3700.      *
  3701.      * @return \Symfony\Component\Security\Core\Security
  3702.      */
  3703.     protected function getSecurity_HelperService()
  3704.     {
  3705.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3706.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3707.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3708.         ], [
  3709.             'security.authorization_checker' => '?',
  3710.             'security.token_storage' => '?',
  3711.         ]));
  3712.     }
  3713.     /**
  3714.      * Gets the private 'security.logout_url_generator' shared service.
  3715.      *
  3716.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3717.      */
  3718.     protected function getSecurity_LogoutUrlGeneratorService()
  3719.     {
  3720.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3721.         $instance->registerListener('admin''sulu_admin.logout''logout''_csrf_token'NULLNULL);
  3722.         return $instance;
  3723.     }
  3724.     /**
  3725.      * Gets the private 'session_listener' shared service.
  3726.      *
  3727.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3728.      */
  3729.     protected function getSessionListenerService()
  3730.     {
  3731.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3732.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3733.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3734.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3735.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3736.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3737.         ], [
  3738.             'initialized_session' => '?',
  3739.             'logger' => '?',
  3740.             'session' => '?',
  3741.             'session_collector' => '?',
  3742.             'session_factory' => '?',
  3743.         ]), true$this->parameters['session.storage.options']);
  3744.     }
  3745.     /**
  3746.      * Gets the private 'sulu.content.query_executor' shared service.
  3747.      *
  3748.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  3749.      */
  3750.     protected function getSulu_Content_QueryExecutorService()
  3751.     {
  3752.         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))));
  3753.     }
  3754.     /**
  3755.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  3756.      *
  3757.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  3758.      */
  3759.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  3760.     {
  3761.         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()));
  3762.     }
  3763.     /**
  3764.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  3765.      *
  3766.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  3767.      */
  3768.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  3769.     {
  3770.         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())));
  3771.     }
  3772.     /**
  3773.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  3774.      *
  3775.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  3776.      */
  3777.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  3778.     {
  3779.         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()));
  3780.     }
  3781.     /**
  3782.      * Gets the private 'sulu_activity.domain_event_collector' shared service.
  3783.      *
  3784.      * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  3785.      */
  3786.     protected function getSuluActivity_DomainEventCollectorService()
  3787.     {
  3788.         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()));
  3789.     }
  3790.     /**
  3791.      * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  3792.      *
  3793.      * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  3794.      */
  3795.     protected function getSuluActivity_DomainEventDispatcherService()
  3796.     {
  3797.         return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3798.     }
  3799.     /**
  3800.      * Gets the private 'sulu_admin.collaboration_cache' shared service.
  3801.      *
  3802.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3803.      */
  3804.     protected function getSuluAdmin_CollaborationCacheService()
  3805.     {
  3806.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ECk8qHVIA7'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3807.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3808.         return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3809.     }
  3810.     /**
  3811.      * Gets the private 'sulu_category.category_request_handler' shared service.
  3812.      *
  3813.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  3814.      */
  3815.     protected function getSuluCategory_CategoryRequestHandlerService()
  3816.     {
  3817.         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())));
  3818.     }
  3819.     /**
  3820.      * Gets the private 'sulu_core.cache.memoize' shared service.
  3821.      *
  3822.      * @return \Sulu\Component\Cache\Memoize
  3823.      */
  3824.     protected function getSuluCore_Cache_MemoizeService()
  3825.     {
  3826.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  3827.     }
  3828.     /**
  3829.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  3830.      *
  3831.      * @return \ProxyManager\Configuration
  3832.      */
  3833.     protected function getSuluCore_ProxyManager_ConfigurationService()
  3834.     {
  3835.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  3836.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  3837.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  3838.         return $instance;
  3839.     }
  3840.     /**
  3841.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  3842.      *
  3843.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  3844.      */
  3845.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  3846.     {
  3847.         $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  3848.         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)]));
  3849.     }
  3850.     /**
  3851.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  3852.      *
  3853.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  3854.      */
  3855.     protected function getSuluCustomUrls_DomainGeneratorService()
  3856.     {
  3857.         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())));
  3858.     }
  3859.     /**
  3860.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  3861.      *
  3862.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  3863.      */
  3864.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  3865.     {
  3866.         if ($lazyLoad) {
  3867.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  3868.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3869.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  3870.                     $proxy->setProxyInitializer(null);
  3871.                     return true;
  3872.                 });
  3873.             });
  3874.         }
  3875.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  3876.         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');
  3877.     }
  3878.     /**
  3879.      * Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
  3880.      *
  3881.      * @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
  3882.      */
  3883.     protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
  3884.     {
  3885.         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()));
  3886.     }
  3887.     /**
  3888.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  3889.      *
  3890.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3891.      */
  3892.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  3893.     {
  3894.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3895.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3896.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3897.         }, => 'handleFlush'], 0);
  3898.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3899.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3900.         }, => 'handlePrePersist'], 479);
  3901.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3902.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3903.         }, => 'handlePersist'], -10000);
  3904.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3905.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3906.         }, => 'handleRemove'], -10000);
  3907.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  3908.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3909.         }, => 'handleRemoveLocale'], -10000);
  3910.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  3911.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3912.         }, => 'handleCopyLocale'], -10000);
  3913.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3914.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  3915.         }, => 'handleCopy'], -10000);
  3916.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3917.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  3918.         }, => 'storeSnippetToTrash'], 1024);
  3919.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3920.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  3921.         }, => 'flushTrashItem'], 0);
  3922.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  3923.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  3924.         }, => 'clearPendingTrashItem'], 0);
  3925.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3926.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3927.         }, => 'indexPersistedDocument'], -10);
  3928.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3929.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3930.         }, => 'indexPublishedDocument'], -256);
  3931.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3932.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3933.         }, => 'deindexRemovedDocument'], 600);
  3934.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  3935.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3936.         }, => 'deindexUnpublishedDocument'], -1024);
  3937.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  3938.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3939.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  3940.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  3941.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  3942.         }, => 'deindexRemovedLocaleDocument'], -1024);
  3943.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3944.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  3945.         }, => 'preventRemoveWithChildren'], 4096);
  3946.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3947.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  3948.         }, => 'addForceRemoveChildrenOption'], 0);
  3949.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3950.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3951.         }, => 'handleConfigureOptions'], 0);
  3952.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3953.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3954.         }, => 'handleFlush'], 0);
  3955.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3956.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3957.         }, => 'handlePrePersist'], 479);
  3958.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3959.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3960.         }, => 'handlePersist'], -10000);
  3961.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3962.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3963.         }, => 'handleRemove'], -10000);
  3964.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  3965.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3966.         }, => 'handleRemoveLocale'], -10000);
  3967.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  3968.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3969.         }, => 'handleCopyLocale'], -10000);
  3970.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3971.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3972.         }, => 'handleCopy'], -10000);
  3973.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3974.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3975.         }, => 'handlePreMove'], 10000);
  3976.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3977.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3978.         }, => 'handleMove'], -10000);
  3979.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3980.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3981.         }, => 'handlePublish'], -10000);
  3982.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  3983.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3984.         }, => 'handleUnpublish'], -10000);
  3985.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  3986.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3987.         }, => 'handleRemoveDraft'], -10000);
  3988.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  3989.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3990.         }, => 'handleRestore'], -10000);
  3991.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  3992.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  3993.         }, => 'handleReorder'], -10000);
  3994.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3995.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  3996.         }, => 'saveStructureData'], 0);
  3997.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3998.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  3999.         }, => 'handlePersistStagedProperties'], 50);
  4000.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4001.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4002.         }, => 'handlePersistStructureType'], 100);
  4003.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4004.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4005.         }, => 'saveStructureData'], 0);
  4006.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4007.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4008.         }, => 'handleHydrate'], 0);
  4009.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4010.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4011.         }, => 'configureOptions'], 0);
  4012.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4013.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  4014.         }, => 'handleMetadataLoad'], 0);
  4015.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4016.             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()));
  4017.         }, => 'handleMetadataLoad'], 0);
  4018.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4019.             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()));
  4020.         }, => 'handlePersist'], 15);
  4021.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4022.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4023.         }, => 'handlePersistDocument'], 10);
  4024.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4025.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4026.         }, => 'handleHydrate'], -200);
  4027.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4028.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4029.         }, => 'updateMovedDocument'], -128);
  4030.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4031.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4032.         }, => 'updateCopiedDocument'], -128);
  4033.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4034.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4035.         }, => 'handlePersistRoute'], -128);
  4036.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4037.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4038.         }, => 'setWorkflowStageOnDocument'], 0);
  4039.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4040.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4041.         }, => 'setWorkflowStageToTest'], 0);
  4042.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4043.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4044.         }, => 'setWorkflowStageToPublished'], 0);
  4045.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4046.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4047.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  4048.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4049.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4050.         }, => 'setWorkflowStageToTestForCopy'], 0);
  4051.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4052.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4053.         }, => 'setWorkflowStageToTestForRestore'], -32);
  4054.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4055.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4056.         }, => 'handleMetadataLoad'], 0);
  4057.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4058.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4059.         }, => 'handlePersistUpdateUrl'], 20);
  4060.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4061.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4062.         }, => 'saveShadowProperties'], 15);
  4063.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4064.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4065.         }, => 'handleHydrate'], 390);
  4066.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4067.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4068.         }, => 'saveShadowProperties'], 15);
  4069.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4070.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4071.         }, => 'handleConfigureOptions'], 0);
  4072.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4073.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4074.         }, => 'copyShadowProperties'], -256);
  4075.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4076.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4077.         }, => 'copyShadowProperties'], 0);
  4078.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4079.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4080.         }, => 'setTitleOnDocument'], -10);
  4081.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4082.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4083.         }, => 'setTitleOnNode'], 10);
  4084.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4085.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4086.         }, => 'setTitleOnNode'], 10);
  4087.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4088.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  4089.         }, => 'handleHydrate'], 400);
  4090.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4091.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4092.         }, => 'saveExtensionData'], 10);
  4093.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4094.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4095.         }, => 'saveExtensionData'], 10);
  4096.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4097.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4098.         }, => 'handleHydrate'], -10);
  4099.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4100.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4101.         }, => 'handlePersist'], 0);
  4102.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4103.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4104.         }, => 'handleMetadataLoad'], 0);
  4105.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4106.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4107.         }, => 'handleReorder'], 0);
  4108.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4109.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4110.         }, => 'handlePersist'], 0);
  4111.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4112.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4113.         }, => 'handlePersistCreate'], 3);
  4114.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4115.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4116.         }, => 'handleHydrate'], 0);
  4117.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4118.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4119.         }, => 'deleteUnavailableLocales'], 256);
  4120.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4121.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4122.         }, => 'handleWebspace'], 0);
  4123.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4124.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4125.         }, => 'handleWebspace'], -10);
  4126.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4127.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4128.         }, => 'handleSetNodeOnPersist'], 490);
  4129.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4130.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4131.         }, => 'handlePersist'], 5);
  4132.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4133.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4134.         }, => 'handleHydrate'], 0);
  4135.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4136.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4137.         }, => 'handleRemove'], 550);
  4138.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4139.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4140.         }, => 'handlePublish'], 0);
  4141.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4142.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  4143.         }, => 'handleMetadataLoad'], 0);
  4144.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4145.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  4146.         }, => 'handleMetadataLoad'], 0);
  4147.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4148.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4149.         }, => 'createNodeInPublicWorkspace'], -490);
  4150.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4151.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4152.         }, => 'removeNodeFromPublicWorkspace'], 0);
  4153.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4154.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4155.         }, => 'moveNodeInPublicWorkspace'], 0);
  4156.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4157.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4158.         }, => 'copyNodeInPublicWorkspace'], 0);
  4159.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4160.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4161.         }, => 'reorderNodeInPublicWorkspace'], 0);
  4162.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4163.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4164.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  4165.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4166.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4167.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  4168.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4169.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4170.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  4171.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4172.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4173.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  4174.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4175.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4176.         }, => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  4177.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4178.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4179.         }, => 'flushPublicWorkspace'], 0);
  4180.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4181.             return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  4182.         }, => 'handleCopyLocale'], 0);
  4183.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4184.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4185.         }, => 'handlePreRemove'], 510);
  4186.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4187.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4188.         }, => 'handlePostRemove'], -100);
  4189.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4190.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4191.         }, => 'handlePersist'], 0);
  4192.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4193.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4194.         }, => 'handleFlush'], 0);
  4195.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4196.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  4197.         }, => 'handleRemove'], 550);
  4198.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4199.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4200.         }, => 'storePageTranslationToTrash'], 1024);
  4201.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4202.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4203.         }, => 'storePageToTrash'], 1024);
  4204.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4205.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4206.         }, => 'flushTrashItem'], 0);
  4207.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4208.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4209.         }, => 'clearPendingTrashItem'], 0);
  4210.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4211.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4212.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4213.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4214.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4215.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  4216.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4217.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4218.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4219.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4220.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4221.         }, => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  4222.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4223.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4224.         }, => 'onClear'], -256);
  4225.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4226.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4227.         }, => 'onFlush'], -256);
  4228.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4229.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4230.         }, => 'handleHydrate'], 500);
  4231.         $instance->addListener('sulu_document_manager.create', [=> function () {
  4232.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4233.         }, => 'handleCreate'], 500);
  4234.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4235.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4236.         }, => 'handleDefaultLocale'], 520);
  4237.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4238.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4239.         }, => 'handleDocumentFromRegistry'], 510);
  4240.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4241.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4242.         }, => 'handleStopPropagationAndResetLocale'], 509);
  4243.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4244.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4245.         }, => 'handleHydrate'], 490);
  4246.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4247.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4248.         }, => 'handleEndHydrate'], -500);
  4249.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4250.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4251.         }, => 'handlePersist'], 450);
  4252.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4253.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4254.         }, => 'handleNodeFromRegistry'], 510);
  4255.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4256.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4257.         }, => 'handleEndPersist'], -500);
  4258.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4259.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4260.         }, => 'handleRemove'], 490);
  4261.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4262.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4263.         }, => 'handleClear'], 500);
  4264.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4265.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4266.         }, => 'handleNodeFromRegistry'], 510);
  4267.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4268.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4269.         }, => 'configureOptions'], 0);
  4270.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4271.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4272.         }, => 'handleNodeFromRegistry'], 512);
  4273.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4274.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4275.         }, => 'handleNodeFromRegistry'], 512);
  4276.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4277.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4278.         }, => 'handleNodeFromRegistry'], 512);
  4279.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4280.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  4281.         }, => 'handleReorder'], 500);
  4282.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4283.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4284.         }, => 'setDocumentMixinsOnNode'], 468);
  4285.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4286.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4287.         }, => 'setDocumentMixinsOnNode'], 468);
  4288.         $instance->addListener('sulu_document_manager.find', [=> function () {
  4289.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4290.         }, => 'handleFind'], 500);
  4291.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4292.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4293.         }, => 'configureOptions'], 0);
  4294.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  4295.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4296.         }, => 'handleCreate'], 500);
  4297.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  4298.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4299.         }, => 'handleCreateBuilder'], 500);
  4300.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  4301.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4302.         }, => 'handleQueryExecute'], 500);
  4303.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4304.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4305.         }, => 'handleMove'], 400);
  4306.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4307.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4308.         }, => 'handleCopy'], 400);
  4309.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4310.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4311.         }, => 'handleClear'], 500);
  4312.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4313.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4314.         }, => 'handleFlush'], 500);
  4315.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4316.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  4317.         }, => 'handleRemove'], 500);
  4318.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4319.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4320.         }, => 'handleHydrate'], -100);
  4321.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4322.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4323.         }, => 'handleMapping'], -100);
  4324.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4325.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4326.         }, => 'handleMapping'], -128);
  4327.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  4328.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4329.         }, => 'refreshDocument'], 0);
  4330.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4331.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4332.         }, => 'refreshDocumentForDeleteDraft'], -512);
  4333.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4334.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  4335.         }, => 'setDefaultUser'], 0);
  4336.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4337.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4338.         }, => 'configureOptions'], 0);
  4339.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4340.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4341.         }, => 'handleScheduleRename'], 0);
  4342.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4343.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4344.         }, => 'handlePersist'], 480);
  4345.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4346.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4347.         }, => 'handleMove'], 480);
  4348.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4349.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4350.         }, => 'handleCopy'], 480);
  4351.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4352.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4353.         }, => 'handleRename'], 510);
  4354.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4355.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4356.         }, => 'handlePersist'], 485);
  4357.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4358.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4359.         }, => 'configureOptions'], 0);
  4360.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4361.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4362.         }, => 'setBlamesOnDocument'], 0);
  4363.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4364.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4365.         }, => 'setBlamesOnNodeForPersist'], 0);
  4366.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4367.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4368.         }, => 'setBlamesOnNodeForPublish'], 0);
  4369.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4370.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4371.         }, => 'setChangerForRestore'], -32);
  4372.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4373.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4374.         }, => 'setAuthorOnDocument'], 0);
  4375.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4376.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4377.         }, => 'setAuthorOnNode'], 0);
  4378.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4379.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4380.         }, => 'setAuthorOnNode'], 0);
  4381.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4382.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4383.         }, => 'setTimestampsOnNodeForPersist'], 0);
  4384.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4385.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4386.         }, => 'setTimestampsOnNodeForPublish'], 0);
  4387.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4388.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4389.         }, => 'setChangedForRestore'], -32);
  4390.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4391.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4392.         }, => 'setTimestampsOnDocument'], 0);
  4393.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4394.             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()));
  4395.         }, => 'setFinalNodeName'], 0);
  4396.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4397.             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()));
  4398.         }, => 'setInitialNodeName'], 0);
  4399.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4400.             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()));
  4401.         }, => 'setFinalNodeName'], -480);
  4402.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4403.             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()));
  4404.         }, => 'handleUuid'], 0);
  4405.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4406.             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()));
  4407.         }, => 'handleUuid'], 0);
  4408.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4409.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4410.         }, => 'handleLocale'], 410);
  4411.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4412.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4413.         }, => 'handleLocale'], 410);
  4414.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4415.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4416.         }, => 'handleHydrate'], 0);
  4417.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4418.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4419.         }, => 'handleChangeParent'], 0);
  4420.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4421.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4422.         }, => 'handleSetParentNodeFromDocument'], 490);
  4423.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4424.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4425.         }, => 'handleMove'], 0);
  4426.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4427.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  4428.         }, => 'handleHydrate'], 0);
  4429.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4430.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4431.         }, => 'setInitialPath'], 0);
  4432.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4433.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4434.         }, => 'setFinalPath'], -495);
  4435.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4436.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4437.         }, => 'setFinalPath'], 0);
  4438.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4439.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  4440.         }, => 'handlePersist'], 485);
  4441.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4442.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  4443.         }, => 'handlePersist'], 490);
  4444.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4445.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  4446.         }, => 'handlePersist'], 500);
  4447.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4448.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4449.         }, => 'handlePersist'], 0);
  4450.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4451.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4452.         }, => 'handleRemove'], 550);
  4453.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4454.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4455.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4456.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4457.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4458.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4459.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4460.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4461.         }, => 'storeCustomUrlToTrash'], 1024);
  4462.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4463.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4464.         }, => 'flushTrashItem'], 0);
  4465.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4466.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4467.         }, => 'clearPendingTrashItem'], 0);
  4468.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4469.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4470.         }, => 'handleHydrate'], 0);
  4471.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4472.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4473.         }, => 'handlePersist'], -2000);
  4474.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4475.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4476.         }, => 'handleRemove'], 1024);
  4477.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4478.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4479.         }, => 'handleRemoveLocale'], 1024);
  4480.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4481.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4482.         }, => 'handlePublish'], -2000);
  4483.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4484.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4485.         }, => 'handleCopy'], -2000);
  4486.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4487.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4488.         }, => 'handlePublish'], 10);
  4489.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4490.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4491.         }, => 'handleMove'], -1000);
  4492.         return $instance;
  4493.     }
  4494.     /**
  4495.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  4496.      *
  4497.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  4498.      */
  4499.     protected function getSuluDocumentManager_MetadataFactoryService()
  4500.     {
  4501.         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()));
  4502.     }
  4503.     /**
  4504.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  4505.      *
  4506.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  4507.      */
  4508.     protected function getSuluDocumentManager_NamespaceRegistryService()
  4509.     {
  4510.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  4511.     }
  4512.     /**
  4513.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  4514.      *
  4515.      * @return \Sulu\Component\DocumentManager\NodeManager
  4516.      */
  4517.     protected function getSuluDocumentManager_NodeManagerService()
  4518.     {
  4519.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager(($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService()));
  4520.     }
  4521.     /**
  4522.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  4523.      *
  4524.      * @return \Sulu\Component\DocumentManager\PathBuilder
  4525.      */
  4526.     protected function getSuluDocumentManager_PathBuilderService()
  4527.     {
  4528.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  4529.     }
  4530.     /**
  4531.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  4532.      *
  4533.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  4534.      */
  4535.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  4536.     {
  4537.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  4538.     }
  4539.     /**
  4540.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  4541.      *
  4542.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  4543.      */
  4544.     protected function getSuluDocumentManager_ProxyFactoryService()
  4545.     {
  4546.         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('fr'))), ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService()));
  4547.     }
  4548.     /**
  4549.      * Gets the private 'sulu_document_manager.session_manager' shared service.
  4550.      *
  4551.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  4552.      */
  4553.     protected function getSuluDocumentManager_SessionManagerService()
  4554.     {
  4555.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  4556.         return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a);
  4557.     }
  4558.     /**
  4559.      * Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
  4560.      *
  4561.      * @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
  4562.      */
  4563.     protected function getSuluMarkup_LinkTag_ProviderPoolService()
  4564.     {
  4565.         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()))]);
  4566.     }
  4567.     /**
  4568.      * Gets the private 'sulu_markup.parser' shared service.
  4569.      *
  4570.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  4571.      */
  4572.     protected function getSuluMarkup_ParserService()
  4573.     {
  4574.         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')))]));
  4575.     }
  4576.     /**
  4577.      * Gets the private 'sulu_markup.response_listener' shared service.
  4578.      *
  4579.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  4580.      */
  4581.     protected function getSuluMarkup_ResponseListenerService()
  4582.     {
  4583.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService())]);
  4584.     }
  4585.     /**
  4586.      * Gets the private 'sulu_media.type_manager' shared service.
  4587.      *
  4588.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  4589.      */
  4590.     protected function getSuluMedia_TypeManagerService()
  4591.     {
  4592.         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'], []);
  4593.     }
  4594.     /**
  4595.      * Gets the private 'sulu_page.export.manager' shared service.
  4596.      *
  4597.      * @return \Sulu\Component\Export\Manager\ExportManager
  4598.      */
  4599.     protected function getSuluPage_Export_ManagerService()
  4600.     {
  4601.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  4602.         $instance->add('number''1.2.xliff', ['translate' => true]);
  4603.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  4604.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  4605.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  4606.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  4607.         $instance->add('link''1.2.xliff', ['translate' => false]);
  4608.         $instance->add('block''1.2.xliff', ['translate' => false]);
  4609.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  4610.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  4611.         $instance->add('contact_selection''1.2.xliff', ['translate' => false]);
  4612.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  4613.         $instance->add('account_selection''1.2.xliff', ['translate' => false]);
  4614.         $instance->add('collection_selection''1.2.xliff', ['translate' => false]);
  4615.         $instance->add('single_collection_selection''1.2.xliff', ['translate' => false]);
  4616.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  4617.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  4618.         $instance->add('image_map''1.2.xliff', ['translate' => false]);
  4619.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  4620.         $instance->add('single_category_selection''1.2.xliff', ['translate' => false]);
  4621.         $instance->add('single_snippet_selection''1.2.xliff', ['translate' => false]);
  4622.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  4623.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  4624.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  4625.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  4626.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  4627.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  4628.         $instance->add('password''1.2.xliff', ['translate' => false]);
  4629.         $instance->add('url''1.2.xliff', ['translate' => false]);
  4630.         $instance->add('email''1.2.xliff', ['translate' => false]);
  4631.         $instance->add('date''1.2.xliff', ['translate' => false]);
  4632.         $instance->add('datetime''1.2.xliff', ['translate' => false]);
  4633.         $instance->add('time''1.2.xliff', ['translate' => false]);
  4634.         $instance->add('color''1.2.xliff', ['translate' => false]);
  4635.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  4636.         $instance->add('select''1.2.xliff', ['translate' => false]);
  4637.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  4638.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  4639.         $instance->add('location''1.2.xliff', ['translate' => false]);
  4640.         $instance->add('route''1.2.xliff', ['translate' => false]);
  4641.         $instance->add('page_tree_route''1.2.xliff', ['translate' => false]);
  4642.         return $instance;
  4643.     }
  4644.     /**
  4645.      * Gets the private 'sulu_page.import.manager' shared service.
  4646.      *
  4647.      * @return \Sulu\Component\Import\Manager\ImportManager
  4648.      */
  4649.     protected function getSuluPage_Import_ManagerService()
  4650.     {
  4651.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  4652.     }
  4653.     /**
  4654.      * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  4655.      *
  4656.      * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  4657.      */
  4658.     protected function getSuluPage_Structure_PropertiesXmlParserService()
  4659.     {
  4660.         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']);
  4661.     }
  4662.     /**
  4663.      * Gets the private 'sulu_preview.preview.cache' shared service.
  4664.      *
  4665.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4666.      */
  4667.     protected function getSuluPreview_Preview_CacheService()
  4668.     {
  4669.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ZkJR92mpbC'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4670.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4671.         return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4672.     }
  4673.     /**
  4674.      * Gets the private 'sulu_route.routing.provider' shared service.
  4675.      *
  4676.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  4677.      */
  4678.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  4679.     {
  4680.         if ($lazyLoad) {
  4681.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  4682.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4683.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  4684.                     $proxy->setProxyInitializer(null);
  4685.                     return true;
  4686.                 });
  4687.             });
  4688.         }
  4689.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  4690.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  4691.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  4692.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  4693.         include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  4694.         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]);
  4695.     }
  4696.     /**
  4697.      * Gets the private 'sulu_security.access_control_manager' shared service.
  4698.      *
  4699.      * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  4700.      */
  4701.     protected function getSuluSecurity_AccessControlManagerService()
  4702.     {
  4703.         $a = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  4704.         $b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  4705.         $c = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  4706.         $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 () {
  4707.             yield => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  4708.             yield => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  4709.         }, 2), $b$c, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $this->parameters['sulu_security.permissions']);
  4710.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $b$this->parameters['permissions']));
  4711.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $b$c$a));
  4712.         return $instance;
  4713.     }
  4714.     /**
  4715.      * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  4716.      *
  4717.      * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  4718.      */
  4719.     protected function getSuluSecurity_AccessControlQueryEnhancerService()
  4720.     {
  4721.         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()));
  4722.     }
  4723.     /**
  4724.      * Gets the private 'sulu_security.event_listener.security' shared service.
  4725.      *
  4726.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  4727.      */
  4728.     protected function getSuluSecurity_EventListener_SecurityService()
  4729.     {
  4730.         return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  4731.     }
  4732.     /**
  4733.      * Gets the private 'sulu_security.system_listener' shared service.
  4734.      *
  4735.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  4736.      */
  4737.     protected function getSuluSecurity_SystemListenerService()
  4738.     {
  4739.         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');
  4740.     }
  4741.     /**
  4742.      * Gets the private 'sulu_security.system_store' shared service.
  4743.      *
  4744.      * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  4745.      */
  4746.     protected function getSuluSecurity_SystemStoreService()
  4747.     {
  4748.         return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore(($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService()));
  4749.     }
  4750.     /**
  4751.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  4752.      *
  4753.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  4754.      */
  4755.     protected function getSuluTag_TagRequestHandlerService()
  4756.     {
  4757.         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())));
  4758.     }
  4759.     /**
  4760.      * Gets the private 'sulu_trash.trash_item_repository' shared service.
  4761.      *
  4762.      * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  4763.      */
  4764.     protected function getSuluTrash_TrashItemRepositoryService()
  4765.     {
  4766.         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()));
  4767.     }
  4768.     /**
  4769.      * Gets the private 'sulu_trash.trash_manager' shared service.
  4770.      *
  4771.      * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  4772.      */
  4773.     protected function getSuluTrash_TrashManagerService()
  4774.     {
  4775.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4776.             'accounts' => ['privates''sulu_contact.account_trash_item_handler''getSuluContact_AccountTrashItemHandlerService'true],
  4777.             'analytics' => ['privates''sulu_website.analytics_trash_item_handler''getSuluWebsite_AnalyticsTrashItemHandlerService'true],
  4778.             'categories' => ['privates''sulu_category.category_trash_item_handler''getSuluCategory_CategoryTrashItemHandlerService'true],
  4779.             'collections' => ['privates''sulu_media.collection_trash_item_handler''getSuluMedia_CollectionTrashItemHandlerService'true],
  4780.             'contacts' => ['privates''sulu_contact.contact_trash_item_handler''getSuluContact_ContactTrashItemHandlerService'true],
  4781.             'custom_urls' => ['privates''sulu_custom_urls.custom_url_trash_item_handler''getSuluCustomUrls_CustomUrlTrashItemHandlerService'true],
  4782.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  4783.             'pages' => ['privates''sulu_page.page_trash_item_handler''getSuluPage_PageTrashItemHandlerService'true],
  4784.             'snippets' => ['privates''sulu_snippet.snippet_trash_item_handler''getSuluSnippet_SnippetTrashItemHandlerService'true],
  4785.             'tags' => ['privates''sulu_tag.tag_trash_item_handler''getSuluTag_TagTrashItemHandlerService'true],
  4786.         ], [
  4787.             'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  4788.             'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  4789.             'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  4790.             'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  4791.             'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  4792.             'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  4793.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  4794.             'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  4795.             'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  4796.             'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  4797.         ]);
  4798.         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, [
  4799.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  4800.         ], [
  4801.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  4802.         ]));
  4803.     }
  4804.     /**
  4805.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  4806.      *
  4807.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  4808.      */
  4809.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  4810.     {
  4811.         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")) : ("")));
  4812.     }
  4813.     /**
  4814.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  4815.      *
  4816.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  4817.      */
  4818.     protected function getSuluWebsite_EventListener_TranslatorService()
  4819.     {
  4820.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  4821.     }
  4822.     /**
  4823.      * Gets the private 'sulu_website.router_listener' shared service.
  4824.      *
  4825.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  4826.      */
  4827.     protected function getSuluWebsite_RouterListenerService()
  4828.     {
  4829.         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()));
  4830.     }
  4831.     /**
  4832.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  4833.      *
  4834.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  4835.      */
  4836.     protected function getSuluWebsite_Routing_RequestListenerService()
  4837.     {
  4838.         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()));
  4839.     }
  4840.     /**
  4841.      * Gets the private 'sulu_website.segment_subscriber' shared service.
  4842.      *
  4843.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  4844.      */
  4845.     protected function getSuluWebsite_SegmentSubscriberService()
  4846.     {
  4847.         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');
  4848.     }
  4849.     /**
  4850.      * Gets the private 'translator.default' shared service.
  4851.      *
  4852.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4853.      */
  4854.     protected function getTranslator_DefaultService()
  4855.     {
  4856.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4857.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4858.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4859.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4860.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4861.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4862.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4863.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4864.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4865.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4866.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4867.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4868.         ], [
  4869.             'translation.loader.csv' => '?',
  4870.             'translation.loader.dat' => '?',
  4871.             'translation.loader.ini' => '?',
  4872.             'translation.loader.json' => '?',
  4873.             'translation.loader.mo' => '?',
  4874.             'translation.loader.php' => '?',
  4875.             'translation.loader.po' => '?',
  4876.             'translation.loader.qt' => '?',
  4877.             'translation.loader.res' => '?',
  4878.             'translation.loader.xliff' => '?',
  4879.             'translation.loader.yml' => '?',
  4880.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], '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'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.de.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.de.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.de.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.de.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.de.json'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.de.json'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.de.json'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.de.json'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.de.json'), 18 => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], '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).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 19 => (\dirname(__DIR__5).'/translations/sulu/admin.en.json')], 'es' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], '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'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__5).'/translations/messages.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'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], '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'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], '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'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], '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'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], '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'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], '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'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], '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')], 'ky' => [=> (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'), 18 => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/translations'), 19 => (\dirname(__DIR__5).'/translations'), 20 => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle/translations'), 21 => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle/translations'), 22 => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle/translations'), 23 => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/translations'), 24 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'), 25 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/translations'), 26 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 27 => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/translations'), 28 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/translations'), 29 => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle/translations'), 30 => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle/translations'), 31 => (\dirname(__DIR__5).'/vendor/massive/search-bundle/translations'), 32 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 33 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'), 34 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'), 35 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'), 36 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'), 37 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'), 38 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'), 39 => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle/translations'), 40 => (\dirname(__DIR__5).'/vendor/massive/build-bundle/translations'), 41 => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/translations'), 42 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'), 43 => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle/translations'), 44 => (\dirname(__DIR__5).'/vendor/symfony/security-bundle/translations'), 45 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 46 => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/translations'), 47 => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle/translations'), 48 => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src/translations'), 49 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 50 => (\dirname(__DIR__5).'/vendor/liip/imagine-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'10 => 'vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'11 => 'vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'12 => 'vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'13 => 'vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'14 => 'vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'15 => 'vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'16 => 'vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'17 => 'vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'18 => 'vendor/knplabs/knp-paginator-bundle/translations'19 => 'translations'20 => 'vendor/symfony/framework-bundle/translations'21 => 'vendor/symfony/twig-bundle/translations'22 => 'vendor/symfony/monolog-bundle/translations'23 => 'vendor/symfony/swiftmailer-bundle/translations'24 => 'vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'25 => 'vendor/doctrine/doctrine-bundle/translations'26 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'27 => 'vendor/doctrine/phpcr-bundle/src/translations'28 => 'vendor/friendsofsymfony/rest-bundle/translations'29 => 'vendor/handcraftedinthealps/rest-routing-bundle/translations'30 => 'vendor/jms/serializer-bundle/translations'31 => 'vendor/massive/search-bundle/translations'32 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations'33 => 'vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'34 => 'vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'35 => 'vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'36 => 'vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'37 => 'vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'38 => 'vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'39 => 'vendor/dantleech/phpcr-migrations-bundle/translations'40 => 'vendor/massive/build-bundle/translations'41 => 'vendor/symfony/web-profiler-bundle/translations'42 => 'vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'43 => 'vendor/symfony/debug-bundle/translations'44 => 'vendor/symfony/security-bundle/translations'45 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'46 => 'vendor/symfony-cmf/routing-bundle/src/translations'47 => 'vendor/antishov/doctrine-extensions-bundle/translations'48 => 'vendor/symfony/maker-bundle/src/translations'49 => 'vendor/doctrine/doctrine-migrations-bundle/translations'50 => 'vendor/liip/imagine-bundle/translations']]], []);
  4881.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4882.         $instance->setFallbackLocales([=> 'fr']);
  4883.         return $instance;
  4884.     }
  4885.     /**
  4886.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4887.      *
  4888.      * @return \Twig\Loader\FilesystemLoader
  4889.      */
  4890.     protected function getTwig_Loader_NativeFilesystemService()
  4891.     {
  4892.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  4893.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  4894.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  4895.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4896.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4897.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  4898.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  4899.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  4900.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  4901.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  4902.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  4903.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  4904.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  4905.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  4906.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  4907.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  4908.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  4909.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4910.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4911.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  4912.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  4913.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4914.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4915.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4916.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4917.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  4918.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  4919.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4920.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4921.         $instance->addPath((\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  4922.         $instance->addPath((\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  4923.         $instance->addPath((\dirname(__DIR__5).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  4924.         $instance->addPath((\dirname(__DIR__5).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  4925.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  4926.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4927.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4928.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4929.         return $instance;
  4930.     }
  4931.     /**
  4932.      * Gets the private 'url_helper' shared service.
  4933.      *
  4934.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  4935.      */
  4936.     protected function getUrlHelperService()
  4937.     {
  4938.         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()));
  4939.     }
  4940.     /**
  4941.      * Gets the private 'validator.builder' shared service.
  4942.      *
  4943.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4944.      */
  4945.     protected function getValidator_BuilderService()
  4946.     {
  4947.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4948.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4949.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4950.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4951.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4952.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4953.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4954.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4955.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4956.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  4957.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4958.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4959.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4960.         ], [
  4961.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4962.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  4963.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4964.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4965.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4966.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4967.             'cmf_routing.validator.route_defaults' => '?',
  4968.             'doctrine.orm.validator.unique' => '?',
  4969.             'security.validator.user_password' => '?',
  4970.             'validator.expression' => '?',
  4971.         ])));
  4972.         if ($this->has('translator')) {
  4973.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4974.         }
  4975.         $instance->setTranslationDomain('validators');
  4976.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4977.         $instance->enableAnnotationMapping(true);
  4978.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4979.         $instance->addMethodMapping('loadValidatorMetadata');
  4980.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4981.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4982.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4983.         return $instance;
  4984.     }
  4985.     /**
  4986.      * Gets the private 'var_dumper.html_dumper' shared service.
  4987.      *
  4988.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4989.      */
  4990.     protected function getVarDumper_HtmlDumperService()
  4991.     {
  4992.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4993.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4994.         return $instance;
  4995.     }
  4996.     /**
  4997.      * Gets the private 'var_dumper.server_connection' shared service.
  4998.      *
  4999.      * @return \Symfony\Component\VarDumper\Server\Connection
  5000.      */
  5001.     protected function getVarDumper_ServerConnectionService()
  5002.     {
  5003.         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()]);
  5004.     }
  5005.     /**
  5006.      * Gets the private 'web_profiler.csp.handler' shared service.
  5007.      *
  5008.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5009.      */
  5010.     protected function getWebProfiler_Csp_HandlerService()
  5011.     {
  5012.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5013.     }
  5014.     /**
  5015.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5016.      *
  5017.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5018.      */
  5019.     protected function getWebProfiler_DebugToolbarService()
  5020.     {
  5021.         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()));
  5022.     }
  5023.     /**
  5024.      * Gets the public 'cache_clearer' alias.
  5025.      *
  5026.      * @return object The ".container.private.cache_clearer" service.
  5027.      */
  5028.     protected function getCacheClearerService()
  5029.     {
  5030.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5031.         return $this->get('.container.private.cache_clearer');
  5032.     }
  5033.     /**
  5034.      * Gets the public 'filesystem' alias.
  5035.      *
  5036.      * @return object The ".container.private.filesystem" service.
  5037.      */
  5038.     protected function getFilesystemService()
  5039.     {
  5040.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5041.         return $this->get('.container.private.filesystem');
  5042.     }
  5043.     /**
  5044.      * Gets the public 'serializer' alias.
  5045.      *
  5046.      * @return object The ".container.private.serializer" service.
  5047.      */
  5048.     protected function getSerializerService()
  5049.     {
  5050.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5051.         return $this->get('.container.private.serializer');
  5052.     }
  5053.     /**
  5054.      * Gets the public 'security.csrf.token_manager' alias.
  5055.      *
  5056.      * @return object The ".container.private.security.csrf.token_manager" service.
  5057.      */
  5058.     protected function getSecurity_Csrf_TokenManagerService()
  5059.     {
  5060.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5061.         return $this->get('.container.private.security.csrf.token_manager');
  5062.     }
  5063.     /**
  5064.      * Gets the public 'form.factory' alias.
  5065.      *
  5066.      * @return object The ".container.private.form.factory" service.
  5067.      */
  5068.     protected function getForm_FactoryService()
  5069.     {
  5070.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5071.         return $this->get('.container.private.form.factory');
  5072.     }
  5073.     /**
  5074.      * Gets the public 'form.type.file' alias.
  5075.      *
  5076.      * @return object The ".container.private.form.type.file" service.
  5077.      */
  5078.     protected function getForm_Type_FileService()
  5079.     {
  5080.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5081.         return $this->get('.container.private.form.type.file');
  5082.     }
  5083.     /**
  5084.      * Gets the public 'profiler' alias.
  5085.      *
  5086.      * @return object The ".container.private.profiler" service.
  5087.      */
  5088.     protected function getProfilerService()
  5089.     {
  5090.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5091.         return $this->get('.container.private.profiler');
  5092.     }
  5093.     /**
  5094.      * Gets the public 'twig' alias.
  5095.      *
  5096.      * @return object The ".container.private.twig" service.
  5097.      */
  5098.     protected function getTwigService()
  5099.     {
  5100.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5101.         return $this->get('.container.private.twig');
  5102.     }
  5103.     /**
  5104.      * Gets the public 'security.authorization_checker' alias.
  5105.      *
  5106.      * @return object The ".container.private.security.authorization_checker" service.
  5107.      */
  5108.     protected function getSecurity_AuthorizationCheckerService()
  5109.     {
  5110.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5111.         return $this->get('.container.private.security.authorization_checker');
  5112.     }
  5113.     /**
  5114.      * Gets the public 'security.token_storage' alias.
  5115.      *
  5116.      * @return object The ".container.private.security.token_storage" service.
  5117.      */
  5118.     protected function getSecurity_TokenStorageService()
  5119.     {
  5120.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5121.         return $this->get('.container.private.security.token_storage');
  5122.     }
  5123.     /**
  5124.      * Gets the public 'security.password_encoder' alias.
  5125.      *
  5126.      * @return object The ".container.private.security.password_encoder" service.
  5127.      */
  5128.     protected function getSecurity_PasswordEncoderService()
  5129.     {
  5130.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5131.         return $this->get('.container.private.security.password_encoder');
  5132.     }
  5133.     /**
  5134.      * Gets the public 'session' alias.
  5135.      *
  5136.      * @return object The ".container.private.session" service.
  5137.      */
  5138.     protected function getSessionService()
  5139.     {
  5140.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5141.         return $this->get('.container.private.session');
  5142.     }
  5143.     /**
  5144.      * Gets the public 'validator' alias.
  5145.      *
  5146.      * @return object The ".container.private.validator" service.
  5147.      */
  5148.     protected function getValidatorService()
  5149.     {
  5150.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5151.         return $this->get('.container.private.validator');
  5152.     }
  5153.     /**
  5154.      * @return array|bool|float|int|string|\UnitEnum|null
  5155.      */
  5156.     public function getParameter(string $name)
  5157.     {
  5158.         if (isset($this->buildParameters[$name])) {
  5159.             return $this->buildParameters[$name];
  5160.         }
  5161.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5162.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5163.         }
  5164.         if (isset($this->loadedDynamicParameters[$name])) {
  5165.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5166.         }
  5167.         return $this->parameters[$name];
  5168.     }
  5169.     public function hasParameter(string $name): bool
  5170.     {
  5171.         if (isset($this->buildParameters[$name])) {
  5172.             return true;
  5173.         }
  5174.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5175.     }
  5176.     public function setParameter(string $name$value): void
  5177.     {
  5178.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5179.     }
  5180.     public function getParameterBag(): ParameterBagInterface
  5181.     {
  5182.         if (null === $this->parameterBag) {
  5183.             $parameters $this->parameters;
  5184.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5185.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5186.             }
  5187.             foreach ($this->buildParameters as $name => $value) {
  5188.                 $parameters[$name] = $value;
  5189.             }
  5190.             $this->parameterBag = new FrozenParameterBag($parameters);
  5191.         }
  5192.         return $this->parameterBag;
  5193.     }
  5194.     private $loadedDynamicParameters = [
  5195.         'kernel.runtime_environment' => false,
  5196.         'kernel.build_dir' => false,
  5197.         'kernel.cache_dir' => false,
  5198.         'app.api_key_realforce' => false,
  5199.         'app.url_property' => false,
  5200.         'app.url_buy_property_cp' => false,
  5201.         'app.url_rent_property_cp' => false,
  5202.         'app.url_type' => false,
  5203.         'app.url_locations' => false,
  5204.         'app.url_choices' => false,
  5205.         'app.url_lead' => false,
  5206.         'app.url_lead_cp' => false,
  5207.         'app.lead_cp_username' => false,
  5208.         'app.lead_cp_password' => false,
  5209.         'app.recaptcha_secret' => false,
  5210.         'app.recaptcha_key' => false,
  5211.         'app.mailer_to' => false,
  5212.         'app.mailer_from' => false,
  5213.         'app.list_id' => false,
  5214.         'app.api_key' => false,
  5215.         'app.news_api_url' => false,
  5216.         'brevo_api_key' => false,
  5217.         'google_recaptcha_secret' => false,
  5218.         'kernel.secret' => false,
  5219.         'debug.container.dump' => false,
  5220.         'serializer.mapping.cache.file' => false,
  5221.         'session.save_path' => false,
  5222.         'validator.mapping.cache.file' => false,
  5223.         'profiler.storage.dsn' => false,
  5224.         'swiftmailer.spool.default.memory.path' => false,
  5225.         'sulu.cache_dir' => false,
  5226.         'sulu_core.proxy_cache_dir' => false,
  5227.         'doctrine.orm.proxy_dir' => false,
  5228.         'massive_search.metadata.prefix' => false,
  5229.         'massive_search.metadata.cache_dir' => false,
  5230.         'sulu_admin.email' => false,
  5231.         'sulu_website.sitemap.dump_dir' => false,
  5232.     ];
  5233.     private $dynamicParameters = [];
  5234.     private function getDynamicParameter(string $name)
  5235.     {
  5236.         switch ($name) {
  5237.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5238.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5239.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5240.             case 'app.api_key_realforce'$value $this->getEnv('API_KEY_REALFORCE'); break;
  5241.             case 'app.url_property'$value $this->getEnv('URL_PROPERTY'); break;
  5242.             case 'app.url_buy_property_cp'$value $this->getEnv('URL_BUY_PROPERTY_CP'); break;
  5243.             case 'app.url_rent_property_cp'$value $this->getEnv('URL_RENT_PROPERTY_CP'); break;
  5244.             case 'app.url_type'$value $this->getEnv('URL_TYPE'); break;
  5245.             case 'app.url_locations'$value $this->getEnv('URL_LOCATIONS'); break;
  5246.             case 'app.url_choices'$value $this->getEnv('URL_CHOICES'); break;
  5247.             case 'app.url_lead'$value $this->getEnv('URL_LEAD'); break;
  5248.             case 'app.url_lead_cp'$value $this->getEnv('URL_LEAD_CP'); break;
  5249.             case 'app.lead_cp_username'$value $this->getEnv('LEAD_CP_USERNAME'); break;
  5250.             case 'app.lead_cp_password'$value $this->getEnv('LEAD_CP_PASSWORD'); break;
  5251.             case 'app.recaptcha_secret'$value $this->getEnv('RECAPTCHA_SECRET_KEY'); break;
  5252.             case 'app.recaptcha_key'$value $this->getEnv('RECAPTCHA_KEY'); break;
  5253.             case 'app.mailer_to'$value $this->getEnv('MAILER_TO'); break;
  5254.             case 'app.mailer_from'$value $this->getEnv('MAILER_FROM'); break;
  5255.             case 'app.list_id'$value $this->getEnv('LIST_ID'); break;
  5256.             case 'app.api_key'$value $this->getEnv('API_KEY'); break;
  5257.             case 'app.news_api_url'$value $this->getEnv('NEWS_API_URL'); break;
  5258.             case 'brevo_api_key'$value $this->getEnv('BREVO_API_KEY'); break;
  5259.             case 'google_recaptcha_secret'$value $this->getEnv('GOOGLE_CAPTCHA_SECRET'); break;
  5260.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5261.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5262.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5263.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  5264.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5265.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5266.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  5267.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  5268.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  5269.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5270.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  5271.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  5272.             case 'sulu_admin.email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  5273.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  5274.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5275.         }
  5276.         $this->loadedDynamicParameters[$name] = true;
  5277.         return $this->dynamicParameters[$name] = $value;
  5278.     }
  5279.     protected function getDefaultParameters(): array
  5280.     {
  5281.         return [
  5282.             'kernel.project_dir' => \dirname(__DIR__5),
  5283.             'kernel.environment' => 'dev',
  5284.             'kernel.debug' => true,
  5285.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  5286.             'kernel.bundles' => [
  5287.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5288.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5289.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5290.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  5291.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  5292.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5293.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5294.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  5295.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  5296.                 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  5297.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  5298.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  5299.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  5300.                 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  5301.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  5302.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  5303.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  5304.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  5305.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  5306.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  5307.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  5308.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  5309.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  5310.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  5311.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  5312.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  5313.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  5314.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  5315.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  5316.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  5317.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  5318.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  5319.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  5320.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5321.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  5322.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5323.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5324.                 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  5325.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5326.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  5327.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5328.                 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  5329.                 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  5330.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5331.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5332.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  5333.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  5334.             ],
  5335.             'kernel.bundles_metadata' => [
  5336.                 'FrameworkBundle' => [
  5337.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  5338.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5339.                 ],
  5340.                 'TwigBundle' => [
  5341.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  5342.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5343.                 ],
  5344.                 'MonologBundle' => [
  5345.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  5346.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5347.                 ],
  5348.                 'SwiftmailerBundle' => [
  5349.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  5350.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  5351.                 ],
  5352.                 'SuluCoreBundle' => [
  5353.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  5354.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  5355.                 ],
  5356.                 'DoctrineBundle' => [
  5357.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  5358.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5359.                 ],
  5360.                 'DoctrineFixturesBundle' => [
  5361.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5362.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5363.                 ],
  5364.                 'DoctrinePHPCRBundle' => [
  5365.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  5366.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  5367.                 ],
  5368.                 'FOSRestBundle' => [
  5369.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  5370.                     'namespace' => 'FOS\\RestBundle',
  5371.                 ],
  5372.                 'RestRoutingBundle' => [
  5373.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  5374.                     'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  5375.                 ],
  5376.                 'JMSSerializerBundle' => [
  5377.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  5378.                     'namespace' => 'JMS\\SerializerBundle',
  5379.                 ],
  5380.                 'MassiveSearchBundle' => [
  5381.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  5382.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  5383.                 ],
  5384.                 'FOSHttpCacheBundle' => [
  5385.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  5386.                     'namespace' => 'FOS\\HttpCacheBundle',
  5387.                 ],
  5388.                 'SuluAdminBundle' => [
  5389.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  5390.                     'namespace' => 'Sulu\\Bundle\\AdminBundle',
  5391.                 ],
  5392.                 'SuluSearchBundle' => [
  5393.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  5394.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  5395.                 ],
  5396.                 'SuluPersistenceBundle' => [
  5397.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  5398.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  5399.                 ],
  5400.                 'SuluContactBundle' => [
  5401.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  5402.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  5403.                 ],
  5404.                 'SuluMediaBundle' => [
  5405.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  5406.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  5407.                 ],
  5408.                 'SuluSecurityBundle' => [
  5409.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  5410.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  5411.                 ],
  5412.                 'SuluCategoryBundle' => [
  5413.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  5414.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  5415.                 ],
  5416.                 'SuluSnippetBundle' => [
  5417.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  5418.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  5419.                 ],
  5420.                 'SuluPageBundle' => [
  5421.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  5422.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  5423.                 ],
  5424.                 'SuluTagBundle' => [
  5425.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  5426.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  5427.                 ],
  5428.                 'SuluWebsiteBundle' => [
  5429.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  5430.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  5431.                 ],
  5432.                 'SuluLocationBundle' => [
  5433.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  5434.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  5435.                 ],
  5436.                 'SuluHttpCacheBundle' => [
  5437.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  5438.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  5439.                 ],
  5440.                 'SuluDocumentManagerBundle' => [
  5441.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  5442.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  5443.                 ],
  5444.                 'SuluHashBundle' => [
  5445.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  5446.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  5447.                 ],
  5448.                 'SuluCustomUrlBundle' => [
  5449.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  5450.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  5451.                 ],
  5452.                 'SuluRouteBundle' => [
  5453.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  5454.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  5455.                 ],
  5456.                 'SuluMarkupBundle' => [
  5457.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  5458.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  5459.                 ],
  5460.                 'PhpcrMigrationsBundle' => [
  5461.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  5462.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  5463.                 ],
  5464.                 'MassiveBuildBundle' => [
  5465.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  5466.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  5467.                 ],
  5468.                 'WebProfilerBundle' => [
  5469.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  5470.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5471.                 ],
  5472.                 'SuluTestBundle' => [
  5473.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  5474.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  5475.                 ],
  5476.                 'DebugBundle' => [
  5477.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  5478.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5479.                 ],
  5480.                 'SecurityBundle' => [
  5481.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  5482.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5483.                 ],
  5484.                 'SuluPreviewBundle' => [
  5485.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  5486.                     'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  5487.                 ],
  5488.                 'FOSJsRoutingBundle' => [
  5489.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5490.                     'namespace' => 'FOS\\JsRoutingBundle',
  5491.                 ],
  5492.                 'CmfRoutingBundle' => [
  5493.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  5494.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  5495.                 ],
  5496.                 'StofDoctrineExtensionsBundle' => [
  5497.                     'path' => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle'),
  5498.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  5499.                 ],
  5500.                 'SuluActivityBundle' => [
  5501.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  5502.                     'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  5503.                 ],
  5504.                 'SuluTrashBundle' => [
  5505.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  5506.                     'namespace' => 'Sulu\\Bundle\\TrashBundle',
  5507.                 ],
  5508.                 'MakerBundle' => [
  5509.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  5510.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5511.                 ],
  5512.                 'DoctrineMigrationsBundle' => [
  5513.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle'),
  5514.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5515.                 ],
  5516.                 'KnpPaginatorBundle' => [
  5517.                     'path' => (\dirname(__DIR__5).'/vendor/knplabs/knp-paginator-bundle'),
  5518.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  5519.                 ],
  5520.                 'LiipImagineBundle' => [
  5521.                     'path' => (\dirname(__DIR__5).'/vendor/liip/imagine-bundle'),
  5522.                     'namespace' => 'Liip\\ImagineBundle',
  5523.                 ],
  5524.             ],
  5525.             'kernel.charset' => 'UTF-8',
  5526.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5527.             'sulu.context' => 'website',
  5528.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  5529.             'container.dumper.inline_class_loader' => true,
  5530.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  5531.             'env(PHPCR_WORKSPACE)' => 'default',
  5532.             'default_locale' => 'fr',
  5533.             'app.images_directory' => (\dirname(__DIR__5).'/public/property-images'),
  5534.             'app.xml_directory' => (\dirname(__DIR__5).'/public/xml-data'),
  5535.             'images_relative_directory' => 'property-images',
  5536.             'no_images_directory' => 'images',
  5537.             'app.images_directory_broker' => (\dirname(__DIR__5).'/public/brokers'),
  5538.             'event_dispatcher.event_aliases' => [
  5539.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5540.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5541.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5542.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5543.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5544.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5545.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5546.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5547.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5548.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5549.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5550.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5551.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5552.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5553.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5554.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5555.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5556.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5557.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5558.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5559.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5560.             ],
  5561.             'fragment.renderer.hinclude.global_template' => NULL,
  5562.             'fragment.path' => '/_fragment',
  5563.             'kernel.http_method_override' => true,
  5564.             'kernel.trusted_hosts' => [
  5565.             ],
  5566.             'kernel.default_locale' => 'fr',
  5567.             'kernel.enabled_locales' => [
  5568.             ],
  5569.             'kernel.error_controller' => 'error_controller',
  5570.             'debug.file_link_format' => NULL,
  5571.             'asset.request_context.base_path' => NULL,
  5572.             'asset.request_context.secure' => NULL,
  5573.             'translator.logging' => false,
  5574.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  5575.             'debug.error_handler.throw_at' => -1,
  5576.             'router.request_context.host' => 'localhost',
  5577.             'router.request_context.scheme' => 'http',
  5578.             'router.request_context.base_url' => '',
  5579.             'router.resource' => 'kernel::loadRoutes',
  5580.             'request_listener.http_port' => 80,
  5581.             'request_listener.https_port' => 443,
  5582.             'session.metadata.storage_key' => '_sf2_meta',
  5583.             'session.storage.options' => [
  5584.                 'cache_limiter' => '0',
  5585.                 'name' => 'SULUSESSID',
  5586.                 'cookie_secure' => 'auto',
  5587.                 'cookie_httponly' => true,
  5588.                 'cookie_samesite' => 'lax',
  5589.                 'gc_probability' => 1,
  5590.             ],
  5591.             'session.metadata.update_threshold' => 0,
  5592.             'form.type_extension.csrf.enabled' => true,
  5593.             'form.type_extension.csrf.field_name' => '_token',
  5594.             'validator.translation_domain' => 'validators',
  5595.             'profiler_listener.only_exceptions' => false,
  5596.             'profiler_listener.only_main_requests' => false,
  5597.             'twig.form.resources' => [
  5598.                 => 'form_div_layout.html.twig',
  5599.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  5600.             ],
  5601.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  5602.             'monolog.use_microseconds' => true,
  5603.             'monolog.swift_mailer.handlers' => [
  5604.             ],
  5605.             'monolog.handlers_to_channels' => [
  5606.                 'monolog.handler.console' => [
  5607.                     'type' => 'exclusive',
  5608.                     'elements' => [
  5609.                         => 'event',
  5610.                         => 'doctrine',
  5611.                         => 'console',
  5612.                     ],
  5613.                 ],
  5614.                 'monolog.handler.main' => [
  5615.                     'type' => 'exclusive',
  5616.                     'elements' => [
  5617.                         => 'event',
  5618.                     ],
  5619.                 ],
  5620.             ],
  5621.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  5622.             'swiftmailer.mailer.default.spool.enabled' => true,
  5623.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  5624.             'swiftmailer.mailer.default.single_address' => NULL,
  5625.             'swiftmailer.mailer.default.delivery.enabled' => true,
  5626.             'swiftmailer.spool.enabled' => true,
  5627.             'swiftmailer.delivery.enabled' => true,
  5628.             'swiftmailer.single_address' => NULL,
  5629.             'swiftmailer.mailers' => [
  5630.                 'default' => 'swiftmailer.mailer.default',
  5631.             ],
  5632.             'swiftmailer.default_mailer' => 'default',
  5633.             'sulu_core.locales' => [
  5634.                 => 'de',
  5635.                 => 'en',
  5636.             ],
  5637.             'sulu_core.translated_locales' => [
  5638.                 'de' => 'Deutsch',
  5639.                 'en' => 'English',
  5640.             ],
  5641.             'sulu_core.translations' => [
  5642.                 => 'de',
  5643.                 => 'en',
  5644.             ],
  5645.             'sulu_core.fallback_locale' => 'en',
  5646.             'sulu.content.language.namespace' => 'i18n',
  5647.             'sulu.content.language.default' => 'fr',
  5648.             'sulu.content.node_names.base' => 'cmf',
  5649.             'sulu.content.node_names.content' => 'contents',
  5650.             'sulu.content.node_names.route' => 'routes',
  5651.             'sulu.content.node_names.snippet' => 'snippets',
  5652.             'sulu.content.structure.default_types' => [
  5653.                 'snippet' => 'default',
  5654.             ],
  5655.             'sulu.content.structure.default_type.snippet' => 'default',
  5656.             'sulu.content.structure.required_properties' => [
  5657.                 'home' => [
  5658.                     => 'title',
  5659.                 ],
  5660.                 'page' => [
  5661.                     => 'title',
  5662.                 ],
  5663.                 'snippet' => [
  5664.                     => 'title',
  5665.                 ],
  5666.             ],
  5667.             'sulu.content.structure.required_tags' => [
  5668.                 'home' => [
  5669.                     => 'sulu.rlp',
  5670.                 ],
  5671.                 'page' => [
  5672.                     => 'sulu.rlp',
  5673.                 ],
  5674.             ],
  5675.             'sulu.content.internal_prefix' => '',
  5676.             'sulu.content.structure.type_map' => [
  5677.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  5678.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  5679.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  5680.             ],
  5681.             'sulu.content.structure.paths' => [
  5682.                 'page' => [
  5683.                     => [
  5684.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  5685.                         'type' => 'page',
  5686.                     ],
  5687.                     => [
  5688.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  5689.                         'type' => 'page',
  5690.                     ],
  5691.                     => [
  5692.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  5693.                         'type' => 'page',
  5694.                     ],
  5695.                 ],
  5696.                 'home' => [
  5697.                     => [
  5698.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  5699.                         'type' => 'home',
  5700.                     ],
  5701.                 ],
  5702.                 'snippet' => [
  5703.                     => [
  5704.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  5705.                         'type' => 'snippet',
  5706.                     ],
  5707.                 ],
  5708.             ],
  5709.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  5710.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  5711.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  5712.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  5713.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  5714.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  5715.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  5716.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  5717.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  5718.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  5719.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  5720.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  5721.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  5722.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  5723.             'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  5724.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  5725.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  5726.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  5727.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  5728.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  5729.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  5730.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  5731.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  5732.             'sulu_core.cache.memoize.default_lifetime' => 1,
  5733.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5734.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  5735.             'sulu.fields_defaults.translations' => [
  5736.                 'id' => 'public.id',
  5737.                 'title' => 'public.title',
  5738.                 'name' => 'public.name',
  5739.                 'created' => 'public.created',
  5740.                 'changed' => 'public.changed',
  5741.             ],
  5742.             'sulu.fields_defaults.widths' => [
  5743.                 'id' => '50px',
  5744.             ],
  5745.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  5746.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  5747.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  5748.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  5749.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  5750.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  5751.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  5752.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5753.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5754.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5755.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5756.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5757.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5758.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5759.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5760.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5761.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5762.             'doctrine.entity_managers' => [
  5763.                 'default' => 'doctrine.orm.default_entity_manager',
  5764.             ],
  5765.             'doctrine.default_entity_manager' => 'default',
  5766.             'doctrine.dbal.connection_factory.types' => [
  5767.             ],
  5768.             'doctrine.connections' => [
  5769.                 'default' => 'doctrine.dbal.default_connection',
  5770.             ],
  5771.             'doctrine.default_connection' => 'default',
  5772.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5773.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5774.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5775.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5776.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5777.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5778.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5779.             'doctrine.orm.cache.memcache_port' => 11211,
  5780.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5781.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5782.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5783.             'doctrine.orm.cache.memcached_port' => 11211,
  5784.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5785.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5786.             'doctrine.orm.cache.redis_host' => 'localhost',
  5787.             'doctrine.orm.cache.redis_port' => 6379,
  5788.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5789.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5790.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5791.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5792.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5793.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5794.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5795.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5796.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5797.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5798.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5799.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5800.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5801.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5802.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5803.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5804.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5805.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5806.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5807.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5808.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5809.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5810.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5811.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5812.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5813.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5814.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5815.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5816.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5817.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5818.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5819.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5820.             'doctrine_phpcr.sessions' => [
  5821.                 'default' => 'doctrine_phpcr.default_session',
  5822.                 'live' => 'doctrine_phpcr.live_session',
  5823.             ],
  5824.             'doctrine_phpcr.odm.document_managers' => [
  5825.             ],
  5826.             'doctrine_phpcr.default_session' => 'live',
  5827.             'doctrine_phpcr.odm.default_document_manager' => '',
  5828.             'doctrine_phpcr.dump_max_line_length' => 120,
  5829.             'doctrine_phpcr.form.type_guess' => [
  5830.             ],
  5831.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  5832.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  5833.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  5834.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  5835.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  5836.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  5837.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  5838.             'massive_search.events.index' => 'massive_search.index',
  5839.             'massive_search.events.deindex' => 'massive_search.deindex',
  5840.             'massive_search.adapter.zend_lucene.basepath' => (\dirname(__DIR__4).'/indexes'),
  5841.             'massive_search.adapter.zend_lucene.hide_index_exception' => false,
  5842.             'massive_search.adapter.zend_lucene.encoding' => 'UTF-8',
  5843.             'massive_search.metadata.debug' => true,
  5844.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  5845.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  5846.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  5847.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  5848.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  5849.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  5850.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  5851.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  5852.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  5853.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  5854.             'fos_http_cache.cacheable.response.additional_status' => [
  5855.             ],
  5856.             'fos_http_cache.proxy_client.symfony.options' => [
  5857.                 'tags_header' => 'X-Cache-Tags',
  5858.                 'tags_method' => 'PURGETAGS',
  5859.                 'purge_method' => 'PURGE',
  5860.             ],
  5861.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  5862.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  5863.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  5864.             'fos_http_cache.tag_handler.separator' => ',',
  5865.             'fos_http_cache.tag_handler.strict' => false,
  5866.             'sulu_admin.name' => 'Sulu Admin',
  5867.             'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  5868.             'sulu_admin.resources' => [
  5869.                 'trash_items' => [
  5870.                     'routes' => [
  5871.                         'list' => 'sulu_trash.get_trash-items',
  5872.                         'detail' => 'sulu_trash.get_trash-item',
  5873.                     ],
  5874.                 ],
  5875.                 'activities' => [
  5876.                     'routes' => [
  5877.                         'list' => 'sulu_activity.get_activities',
  5878.                     ],
  5879.                 ],
  5880.                 'preview_links' => [
  5881.                     'routes' => [
  5882.                         'detail' => 'sulu_preview.get_preview-link',
  5883.                     ],
  5884.                 ],
  5885.                 'routes' => [
  5886.                     'routes' => [
  5887.                         'list' => 'sulu_routes.get_routes',
  5888.                     ],
  5889.                 ],
  5890.                 'custom_urls' => [
  5891.                     'routes' => [
  5892.                         'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  5893.                         'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  5894.                     ],
  5895.                 ],
  5896.                 'custom_url_routes' => [
  5897.                     'routes' => [
  5898.                         'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  5899.                     ],
  5900.                 ],
  5901.                 'geolocator_locations' => [
  5902.                     'routes' => [
  5903.                         'list' => 'sulu_location.geolocator_query',
  5904.                     ],
  5905.                 ],
  5906.                 'analytics' => [
  5907.                     'routes' => [
  5908.                         'list' => 'sulu_website.cget_webspace_analytics',
  5909.                         'detail' => 'sulu_website.get_webspace_analytics',
  5910.                     ],
  5911.                 ],
  5912.                 'tags' => [
  5913.                     'routes' => [
  5914.                         'list' => 'sulu_tag.get_tags',
  5915.                         'detail' => 'sulu_tag.get_tag',
  5916.                     ],
  5917.                 ],
  5918.                 'page_resourcelocators' => [
  5919.                     'routes' => [
  5920.                         'list' => 'sulu_page.get_page_resourcelocators',
  5921.                     ],
  5922.                 ],
  5923.                 'pages' => [
  5924.                     'routes' => [
  5925.                         'list' => 'sulu_page.get_pages',
  5926.                         'detail' => 'sulu_page.get_page',
  5927.                     ],
  5928.                     'security_context' => 'sulu.webspaces.#webspace#',
  5929.                     'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  5930.                 ],
  5931.                 'page_versions' => [
  5932.                     'routes' => [
  5933.                         'list' => 'sulu_page.get_page_versions',
  5934.                         'detail' => 'sulu_page.post_page_version_trigger',
  5935.                     ],
  5936.                 ],
  5937.                 'webspaces' => [
  5938.                     'routes' => [
  5939.                         'list' => 'sulu_page.get_webspaces',
  5940.                         'detail' => 'sulu_page.get_webspace',
  5941.                     ],
  5942.                 ],
  5943.                 'snippets' => [
  5944.                     'routes' => [
  5945.                         'list' => 'sulu_snippet.get_snippets',
  5946.                         'detail' => 'sulu_snippet.get_snippet',
  5947.                     ],
  5948.                 ],
  5949.                 'snippet_areas' => [
  5950.                     'routes' => [
  5951.                         'list' => 'sulu_snippet.get_snippet-areas',
  5952.                         'detail' => 'sulu_snippet.put_snippet-area',
  5953.                     ],
  5954.                 ],
  5955.                 'categories' => [
  5956.                     'routes' => [
  5957.                         'list' => 'sulu_category.get_categories',
  5958.                         'detail' => 'sulu_category.get_category',
  5959.                     ],
  5960.                 ],
  5961.                 'category_keywords' => [
  5962.                     'routes' => [
  5963.                         'list' => 'sulu_category.get_category_keywords',
  5964.                         'detail' => 'sulu_category.get_category_keyword',
  5965.                     ],
  5966.                 ],
  5967.                 'permissions' => [
  5968.                     'routes' => [
  5969.                         'detail' => 'sulu_security.get_permissions',
  5970.                     ],
  5971.                 ],
  5972.                 'roles' => [
  5973.                     'routes' => [
  5974.                         'list' => 'sulu_security.get_roles',
  5975.                         'detail' => 'sulu_security.get_role',
  5976.                     ],
  5977.                 ],
  5978.                 'users' => [
  5979.                     'routes' => [
  5980.                         'list' => 'sulu_security.get_users',
  5981.                         'detail' => 'sulu_security.get_user',
  5982.                     ],
  5983.                 ],
  5984.                 'profile' => [
  5985.                     'routes' => [
  5986.                         'detail' => 'sulu_security.get_profile',
  5987.                     ],
  5988.                 ],
  5989.                 'media' => [
  5990.                     'routes' => [
  5991.                         'list' => 'sulu_media.cget_media',
  5992.                         'detail' => 'sulu_media.get_media',
  5993.                     ],
  5994.                     'security_context' => 'sulu.media.collections',
  5995.                     'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  5996.                 ],
  5997.                 'media_preview' => [
  5998.                     'routes' => [
  5999.                         'detail' => 'sulu_media.post_media_preview',
  6000.                     ],
  6001.                 ],
  6002.                 'media_formats' => [
  6003.                     'routes' => [
  6004.                         'list' => 'sulu_media.get_media_formats',
  6005.                         'detail' => 'sulu_media.put_media_format',
  6006.                     ],
  6007.                 ],
  6008.                 'media_versions' => [
  6009.                     'routes' => [
  6010.                         'detail' => 'sulu_media.delete_media_version',
  6011.                     ],
  6012.                 ],
  6013.                 'collections' => [
  6014.                     'routes' => [
  6015.                         'list' => 'sulu_media.get_collections',
  6016.                         'detail' => 'sulu_media.get_collection',
  6017.                     ],
  6018.                 ],
  6019.                 'formats' => [
  6020.                     'routes' => [
  6021.                         'list' => 'sulu_media.get_formats',
  6022.                         'detail' => 'sulu_media.get_format',
  6023.                     ],
  6024.                 ],
  6025.                 'contacts' => [
  6026.                     'routes' => [
  6027.                         'list' => 'sulu_contact.get_contacts',
  6028.                         'detail' => 'sulu_contact.get_contact',
  6029.                     ],
  6030.                 ],
  6031.                 'contact_titles' => [
  6032.                     'routes' => [
  6033.                         'list' => 'sulu_contact.get_contact-titles',
  6034.                     ],
  6035.                 ],
  6036.                 'contact_positions' => [
  6037.                     'routes' => [
  6038.                         'list' => 'sulu_contact.get_contact-positions',
  6039.                     ],
  6040.                 ],
  6041.                 'contact_media' => [
  6042.                     'routes' => [
  6043.                         'list' => 'sulu_contact.cget_contact_medias',
  6044.                         'detail' => 'sulu_contact.delete_contact_medias',
  6045.                     ],
  6046.                 ],
  6047.                 'accounts' => [
  6048.                     'routes' => [
  6049.                         'list' => 'sulu_contact.get_accounts',
  6050.                         'detail' => 'sulu_contact.get_account',
  6051.                     ],
  6052.                 ],
  6053.                 'account_media' => [
  6054.                     'routes' => [
  6055.                         'list' => 'sulu_contact.cget_account_medias',
  6056.                         'detail' => 'sulu_contact.delete_account_medias',
  6057.                     ],
  6058.                 ],
  6059.                 'account_contacts' => [
  6060.                     'routes' => [
  6061.                         'list' => 'sulu_contact.get_account_contacts',
  6062.                         'detail' => 'sulu_contact.delete_account_contacts',
  6063.                     ],
  6064.                 ],
  6065.                 'search' => [
  6066.                     'routes' => [
  6067.                         'list' => 'sulu_search_search',
  6068.                     ],
  6069.                 ],
  6070.                 'search_indexes' => [
  6071.                     'routes' => [
  6072.                         'list' => 'sulu_search_indexes',
  6073.                     ],
  6074.                 ],
  6075.                 'collaborations' => [
  6076.                     'routes' => [
  6077.                         'detail' => 'sulu_admin.put_collaborations',
  6078.                     ],
  6079.                 ],
  6080.                 'localizations' => [
  6081.                     'routes' => [
  6082.                         'list' => 'sulu_core.get_localizations',
  6083.                     ],
  6084.                 ],
  6085.                 'teasers' => [
  6086.                     'routes' => [
  6087.                         'list' => 'sulu_page.get_teasers',
  6088.                     ],
  6089.                 ],
  6090.                 'properties' => [
  6091.                     'routes' => [
  6092.                         'list' => 'app.get_properties',
  6093.                         'detail' => 'app.get_property',
  6094.                     ],
  6095.                 ],
  6096.                 'types' => [
  6097.                     'routes' => [
  6098.                         'list' => 'app.get_types',
  6099.                         'detail' => 'app.get_type',
  6100.                     ],
  6101.                 ],
  6102.                 'cantonssearch' => [
  6103.                     'routes' => [
  6104.                         'list' => 'app.get_cantons',
  6105.                         'detail' => 'app.get_canton',
  6106.                     ],
  6107.                 ],
  6108.                 'districtssearch' => [
  6109.                     'routes' => [
  6110.                         'list' => 'app.get_districts',
  6111.                         'detail' => 'app.get_district',
  6112.                     ],
  6113.                 ],
  6114.                 'communessearch' => [
  6115.                     'routes' => [
  6116.                         'list' => 'app.get_communes',
  6117.                         'detail' => 'app.get_commune',
  6118.                     ],
  6119.                 ],
  6120.                 'zonessearch' => [
  6121.                     'routes' => [
  6122.                         'list' => 'app.get_zones',
  6123.                         'detail' => 'app.get_zone',
  6124.                     ],
  6125.                 ],
  6126.                 'villessearch' => [
  6127.                     'routes' => [
  6128.                         'list' => 'app.get_villes',
  6129.                         'detail' => 'app.get_ville',
  6130.                     ],
  6131.                 ],
  6132.             ],
  6133.             'sulu_admin.collaboration_enabled' => false,
  6134.             'sulu_admin.collaboration_interval' => 20,
  6135.             'sulu_admin.collaboration_threshold' => 60,
  6136.             'sulu_admin.forms.directories' => [
  6137.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  6138.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  6139.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  6140.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  6141.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  6142.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  6143.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  6144.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  6145.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  6146.                 => (\dirname(__DIR__5).'/config/forms'),
  6147.             ],
  6148.             'sulu_admin.lists.directories' => [
  6149.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6150.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6151.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  6152.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  6153.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  6154.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  6155.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  6156.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  6157.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  6158.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  6159.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  6160.                 11 => (\dirname(__DIR__5).'/config/lists'),
  6161.             ],
  6162.             'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  6163.             'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  6164.             'sulu_search.indexes' => [
  6165.                 'snippet' => [
  6166.                     'name' => 'sulu_snippet.snippets',
  6167.                     'icon' => 'su-snippet',
  6168.                     'view' => [
  6169.                         'name' => 'sulu_snippet.edit_form',
  6170.                         'result_to_view' => [
  6171.                             'id' => 'id',
  6172.                             'locale' => 'locale',
  6173.                         ],
  6174.                     ],
  6175.                     'security_context' => 'sulu.global.snippets',
  6176.                     'contexts' => [
  6177.                     ],
  6178.                 ],
  6179.                 'category' => [
  6180.                     'name' => 'sulu_category.categories',
  6181.                     'icon' => 'su-tag',
  6182.                     'view' => [
  6183.                         'name' => 'sulu_category.edit_form',
  6184.                         'result_to_view' => [
  6185.                             'id' => 'id',
  6186.                             'locale' => 'locale',
  6187.                         ],
  6188.                     ],
  6189.                     'security_context' => 'sulu.settings.categories',
  6190.                     'contexts' => [
  6191.                     ],
  6192.                 ],
  6193.                 'media' => [
  6194.                     'name' => 'sulu_media.media',
  6195.                     'icon' => 'su-image',
  6196.                     'view' => [
  6197.                         'name' => 'sulu_media.form',
  6198.                         'result_to_view' => [
  6199.                             'id' => 'id',
  6200.                             'locale' => 'locale',
  6201.                         ],
  6202.                     ],
  6203.                     'security_context' => 'sulu.media.collections',
  6204.                     'contexts' => [
  6205.                     ],
  6206.                 ],
  6207.                 'contact' => [
  6208.                     'name' => 'sulu_contact.people',
  6209.                     'icon' => 'su-user',
  6210.                     'view' => [
  6211.                         'name' => 'sulu_contact.contact_edit_form',
  6212.                         'result_to_view' => [
  6213.                             'id' => 'id',
  6214.                             'locale' => 'locale',
  6215.                         ],
  6216.                     ],
  6217.                     'security_context' => 'sulu.contact.people',
  6218.                     'contexts' => [
  6219.                     ],
  6220.                 ],
  6221.                 'account' => [
  6222.                     'name' => 'sulu_contact.organizations',
  6223.                     'icon' => 'su-house',
  6224.                     'view' => [
  6225.                         'name' => 'sulu_contact.account_edit_form',
  6226.                         'result_to_view' => [
  6227.                             'id' => 'id',
  6228.                             'locale' => 'locale',
  6229.                         ],
  6230.                     ],
  6231.                     'security_context' => 'sulu.contact.organizations',
  6232.                     'contexts' => [
  6233.                     ],
  6234.                 ],
  6235.                 'page_bernard_nicod_commercial' => [
  6236.                     'name' => 'Bernard Nicod Commercial',
  6237.                     'icon' => 'su-document',
  6238.                     'view' => [
  6239.                         'name' => 'sulu_page.page_edit_form',
  6240.                         'result_to_view' => [
  6241.                             'id' => 'id',
  6242.                             'locale' => 'locale',
  6243.                             'properties/webspace_key' => 'webspace',
  6244.                         ],
  6245.                     ],
  6246.                     'security_context' => 'sulu.webspaces.bernard_nicod_commercial',
  6247.                 ],
  6248.                 'page_bernard_nicod_commercial_published' => [
  6249.                     'name' => 'Bernard Nicod Commercial',
  6250.                     'icon' => 'su-document',
  6251.                     'view' => [
  6252.                         'name' => 'sulu_page.page_edit_form',
  6253.                         'result_to_view' => [
  6254.                             'id' => 'id',
  6255.                             'locale' => 'locale',
  6256.                             'properties/webspace_key' => 'webspace',
  6257.                         ],
  6258.                     ],
  6259.                     'security_context' => 'sulu.webspaces.bernard_nicod_commercial',
  6260.                     'contexts' => [
  6261.                         => 'website',
  6262.                     ],
  6263.                 ],
  6264.             ],
  6265.             'sulu_search.website.indexes' => [
  6266.                 => 'page_#webspace#_published',
  6267.             ],
  6268.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  6269.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  6270.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  6271.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  6272.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  6273.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  6274.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  6275.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  6276.             'sulu_contact.defaults' => [
  6277.                 'phoneType' => '1',
  6278.                 'phoneTypeMobile' => '3',
  6279.                 'phoneTypeIsdn' => '1',
  6280.                 'emailType' => '1',
  6281.                 'addressType' => '1',
  6282.                 'urlType' => '1',
  6283.                 'faxType' => '1',
  6284.                 'socialMediaProfileType' => '1',
  6285.                 'country' => 'AT',
  6286.             ],
  6287.             'sulu_contact.form_of_address' => [
  6288.                 'male' => [
  6289.                     'id' => 0,
  6290.                     'name' => 'male',
  6291.                     'translation' => 'contact.contacts.formOfAddress.male',
  6292.                 ],
  6293.                 'female' => [
  6294.                     'id' => 1,
  6295.                     'name' => 'female',
  6296.                     'translation' => 'contact.contacts.formOfAddress.female',
  6297.                 ],
  6298.             ],
  6299.             'sulu_contact.contact_form.category_root' => NULL,
  6300.             'sulu_contact.account_form.category_root' => NULL,
  6301.             'sulu.model.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6302.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6303.             'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6304.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6305.             'sulu.persistence.objects' => [
  6306.                 'sulu' => [
  6307.                     'trash_item' => [
  6308.                         'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  6309.                     ],
  6310.                     'activity' => [
  6311.                         'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  6312.                     ],
  6313.                     'preview_link' => [
  6314.                         'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  6315.                     ],
  6316.                     'route' => [
  6317.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  6318.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  6319.                     ],
  6320.                     'analytics' => [
  6321.                         'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  6322.                         'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  6323.                     ],
  6324.                     'tag' => [
  6325.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  6326.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  6327.                     ],
  6328.                     'category' => [
  6329.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6330.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6331.                     ],
  6332.                     'category_meta' => [
  6333.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6334.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6335.                     ],
  6336.                     'category_translation' => [
  6337.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6338.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6339.                     ],
  6340.                     'keyword' => [
  6341.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6342.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6343.                     ],
  6344.                     'user' => [
  6345.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6346.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6347.                     ],
  6348.                     'role' => [
  6349.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6350.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6351.                     ],
  6352.                     'role_setting' => [
  6353.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6354.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6355.                     ],
  6356.                     'access_control' => [
  6357.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6358.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6359.                     ],
  6360.                     'media' => [
  6361.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6362.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6363.                     ],
  6364.                     'contact' => [
  6365.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6366.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6367.                     ],
  6368.                     'account' => [
  6369.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6370.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6371.                     ],
  6372.                 ],
  6373.             ],
  6374.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  6375.             'sulu_media.image_format_files' => [
  6376.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  6377.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  6378.             ],
  6379.             'sulu_media.system_collections' => [
  6380.                 'sulu_media' => [
  6381.                     'meta_title' => [
  6382.                         'en' => 'Sulu media',
  6383.                         'de' => 'Sulu Medien',
  6384.                     ],
  6385.                     'collections' => [
  6386.                         'preview_image' => [
  6387.                             'meta_title' => [
  6388.                                 'en' => 'Preview images',
  6389.                                 'de' => 'Vorschaubilder',
  6390.                             ],
  6391.                         ],
  6392.                     ],
  6393.                 ],
  6394.                 'sulu_contact' => [
  6395.                     'meta_title' => [
  6396.                         'en' => 'Sulu contacts',
  6397.                         'de' => 'Sulu Kontakte',
  6398.                     ],
  6399.                     'collections' => [
  6400.                         'contact' => [
  6401.                             'meta_title' => [
  6402.                                 'en' => 'People',
  6403.                                 'de' => 'Personen',
  6404.                             ],
  6405.                         ],
  6406.                         'account' => [
  6407.                             'meta_title' => [
  6408.                                 'en' => 'Organizations',
  6409.                                 'de' => 'Organisationen',
  6410.                             ],
  6411.                         ],
  6412.                     ],
  6413.                 ],
  6414.             ],
  6415.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  6416.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  6417.             'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  6418.             'sulu_media.format_manager.response_headers' => [
  6419.                 'Expires' => '+1 month',
  6420.                 'Pragma' => 'public',
  6421.                 'Cache-Control' => 'public, immutable, max-age=31536000',
  6422.             ],
  6423.             'sulu_media.format_manager.default_imagine_options' => [
  6424.                 'jpeg_quality' => 100,
  6425.                 'webp_quality' => 100,
  6426.             ],
  6427.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  6428.             'sulu_media.format_cache.save_image' => true,
  6429.             'sulu_media.format_cache.segments' => 10,
  6430.             'sulu_media.ghost_script.path' => 'gs',
  6431.             'sulu_media.media.blocked_file_types' => [
  6432.             ],
  6433.             'sulu_media.collection.type.default' => [
  6434.                 'id' => 1,
  6435.             ],
  6436.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  6437.             'sulu_media.media.types' => [
  6438.                 => [
  6439.                     'type' => 'document',
  6440.                     'mimeTypes' => [
  6441.                         => '*',
  6442.                     ],
  6443.                 ],
  6444.                 => [
  6445.                     'type' => 'image',
  6446.                     'mimeTypes' => [
  6447.                         => 'image/*',
  6448.                     ],
  6449.                 ],
  6450.                 => [
  6451.                     'type' => 'video',
  6452.                     'mimeTypes' => [
  6453.                         => 'video/*',
  6454.                     ],
  6455.                 ],
  6456.                 => [
  6457.                     'type' => 'audio',
  6458.                     'mimeTypes' => [
  6459.                         => 'audio/*',
  6460.                     ],
  6461.                 ],
  6462.             ],
  6463.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  6464.             'sulu_media.disposition_type.default' => 'attachment',
  6465.             'sulu_media.disposition_type.mime_types_inline' => [
  6466.             ],
  6467.             'sulu_media.disposition_type.mime_types_attachment' => [
  6468.             ],
  6469.             'sulu_media.upload.max_filesize' => 256,
  6470.             'sulu_media.media.max_file_size' => '256MB',
  6471.             'sulu_media.adobe_creative_key' => NULL,
  6472.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  6473.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  6474.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  6475.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  6476.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  6477.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  6478.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  6479.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  6480.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  6481.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  6482.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  6483.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  6484.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  6485.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  6486.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  6487.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  6488.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  6489.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  6490.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  6491.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  6492.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6493.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6494.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  6495.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  6496.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  6497.             'sulu_media.format_manager.mime_types' => [
  6498.                 => 'image/*',
  6499.                 => 'application/pdf',
  6500.             ],
  6501.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6502.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6503.             'sulu_media.media.storage' => 'local',
  6504.             'sulu_media.media.storage.local.path' => (\dirname(__DIR__4).'/uploads/media'),
  6505.             'sulu_media.media.storage.local.segments' => 10,
  6506.             'sulu_security.system' => 'Sulu',
  6507.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  6508.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  6509.             'sulu_security.reset_password.mail.sender' => '',
  6510.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  6511.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  6512.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  6513.             'sulu_security.permissions' => [
  6514.                 'view' => 64,
  6515.                 'add' => 32,
  6516.                 'edit' => 16,
  6517.                 'delete' => 8,
  6518.                 'archive' => 4,
  6519.                 'live' => 2,
  6520.                 'security' => 1,
  6521.             ],
  6522.             'permissions' => [
  6523.                 'view' => 64,
  6524.                 'add' => 32,
  6525.                 'edit' => 16,
  6526.                 'delete' => 8,
  6527.                 'archive' => 4,
  6528.                 'live' => 2,
  6529.                 'security' => 1,
  6530.             ],
  6531.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  6532.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  6533.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  6534.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  6535.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  6536.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  6537.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  6538.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  6539.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  6540.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  6541.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  6542.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  6543.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6544.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  6545.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  6546.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  6547.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  6548.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  6549.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  6550.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  6551.             'sulu.model.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6552.             'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6553.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6554.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6555.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6556.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6557.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6558.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6559.             'sulu.model.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6560.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6561.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6562.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6563.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6564.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6565.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6566.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6567.             'sulu_snippet.content-type.default_enabled' => true,
  6568.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  6569.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  6570.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  6571.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  6572.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  6573.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  6574.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  6575.             'sulu_snippet.export.snippet.formats' => [
  6576.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  6577.             ],
  6578.             'sulu_page.search.mapping' => [
  6579.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  6580.                     'index' => 'page',
  6581.                     'decorate_index' => true,
  6582.                 ],
  6583.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  6584.                     'index' => 'page',
  6585.                     'decorate_index' => true,
  6586.                 ],
  6587.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  6588.                     'index' => 'snippet',
  6589.                     'decorate_index' => false,
  6590.                 ],
  6591.             ],
  6592.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  6593.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  6594.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  6595.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  6596.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  6597.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  6598.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  6599.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  6600.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  6601.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  6602.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  6603.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  6604.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  6605.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  6606.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  6607.             'sulu_page.export.webspace.formats' => [
  6608.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  6609.             ],
  6610.             'sulu_page.default_author' => true,
  6611.             'sulu_page.seo' => [
  6612.                 'max_title_length' => 70,
  6613.                 'max_description_length' => 160,
  6614.                 'max_keywords' => 5,
  6615.                 'keywords_separator' => ',',
  6616.                 'url_prefix' => 'www.yoursite.com/{locale}',
  6617.             ],
  6618.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  6619.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  6620.             'sulu_website.navigation.cache.lifetime' => 1,
  6621.             'sulu_website.content.cache.lifetime' => 1,
  6622.             'sulu_website.sitemap.cache.lifetime' => 1,
  6623.             'sulu_website.enabled_twig_attributes' => [
  6624.                 'urls' => false,
  6625.                 'path' => false,
  6626.             ],
  6627.             'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  6628.             'sulu_website.segment_cookie_name' => '_ss',
  6629.             'sulu_website.segment_header' => 'X-Sulu-Segment',
  6630.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  6631.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  6632.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  6633.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  6634.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  6635.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  6636.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  6637.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  6638.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  6639.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  6640.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  6641.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  6642.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  6643.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  6644.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  6645.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  6646.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  6647.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  6648.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  6649.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  6650.             'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  6651.             'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  6652.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  6653.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  6654.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  6655.             'sulu_location.guzzle.client.class' => 'GuzzleHttp\\Client',
  6656.             'sulu_location.geolocator.name' => 'nominatim',
  6657.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  6658.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  6659.             'sulu_location.geolocator.service.google.api_key' => '',
  6660.             'sulu_http_cache.cache.max_age' => 240,
  6661.             'sulu_http_cache.cache.shared_max_age' => 240,
  6662.             'sulu_http_cache.tags.enabled' => true,
  6663.             'sulu_document_manager.mapping' => [
  6664.                 => [
  6665.                     'alias' => 'custom_url',
  6666.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  6667.                     'phpcr_type' => 'sulu:custom_url',
  6668.                     'mapping' => [
  6669.                         'published' => [
  6670.                             'property' => 'published',
  6671.                             'encoding' => 'content',
  6672.                             'mapped' => true,
  6673.                             'multiple' => false,
  6674.                             'default' => NULL,
  6675.                         ],
  6676.                         'baseDomain' => [
  6677.                             'property' => 'baseDomain',
  6678.                             'encoding' => 'content',
  6679.                             'mapped' => true,
  6680.                             'multiple' => false,
  6681.                             'default' => NULL,
  6682.                         ],
  6683.                         'domainParts' => [
  6684.                             'property' => 'domainParts',
  6685.                             'type' => 'json_array',
  6686.                             'encoding' => 'content',
  6687.                             'mapped' => true,
  6688.                             'multiple' => false,
  6689.                             'default' => NULL,
  6690.                         ],
  6691.                         'canonical' => [
  6692.                             'property' => 'canonical',
  6693.                             'encoding' => 'content',
  6694.                             'mapped' => true,
  6695.                             'multiple' => false,
  6696.                             'default' => NULL,
  6697.                         ],
  6698.                         'redirect' => [
  6699.                             'property' => 'redirect',
  6700.                             'encoding' => 'content',
  6701.                             'mapped' => true,
  6702.                             'multiple' => false,
  6703.                             'default' => NULL,
  6704.                         ],
  6705.                         'targetLocale' => [
  6706.                             'property' => 'targetLocale',
  6707.                             'encoding' => 'content',
  6708.                             'mapped' => true,
  6709.                             'multiple' => false,
  6710.                             'default' => NULL,
  6711.                         ],
  6712.                     ],
  6713.                 ],
  6714.                 => [
  6715.                     'alias' => 'custom_url_route',
  6716.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  6717.                     'phpcr_type' => 'sulu:custom_url_route',
  6718.                     'mapping' => [
  6719.                         'locale' => [
  6720.                             'property' => 'locale',
  6721.                             'encoding' => 'content',
  6722.                             'mapped' => true,
  6723.                             'multiple' => false,
  6724.                             'default' => NULL,
  6725.                         ],
  6726.                     ],
  6727.                 ],
  6728.                 => [
  6729.                     'alias' => 'page',
  6730.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  6731.                     'phpcr_type' => 'sulu:page',
  6732.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  6733.                     'set_default_author' => true,
  6734.                     'mapping' => [
  6735.                     ],
  6736.                 ],
  6737.                 => [
  6738.                     'alias' => 'home',
  6739.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  6740.                     'phpcr_type' => 'sulu:home',
  6741.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  6742.                     'set_default_author' => true,
  6743.                     'mapping' => [
  6744.                     ],
  6745.                 ],
  6746.                 => [
  6747.                     'alias' => 'route',
  6748.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  6749.                     'phpcr_type' => 'sulu:path',
  6750.                     'mapping' => [
  6751.                     ],
  6752.                 ],
  6753.                 => [
  6754.                     'alias' => 'snippet',
  6755.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  6756.                     'phpcr_type' => 'sulu:snippet',
  6757.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  6758.                     'mapping' => [
  6759.                     ],
  6760.                 ],
  6761.             ],
  6762.             'sulu_document_manager.namespace_mapping' => [
  6763.                 'extension_localized' => 'i18n',
  6764.                 'system' => 'sulu',
  6765.                 'system_localized' => 'i18n',
  6766.                 'content' => NULL,
  6767.                 'content_localized' => 'i18n',
  6768.             ],
  6769.             'sulu_document_manager.versioning.enabled' => false,
  6770.             'sulu_document_manager.show_drafts' => false,
  6771.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  6772.             'sulu_document_manager.segments' => [
  6773.                 'custom_urls' => 'custom-urls',
  6774.                 'custom_urls_items' => 'items',
  6775.                 'custom_urls_routes' => 'routes',
  6776.                 'base' => 'cmf',
  6777.                 'content' => 'contents',
  6778.                 'route' => 'routes',
  6779.                 'snippet' => 'snippets',
  6780.             ],
  6781.             'sulu_custom_urls.uri_filter_regexp' => NULL,
  6782.             'sulu_route.mappings' => [
  6783.             ],
  6784.             'sulu_route.resource_key_mappings' => [
  6785.             ],
  6786.             'sulu_route.routing.uri_filter_regexp' => NULL,
  6787.             'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  6788.             'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  6789.             'phpcr_migrations.version_node_name' => 'jcr:versions',
  6790.             'phpcr_migrations.paths' => [
  6791.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  6792.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  6793.             ],
  6794.             'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  6795.             'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  6796.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6797.             'web_profiler.debug_toolbar.mode' => 2,
  6798.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6799.             'security.role_hierarchy.roles' => [
  6800.             ],
  6801.             'security.access.denied_url' => NULL,
  6802.             'security.authentication.manager.erase_credentials' => true,
  6803.             'security.authentication.session_strategy.strategy' => 'migrate',
  6804.             'security.access.always_authenticate_before_granting' => false,
  6805.             'security.authentication.hide_user_not_found' => true,
  6806.             'security.firewalls' => [
  6807.                 => 'dev',
  6808.                 => 'admin',
  6809.             ],
  6810.             'security.admin._indexed_authenticators' => [
  6811.             ],
  6812.             'sulu_preview.mode' => 'auto',
  6813.             'sulu_preview.delay' => 500,
  6814.             'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
  6815.             'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  6816.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  6817.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  6818.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  6819.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  6820.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  6821.             'fos_js_routing.request_context_base_url' => NULL,
  6822.             'fos_js_routing.cache_control' => [
  6823.                 'enabled' => false,
  6824.             ],
  6825.             'cmf_routing.uri_filter_regexp' => '',
  6826.             'cmf_routing.default_controller' => NULL,
  6827.             'cmf_routing.generic_controller' => NULL,
  6828.             'cmf_routing.controllers_by_type' => [
  6829.             ],
  6830.             'cmf_routing.controllers_by_class' => [
  6831.             ],
  6832.             'cmf_routing.templates_by_class' => [
  6833.             ],
  6834.             'cmf_routing.route_collection_limit' => 0,
  6835.             'cmf_routing.dynamic.limit_candidates' => 20,
  6836.             'cmf_routing.dynamic.locales' => [
  6837.             ],
  6838.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  6839.             'cmf_routing.replace_symfony_router' => true,
  6840.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  6841.             'stof_doctrine_extensions.default_locale' => 'fr',
  6842.             'stof_doctrine_extensions.translation_fallback' => false,
  6843.             'stof_doctrine_extensions.persist_default_translation' => false,
  6844.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  6845.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  6846.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  6847.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  6848.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  6849.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  6850.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  6851.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  6852.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  6853.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  6854.             'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  6855.             'sulu_activity.storage.adapter' => 'doctrine',
  6856.             'sulu_activity.storage.persist_payload' => false,
  6857.             'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  6858.             'doctrine.migrations.preferred_em' => NULL,
  6859.             'doctrine.migrations.preferred_connection' => NULL,
  6860.             'knp_paginator.template.pagination' => 'bundles/KnpPaginator/pagination.html.twig',
  6861.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  6862.             'knp_paginator.template.sortable' => 'bundles/KnpPaginator/sortable_link.html.twig',
  6863.             'knp_paginator.page_range' => 2,
  6864.             'knp_paginator.page_limit' => NULL,
  6865.             'liip_imagine.resolvers' => [
  6866.                 'default' => [
  6867.                     'web_path' => [
  6868.                         'web_root' => (\dirname(__DIR__5).'/public'),
  6869.                         'cache_prefix' => 'media/cache',
  6870.                     ],
  6871.                 ],
  6872.             ],
  6873.             'liip_imagine.loaders' => [
  6874.                 'default' => [
  6875.                     'filesystem' => [
  6876.                         'locator' => 'filesystem',
  6877.                         'data_root' => [
  6878.                             => (\dirname(__DIR__5).'/public'),
  6879.                         ],
  6880.                         'allow_unresolvable_data_roots' => false,
  6881.                         'bundle_resources' => [
  6882.                             'enabled' => false,
  6883.                             'access_control_type' => 'blacklist',
  6884.                             'access_control_list' => [
  6885.                             ],
  6886.                         ],
  6887.                     ],
  6888.                 ],
  6889.             ],
  6890.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  6891.             'liip_imagine.jpegoptim.stripAll' => true,
  6892.             'liip_imagine.jpegoptim.max' => NULL,
  6893.             'liip_imagine.jpegoptim.progressive' => true,
  6894.             'liip_imagine.jpegoptim.tempDir' => NULL,
  6895.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  6896.             'liip_imagine.optipng.level' => 7,
  6897.             'liip_imagine.optipng.stripAll' => true,
  6898.             'liip_imagine.optipng.tempDir' => NULL,
  6899.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  6900.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  6901.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  6902.             'liip_imagine.cwebp.tempDir' => NULL,
  6903.             'liip_imagine.cwebp.q' => 75,
  6904.             'liip_imagine.cwebp.alphaQ' => 100,
  6905.             'liip_imagine.cwebp.m' => 4,
  6906.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  6907.             'liip_imagine.cwebp.alphaMethod' => 1,
  6908.             'liip_imagine.cwebp.exact' => false,
  6909.             'liip_imagine.cwebp.metadata' => [
  6910.                 => 'none',
  6911.             ],
  6912.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  6913.             'liip_imagine.cache.resolver.default' => 'default',
  6914.             'liip_imagine.default_image' => NULL,
  6915.             'liip_imagine.filter_sets' => [
  6916.                 'cache' => [
  6917.                     'quality' => 100,
  6918.                     'jpeg_quality' => NULL,
  6919.                     'png_compression_level' => NULL,
  6920.                     'png_compression_filter' => NULL,
  6921.                     'format' => NULL,
  6922.                     'animated' => false,
  6923.                     'cache' => NULL,
  6924.                     'data_loader' => NULL,
  6925.                     'default_image' => NULL,
  6926.                     'filters' => [
  6927.                     ],
  6928.                     'post_processors' => [
  6929.                     ],
  6930.                 ],
  6931.                 'slider_filter' => [
  6932.                     'quality' => 100,
  6933.                     'jpeg_quality' => NULL,
  6934.                     'png_compression_level' => NULL,
  6935.                     'png_compression_filter' => NULL,
  6936.                     'format' => NULL,
  6937.                     'animated' => false,
  6938.                     'cache' => NULL,
  6939.                     'data_loader' => NULL,
  6940.                     'default_image' => NULL,
  6941.                     'filters' => [
  6942.                         'fixed' => [
  6943.                             'width' => 448,
  6944.                             'height' => 480,
  6945.                         ],
  6946.                     ],
  6947.                     'post_processors' => [
  6948.                     ],
  6949.                 ],
  6950.                 'slider_filter_retina' => [
  6951.                     'quality' => 100,
  6952.                     'jpeg_quality' => NULL,
  6953.                     'png_compression_level' => NULL,
  6954.                     'png_compression_filter' => NULL,
  6955.                     'format' => NULL,
  6956.                     'animated' => false,
  6957.                     'cache' => NULL,
  6958.                     'data_loader' => NULL,
  6959.                     'default_image' => NULL,
  6960.                     'filters' => [
  6961.                         'fixed' => [
  6962.                             'width' => 896,
  6963.                             'height' => 960,
  6964.                         ],
  6965.                     ],
  6966.                     'post_processors' => [
  6967.                     ],
  6968.                 ],
  6969.                 'card_filter' => [
  6970.                     'quality' => 100,
  6971.                     'jpeg_quality' => NULL,
  6972.                     'png_compression_level' => NULL,
  6973.                     'png_compression_filter' => NULL,
  6974.                     'format' => NULL,
  6975.                     'animated' => false,
  6976.                     'cache' => NULL,
  6977.                     'data_loader' => NULL,
  6978.                     'default_image' => NULL,
  6979.                     'filters' => [
  6980.                         'fixed' => [
  6981.                             'width' => 552,
  6982.                             'height' => 320,
  6983.                         ],
  6984.                     ],
  6985.                     'post_processors' => [
  6986.                     ],
  6987.                 ],
  6988.                 'card_filter_retina' => [
  6989.                     'quality' => 100,
  6990.                     'jpeg_quality' => NULL,
  6991.                     'png_compression_level' => NULL,
  6992.                     'png_compression_filter' => NULL,
  6993.                     'format' => NULL,
  6994.                     'animated' => false,
  6995.                     'cache' => NULL,
  6996.                     'data_loader' => NULL,
  6997.                     'default_image' => NULL,
  6998.                     'filters' => [
  6999.                         'fixed' => [
  7000.                             'width' => 1104,
  7001.                             'height' => 640,
  7002.                         ],
  7003.                     ],
  7004.                     'post_processors' => [
  7005.                     ],
  7006.                 ],
  7007.                 'card_small_filter' => [
  7008.                     'quality' => 100,
  7009.                     'jpeg_quality' => NULL,
  7010.                     'png_compression_level' => NULL,
  7011.                     'png_compression_filter' => NULL,
  7012.                     'format' => NULL,
  7013.                     'animated' => false,
  7014.                     'cache' => NULL,
  7015.                     'data_loader' => NULL,
  7016.                     'default_image' => NULL,
  7017.                     'filters' => [
  7018.                         'fixed' => [
  7019.                             'width' => 328,
  7020.                             'height' => 200,
  7021.                         ],
  7022.                     ],
  7023.                     'post_processors' => [
  7024.                     ],
  7025.                 ],
  7026.                 'card_small_filter_retina' => [
  7027.                     'quality' => 100,
  7028.                     'jpeg_quality' => NULL,
  7029.                     'png_compression_level' => NULL,
  7030.                     'png_compression_filter' => NULL,
  7031.                     'format' => NULL,
  7032.                     'animated' => false,
  7033.                     'cache' => NULL,
  7034.                     'data_loader' => NULL,
  7035.                     'default_image' => NULL,
  7036.                     'filters' => [
  7037.                         'fixed' => [
  7038.                             'width' => 656,
  7039.                             'height' => 400,
  7040.                         ],
  7041.                     ],
  7042.                     'post_processors' => [
  7043.                     ],
  7044.                 ],
  7045.                 'single_buy_cover_filter' => [
  7046.                     'quality' => 100,
  7047.                     'jpeg_quality' => NULL,
  7048.                     'png_compression_level' => NULL,
  7049.                     'png_compression_filter' => NULL,
  7050.                     'format' => NULL,
  7051.                     'animated' => false,
  7052.                     'cache' => NULL,
  7053.                     'data_loader' => NULL,
  7054.                     'default_image' => NULL,
  7055.                     'filters' => [
  7056.                         'fixed' => [
  7057.                             'width' => 1440,
  7058.                             'height' => 800,
  7059.                         ],
  7060.                     ],
  7061.                     'post_processors' => [
  7062.                     ],
  7063.                 ],
  7064.                 'single_buy_cover_filter_retina' => [
  7065.                     'quality' => 100,
  7066.                     'jpeg_quality' => NULL,
  7067.                     'png_compression_level' => NULL,
  7068.                     'png_compression_filter' => NULL,
  7069.                     'format' => NULL,
  7070.                     'animated' => false,
  7071.                     'cache' => NULL,
  7072.                     'data_loader' => NULL,
  7073.                     'default_image' => NULL,
  7074.                     'filters' => [
  7075.                         'fixed' => [
  7076.                             'width' => 2880,
  7077.                             'height' => 1600,
  7078.                         ],
  7079.                     ],
  7080.                     'post_processors' => [
  7081.                     ],
  7082.                 ],
  7083.                 'single_buy_cover_filter_new' => [
  7084.                     'quality' => 100,
  7085.                     'jpeg_quality' => NULL,
  7086.                     'png_compression_level' => NULL,
  7087.                     'png_compression_filter' => NULL,
  7088.                     'format' => NULL,
  7089.                     'animated' => false,
  7090.                     'cache' => NULL,
  7091.                     'data_loader' => NULL,
  7092.                     'default_image' => NULL,
  7093.                     'filters' => [
  7094.                         'resize' => [
  7095.                             'size' => [
  7096.                                 => 1440,
  7097.                                 => 800,
  7098.                             ],
  7099.                         ],
  7100.                     ],
  7101.                     'post_processors' => [
  7102.                     ],
  7103.                 ],
  7104.                 'single_buy_cover_filter_retina_new' => [
  7105.                     'quality' => 100,
  7106.                     'jpeg_quality' => NULL,
  7107.                     'png_compression_level' => NULL,
  7108.                     'png_compression_filter' => NULL,
  7109.                     'format' => NULL,
  7110.                     'animated' => false,
  7111.                     'cache' => NULL,
  7112.                     'data_loader' => NULL,
  7113.                     'default_image' => NULL,
  7114.                     'filters' => [
  7115.                         'resize' => [
  7116.                             'size' => [
  7117.                                 => 2880,
  7118.                                 => 1600,
  7119.                             ],
  7120.                         ],
  7121.                     ],
  7122.                     'post_processors' => [
  7123.                     ],
  7124.                 ],
  7125.                 'apartment_cover_filter' => [
  7126.                     'quality' => 100,
  7127.                     'jpeg_quality' => NULL,
  7128.                     'png_compression_level' => NULL,
  7129.                     'png_compression_filter' => NULL,
  7130.                     'format' => NULL,
  7131.                     'animated' => false,
  7132.                     'cache' => NULL,
  7133.                     'data_loader' => NULL,
  7134.                     'default_image' => NULL,
  7135.                     'filters' => [
  7136.                         'fixed' => [
  7137.                             'width' => 1168,
  7138.                             'height' => 704,
  7139.                         ],
  7140.                     ],
  7141.                     'post_processors' => [
  7142.                     ],
  7143.                 ],
  7144.                 'apartment_cover_filter_retina' => [
  7145.                     'quality' => 100,
  7146.                     'jpeg_quality' => NULL,
  7147.                     'png_compression_level' => NULL,
  7148.                     'png_compression_filter' => NULL,
  7149.                     'format' => NULL,
  7150.                     'animated' => false,
  7151.                     'cache' => NULL,
  7152.                     'data_loader' => NULL,
  7153.                     'default_image' => NULL,
  7154.                     'filters' => [
  7155.                         'fixed' => [
  7156.                             'width' => 2336,
  7157.                             'height' => 1408,
  7158.                         ],
  7159.                     ],
  7160.                     'post_processors' => [
  7161.                     ],
  7162.                 ],
  7163.                 'apartment_slide_filter' => [
  7164.                     'quality' => 100,
  7165.                     'jpeg_quality' => NULL,
  7166.                     'png_compression_level' => NULL,
  7167.                     'png_compression_filter' => NULL,
  7168.                     'format' => NULL,
  7169.                     'animated' => false,
  7170.                     'cache' => NULL,
  7171.                     'data_loader' => NULL,
  7172.                     'default_image' => NULL,
  7173.                     'filters' => [
  7174.                         'fixed' => [
  7175.                             'width' => 608,
  7176.                             'height' => 420,
  7177.                         ],
  7178.                     ],
  7179.                     'post_processors' => [
  7180.                     ],
  7181.                 ],
  7182.                 'apartment_slide_filter_retina' => [
  7183.                     'quality' => 100,
  7184.                     'jpeg_quality' => NULL,
  7185.                     'png_compression_level' => NULL,
  7186.                     'png_compression_filter' => NULL,
  7187.                     'format' => NULL,
  7188.                     'animated' => false,
  7189.                     'cache' => NULL,
  7190.                     'data_loader' => NULL,
  7191.                     'default_image' => NULL,
  7192.                     'filters' => [
  7193.                         'fixed' => [
  7194.                             'width' => 1216,
  7195.                             'height' => 840,
  7196.                         ],
  7197.                     ],
  7198.                     'post_processors' => [
  7199.                     ],
  7200.                 ],
  7201.                 'apartment_thumbs_filter' => [
  7202.                     'quality' => 100,
  7203.                     'jpeg_quality' => NULL,
  7204.                     'png_compression_level' => NULL,
  7205.                     'png_compression_filter' => NULL,
  7206.                     'format' => NULL,
  7207.                     'animated' => false,
  7208.                     'cache' => NULL,
  7209.                     'data_loader' => NULL,
  7210.                     'default_image' => NULL,
  7211.                     'filters' => [
  7212.                         'thumbnail' => [
  7213.                             'size' => [
  7214.                                 => 96,
  7215.                                 => 64,
  7216.                             ],
  7217.                             'mode' => 'outbound',
  7218.                         ],
  7219.                     ],
  7220.                     'post_processors' => [
  7221.                     ],
  7222.                 ],
  7223.                 'apartment_thumbs_filter_retina' => [
  7224.                     'quality' => 100,
  7225.                     'jpeg_quality' => NULL,
  7226.                     'png_compression_level' => NULL,
  7227.                     'png_compression_filter' => NULL,
  7228.                     'format' => NULL,
  7229.                     'animated' => false,
  7230.                     'cache' => NULL,
  7231.                     'data_loader' => NULL,
  7232.                     'default_image' => NULL,
  7233.                     'filters' => [
  7234.                         'thumbnail' => [
  7235.                             'size' => [
  7236.                                 => 192,
  7237.                                 => 128,
  7238.                             ],
  7239.                             'mode' => 'outbound',
  7240.                         ],
  7241.                     ],
  7242.                     'post_processors' => [
  7243.                     ],
  7244.                 ],
  7245.                 'hp_last_rent_buy_properties_' => [
  7246.                     'quality' => 100,
  7247.                     'jpeg_quality' => NULL,
  7248.                     'png_compression_level' => NULL,
  7249.                     'png_compression_filter' => NULL,
  7250.                     'format' => NULL,
  7251.                     'animated' => false,
  7252.                     'cache' => NULL,
  7253.                     'data_loader' => NULL,
  7254.                     'default_image' => NULL,
  7255.                     'filters' => [
  7256.                         'thumbnail' => [
  7257.                             'size' => [
  7258.                                 => 448,
  7259.                                 => 301,
  7260.                             ],
  7261.                             'mode' => 'outbound',
  7262.                         ],
  7263.                     ],
  7264.                     'post_processors' => [
  7265.                     ],
  7266.                 ],
  7267.                 'local_business' => [
  7268.                     'quality' => 100,
  7269.                     'jpeg_quality' => NULL,
  7270.                     'png_compression_level' => NULL,
  7271.                     'png_compression_filter' => NULL,
  7272.                     'format' => NULL,
  7273.                     'animated' => false,
  7274.                     'cache' => NULL,
  7275.                     'data_loader' => NULL,
  7276.                     'default_image' => NULL,
  7277.                     'filters' => [
  7278.                         'thumbnail' => [
  7279.                             'size' => [
  7280.                                 => 808,
  7281.                                 => 520,
  7282.                             ],
  7283.                             'mode' => 'outbound',
  7284.                         ],
  7285.                     ],
  7286.                     'post_processors' => [
  7287.                     ],
  7288.                 ],
  7289.                 'agence_slider' => [
  7290.                     'quality' => 100,
  7291.                     'jpeg_quality' => NULL,
  7292.                     'png_compression_level' => NULL,
  7293.                     'png_compression_filter' => NULL,
  7294.                     'format' => NULL,
  7295.                     'animated' => false,
  7296.                     'cache' => NULL,
  7297.                     'data_loader' => NULL,
  7298.                     'default_image' => NULL,
  7299.                     'filters' => [
  7300.                         'thumbnail' => [
  7301.                             'size' => [
  7302.                                 => 800,
  7303.                                 => 520,
  7304.                             ],
  7305.                             'mode' => 'outbound',
  7306.                         ],
  7307.                     ],
  7308.                     'post_processors' => [
  7309.                     ],
  7310.                 ],
  7311.                 'agence_slider_hp' => [
  7312.                     'quality' => 100,
  7313.                     'jpeg_quality' => NULL,
  7314.                     'png_compression_level' => NULL,
  7315.                     'png_compression_filter' => NULL,
  7316.                     'format' => NULL,
  7317.                     'animated' => false,
  7318.                     'cache' => NULL,
  7319.                     'data_loader' => NULL,
  7320.                     'default_image' => NULL,
  7321.                     'filters' => [
  7322.                         'thumbnail' => [
  7323.                             'size' => [
  7324.                                 => 416,
  7325.                                 => 560,
  7326.                             ],
  7327.                             'mode' => 'outbound',
  7328.                         ],
  7329.                     ],
  7330.                     'post_processors' => [
  7331.                     ],
  7332.                 ],
  7333.                 'agence_slider_hp_retina' => [
  7334.                     'quality' => 100,
  7335.                     'jpeg_quality' => NULL,
  7336.                     'png_compression_level' => NULL,
  7337.                     'png_compression_filter' => NULL,
  7338.                     'format' => NULL,
  7339.                     'animated' => false,
  7340.                     'cache' => NULL,
  7341.                     'data_loader' => NULL,
  7342.                     'default_image' => NULL,
  7343.                     'filters' => [
  7344.                         'thumbnail' => [
  7345.                             'size' => [
  7346.                                 => 832,
  7347.                                 => 1120,
  7348.                             ],
  7349.                             'mode' => 'outbound',
  7350.                         ],
  7351.                     ],
  7352.                     'post_processors' => [
  7353.                     ],
  7354.                 ],
  7355.                 'height_504' => [
  7356.                     'quality' => 80,
  7357.                     'jpeg_quality' => NULL,
  7358.                     'png_compression_level' => NULL,
  7359.                     'png_compression_filter' => NULL,
  7360.                     'format' => 'jpg',
  7361.                     'animated' => false,
  7362.                     'cache' => NULL,
  7363.                     'data_loader' => NULL,
  7364.                     'default_image' => NULL,
  7365.                     'filters' => [
  7366.                         'relative_resize' => [
  7367.                             'heighten' => 504,
  7368.                         ],
  7369.                     ],
  7370.                     'post_processors' => [
  7371.                         'optipng' => [
  7372.                             'strip_all' => true,
  7373.                             'level' => 5,
  7374.                         ],
  7375.                     ],
  7376.                 ],
  7377.                 'height_1008' => [
  7378.                     'quality' => 80,
  7379.                     'jpeg_quality' => NULL,
  7380.                     'png_compression_level' => NULL,
  7381.                     'png_compression_filter' => NULL,
  7382.                     'format' => 'jpg',
  7383.                     'animated' => false,
  7384.                     'cache' => NULL,
  7385.                     'data_loader' => NULL,
  7386.                     'default_image' => NULL,
  7387.                     'filters' => [
  7388.                         'relative_resize' => [
  7389.                             'heighten' => 1008,
  7390.                         ],
  7391.                     ],
  7392.                     'post_processors' => [
  7393.                         'optipng' => [
  7394.                             'strip_all' => true,
  7395.                             'level' => 5,
  7396.                         ],
  7397.                     ],
  7398.                 ],
  7399.                 'width_448' => [
  7400.                     'quality' => 80,
  7401.                     'jpeg_quality' => NULL,
  7402.                     'png_compression_level' => NULL,
  7403.                     'png_compression_filter' => NULL,
  7404.                     'format' => 'jpg',
  7405.                     'animated' => false,
  7406.                     'cache' => NULL,
  7407.                     'data_loader' => NULL,
  7408.                     'default_image' => NULL,
  7409.                     'filters' => [
  7410.                         'relative_resize' => [
  7411.                             'widen' => 448,
  7412.                         ],
  7413.                     ],
  7414.                     'post_processors' => [
  7415.                     ],
  7416.                 ],
  7417.                 'width_896' => [
  7418.                     'quality' => 80,
  7419.                     'jpeg_quality' => NULL,
  7420.                     'png_compression_level' => NULL,
  7421.                     'png_compression_filter' => NULL,
  7422.                     'format' => 'jpg',
  7423.                     'animated' => false,
  7424.                     'cache' => NULL,
  7425.                     'data_loader' => NULL,
  7426.                     'default_image' => NULL,
  7427.                     'filters' => [
  7428.                         'relative_resize' => [
  7429.                             'widen' => 896,
  7430.                         ],
  7431.                     ],
  7432.                     'post_processors' => [
  7433.                     ],
  7434.                 ],
  7435.                 '436x301' => [
  7436.                     'quality' => 80,
  7437.                     'jpeg_quality' => NULL,
  7438.                     'png_compression_level' => NULL,
  7439.                     'png_compression_filter' => NULL,
  7440.                     'format' => NULL,
  7441.                     'animated' => false,
  7442.                     'cache' => NULL,
  7443.                     'data_loader' => NULL,
  7444.                     'default_image' => NULL,
  7445.                     'filters' => [
  7446.                         'fixed' => [
  7447.                             'width' => 436,
  7448.                             'height' => 301,
  7449.                         ],
  7450.                     ],
  7451.                     'post_processors' => [
  7452.                     ],
  7453.                 ],
  7454.                 '873x603' => [
  7455.                     'quality' => 80,
  7456.                     'jpeg_quality' => NULL,
  7457.                     'png_compression_level' => NULL,
  7458.                     'png_compression_filter' => NULL,
  7459.                     'format' => NULL,
  7460.                     'animated' => false,
  7461.                     'cache' => NULL,
  7462.                     'data_loader' => NULL,
  7463.                     'default_image' => NULL,
  7464.                     'filters' => [
  7465.                         'fixed' => [
  7466.                             'width' => 873,
  7467.                             'height' => 603,
  7468.                         ],
  7469.                     ],
  7470.                     'post_processors' => [
  7471.                     ],
  7472.                 ],
  7473.                 '1040x720' => [
  7474.                     'quality' => 80,
  7475.                     'jpeg_quality' => NULL,
  7476.                     'png_compression_level' => NULL,
  7477.                     'png_compression_filter' => NULL,
  7478.                     'format' => NULL,
  7479.                     'animated' => false,
  7480.                     'cache' => NULL,
  7481.                     'data_loader' => NULL,
  7482.                     'default_image' => NULL,
  7483.                     'filters' => [
  7484.                         'fixed' => [
  7485.                             'width' => 1040,
  7486.                             'height' => 720,
  7487.                         ],
  7488.                     ],
  7489.                     'post_processors' => [
  7490.                     ],
  7491.                 ],
  7492.                 'offer_bien' => [
  7493.                     'quality' => 90,
  7494.                     'jpeg_quality' => NULL,
  7495.                     'png_compression_level' => NULL,
  7496.                     'png_compression_filter' => NULL,
  7497.                     'format' => NULL,
  7498.                     'animated' => false,
  7499.                     'cache' => NULL,
  7500.                     'data_loader' => NULL,
  7501.                     'default_image' => NULL,
  7502.                     'filters' => [
  7503.                         'thumbnail' => [
  7504.                             'size' => [
  7505.                                 => 616,
  7506.                                 => 380,
  7507.                             ],
  7508.                             'mode' => 'inset',
  7509.                         ],
  7510.                     ],
  7511.                     'post_processors' => [
  7512.                     ],
  7513.                 ],
  7514.             ],
  7515.             'liip_imagine.binary.loader.default' => 'default',
  7516.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  7517.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  7518.             'liip_imagine.webp.generate' => false,
  7519.             'liip_imagine.webp.options' => [
  7520.                 'quality' => 100,
  7521.                 'cache' => NULL,
  7522.                 'data_loader' => NULL,
  7523.                 'post_processors' => [
  7524.                 ],
  7525.             ],
  7526.             'data_collector.templates' => [
  7527.                 'data_collector.request' => [
  7528.                     => 'request',
  7529.                     => '@WebProfiler/Collector/request.html.twig',
  7530.                 ],
  7531.                 'data_collector.time' => [
  7532.                     => 'time',
  7533.                     => '@WebProfiler/Collector/time.html.twig',
  7534.                 ],
  7535.                 'data_collector.memory' => [
  7536.                     => 'memory',
  7537.                     => '@WebProfiler/Collector/memory.html.twig',
  7538.                 ],
  7539.                 'data_collector.validator' => [
  7540.                     => 'validator',
  7541.                     => '@WebProfiler/Collector/validator.html.twig',
  7542.                 ],
  7543.                 'data_collector.ajax' => [
  7544.                     => 'ajax',
  7545.                     => '@WebProfiler/Collector/ajax.html.twig',
  7546.                 ],
  7547.                 'data_collector.form' => [
  7548.                     => 'form',
  7549.                     => '@WebProfiler/Collector/form.html.twig',
  7550.                 ],
  7551.                 'data_collector.exception' => [
  7552.                     => 'exception',
  7553.                     => '@WebProfiler/Collector/exception.html.twig',
  7554.                 ],
  7555.                 'data_collector.logger' => [
  7556.                     => 'logger',
  7557.                     => '@WebProfiler/Collector/logger.html.twig',
  7558.                 ],
  7559.                 'data_collector.events' => [
  7560.                     => 'events',
  7561.                     => '@WebProfiler/Collector/events.html.twig',
  7562.                 ],
  7563.                 'data_collector.router' => [
  7564.                     => 'router',
  7565.                     => '@WebProfiler/Collector/router.html.twig',
  7566.                 ],
  7567.                 'data_collector.cache' => [
  7568.                     => 'cache',
  7569.                     => '@WebProfiler/Collector/cache.html.twig',
  7570.                 ],
  7571.                 'data_collector.translation' => [
  7572.                     => 'translation',
  7573.                     => '@WebProfiler/Collector/translation.html.twig',
  7574.                 ],
  7575.                 'data_collector.security' => [
  7576.                     => 'security',
  7577.                     => '@Security/Collector/security.html.twig',
  7578.                 ],
  7579.                 'data_collector.twig' => [
  7580.                     => 'twig',
  7581.                     => '@WebProfiler/Collector/twig.html.twig',
  7582.                 ],
  7583.                 'data_collector.http_client' => [
  7584.                     => 'http_client',
  7585.                     => '@WebProfiler/Collector/http_client.html.twig',
  7586.                 ],
  7587.                 'data_collector.doctrine' => [
  7588.                     => 'db',
  7589.                     => '@Doctrine/Collector/db.html.twig',
  7590.                 ],
  7591.                 'doctrine_migrations.migrations_collector' => [
  7592.                     => 'doctrine_migrations',
  7593.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  7594.                 ],
  7595.                 'doctrine_phpcr.data_collector' => [
  7596.                     => 'phpcr',
  7597.                     => '@DoctrinePHPCR/Collector/phpcr',
  7598.                 ],
  7599.                 'swiftmailer.data_collector' => [
  7600.                     => 'swiftmailer',
  7601.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  7602.                 ],
  7603.                 'data_collector.dump' => [
  7604.                     => 'dump',
  7605.                     => '@Debug/Profiler/dump.html.twig',
  7606.                 ],
  7607.                 'mailer.data_collector' => [
  7608.                     => 'mailer',
  7609.                     => '@WebProfiler/Collector/mailer.html.twig',
  7610.                 ],
  7611.                 'data_collector.jms_serializer' => [
  7612.                     => 'jms_serializer',
  7613.                     => '@JMSSerializer/Collector/panel.html.twig',
  7614.                 ],
  7615.                 'sulu_website.data_collector.sulu_collector' => [
  7616.                     => 'sulu',
  7617.                     => '@SuluWebsite/Profiler/layout.html.twig',
  7618.                 ],
  7619.                 'data_collector.config' => [
  7620.                     => 'config',
  7621.                     => '@WebProfiler/Collector/config.html.twig',
  7622.                 ],
  7623.             ],
  7624.             'doctrine_phpcr.migrate.migrators' => [
  7625.             ],
  7626.             'sulu_media.image.formats' => [
  7627.                 'sulu-400x400' => [
  7628.                     'key' => 'sulu-400x400',
  7629.                     'internal' => true,
  7630.                     'meta' => [
  7631.                         'title' => [
  7632.                             'en' => 'Contact avatar (Sulu)',
  7633.                             'de' => 'Kontaktavatar (Sulu)',
  7634.                             'fr' => 'Avatar du contact (Sulu)',
  7635.                             'nl' => 'Contact avatar (Sulu)',
  7636.                         ],
  7637.                     ],
  7638.                     'scale' => [
  7639.                         'x' => 400,
  7640.                         'y' => 400,
  7641.                         'mode' => 2,
  7642.                         'retina' => false,
  7643.                         'forceRatio' => true,
  7644.                     ],
  7645.                     'transformations' => [
  7646.                     ],
  7647.                     'options' => [
  7648.                         'jpeg_quality' => 100,
  7649.                         'webp_quality' => 100,
  7650.                     ],
  7651.                 ],
  7652.                 'sulu-260x' => [
  7653.                     'key' => 'sulu-260x',
  7654.                     'internal' => true,
  7655.                     'meta' => [
  7656.                         'title' => [
  7657.                             'en' => 'Masonry preview (Sulu)',
  7658.                             'de' => 'Masonry Vorschau (Sulu)',
  7659.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7660.                             'nl' => 'Masonry voorbeeld (Sulu)',
  7661.                         ],
  7662.                     ],
  7663.                     'scale' => [
  7664.                         'x' => 260,
  7665.                         'y' => NULL,
  7666.                         'mode' => 2,
  7667.                         'retina' => false,
  7668.                         'forceRatio' => true,
  7669.                     ],
  7670.                     'transformations' => [
  7671.                     ],
  7672.                     'options' => [
  7673.                         'jpeg_quality' => 100,
  7674.                         'webp_quality' => 100,
  7675.                     ],
  7676.                 ],
  7677.                 'sulu-170x170' => [
  7678.                     'key' => 'sulu-170x170',
  7679.                     'internal' => true,
  7680.                     'meta' => [
  7681.                         'title' => [
  7682.                             'en' => 'Search (Sulu)',
  7683.                             'de' => 'Suche (Sulu)',
  7684.                             'fr' => 'Recherche (Sulu)',
  7685.                             'nl' => 'Zoeken (Sulu)',
  7686.                         ],
  7687.                     ],
  7688.                     'scale' => [
  7689.                         'x' => 170,
  7690.                         'y' => 170,
  7691.                         'mode' => 2,
  7692.                         'retina' => false,
  7693.                         'forceRatio' => true,
  7694.                     ],
  7695.                     'transformations' => [
  7696.                     ],
  7697.                     'options' => [
  7698.                         'jpeg_quality' => 100,
  7699.                         'webp_quality' => 100,
  7700.                     ],
  7701.                 ],
  7702.                 'sulu-100x100-inset' => [
  7703.                     'key' => 'sulu-100x100-inset',
  7704.                     'internal' => true,
  7705.                     'meta' => [
  7706.                         'title' => [
  7707.                             'en' => 'Organization card (Sulu)',
  7708.                             'de' => 'Organisationskarte (Sulu)',
  7709.                             'fr' => 'Carte d\'organisation (Sulu)',
  7710.                             'nl' => 'Organisatie kaart (Sulu)',
  7711.                         ],
  7712.                     ],
  7713.                     'scale' => [
  7714.                         'x' => 100,
  7715.                         'y' => 100,
  7716.                         'mode' => 1,
  7717.                         'retina' => false,
  7718.                         'forceRatio' => true,
  7719.                     ],
  7720.                     'transformations' => [
  7721.                     ],
  7722.                     'options' => [
  7723.                         'jpeg_quality' => 100,
  7724.                         'webp_quality' => 100,
  7725.                     ],
  7726.                 ],
  7727.                 'sulu-50x50' => [
  7728.                     'key' => 'sulu-50x50',
  7729.                     'internal' => true,
  7730.                     'meta' => [
  7731.                         'title' => [
  7732.                             'en' => 'Small thumbnail (Sulu)',
  7733.                             'de' => 'Kleines Thumbnail (Sulu)',
  7734.                             'fr' => 'Image miniature (Sulu)',
  7735.                             'nl' => 'Kleine thumbnail (Sulu)',
  7736.                         ],
  7737.                     ],
  7738.                     'scale' => [
  7739.                         'x' => 50,
  7740.                         'y' => 50,
  7741.                         'mode' => 2,
  7742.                         'retina' => false,
  7743.                         'forceRatio' => true,
  7744.                     ],
  7745.                     'transformations' => [
  7746.                     ],
  7747.                     'options' => [
  7748.                         'jpeg_quality' => 100,
  7749.                         'webp_quality' => 100,
  7750.                     ],
  7751.                 ],
  7752.                 'sulu-25x25' => [
  7753.                     'key' => 'sulu-25x25',
  7754.                     'internal' => true,
  7755.                     'meta' => [
  7756.                         'title' => [
  7757.                             'en' => 'Micro thumbnail',
  7758.                             'de' => 'Mikro Thumbnail',
  7759.                             'fr' => 'Image micro',
  7760.                             'nl' => 'Micro thumbnail',
  7761.                         ],
  7762.                     ],
  7763.                     'scale' => [
  7764.                         'x' => 25,
  7765.                         'y' => 25,
  7766.                         'mode' => 2,
  7767.                         'retina' => false,
  7768.                         'forceRatio' => true,
  7769.                     ],
  7770.                     'transformations' => [
  7771.                     ],
  7772.                     'options' => [
  7773.                         'jpeg_quality' => 100,
  7774.                         'webp_quality' => 100,
  7775.                     ],
  7776.                 ],
  7777.                 'sulu-40x40' => [
  7778.                     'key' => 'sulu-40x40',
  7779.                     'internal' => true,
  7780.                     'meta' => [
  7781.                         'title' => [
  7782.                             'en' => 'Small thumbnail (Sulu)',
  7783.                             'de' => 'Kleines Thumbnail (Sulu)',
  7784.                             'fr' => 'Image miniature (Sulu)',
  7785.                             'nl' => 'Kleine thumbnail (Sulu)',
  7786.                         ],
  7787.                     ],
  7788.                     'scale' => [
  7789.                         'x' => 40,
  7790.                         'y' => 40,
  7791.                         'mode' => 2,
  7792.                         'retina' => false,
  7793.                         'forceRatio' => true,
  7794.                     ],
  7795.                     'transformations' => [
  7796.                     ],
  7797.                     'options' => [
  7798.                         'jpeg_quality' => 100,
  7799.                         'webp_quality' => 100,
  7800.                     ],
  7801.                 ],
  7802.                 'sulu-240x' => [
  7803.                     'key' => 'sulu-240x',
  7804.                     'internal' => true,
  7805.                     'meta' => [
  7806.                         'title' => [
  7807.                             'en' => 'Masonry preview (Sulu)',
  7808.                             'de' => 'Masonry Vorschau (Sulu)',
  7809.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7810.                             'nl' => 'Masonry voorbeeld (Sulu)',
  7811.                         ],
  7812.                     ],
  7813.                     'scale' => [
  7814.                         'x' => 240,
  7815.                         'y' => NULL,
  7816.                         'mode' => 2,
  7817.                         'retina' => false,
  7818.                         'forceRatio' => true,
  7819.                     ],
  7820.                     'transformations' => [
  7821.                     ],
  7822.                     'options' => [
  7823.                         'jpeg_quality' => 100,
  7824.                         'webp_quality' => 100,
  7825.                     ],
  7826.                 ],
  7827.                 'sulu-400x400-inset' => [
  7828.                     'key' => 'sulu-400x400-inset',
  7829.                     'internal' => true,
  7830.                     'meta' => [
  7831.                         'title' => [
  7832.                             'en' => 'Organization logo (Sulu)',
  7833.                             'de' => 'Organisationslogo (Sulu)',
  7834.                             'fr' => 'Logo d\'organisation (Sulu)',
  7835.                             'nl' => 'Organisatie logo (Sulu)',
  7836.                         ],
  7837.                     ],
  7838.                     'scale' => [
  7839.                         'x' => 400,
  7840.                         'y' => 400,
  7841.                         'mode' => 1,
  7842.                         'retina' => false,
  7843.                         'forceRatio' => true,
  7844.                     ],
  7845.                     'transformations' => [
  7846.                     ],
  7847.                     'options' => [
  7848.                         'jpeg_quality' => 100,
  7849.                         'webp_quality' => 100,
  7850.                     ],
  7851.                 ],
  7852.                 'sulu-100x100' => [
  7853.                     'key' => 'sulu-100x100',
  7854.                     'internal' => true,
  7855.                     'meta' => [
  7856.                         'title' => [
  7857.                             'en' => 'Contact card (Sulu)',
  7858.                             'de' => 'Personenkarte (Sulu)',
  7859.                             'fr' => 'Carte personnelle (Sulu)',
  7860.                             'nl' => 'Contact kaart (Sulu)',
  7861.                         ],
  7862.                     ],
  7863.                     'scale' => [
  7864.                         'x' => 100,
  7865.                         'y' => 100,
  7866.                         'mode' => 2,
  7867.                         'retina' => false,
  7868.                         'forceRatio' => true,
  7869.                     ],
  7870.                     'transformations' => [
  7871.                     ],
  7872.                     'options' => [
  7873.                         'jpeg_quality' => 100,
  7874.                         'webp_quality' => 100,
  7875.                     ],
  7876.                 ],
  7877.                 '448x744' => [
  7878.                     'key' => '448x744',
  7879.                     'internal' => false,
  7880.                     'meta' => [
  7881.                         'title' => [
  7882.                         ],
  7883.                     ],
  7884.                     'scale' => [
  7885.                         'x' => 448,
  7886.                         'y' => 744,
  7887.                         'mode' => 2,
  7888.                         'retina' => false,
  7889.                         'forceRatio' => true,
  7890.                     ],
  7891.                     'transformations' => [
  7892.                     ],
  7893.                     'options' => [
  7894.                         'jpeg_quality' => 100,
  7895.                         'webp_quality' => 100,
  7896.                     ],
  7897.                 ],
  7898.                 '896x1488' => [
  7899.                     'key' => '896x1488',
  7900.                     'internal' => false,
  7901.                     'meta' => [
  7902.                         'title' => [
  7903.                         ],
  7904.                     ],
  7905.                     'scale' => [
  7906.                         'x' => 896,
  7907.                         'y' => 1488,
  7908.                         'mode' => 2,
  7909.                         'retina' => false,
  7910.                         'forceRatio' => true,
  7911.                     ],
  7912.                     'transformations' => [
  7913.                     ],
  7914.                     'options' => [
  7915.                         'jpeg_quality' => 100,
  7916.                         'webp_quality' => 100,
  7917.                     ],
  7918.                 ],
  7919.                 '568x456' => [
  7920.                     'key' => '568x456',
  7921.                     'internal' => false,
  7922.                     'meta' => [
  7923.                         'title' => [
  7924.                         ],
  7925.                     ],
  7926.                     'scale' => [
  7927.                         'x' => 568,
  7928.                         'y' => 456,
  7929.                         'mode' => 2,
  7930.                         'retina' => false,
  7931.                         'forceRatio' => true,
  7932.                     ],
  7933.                     'transformations' => [
  7934.                     ],
  7935.                     'options' => [
  7936.                         'jpeg_quality' => 100,
  7937.                         'webp_quality' => 100,
  7938.                     ],
  7939.                 ],
  7940.                 '1216x912' => [
  7941.                     'key' => '1216x912',
  7942.                     'internal' => false,
  7943.                     'meta' => [
  7944.                         'title' => [
  7945.                         ],
  7946.                     ],
  7947.                     'scale' => [
  7948.                         'x' => 1216,
  7949.                         'y' => 912,
  7950.                         'mode' => 2,
  7951.                         'retina' => false,
  7952.                         'forceRatio' => true,
  7953.                     ],
  7954.                     'transformations' => [
  7955.                     ],
  7956.                     'options' => [
  7957.                         'jpeg_quality' => 100,
  7958.                         'webp_quality' => 100,
  7959.                     ],
  7960.                 ],
  7961.                 '448x408' => [
  7962.                     'key' => '448x408',
  7963.                     'internal' => false,
  7964.                     'meta' => [
  7965.                         'title' => [
  7966.                         ],
  7967.                     ],
  7968.                     'scale' => [
  7969.                         'x' => 448,
  7970.                         'y' => 408,
  7971.                         'mode' => 2,
  7972.                         'retina' => false,
  7973.                         'forceRatio' => true,
  7974.                     ],
  7975.                     'transformations' => [
  7976.                     ],
  7977.                     'options' => [
  7978.                         'jpeg_quality' => 100,
  7979.                         'webp_quality' => 100,
  7980.                     ],
  7981.                 ],
  7982.                 '1136x800' => [
  7983.                     'key' => '1136x800',
  7984.                     'internal' => false,
  7985.                     'meta' => [
  7986.                         'title' => [
  7987.                         ],
  7988.                     ],
  7989.                     'scale' => [
  7990.                         'x' => 1136,
  7991.                         'y' => 800,
  7992.                         'mode' => 2,
  7993.                         'retina' => false,
  7994.                         'forceRatio' => true,
  7995.                     ],
  7996.                     'transformations' => [
  7997.                     ],
  7998.                     'options' => [
  7999.                         'jpeg_quality' => 100,
  8000.                         'webp_quality' => 100,
  8001.                     ],
  8002.                 ],
  8003.                 '1440x800' => [
  8004.                     'key' => '1440x800',
  8005.                     'internal' => false,
  8006.                     'meta' => [
  8007.                         'title' => [
  8008.                         ],
  8009.                     ],
  8010.                     'scale' => [
  8011.                         'x' => 1440,
  8012.                         'y' => 800,
  8013.                         'mode' => 2,
  8014.                         'retina' => false,
  8015.                         'forceRatio' => true,
  8016.                     ],
  8017.                     'transformations' => [
  8018.                     ],
  8019.                     'options' => [
  8020.                         'jpeg_quality' => 100,
  8021.                         'webp_quality' => 100,
  8022.                     ],
  8023.                 ],
  8024.                 '2880x1600' => [
  8025.                     'key' => '2880x1600',
  8026.                     'internal' => false,
  8027.                     'meta' => [
  8028.                         'title' => [
  8029.                         ],
  8030.                     ],
  8031.                     'scale' => [
  8032.                         'x' => 2880,
  8033.                         'y' => 1600,
  8034.                         'mode' => 2,
  8035.                         'retina' => false,
  8036.                         'forceRatio' => true,
  8037.                     ],
  8038.                     'transformations' => [
  8039.                     ],
  8040.                     'options' => [
  8041.                         'jpeg_quality' => 100,
  8042.                         'webp_quality' => 100,
  8043.                     ],
  8044.                 ],
  8045.                 '448x280' => [
  8046.                     'key' => '448x280',
  8047.                     'internal' => false,
  8048.                     'meta' => [
  8049.                         'title' => [
  8050.                         ],
  8051.                     ],
  8052.                     'scale' => [
  8053.                         'x' => 448,
  8054.                         'y' => 280,
  8055.                         'mode' => 2,
  8056.                         'retina' => false,
  8057.                         'forceRatio' => true,
  8058.                     ],
  8059.                     'transformations' => [
  8060.                     ],
  8061.                     'options' => [
  8062.                         'jpeg_quality' => 100,
  8063.                         'webp_quality' => 100,
  8064.                     ],
  8065.                 ],
  8066.                 '500x' => [
  8067.                     'key' => '500x',
  8068.                     'internal' => false,
  8069.                     'meta' => [
  8070.                         'title' => [
  8071.                         ],
  8072.                     ],
  8073.                     'scale' => [
  8074.                         'x' => 500,
  8075.                         'y' => NULL,
  8076.                         'mode' => 2,
  8077.                         'retina' => false,
  8078.                         'forceRatio' => true,
  8079.                     ],
  8080.                     'transformations' => [
  8081.                     ],
  8082.                     'options' => [
  8083.                         'jpeg_quality' => 100,
  8084.                         'webp_quality' => 100,
  8085.                     ],
  8086.                 ],
  8087.                 '1000x' => [
  8088.                     'key' => '1000x',
  8089.                     'internal' => false,
  8090.                     'meta' => [
  8091.                         'title' => [
  8092.                         ],
  8093.                     ],
  8094.                     'scale' => [
  8095.                         'x' => 1000,
  8096.                         'y' => NULL,
  8097.                         'mode' => 2,
  8098.                         'retina' => false,
  8099.                         'forceRatio' => true,
  8100.                     ],
  8101.                     'transformations' => [
  8102.                     ],
  8103.                     'options' => [
  8104.                         'jpeg_quality' => 100,
  8105.                         'webp_quality' => 100,
  8106.                     ],
  8107.                 ],
  8108.             ],
  8109.             'sulu_category.entity.category' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  8110.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  8111.             'sulu.version' => '2.4.5',
  8112.             'app.version' => NULL,
  8113.             'sulu_snippet.areas' => [
  8114.                 'form_area' => [
  8115.                     'key' => 'form_area',
  8116.                     'template' => 'form',
  8117.                     'title' => [
  8118.                         'de' => ' Form_area',
  8119.                         'en' => ' Form_area',
  8120.                     ],
  8121.                 ],
  8122.                 'offer_area' => [
  8123.                     'key' => 'offer_area',
  8124.                     'template' => 'offres',
  8125.                     'title' => [
  8126.                         'de' => ' Offer_area',
  8127.                         'en' => ' Offer_area',
  8128.                     ],
  8129.                 ],
  8130.                 'settings_area' => [
  8131.                     'key' => 'settings_area',
  8132.                     'template' => 'settings',
  8133.                     'title' => [
  8134.                         'de' => ' Settings_area',
  8135.                         'en' => 'Settings area',
  8136.                     ],
  8137.                 ],
  8138.             ],
  8139.             'console.command.ids' => [
  8140.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  8141.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  8142.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  8143.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  8144.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  8145.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  8146.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  8147.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  8148.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  8149.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  8150.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  8151.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  8152.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  8153.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  8154.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  8155.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  8156.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  8157.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  8158.                 18 => 'console.command.public_alias.sulu_page.command.workspace_import',
  8159.                 19 => 'phpcr_migrations.command.status',
  8160.                 20 => 'phpcr_migrations.command.migrate',
  8161.                 21 => 'phpcr_migrations.command.initialize',
  8162.             ],
  8163.         ];
  8164.     }
  8165.     protected function throw($message)
  8166.     {
  8167.         throw new RuntimeException($message);
  8168.     }
  8169. }