var/cache/website/dev/ContainerO61WHfO/App_KernelDevDebugContainer.php line 925

Open in your IDE?
  1. <?php
  2. namespace ContainerO61WHfO;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class App_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'cache.app' => 'getCache_AppService',
  37.             'cache.system' => 'getCache_SystemService',
  38.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  39.             'data_collector.dump' => 'getDataCollector_DumpService',
  40.             'doctrine' => 'getDoctrineService',
  41.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  42.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  43.             'doctrine_phpcr' => 'getDoctrinePhpcrService',
  44.             'doctrine_phpcr.session' => 'getDoctrinePhpcr_SessionService',
  45.             'event_dispatcher' => 'getEventDispatcherService',
  46.             'filesystem' => 'getFilesystemService',
  47.             'form.factory' => 'getForm_FactoryService',
  48.             'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  49.             'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  50.             'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  51.             'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
  52.             'http_kernel' => 'getHttpKernelService',
  53.             'jms_serializer' => 'getJmsSerializerService',
  54.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  55.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  56.             'profiler' => 'getProfilerService',
  57.             'request_stack' => 'getRequestStackService',
  58.             'router' => 'getRouterService',
  59.             'sulu.content.localization_finder' => 'getSulu_Content_LocalizationFinderService',
  60.             'sulu.content.mapper' => 'getSulu_Content_MapperService',
  61.             'sulu.content.path_cleaner' => 'getSulu_Content_PathCleanerService',
  62.             'sulu.content.structure_manager' => 'getSulu_Content_StructureManagerService',
  63.             'sulu.content.type_manager' => 'getSulu_Content_TypeManagerService',
  64.             'sulu.phpcr.session' => 'getSulu_Phpcr_SessionService',
  65.             'sulu.repository.account' => 'getSulu_Repository_AccountService',
  66.             'sulu.repository.category' => 'getSulu_Repository_CategoryService',
  67.             'sulu.repository.category_meta' => 'getSulu_Repository_CategoryMetaService',
  68.             'sulu.repository.category_translation' => 'getSulu_Repository_CategoryTranslationService',
  69.             'sulu.repository.contact' => 'getSulu_Repository_ContactService',
  70.             'sulu.repository.keyword' => 'getSulu_Repository_KeywordService',
  71.             'sulu.repository.media' => 'getSulu_Repository_MediaService',
  72.             'sulu.repository.role' => 'getSulu_Repository_RoleService',
  73.             'sulu.repository.route' => 'getSulu_Repository_RouteService',
  74.             'sulu.repository.tag' => 'getSulu_Repository_TagService',
  75.             'sulu.repository.user' => 'getSulu_Repository_UserService',
  76.             'sulu.util.node_helper' => 'getSulu_Util_NodeHelperService',
  77.             'sulu_category.category_manager' => 'getSuluCategory_CategoryManagerService',
  78.             'sulu_category.keyword_manager' => 'getSuluCategory_KeywordManagerService',
  79.             'sulu_contact.contact_manager' => 'getSuluContact_ContactManagerService',
  80.             'sulu_core.array_serializer' => 'getSuluCore_ArraySerializerService',
  81.             'sulu_core.webspace.request_analyzer' => 'getSuluCore_Webspace_RequestAnalyzerService',
  82.             'sulu_core.webspace.webspace_manager' => 'getSuluCore_Webspace_WebspaceManagerService',
  83.             'sulu_custom_urls.manager' => 'getSuluCustomUrls_ManagerService',
  84.             'sulu_document_manager.document_inspector' => 'getSuluDocumentManager_DocumentInspectorService',
  85.             'sulu_document_manager.document_manager' => 'getSuluDocumentManager_DocumentManagerService',
  86.             'sulu_document_manager.metadata_factory.base' => 'getSuluDocumentManager_MetadataFactory_BaseService',
  87.             'sulu_document_manager.property_encoder' => 'getSuluDocumentManager_PropertyEncoderService',
  88.             'sulu_markup.parser.html_extractor' => 'getSuluMarkup_Parser_HtmlExtractorService',
  89.             'sulu_media.collection_repository' => 'getSuluMedia_CollectionRepositoryService',
  90.             'sulu_media.format_cache' => 'getSuluMedia_FormatCacheService',
  91.             'sulu_media.format_manager' => 'getSuluMedia_FormatManagerService',
  92.             'sulu_media.image.transformation.blur' => 'getSuluMedia_Image_Transformation_BlurService',
  93.             'sulu_media.image.transformation.crop' => 'getSuluMedia_Image_Transformation_CropService',
  94.             'sulu_media.image.transformation.gamma' => 'getSuluMedia_Image_Transformation_GammaService',
  95.             'sulu_media.image.transformation.grayscale' => 'getSuluMedia_Image_Transformation_GrayscaleService',
  96.             'sulu_media.image.transformation.negative' => 'getSuluMedia_Image_Transformation_NegativeService',
  97.             'sulu_media.image.transformation.paste' => 'getSuluMedia_Image_Transformation_PasteService',
  98.             'sulu_media.image.transformation.sharpen' => 'getSuluMedia_Image_Transformation_SharpenService',
  99.             'sulu_media.media_manager' => 'getSuluMedia_MediaManagerService',
  100.             'sulu_media.storage' => 'getSuluMedia_StorageService',
  101.             'sulu_page.compat.structure.legacy_property_factory' => 'getSuluPage_Compat_Structure_LegacyPropertyFactoryService',
  102.             'sulu_page.content_repository' => 'getSuluPage_ContentRepositoryService',
  103.             'sulu_page.controller_name_converter' => 'getSuluPage_ControllerNameConverterService',
  104.             'sulu_page.extension.manager' => 'getSuluPage_Extension_ManagerService',
  105.             'sulu_page.structure.factory' => 'getSuluPage_Structure_FactoryService',
  106.             'sulu_security.salt_generator' => 'getSuluSecurity_SaltGeneratorService',
  107.             'sulu_security.user_manager' => 'getSuluSecurity_UserManagerService',
  108.             'sulu_snippet.default_snippet.manager' => 'getSuluSnippet_DefaultSnippet_ManagerService',
  109.             'sulu_snippet.resolver' => 'getSuluSnippet_ResolverService',
  110.             'sulu_tag.tag_manager' => 'getSuluTag_TagManagerService',
  111.             'sulu_website.resolver.structure' => 'getSuluWebsite_Resolver_StructureService',
  112.             'translator' => 'getTranslatorService',
  113.             'twig' => 'getTwigService',
  114.             'validator' => 'getValidatorService',
  115.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  116.         ];
  117.         $this->fileMap = [
  118.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  119.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  120.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  121.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  122.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  123.             'cache_clearer' => 'getCacheClearerService.php',
  124.             'cache_warmer' => 'getCacheWarmerService.php',
  125.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService.php',
  126.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService.php',
  127.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService.php',
  128.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService.php',
  129.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService.php',
  130.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService.php',
  131.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService.php',
  132.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService.php',
  133.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService.php',
  134.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService.php',
  135.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService.php',
  136.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService.php',
  137.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService.php',
  138.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService.php',
  139.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService.php',
  140.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService.php',
  141.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService.php',
  142.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService.php',
  143.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService.php',
  144.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  145.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  146.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  147.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  148.             'console.command.public_alias.massive_build.command.build' => 'getConsole_Command_PublicAlias_MassiveBuild_Command_BuildService.php',
  149.             'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService.php',
  150.             'console.command.public_alias.sulu_route.move_page_tree_command' => 'getConsole_Command_PublicAlias_SuluRoute_MovePageTreeCommandService.php',
  151.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  152.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  153.             'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService.php',
  154.             'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService.php',
  155.             'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService.php',
  156.             'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService.php',
  157.             'error_controller' => 'getErrorControllerService.php',
  158.             'form.type.file' => 'getForm_Type_FileService.php',
  159.             'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService.php',
  160.             'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService.php',
  161.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php',
  162.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php',
  163.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  164.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  165.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php',
  166.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  167.             'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService.php',
  168.             'massive_search.adapter.zend_lucene' => 'getMassiveSearch_Adapter_ZendLuceneService.php',
  169.             'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService.php',
  170.             'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService.php',
  171.             'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService.php',
  172.             'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService.php',
  173.             'routing.loader' => 'getRouting_LoaderService.php',
  174.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  175.             'serializer' => 'getSerializerService.php',
  176.             'services_resetter' => 'getServicesResetterService.php',
  177.             'session' => 'getSessionService.php',
  178.             'sulu.content.type.block' => 'getSulu_Content_Type_BlockService.php',
  179.             'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService.php',
  180.             'sulu.content.type.color' => 'getSulu_Content_Type_ColorService.php',
  181.             'sulu.content.type.date' => 'getSulu_Content_Type_DateService.php',
  182.             'sulu.content.type.email' => 'getSulu_Content_Type_EmailService.php',
  183.             'sulu.content.type.number' => 'getSulu_Content_Type_NumberService.php',
  184.             'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService.php',
  185.             'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService.php',
  186.             'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService.php',
  187.             'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService.php',
  188.             'sulu.content.type.select' => 'getSulu_Content_Type_SelectService.php',
  189.             'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService.php',
  190.             'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService.php',
  191.             'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService.php',
  192.             'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService.php',
  193.             'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService.php',
  194.             'sulu.content.type.time' => 'getSulu_Content_Type_TimeService.php',
  195.             'sulu.content.type.url' => 'getSulu_Content_Type_UrlService.php',
  196.             'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService.php',
  197.             'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService.php',
  198.             'sulu.repository.access_control' => 'getSulu_Repository_AccessControlService.php',
  199.             'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService.php',
  200.             'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService.php',
  201.             'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService.php',
  202.             'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService.php',
  203.             'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService.php',
  204.             'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService.php',
  205.             'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService.php',
  206.             'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService.php',
  207.             'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService.php',
  208.             'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService.php',
  209.             'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService.php',
  210.             'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService.php',
  211.             'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService.php',
  212.             'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService.php',
  213.             'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService.php',
  214.             'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService.php',
  215.             'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService.php',
  216.             'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService.php',
  217.             'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService.php',
  218.             'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService.php',
  219.             'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService.php',
  220.             'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService.php',
  221.             'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService.php',
  222.             'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService.php',
  223.             'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService.php',
  224.             'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService.php',
  225.             'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService.php',
  226.             'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService.php',
  227.             'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService.php',
  228.             'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService.php',
  229.             'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService.php',
  230.             'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService.php',
  231.             'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService.php',
  232.             'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService.php',
  233.             'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService.php',
  234.             'sulu_route.content_type' => 'getSuluRoute_ContentTypeService.php',
  235.             'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService.php',
  236.             'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService.php',
  237.             'sulu_security.mask_converter' => 'getSuluSecurity_MaskConverterService.php',
  238.             'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService.php',
  239.             'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService.php',
  240.             'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService.php',
  241.             'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService.php',
  242.             'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService.php',
  243.             'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService.php',
  244.             'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService.php',
  245.             'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService.php',
  246.             'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService.php',
  247.             'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService.php',
  248.             'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService.php',
  249.             'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService.php',
  250.             'sulu_website.exception.controller' => 'getSuluWebsite_Exception_ControllerService.php',
  251.             'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService.php',
  252.             'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService.php',
  253.             'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService.php',
  254.             'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService.php',
  255.             'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService.php',
  256.             'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService.php',
  257.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  258.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  259.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  260.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  261.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  262.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  263.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  264.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  265.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  266.         ];
  267.         $this->aliases = [
  268.             'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  269.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  270.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  271.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  272.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  273.             'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  274.             'database_connection' => 'doctrine.dbal.default_connection',
  275.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  276.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  277.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  278.             'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  279.             'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  280.             'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  281.             'mailer' => 'swiftmailer.mailer.default',
  282.             'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  283.             'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  284.             'twig.controller.exception' => 'sulu_website.exception.controller',
  285.         ];
  286.         $this->privates['service_container'] = function () {
  287.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  288.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  289.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  290.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  291.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  292.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  293.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  294.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  295.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  296.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  297.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  298.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  299.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  300.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  301.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  302.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  303.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  304.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  305.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  306.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  307.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  308.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  309.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  310.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  311.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  312.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  313.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  314.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  315.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  316.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  317.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  318.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  319.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  320.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  321.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  322.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  323.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocatorInterface.php';
  324.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocator.php';
  325.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  326.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  327.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  328.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  329.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  330.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  331.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  332.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  333.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  334.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  335.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  336.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  337.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  338.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  339.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  340.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  341.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  342.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  343.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  344.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  345.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  346.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  347.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  348.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  349.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  350.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  351.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  352.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  353.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  354.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  355.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  356.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistryInterface.php';
  357.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistry.php';
  358.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormExtensionInterface.php';
  359.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  360.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  361.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  362.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  363.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactoryInterface.php';
  364.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactory.php';
  365.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  366.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  367.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  368.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  369.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  370.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  371.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorInterface.php';
  372.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  373.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  374.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  375.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  376.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  377.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  378.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  379.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  380.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  381.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  382.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  383.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  384.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  385.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  386.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  387.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  388.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  389.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  390.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  391.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  392.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  393.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  394.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  395.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  396.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  397.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  398.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  399.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  400.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  401.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  402.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  403.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  404.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  405.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  406.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  407.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  408.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  409.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  410.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  411.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  412.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  413.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  414.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  415.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  416.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  417.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  418.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  419.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  420.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  421.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  422.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  423.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  424.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  425.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  426.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  427.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  428.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  429.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  430.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  431.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  432.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  433.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  434.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  435.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  436.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  437.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  438.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  439.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  440.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  442.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  444.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  445.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  448.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  449.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  450.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  451.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  452.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  453.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  458.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  459.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  460.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  461.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  462.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  463.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  464.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  465.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  466.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  467.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  468.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  469.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  470.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  471.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  472.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  473.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  474.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  475.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  476.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  477.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  478.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  479.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  480.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  481.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  482.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  483.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
  484.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
  485.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  486.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  487.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
  488.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
  489.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
  490.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
  491.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
  492.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
  493.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  494.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  495.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
  496.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
  497.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
  498.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  499.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/Loader.php';
  500.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  501.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  502.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  503.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/FileLoader.php';
  504.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  505.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  506.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  507.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  508.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  509.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  510.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  511.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  512.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  513.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  514.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  515.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  516.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  517.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  518.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  519.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  520.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  521.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  522.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  523.             include_once \dirname(__DIR__5).'/vendor/ocramius/proxy-manager/src/ProxyManager/Configuration.php';
  524.             include_once \dirname(__DIR__5).'/vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  525.             include_once \dirname(__DIR__5).'/vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  526.             include_once \dirname(__DIR__5).'/vendor/ocramius/proxy-manager/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  527.             include_once \dirname(__DIR__5).'/vendor/ocramius/proxy-manager/src/ProxyManager/FileLocator/FileLocator.php';
  528.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  529.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  530.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  531.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  532.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  533.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  534.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
  535.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
  536.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
  537.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
  538.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
  539.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  540.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  541.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  542.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  543.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  544.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Registry.php';
  545.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  546.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  547.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  548.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  549.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  550.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  551.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  552.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  553.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  554.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  555.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  556.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  557.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/EventSubscriber/ORM/MetadataSubscriber.php';
  558.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Doctrine/ReferencesOption.php';
  559.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  560.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  561.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/TreeListener.php';
  562.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/EventSubscriber/DoctrineOrmSubscriber.php';
  563.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/EventSubscriber/ORM/TimestampableSubscriber.php';
  564.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/EventSubscriber/ORM/UserBlameSubscriber.php';
  565.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Doctrine/RouteConditionMetadataListener.php';
  566.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  567.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  568.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  569.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  570.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  571.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  572.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  573.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  574.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  575.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  576.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  577.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  578.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  579.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  580.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  581.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  582.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  583.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  584.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  585.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  586.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  587.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  588.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  589.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  590.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  591.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  592.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  593.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  594.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  595.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  596.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  597.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  598.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  599.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  600.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  601.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  602.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  603.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  604.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  605.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  606.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  607.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  608.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Factory.php';
  609.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  610.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
  611.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
  612.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
  613.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  614.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
  615.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  616.             include_once \dirname(__DIR__5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  617.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  618.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
  619.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  620.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryUtilsInterface.php';
  621.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/RepositoryInterface.php';
  622.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/AbstractTreeRepository.php';
  623.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity/Repository/NestedTreeRepository.php';
  624.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  625.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  626.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  627.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  628.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  629.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  630.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  631.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  632.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Imagick/Imagine.php';
  633.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  634.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  635.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  636.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  637.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  638.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  639.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  640.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  641.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  642.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  643.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  644.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  645.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  646.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  647.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  648.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  649.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  650.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  651.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  652.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  653.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  654.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  655.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  656.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  657.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  658.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  659.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  660.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  661.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  662.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  663.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  664.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  665.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
  666.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  667.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  668.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  669.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  670.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  671.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  672.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  673.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  674.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  675.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  676.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  677.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  678.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  679.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  680.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  681.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  682.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  683.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  684.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  685.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  686.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  687.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
  688.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
  689.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
  690.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  691.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  692.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  693.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  694.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  695.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  696.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  697.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  698.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  699.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  700.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  701.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  702.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  703.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  704.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  705.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  706.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  707.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  708.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  709.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
  710.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  711.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  712.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  713.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  714.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  715.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  716.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
  717.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
  718.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
  719.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
  720.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
  721.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  722.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  723.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  724.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  725.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  726.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  727.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  728.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  729.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  730.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  731.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  732.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  733.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  734.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  735.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  736.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  737.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  738.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  739.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  740.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  741.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  742.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  743.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  744.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  745.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  746.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  747.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  748.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  749.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  750.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  751.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  752.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  753.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  754.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  755.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  756.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  757.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  758.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  759.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  760.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  761.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  762.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  763.             include_once \dirname(__DIR__5).'/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/AbstractBaseFactory.php';
  764.             include_once \dirname(__DIR__5).'/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  765.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
  766.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
  767.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
  768.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
  769.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
  770.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
  771.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
  772.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
  773.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
  774.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
  775.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
  776.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
  777.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
  778.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
  779.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
  780.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
  783.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
  784.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  785.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  786.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  787.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  788.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  789.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  790.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  791.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  792.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  793.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  794.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  795.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  796.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  797.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  798.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  799.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  800.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  801.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  802.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  803.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  804.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  805.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  806.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  807.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
  808.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
  809.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
  810.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  811.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  812.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  813.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  814.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  815.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  816.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  817.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  818.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  819.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  820.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  821.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  822.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  823.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  824.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  825.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  826.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  827.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  828.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  829.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  830.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  831.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  832.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouteCollection.php';
  833.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  834.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  835.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  836.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  837.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  838.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  839.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  840.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  841.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  842.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  843.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  844.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  845.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  846.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  847.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  848.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  849.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  850.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  851.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  852.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  853.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  854.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  855.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  856.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  857.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  858.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  859.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  860.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  861.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  862.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  863.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  864.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  865.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  866.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  867.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  868.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  869.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  870.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  871.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  872.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  873.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  874.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  875.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  876.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  877.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  878.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  879.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  880.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  881.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  882.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  883.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  884.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  885.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  886.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  887.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  888.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  889.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  890.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  891.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php';
  892.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  893.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  894.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  895.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  896.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  897.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  898.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  899.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  900.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  901.         };
  902.     }
  903.     public function compile(): void
  904.     {
  905.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  906.     }
  907.     public function isCompiled(): bool
  908.     {
  909.         return true;
  910.     }
  911.     public function getRemovedIds(): array
  912.     {
  913.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  914.     }
  915.     protected function load($file$lazyLoad true)
  916.     {
  917.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  918.     }
  919.     protected function createProxy($class, \Closure $factory)
  920.     {
  921.         class_exists($classfalse) || $this->load("{$class}.php");
  922.         return $factory();
  923.     }
  924.     /**
  925.      * Gets the public 'cache.app' shared service.
  926.      *
  927.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  928.      */
  929.     protected function getCache_AppService()
  930.     {
  931.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('03jRefw6li'0, (\dirname(__DIR__3).'/common/dev/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  932.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  933.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  934.     }
  935.     /**
  936.      * Gets the public 'cache.system' shared service.
  937.      *
  938.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  939.      */
  940.     protected function getCache_SystemService()
  941.     {
  942.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YZ0ULxv1mI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  943.     }
  944.     /**
  945.      * Gets the public 'cmf_routing.route_provider' shared service.
  946.      *
  947.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  948.      */
  949.     protected function getCmfRouting_RouteProviderService()
  950.     {
  951.         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()));
  952.     }
  953.     /**
  954.      * Gets the public 'data_collector.dump' shared service.
  955.      *
  956.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  957.      */
  958.     protected function getDataCollector_DumpService()
  959.     {
  960.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(NULL, ($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()));
  961.     }
  962.     /**
  963.      * Gets the public 'doctrine' shared service.
  964.      *
  965.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  966.      */
  967.     protected function getDoctrineService()
  968.     {
  969.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  970.     }
  971.     /**
  972.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  973.      *
  974.      * @return \Doctrine\DBAL\Connection
  975.      */
  976.     protected function getDoctrine_Dbal_DefaultConnectionService()
  977.     {
  978.         $a = new \Doctrine\DBAL\Configuration();
  979.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  980.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  981.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  982.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  983.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  984.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($cNULL));
  985.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  986.         $a->setSQLLogger($b);
  987.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  988.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  989.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService.php'true],
  990.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService.php'true],
  991.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService.php'true],
  992.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService.php'true],
  993.         ], [
  994.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  995.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  996.             'sulu_contact.account_listener' => '?',
  997.             'sulu_contact.doctrine.invalidation_listener' => '?',
  998.             'sulu_media.doctrine.invalidation_listener' => '?',
  999.         ]));
  1000.         $e = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  1001.         $e->addResolveTargetEntity('Sulu\\Bundle\\MediaBundle\\Entity\\CollectionInterface''Sulu\\Bundle\\MediaBundle\\Entity\\Collection', []);
  1002.         $e->addResolveTargetEntity('Sulu\\Bundle\\ContactBundle\\Entity\\AccountInterface''Sulu\\Bundle\\ContactBundle\\Entity\\Account', []);
  1003.         $e->addResolveTargetEntity('Sulu\\Bundle\\ContactBundle\\Entity\\ContactInterface''Sulu\\Bundle\\ContactBundle\\Entity\\Contact', []);
  1004.         $e->addResolveTargetEntity('Sulu\\Bundle\\ContactBundle\\Entity\\AccountInterface''Sulu\\Bundle\\ContactBundle\\Entity\\Account', []);
  1005.         $e->addResolveTargetEntity('Sulu\\Bundle\\MediaBundle\\Entity\\MediaInterface''Sulu\\Bundle\\MediaBundle\\Entity\\Media', []);
  1006.         $e->addResolveTargetEntity('Sulu\\Component\\Security\\Authentication\\UserInterface''Sulu\\Bundle\\SecurityBundle\\Entity\\User', []);
  1007.         $e->addResolveTargetEntity('Sulu\\Component\\Security\\Authentication\\RoleInterface''Sulu\\Bundle\\SecurityBundle\\Entity\\Role', []);
  1008.         $e->addResolveTargetEntity('Sulu\\Component\\Security\\Authentication\\RoleSettingInterface''Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting', []);
  1009.         $e->addResolveTargetEntity('Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlInterface''Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl', []);
  1010.         $e->addResolveTargetEntity('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryInterface''Sulu\\Bundle\\CategoryBundle\\Entity\\Category', []);
  1011.         $e->addResolveTargetEntity('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaInterface''Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta', []);
  1012.         $e->addResolveTargetEntity('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationInterface''Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation', []);
  1013.         $e->addResolveTargetEntity('Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordInterface''Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword', []);
  1014.         $e->addResolveTargetEntity('Sulu\\Bundle\\TagBundle\\Tag\\TagInterface''Sulu\\Bundle\\TagBundle\\Entity\\Tag', []);
  1015.         $e->addResolveTargetEntity('Sulu\\Bundle\\RouteBundle\\Model\\RouteInterface''Sulu\\Bundle\\RouteBundle\\Entity\\Route', []);
  1016.         $f = new \Gedmo\Tree\TreeListener();
  1017.         $f->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1018.         $d->addEventSubscriber(new \Sulu\Component\Persistence\EventSubscriber\ORM\MetadataSubscriber($this->parameters['sulu.persistence.objects']));
  1019.         $d->addEventSubscriber(new \Sulu\Component\Doctrine\ReferencesOption(($this->services['doctrine'] ?? $this->getDoctrineService()), ['Sulu\\Bundle\\ContactBundle\\Entity\\ContactInterface' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact''Sulu\\Bundle\\ContactBundle\\Entity\\AccountInterface' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account''Sulu\\Bundle\\MediaBundle\\Entity\\MediaInterface' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media''Sulu\\Component\\Security\\Authentication\\UserInterface' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User''Sulu\\Component\\Security\\Authentication\\RoleInterface' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role''Sulu\\Component\\Security\\Authentication\\RoleSettingInterface' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting''Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlInterface' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl''Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryInterface' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category''Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaInterface' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta''Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationInterface' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation''Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordInterface' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword''Sulu\\Bundle\\TagBundle\\Tag\\TagInterface' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag''Sulu\\Bundle\\RouteBundle\\Model\\RouteInterface' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route']));
  1020.         $d->addEventSubscriber($e);
  1021.         $d->addEventSubscriber($f);
  1022.         $d->addEventSubscriber(new \Massive\Bundle\SearchBundle\Search\EventSubscriber\DoctrineOrmSubscriber(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  1023.         $d->addEventSubscriber(new \Sulu\Component\Persistence\EventSubscriber\ORM\TimestampableSubscriber());
  1024.         $d->addEventSubscriber(new \Sulu\Component\Persistence\EventSubscriber\ORM\UserBlameSubscriber(NULL'Sulu\\Bundle\\SecurityBundle\\Entity\\User'));
  1025.         $d->addEventSubscriber(new \Symfony\Cmf\Bundle\RoutingBundle\Doctrine\RouteConditionMetadataListener());
  1026.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1027.         $d->addEventListener([=> 'postGenerateSchema'], 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener');
  1028.         $d->addEventListener([=> 'postPersist'], 'sulu_contact.account_listener');
  1029.         $d->addEventListener([=> 'postPersist'], 'sulu_contact.doctrine.invalidation_listener');
  1030.         $d->addEventListener([=> 'postUpdate'], 'sulu_contact.doctrine.invalidation_listener');
  1031.         $d->addEventListener([=> 'preRemove'], 'sulu_contact.doctrine.invalidation_listener');
  1032.         $d->addEventListener([=> 'postPersist'], 'sulu_media.doctrine.invalidation_listener');
  1033.         $d->addEventListener([=> 'postUpdate'], 'sulu_media.doctrine.invalidation_listener');
  1034.         $d->addEventListener([=> 'preRemove'], 'sulu_media.doctrine.invalidation_listener');
  1035.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driver' => 'pdo_mysql''driverOptions' => [], 'defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $a$d, []);
  1036.     }
  1037.     /**
  1038.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1039.      *
  1040.      * @return \Doctrine\ORM\EntityManager
  1041.      */
  1042.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1043.     {
  1044.         if ($lazyLoad) {
  1045.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1046.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1047.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1048.                     $proxy->setProxyInitializer(null);
  1049.                     return true;
  1050.                 });
  1051.             });
  1052.         }
  1053.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  1054.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1055.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1056.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1057.         include_once \dirname(__DIR__5).'/vendor/symfony/cache/DoctrineProvider.php';
  1058.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  1059.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1060.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  1061.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  1062.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  1063.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  1064.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1065.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1066.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1067.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1068.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1069.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1070.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1071.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1072.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1073.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1074.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1075.         $a = new \Doctrine\ORM\Configuration();
  1076.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1077.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/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']);
  1078.         $c->setGlobalBasename('mapping');
  1079.         $d = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__5).'/src/Entity'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/Entity')]);
  1080.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1081.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1082.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1083.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1084.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1085.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1086.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1087.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1088.         $b->addDriver($d'App\\Entity');
  1089.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1090.         $a->setEntityNamespaces(['GedmoTree' => 'Gedmo\\Tree\\Entity''App' => 'App\\Entity''SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\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']);
  1091.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1092.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1093.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1094.         $a->setMetadataDriverImpl($b);
  1095.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1096.         $a->setProxyNamespace('Proxies');
  1097.         $a->setAutoGenerateProxyClasses(true);
  1098.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1099.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1100.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1101.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1102.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1103.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1104.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1105.         $a->addCustomStringFunction('CAST''Sulu\\Component\\Rest\\DQL\\Cast');
  1106.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1107.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1108.         return $instance;
  1109.     }
  1110.     /**
  1111.      * Gets the public 'doctrine_phpcr' shared service.
  1112.      *
  1113.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1114.      */
  1115.     protected function getDoctrinePhpcrService()
  1116.     {
  1117.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1118.     }
  1119.     /**
  1120.      * Gets the public 'doctrine_phpcr.session' shared service.
  1121.      *
  1122.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1123.      */
  1124.     protected function getDoctrinePhpcr_SessionService()
  1125.     {
  1126.         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')));
  1127.     }
  1128.     /**
  1129.      * Gets the public 'event_dispatcher' shared service.
  1130.      *
  1131.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1132.      */
  1133.     protected function getEventDispatcherService()
  1134.     {
  1135.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1136.         $instance->addListener('kernel.controller', [=> function () {
  1137.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1138.         }, => 'onKernelController'], 0);
  1139.         $instance->addListener('kernel.request', [=> function () {
  1140.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1141.         }, => 'onKernelRequest'], 10);
  1142.         $instance->addListener('kernel.request', [=> function () {
  1143.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1144.         }, => 'onKernelRequest'], 248);
  1145.         $instance->addListener('massive_search.index', [=> function () {
  1146.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService.php'));
  1147.         }, => 'onIndex'], 0);
  1148.         $instance->addListener('massive_search.deindex', [=> function () {
  1149.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService.php'));
  1150.         }, => 'onDeindex'], 0);
  1151.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1152.             return ($this->privates['massive_search.events.zend_rebuild'] ?? $this->load('getMassiveSearch_Events_ZendRebuildService.php'));
  1153.         }, => 'onIndexRebuild'], -999);
  1154.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1155.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService.php'));
  1156.         }, => 'onPermissionUpdate'], 0);
  1157.         $instance->addListener('massive_search.hit', [=> function () {
  1158.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService.php'));
  1159.         }, => 'onHit'], 0);
  1160.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1161.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService.php'));
  1162.         }, => 'onPermissionUpdate'], 0);
  1163.         $instance->addListener('kernel.request', [=> function () {
  1164.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  1165.         }, => 'onRequest'], 31);
  1166.         $instance->addListener('kernel.response', [=> function () {
  1167.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1168.         }, => 'onResponse'], -5);
  1169.         $instance->addListener('kernel.response', [=> function () {
  1170.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  1171.         }, => 'replaceMarkup'], -10);
  1172.         $instance->addListener('kernel.response', [=> function () {
  1173.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1174.         }, => 'onKernelResponse'], 0);
  1175.         $instance->addListener('kernel.response', [=> function () {
  1176.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1177.         }, => 'onKernelResponse'], -1024);
  1178.         $instance->addListener('kernel.request', [=> function () {
  1179.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1180.         }, => 'setDefaultLocale'], 100);
  1181.         $instance->addListener('kernel.request', [=> function () {
  1182.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1183.         }, => 'onKernelRequest'], 16);
  1184.         $instance->addListener('kernel.finish_request', [=> function () {
  1185.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1186.         }, => 'onKernelFinishRequest'], 0);
  1187.         $instance->addListener('kernel.request', [=> function () {
  1188.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1189.         }, => 'onKernelRequest'], 256);
  1190.         $instance->addListener('kernel.request', [=> function () {
  1191.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1192.         }, => 'resolveControllerName'], 24);
  1193.         $instance->addListener('kernel.response', [=> function () {
  1194.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1195.         }, => 'onResponse'], -255);
  1196.         $instance->addListener('kernel.request', [=> function () {
  1197.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1198.         }, => 'onKernelRequest'], 15);
  1199.         $instance->addListener('kernel.finish_request', [=> function () {
  1200.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1201.         }, => 'onKernelFinishRequest'], -15);
  1202.         $instance->addListener('console.error', [=> function () {
  1203.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1204.         }, => 'onConsoleError'], -128);
  1205.         $instance->addListener('console.terminate', [=> function () {
  1206.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1207.         }, => 'onConsoleTerminate'], -128);
  1208.         $instance->addListener('console.error', [=> function () {
  1209.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1210.         }, => 'onConsoleError'], 0);
  1211.         $instance->addListener('kernel.request', [=> function () {
  1212.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1213.         }, => 'onKernelRequest'], 128);
  1214.         $instance->addListener('kernel.response', [=> function () {
  1215.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1216.         }, => 'onKernelResponse'], -1000);
  1217.         $instance->addListener('kernel.finish_request', [=> function () {
  1218.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1219.         }, => 'onFinishRequest'], 0);
  1220.         $instance->addListener('kernel.response', [=> function () {
  1221.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1222.         }, => 'onKernelResponse'], -100);
  1223.         $instance->addListener('kernel.exception', [=> function () {
  1224.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1225.         }, => 'onKernelException'], 0);
  1226.         $instance->addListener('kernel.terminate', [=> function () {
  1227.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1228.         }, => 'onKernelTerminate'], -1024);
  1229.         $instance->addListener('kernel.controller', [=> function () {
  1230.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1231.         }, => 'onKernelController'], 0);
  1232.         $instance->addListener('kernel.response', [=> function () {
  1233.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1234.         }, => 'onKernelResponse'], 0);
  1235.         $instance->addListener('kernel.request', [=> function () {
  1236.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1237.         }, => 'configure'], 2048);
  1238.         $instance->addListener('console.command', [=> function () {
  1239.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1240.         }, => 'configure'], 2048);
  1241.         $instance->addListener('kernel.exception', [=> function () {
  1242.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1243.         }, => 'logKernelException'], 0);
  1244.         $instance->addListener('kernel.exception', [=> function () {
  1245.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1246.         }, => 'onKernelException'], -128);
  1247.         $instance->addListener('console.command', [=> function () {
  1248.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1249.         }, => 'onCommand'], 255);
  1250.         $instance->addListener('console.terminate', [=> function () {
  1251.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1252.         }, => 'onTerminate'], -255);
  1253.         $instance->addListener('kernel.exception', [=> function () {
  1254.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1255.         }, => 'onException'], 0);
  1256.         $instance->addListener('kernel.terminate', [=> function () {
  1257.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1258.         }, => 'onTerminate'], 0);
  1259.         $instance->addListener('console.error', [=> function () {
  1260.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1261.         }, => 'onException'], 0);
  1262.         $instance->addListener('console.terminate', [=> function () {
  1263.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1264.         }, => 'onTerminate'], 0);
  1265.         $instance->addListener('kernel.exception', [=> function () {
  1266.             return ($this->privates['fos_rest.exception_listener'] ?? $this->load('getFosRest_ExceptionListenerService.php'));
  1267.         }, => 'onKernelException'], -100);
  1268.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1269.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService.php'));
  1270.         }, => 'purgeIndexes'], 500);
  1271.         $instance->addListener('kernel.response', [=> function () {
  1272.             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')));
  1273.         }, => 'onKernelResponse'], 10);
  1274.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  1275.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService.php'));
  1276.         }, => 'onProxyUnreachableError'], 0);
  1277.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  1278.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService.php'));
  1279.         }, => 'onProxyResponseError'], 0);
  1280.         $instance->addListener('kernel.response', [=> function () {
  1281.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1282.         }, => 'onKernelResponse'], 0);
  1283.         $instance->addListener('kernel.terminate', [=> function () {
  1284.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService.php'));
  1285.         }, => 'onKernelTerminate'], 0);
  1286.         $instance->addListener('kernel.exception', [=> function () {
  1287.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService.php'));
  1288.         }, => 'onKernelException'], 0);
  1289.         $instance->addListener('console.terminate', [=> function () {
  1290.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService.php'));
  1291.         }, => 'onConsoleTerminate'], 0);
  1292.         $instance->addListener('massive_search.pre_index', [=> function () {
  1293.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService.php'));
  1294.         }, => 'handlePreIndex'], 0);
  1295.         $instance->addListener('massive_search.pre_index', [=> function () {
  1296.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService.php'));
  1297.         }, => 'handlePreIndex'], 0);
  1298.         $instance->addListener('massive_search.pre_index', [=> function () {
  1299.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService.php'));
  1300.         }, => 'handleBlameTimestamp'], 0);
  1301.         $instance->addListener('massive_search.hit', [=> function () {
  1302.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService.php'));
  1303.         }, => 'handleBlameTimestampHitMapping'], 0);
  1304.         $instance->addListener('kernel.request', [=> function () {
  1305.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1306.         }, => 'onKernelRequest'], 32);
  1307.         $instance->addListener('kernel.finish_request', [=> function () {
  1308.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1309.         }, => 'onKernelFinishRequest'], 0);
  1310.         $instance->addListener('kernel.request', [=> function () {
  1311.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  1312.         }, => 'onKernelRequest'], 14);
  1313.         $instance->addListener('kernel.exception', [=> function () {
  1314.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService.php'));
  1315.         }, => 'redirectPartialMatch'], 0);
  1316.         $instance->addListener('kernel.exception', [=> function () {
  1317.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService.php'));
  1318.         }, => 'redirectTrailingSlashOrHtml'], 0);
  1319.         $instance->addListener('kernel.response', [=> function () {
  1320.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.0.7')));
  1321.         }, => 'onResponse'], 0);
  1322.         $instance->addListener('kernel.response', [=> function () {
  1323.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1324.         }, => 'onKernelResponse'], -128);
  1325.         $instance->addListener('console.command', [=> function () {
  1326.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1327.         }, => 'configure'], 1024);
  1328.         return $instance;
  1329.     }
  1330.     /**
  1331.      * Gets the public 'filesystem' shared service.
  1332.      *
  1333.      * @return \Symfony\Component\Filesystem\Filesystem
  1334.      */
  1335.     protected function getFilesystemService()
  1336.     {
  1337.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1338.     }
  1339.     /**
  1340.      * Gets the public 'form.factory' shared service.
  1341.      *
  1342.      * @return \Symfony\Component\Form\FormFactory
  1343.      */
  1344.     protected function getForm_FactoryService()
  1345.     {
  1346.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1347.     }
  1348.     /**
  1349.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  1350.      *
  1351.      * @return \FOS\HttpCacheBundle\CacheManager
  1352.      */
  1353.     protected function getFosHttpCache_CacheManagerService()
  1354.     {
  1355.         $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()));
  1356.         if ($this->has('event_dispatcher')) {
  1357.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1358.         }
  1359.         $instance->setGenerateUrlType(0);
  1360.         return $instance;
  1361.     }
  1362.     /**
  1363.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1364.      *
  1365.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1366.      */
  1367.     protected function getFosHttpCache_EventListener_CacheControlService()
  1368.     {
  1369.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1370.     }
  1371.     /**
  1372.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1373.      *
  1374.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1375.      */
  1376.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1377.     {
  1378.         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]);
  1379.     }
  1380.     /**
  1381.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  1382.      *
  1383.      * @return \FOS\HttpCache\ProxyClient\Symfony
  1384.      */
  1385.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  1386.     {
  1387.         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']);
  1388.     }
  1389.     /**
  1390.      * Gets the public 'http_kernel' shared service.
  1391.      *
  1392.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1393.      */
  1394.     protected function getHttpKernelService()
  1395.     {
  1396.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['controller_resolver'] ?? $this->getControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1397.             yield => ($this->privates['argument_resolver.request_attribute'] ?? ($this->privates['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver()));
  1398.             yield => ($this->privates['argument_resolver.request'] ?? ($this->privates['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver()));
  1399.             yield => ($this->privates['argument_resolver.session'] ?? ($this->privates['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver()));
  1400.             yield => ($this->privates['argument_resolver.service'] ?? $this->load('getArgumentResolver_ServiceService.php'));
  1401.             yield => ($this->privates['argument_resolver.default'] ?? ($this->privates['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver()));
  1402.             yield => ($this->privates['argument_resolver.variadic'] ?? ($this->privates['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver()));
  1403.         }, 6)));
  1404.     }
  1405.     /**
  1406.      * Gets the public 'jms_serializer' shared service.
  1407.      *
  1408.      * @return \JMS\Serializer\Serializer
  1409.      */
  1410.     protected function getJmsSerializerService()
  1411.     {
  1412.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  1413.         $a->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  1414.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->load('getFosRest_Serializer_JmsHandlerRegistryService.php'));
  1415.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  1416.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  1417.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  1418.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  1419.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1420.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService.php'true],
  1421.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService.php'true],
  1422.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService.php'true],
  1423.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService.php'true],
  1424.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService.php'true],
  1425.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService.php'true],
  1426.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService.php'true],
  1427.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService.php'true],
  1428.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService.php'true],
  1429.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService.php'true],
  1430.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService.php'true],
  1431.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService.php'true],
  1432.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService.php'true],
  1433.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService.php'true],
  1434.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService.php'true],
  1435.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService.php'true],
  1436.         ], [
  1437.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  1438.             'sulu_core.representation_handler' => '?',
  1439.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  1440.             'sulu_document_manager.serializer.subscriber.document' => '?',
  1441.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  1442.             'sulu_hash.event_subscriber.serializer' => '?',
  1443.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  1444.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  1445.             'sulu_page.document.serializer.subscriber.locale' => '?',
  1446.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  1447.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  1448.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  1449.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  1450.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  1451.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  1452.             'sulu_security.document.serializer.subscriber.security' => '?',
  1453.         ]));
  1454.         $f->setListeners(['serializer.post_serialize' => [=> [=> [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], => NULL=> 'json'=> NULL], => [=> [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], => NULL=> 'json'=> NULL], => [=> [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], => NULL=> 'json'=> NULL], => [=> [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], => NULL=> 'json'=> NULL], => [=> [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], => NULL=> 'json'=> NULL], => [=> [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], => NULL=> 'json'=> NULL], => [=> [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], => NULL=> 'json'=> NULL], => [=> [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], => NULL=> 'json'=> NULL], => [=> [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], => NULL=> 'json'=> NULL], => [=> [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], => NULL=> 'json'=> NULL], 10 => [=> [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], => NULL=> 'json'=> NULL], 11 => [=> [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], => NULL=> NULL=> NULL]], 'serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface'], => [=> [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], => NULL=> NULL=> NULL]], 'serializer.post_deserialize' => [=> [=> [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], => NULL=> NULL=> NULL]]]);
  1455.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1456.         $g->setOptions(1216);
  1457.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1458.         $h->setFormatOutput(true);
  1459.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1460.         $i->setOptions(0);
  1461.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = 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())));
  1462.     }
  1463.     /**
  1464.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1465.      *
  1466.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1467.      */
  1468.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1469.     {
  1470.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1471.     }
  1472.     /**
  1473.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1474.      *
  1475.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1476.      */
  1477.     protected function getJmsSerializer_SerializationContextFactoryService()
  1478.     {
  1479.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1480.     }
  1481.     /**
  1482.      * Gets the public 'profiler' shared service.
  1483.      *
  1484.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1485.      */
  1486.     protected function getProfilerService()
  1487.     {
  1488.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1489.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1490.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1491.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1492.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1493.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1494.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1495.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1496.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1497.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1498.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1499.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1500.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1501.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1502.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1503.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1504.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1505.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1506.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1507.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1508.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1509.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1510.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1511.         if ($this->has('kernel')) {
  1512.             $g->setKernel($b);
  1513.         }
  1514.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1515.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($bNULL));
  1516.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1517.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1518.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1519.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1520.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1521.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1522.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(NULL$c));
  1523.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1524.         $instance->add($d);
  1525.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1526.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1527.         $instance->add($e);
  1528.         $instance->add($f);
  1529.         $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1530.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1531.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1532.         $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
  1533.         $instance->add($g);
  1534.         return $instance;
  1535.     }
  1536.     /**
  1537.      * Gets the public 'request_stack' shared service.
  1538.      *
  1539.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1540.      */
  1541.     protected function getRequestStackService()
  1542.     {
  1543.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1544.     }
  1545.     /**
  1546.      * Gets the public 'router' shared service.
  1547.      *
  1548.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  1549.      */
  1550.     protected function getRouterService()
  1551.     {
  1552.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1553.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  1554.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1555.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  1556.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1557.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1558.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1559.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1560.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1561.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1562.         ], [
  1563.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1564.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $c'en');
  1565.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1566.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  1567.         $f = new \Symfony\Component\Routing\RouteCollection();
  1568.         $g = new \Symfony\Component\Routing\RequestContext();
  1569.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1570.         $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);
  1571.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1572.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  1573.         $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');
  1574.         $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);
  1575.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1576.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  1577.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  1578.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  1579.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  1580.         $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);
  1581.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  1582.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  1583.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  1584.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  1585.         $instance->setContext($b);
  1586.         $instance->add($d'100');
  1587.         $instance->add($i'20');
  1588.         $instance->add($k30);
  1589.         $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);
  1590.         return $instance;
  1591.     }
  1592.     /**
  1593.      * Gets the public 'sulu.content.localization_finder' shared service.
  1594.      *
  1595.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  1596.      */
  1597.     protected function getSulu_Content_LocalizationFinderService()
  1598.     {
  1599.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  1600.     }
  1601.     /**
  1602.      * Gets the public 'sulu.content.mapper' shared service.
  1603.      *
  1604.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  1605.      */
  1606.     protected function getSulu_Content_MapperService()
  1607.     {
  1608.         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['form.factory'] ?? $this->getForm_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()));
  1609.     }
  1610.     /**
  1611.      * Gets the public 'sulu.content.path_cleaner' shared service.
  1612.      *
  1613.      * @return \Sulu\Component\PHPCR\PathCleanup
  1614.      */
  1615.     protected function getSulu_Content_PathCleanerService()
  1616.     {
  1617.         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());
  1618.     }
  1619.     /**
  1620.      * Gets the public 'sulu.content.structure_manager' shared service.
  1621.      *
  1622.      * @return \Sulu\Component\Content\Compat\StructureManager
  1623.      */
  1624.     protected function getSulu_Content_StructureManagerService()
  1625.     {
  1626.         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']);
  1627.     }
  1628.     /**
  1629.      * Gets the public 'sulu.content.type_manager' shared service.
  1630.      *
  1631.      * @return \Sulu\Component\Content\ContentTypeManager
  1632.      */
  1633.     protected function getSulu_Content_TypeManagerService()
  1634.     {
  1635.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  1636.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  1637.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  1638.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  1639.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  1640.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  1641.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  1642.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  1643.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  1644.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  1645.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  1646.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  1647.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  1648.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  1649.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  1650.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  1651.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  1652.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  1653.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  1654.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  1655.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  1656.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  1657.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  1658.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  1659.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  1660.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  1661.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  1662.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  1663.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  1664.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  1665.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  1666.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  1667.         return $instance;
  1668.     }
  1669.     /**
  1670.      * Gets the public 'sulu.phpcr.session' shared service.
  1671.      *
  1672.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  1673.      */
  1674.     protected function getSulu_Phpcr_SessionService()
  1675.     {
  1676.         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']);
  1677.     }
  1678.     /**
  1679.      * Gets the public 'sulu.repository.account' shared service.
  1680.      *
  1681.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  1682.      */
  1683.     protected function getSulu_Repository_AccountService($lazyLoad true)
  1684.     {
  1685.         if ($lazyLoad) {
  1686.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  1687.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1688.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  1689.                     $proxy->setProxyInitializer(null);
  1690.                     return true;
  1691.                 });
  1692.             });
  1693.         }
  1694.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  1695.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  1696.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  1697.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  1698.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  1699.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  1700.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  1701.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1702.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
  1703.     }
  1704.     /**
  1705.      * Gets the public 'sulu.repository.category' shared service.
  1706.      *
  1707.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  1708.      */
  1709.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  1710.     {
  1711.         if ($lazyLoad) {
  1712.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  1713.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1714.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  1715.                     $proxy->setProxyInitializer(null);
  1716.                     return true;
  1717.                 });
  1718.             });
  1719.         }
  1720.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  1721.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  1722.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  1723.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  1724.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  1725.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  1726.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1727.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Category'));
  1728.     }
  1729.     /**
  1730.      * Gets the public 'sulu.repository.category_meta' shared service.
  1731.      *
  1732.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  1733.      */
  1734.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  1735.     {
  1736.         if ($lazyLoad) {
  1737.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  1738.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1739.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  1740.                     $proxy->setProxyInitializer(null);
  1741.                     return true;
  1742.                 });
  1743.             });
  1744.         }
  1745.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  1746.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  1747.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  1748.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  1749.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  1750.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  1751.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  1752.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1753.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  1754.     }
  1755.     /**
  1756.      * Gets the public 'sulu.repository.category_translation' shared service.
  1757.      *
  1758.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  1759.      */
  1760.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  1761.     {
  1762.         if ($lazyLoad) {
  1763.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  1764.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1765.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  1766.                     $proxy->setProxyInitializer(null);
  1767.                     return true;
  1768.                 });
  1769.             });
  1770.         }
  1771.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  1772.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  1773.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  1774.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  1775.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  1776.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  1777.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  1778.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1779.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  1780.     }
  1781.     /**
  1782.      * Gets the public 'sulu.repository.contact' shared service.
  1783.      *
  1784.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  1785.      */
  1786.     protected function getSulu_Repository_ContactService($lazyLoad true)
  1787.     {
  1788.         if ($lazyLoad) {
  1789.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  1790.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1791.                     $wrappedInstance $this->getSulu_Repository_ContactService(false);
  1792.                     $proxy->setProxyInitializer(null);
  1793.                     return true;
  1794.                 });
  1795.             });
  1796.         }
  1797.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  1798.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  1799.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  1800.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  1801.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  1802.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  1803.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  1804.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  1805.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1806.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Contact'));
  1807.     }
  1808.     /**
  1809.      * Gets the public 'sulu.repository.keyword' shared service.
  1810.      *
  1811.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  1812.      */
  1813.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  1814.     {
  1815.         if ($lazyLoad) {
  1816.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  1817.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1818.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  1819.                     $proxy->setProxyInitializer(null);
  1820.                     return true;
  1821.                 });
  1822.             });
  1823.         }
  1824.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  1825.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  1826.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  1827.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  1828.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  1829.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  1830.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  1831.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1832.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  1833.     }
  1834.     /**
  1835.      * Gets the public 'sulu.repository.media' shared service.
  1836.      *
  1837.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  1838.      */
  1839.     protected function getSulu_Repository_MediaService($lazyLoad true)
  1840.     {
  1841.         if ($lazyLoad) {
  1842.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  1843.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1844.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  1845.                     $proxy->setProxyInitializer(null);
  1846.                     return true;
  1847.                 });
  1848.             });
  1849.         }
  1850.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  1851.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  1852.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  1853.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  1854.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  1855.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  1856.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  1857.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1858.         return new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  1859.     }
  1860.     /**
  1861.      * Gets the public 'sulu.repository.role' shared service.
  1862.      *
  1863.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  1864.      */
  1865.     protected function getSulu_Repository_RoleService($lazyLoad true)
  1866.     {
  1867.         if ($lazyLoad) {
  1868.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  1869.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1870.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  1871.                     $proxy->setProxyInitializer(null);
  1872.                     return true;
  1873.                 });
  1874.             });
  1875.         }
  1876.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  1877.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  1878.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  1879.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  1880.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  1881.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  1882.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  1883.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1884.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  1885.     }
  1886.     /**
  1887.      * Gets the public 'sulu.repository.route' shared service.
  1888.      *
  1889.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  1890.      */
  1891.     protected function getSulu_Repository_RouteService($lazyLoad true)
  1892.     {
  1893.         if ($lazyLoad) {
  1894.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  1895.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1896.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  1897.                     $proxy->setProxyInitializer(null);
  1898.                     return true;
  1899.                 });
  1900.             });
  1901.         }
  1902.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  1903.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  1904.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  1905.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  1906.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  1907.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  1908.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  1909.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1910.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  1911.     }
  1912.     /**
  1913.      * Gets the public 'sulu.repository.tag' shared service.
  1914.      *
  1915.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  1916.      */
  1917.     protected function getSulu_Repository_TagService($lazyLoad true)
  1918.     {
  1919.         if ($lazyLoad) {
  1920.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  1921.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1922.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  1923.                     $proxy->setProxyInitializer(null);
  1924.                     return true;
  1925.                 });
  1926.             });
  1927.         }
  1928.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  1929.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  1930.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  1931.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  1932.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  1933.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  1934.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  1935.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1936.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  1937.     }
  1938.     /**
  1939.      * Gets the public 'sulu.repository.user' shared service.
  1940.      *
  1941.      * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  1942.      */
  1943.     protected function getSulu_Repository_UserService($lazyLoad true)
  1944.     {
  1945.         if ($lazyLoad) {
  1946.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  1947.                 return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1948.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  1949.                     $proxy->setProxyInitializer(null);
  1950.                     return true;
  1951.                 });
  1952.             });
  1953.         }
  1954.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  1955.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  1956.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  1957.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  1958.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  1959.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php';
  1960.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  1961.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  1962.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1963.         return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\User'));
  1964.     }
  1965.     /**
  1966.      * Gets the public 'sulu.util.node_helper' shared service.
  1967.      *
  1968.      * @return \Sulu\Component\Util\SuluNodeHelper
  1969.      */
  1970.     protected function getSulu_Util_NodeHelperService()
  1971.     {
  1972.         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()));
  1973.     }
  1974.     /**
  1975.      * Gets the public 'sulu_category.category_manager' shared service.
  1976.      *
  1977.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  1978.      */
  1979.     protected function getSuluCategory_CategoryManagerService()
  1980.     {
  1981.         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()));
  1982.     }
  1983.     /**
  1984.      * Gets the public 'sulu_category.keyword_manager' shared service.
  1985.      *
  1986.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  1987.      */
  1988.     protected function getSuluCategory_KeywordManagerService()
  1989.     {
  1990.         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()));
  1991.     }
  1992.     /**
  1993.      * Gets the public 'sulu_contact.contact_manager' shared service.
  1994.      *
  1995.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  1996.      */
  1997.     protected function getSuluContact_ContactManagerService()
  1998.     {
  1999.         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()), 'Sulu\\Bundle\\ContactBundle\\Entity\\Account');
  2000.     }
  2001.     /**
  2002.      * Gets the public 'sulu_core.array_serializer' shared service.
  2003.      *
  2004.      * @return \Sulu\Component\Serializer\ArraySerializer
  2005.      */
  2006.     protected function getSuluCore_ArraySerializerService()
  2007.     {
  2008.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2009.     }
  2010.     /**
  2011.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  2012.      *
  2013.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  2014.      */
  2015.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  2016.     {
  2017.         $a = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2018.         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\PortalInformationRequestProcessor()]);
  2019.     }
  2020.     /**
  2021.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  2022.      *
  2023.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  2024.      */
  2025.     protected function getSuluCore_Webspace_WebspaceManagerService()
  2026.     {
  2027.         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');
  2028.     }
  2029.     /**
  2030.      * Gets the public 'sulu_custom_urls.manager' shared service.
  2031.      *
  2032.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  2033.      */
  2034.     protected function getSuluCustomUrls_ManagerService()
  2035.     {
  2036.         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');
  2037.     }
  2038.     /**
  2039.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  2040.      *
  2041.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  2042.      */
  2043.     protected function getSuluDocumentManager_DocumentInspectorService()
  2044.     {
  2045.         return $this->services['sulu_document_manager.document_inspector'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector(($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), ($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()), ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), ($this->privates['sulu_document_manager.proxy_factory'] ?? $this->getSuluDocumentManager_ProxyFactoryService()), ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService()), ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2046.     }
  2047.     /**
  2048.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  2049.      *
  2050.      * @return \Sulu\Component\DocumentManager\DocumentManager
  2051.      */
  2052.     protected function getSuluDocumentManager_DocumentManagerService()
  2053.     {
  2054.         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()));
  2055.     }
  2056.     /**
  2057.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  2058.      *
  2059.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  2060.      */
  2061.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  2062.     {
  2063.         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']);
  2064.     }
  2065.     /**
  2066.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  2067.      *
  2068.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  2069.      */
  2070.     protected function getSuluDocumentManager_PropertyEncoderService()
  2071.     {
  2072.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  2073.     }
  2074.     /**
  2075.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  2076.      *
  2077.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  2078.      */
  2079.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  2080.     {
  2081.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  2082.     }
  2083.     /**
  2084.      * Gets the public 'sulu_media.collection_repository' shared service.
  2085.      *
  2086.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  2087.      */
  2088.     protected function getSuluMedia_CollectionRepositoryService()
  2089.     {
  2090.         return $this->services['sulu_media.collection_repository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('SuluMediaBundle:Collection');
  2091.     }
  2092.     /**
  2093.      * Gets the public 'sulu_media.format_cache' shared service.
  2094.      *
  2095.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  2096.      */
  2097.     protected function getSuluMedia_FormatCacheService()
  2098.     {
  2099.         return $this->services['sulu_media.format_cache'] = new \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), (\dirname(__DIR__5).'/public/uploads/media'), '/uploads/media/{slug}'10);
  2100.     }
  2101.     /**
  2102.      * Gets the public 'sulu_media.format_manager' shared service.
  2103.      *
  2104.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  2105.      */
  2106.     protected function getSuluMedia_FormatManagerService()
  2107.     {
  2108.         $a = ($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine()));
  2109.         $b = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  2110.         $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');
  2111.         $b->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  2112.         $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');
  2113.         $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');
  2114.         $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');
  2115.         $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');
  2116.         $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');
  2117.         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']), true$this->parameters['sulu_media.format_manager.response_headers'], $this->parameters['sulu_media.image.formats'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2118.     }
  2119.     /**
  2120.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  2121.      *
  2122.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  2123.      */
  2124.     protected function getSuluMedia_Image_Transformation_BlurService()
  2125.     {
  2126.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  2127.     }
  2128.     /**
  2129.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  2130.      *
  2131.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  2132.      */
  2133.     protected function getSuluMedia_Image_Transformation_CropService()
  2134.     {
  2135.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  2136.     }
  2137.     /**
  2138.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  2139.      *
  2140.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  2141.      */
  2142.     protected function getSuluMedia_Image_Transformation_GammaService()
  2143.     {
  2144.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  2145.     }
  2146.     /**
  2147.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  2148.      *
  2149.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  2150.      */
  2151.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  2152.     {
  2153.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  2154.     }
  2155.     /**
  2156.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  2157.      *
  2158.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  2159.      */
  2160.     protected function getSuluMedia_Image_Transformation_NegativeService()
  2161.     {
  2162.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  2163.     }
  2164.     /**
  2165.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  2166.      *
  2167.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  2168.      */
  2169.     protected function getSuluMedia_Image_Transformation_PasteService()
  2170.     {
  2171.         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->getFileLocatorService()));
  2172.     }
  2173.     /**
  2174.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  2175.      *
  2176.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  2177.      */
  2178.     protected function getSuluMedia_Image_Transformation_SharpenService()
  2179.     {
  2180.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  2181.     }
  2182.     /**
  2183.      * Gets the public 'sulu_media.media_manager' shared service.
  2184.      *
  2185.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  2186.      */
  2187.     protected function getSuluMedia_MediaManagerService()
  2188.     {
  2189.         $a = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  2190.         $a->setMaxFileSize('256MB');
  2191.         $a->setBlockedMimeTypes([]);
  2192.         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()), NULLNULLNULL$this->parameters['sulu_security.permissions'], '/media/{id}/download/{slug}''256MB'NULL);
  2193.     }
  2194.     /**
  2195.      * Gets the public 'sulu_media.storage' shared service.
  2196.      *
  2197.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage
  2198.      */
  2199.     protected function getSuluMedia_StorageService()
  2200.     {
  2201.         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()));
  2202.     }
  2203.     /**
  2204.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  2205.      *
  2206.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  2207.      */
  2208.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  2209.     {
  2210.         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()));
  2211.     }
  2212.     /**
  2213.      * Gets the public 'sulu_page.content_repository' shared service.
  2214.      *
  2215.      * @return \Sulu\Component\Content\Repository\ContentRepository
  2216.      */
  2217.     protected function getSuluPage_ContentRepositoryService()
  2218.     {
  2219.         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->parameters['sulu_security.permissions']);
  2220.     }
  2221.     /**
  2222.      * Gets the public 'sulu_page.controller_name_converter' shared service.
  2223.      *
  2224.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  2225.      */
  2226.     protected function getSuluPage_ControllerNameConverterService()
  2227.     {
  2228.         return $this->services['sulu_page.controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false);
  2229.     }
  2230.     /**
  2231.      * Gets the public 'sulu_page.extension.manager' shared service.
  2232.      *
  2233.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  2234.      */
  2235.     protected function getSuluPage_Extension_ManagerService()
  2236.     {
  2237.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  2238.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  2239.         $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()))));
  2240.         return $instance;
  2241.     }
  2242.     /**
  2243.      * Gets the public 'sulu_page.structure.factory' shared service.
  2244.      *
  2245.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  2246.      */
  2247.     protected function getSuluPage_Structure_FactoryService()
  2248.     {
  2249.         return $this->services['sulu_page.structure.factory'] = new \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory(new \Sulu\Component\Content\Metadata\Loader\StructureXmlLoader(new \Sulu\Bundle\HttpCacheBundle\CacheLifetime\CacheLifetimeResolver(), new \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sulu_core.translated_locales']), 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);
  2250.     }
  2251.     /**
  2252.      * Gets the public 'sulu_security.salt_generator' shared service.
  2253.      *
  2254.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  2255.      */
  2256.     protected function getSuluSecurity_SaltGeneratorService()
  2257.     {
  2258.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  2259.     }
  2260.     /**
  2261.      * Gets the public 'sulu_security.user_manager' shared service.
  2262.      *
  2263.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  2264.      */
  2265.     protected function getSuluSecurity_UserManagerService()
  2266.     {
  2267.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2268.         return $this->services['sulu_security.user_manager'] = new \Sulu\Bundle\SecurityBundle\UserManager\UserManager($aNULL, ($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()));
  2269.     }
  2270.     /**
  2271.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  2272.      *
  2273.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  2274.      */
  2275.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  2276.     {
  2277.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2278.         return $this->services['sulu_snippet.default_snippet.manager'] = new \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager(new \Sulu\Component\Webspace\Settings\SettingsManager(new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService())), ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), $this->parameters['sulu_snippet.areas']);
  2279.     }
  2280.     /**
  2281.      * Gets the public 'sulu_snippet.resolver' shared service.
  2282.      *
  2283.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  2284.      */
  2285.     protected function getSuluSnippet_ResolverService()
  2286.     {
  2287.         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()));
  2288.     }
  2289.     /**
  2290.      * Gets the public 'sulu_tag.tag_manager' shared service.
  2291.      *
  2292.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  2293.      */
  2294.     protected function getSuluTag_TagManagerService()
  2295.     {
  2296.         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()));
  2297.     }
  2298.     /**
  2299.      * Gets the public 'sulu_website.resolver.structure' shared service.
  2300.      *
  2301.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  2302.      */
  2303.     protected function getSuluWebsite_Resolver_StructureService()
  2304.     {
  2305.         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()));
  2306.     }
  2307.     /**
  2308.      * Gets the public 'translator' shared service.
  2309.      *
  2310.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2311.      */
  2312.     protected function getTranslatorService()
  2313.     {
  2314.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2315.     }
  2316.     /**
  2317.      * Gets the public 'twig' shared service.
  2318.      *
  2319.      * @return \Twig\Environment
  2320.      */
  2321.     protected function getTwigService()
  2322.     {
  2323.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  2324.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  2325.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  2326.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  2327.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  2328.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  2329.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  2330.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  2331.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  2332.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  2333.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  2334.         $instance->addExtension(($this->privates['twig.extension.form'] ?? ($this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension())));
  2335.         $instance->addExtension(($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService()));
  2336.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  2337.         $instance->addExtension(($this->privates['jms_serializer.twig_extension.serializer'] ?? ($this->privates['jms_serializer.twig_extension.serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension())));
  2338.         $instance->addExtension(($this->privates['fos_http_cache.twig.tag_extension'] ?? $this->getFosHttpCache_Twig_TagExtensionService()));
  2339.         $instance->addExtension(($this->privates['sulu_contact.twig'] ?? $this->getSuluContact_TwigService()));
  2340.         $instance->addExtension(($this->privates['sulu_media.twig_extension.disposition_type'] ?? ($this->privates['sulu_media.twig_extension.disposition_type'] = new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension())));
  2341.         $instance->addExtension(($this->privates['sulu_media.twig_extension.media'] ?? $this->getSuluMedia_TwigExtension_MediaService()));
  2342.         $instance->addExtension(($this->privates['sulu_security.twig_extension.user'] ?? $this->getSuluSecurity_TwigExtension_UserService()));
  2343.         $instance->addExtension(($this->privates['sulu_category.twig_extension'] ?? $this->getSuluCategory_TwigExtensionService()));
  2344.         $instance->addExtension(($this->privates['sulu_snippet.twig.snippet.memoized'] ?? $this->getSuluSnippet_Twig_Snippet_MemoizedService()));
  2345.         $instance->addExtension(($this->privates['sulu_snippet.twig.default_snippet'] ?? $this->getSuluSnippet_Twig_DefaultSnippetService()));
  2346.         $instance->addExtension(($this->privates['sulu_snippet.twig.area_snippet'] ?? $this->getSuluSnippet_Twig_AreaSnippetService()));
  2347.         $instance->addExtension(($this->privates['sulu_page.export_twig_extension'] ?? $this->getSuluPage_ExportTwigExtensionService()));
  2348.         $instance->addExtension(($this->privates['sulu_tag.twig_extension'] ?? $this->getSuluTag_TwigExtensionService()));
  2349.         $instance->addExtension(($this->privates['sulu_website.twig.content_path'] ?? $this->getSuluWebsite_Twig_ContentPathService()));
  2350.         $instance->addExtension(($this->privates['sulu_website.twig.navigation.memoized'] ?? $this->getSuluWebsite_Twig_Navigation_MemoizedService()));
  2351.         $instance->addExtension(($this->privates['sulu_website.twig.sitemap.memoized'] ?? $this->getSuluWebsite_Twig_Sitemap_MemoizedService()));
  2352.         $instance->addExtension(($this->privates['sulu_website.twig.content.memoized'] ?? $this->getSuluWebsite_Twig_Content_MemoizedService()));
  2353.         $instance->addExtension(($this->privates['sulu_website.twig.meta'] ?? $this->getSuluWebsite_Twig_MetaService()));
  2354.         $instance->addExtension(($this->privates['sulu_website.twig.seo'] ?? $this->getSuluWebsite_Twig_SeoService()));
  2355.         $instance->addExtension(($this->privates['sulu_website.twig.util'] ?? ($this->privates['sulu_website.twig.util'] = new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension())));
  2356.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  2357.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  2358.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  2359.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  2360.         return $instance;
  2361.     }
  2362.     /**
  2363.      * Gets the public 'validator' shared service.
  2364.      *
  2365.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2366.      */
  2367.     protected function getValidatorService()
  2368.     {
  2369.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2370.     }
  2371.     /**
  2372.      * Gets the public 'var_dumper.cloner' shared service.
  2373.      *
  2374.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2375.      */
  2376.     protected function getVarDumper_ClonerService()
  2377.     {
  2378.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2379.         $instance->setMaxItems(2500);
  2380.         $instance->setMinDepth(1);
  2381.         $instance->setMaxString(-1);
  2382.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2383.         return $instance;
  2384.     }
  2385.     /**
  2386.      * Gets the private '.debug.http_client' shared service.
  2387.      *
  2388.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2389.      */
  2390.     protected function get_Debug_HttpClientService()
  2391.     {
  2392.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2393.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2394.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2395.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2396.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2397.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2398.         $a->setLogger($b);
  2399.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  2400.     }
  2401.     /**
  2402.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2403.      *
  2404.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2405.      */
  2406.     protected function get_LegacyResolveControllerNameSubscriberService()
  2407.     {
  2408.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->services['sulu_page.controller_name_converter'] ?? ($this->services['sulu_page.controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  2409.     }
  2410.     /**
  2411.      * Gets the private 'annotations.cached_reader' shared service.
  2412.      *
  2413.      * @return \Doctrine\Common\Annotations\CachedReader
  2414.      */
  2415.     protected function getAnnotations_CachedReaderService()
  2416.     {
  2417.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  2418.     }
  2419.     /**
  2420.      * Gets the private 'annotations.reader' shared service.
  2421.      *
  2422.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2423.      */
  2424.     protected function getAnnotations_ReaderService()
  2425.     {
  2426.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2427.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2428.         $a->registerUniqueLoader('class_exists');
  2429.         $instance->addGlobalIgnoredName('required'$a);
  2430.         return $instance;
  2431.     }
  2432.     /**
  2433.      * Gets the private 'cache.annotations' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2436.      */
  2437.     protected function getCache_AnnotationsService()
  2438.     {
  2439.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Tk+rHXAZhn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2440.     }
  2441.     /**
  2442.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2443.      *
  2444.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2445.      */
  2446.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2447.     {
  2448.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2449.     }
  2450.     /**
  2451.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2454.      */
  2455.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2456.     {
  2457.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2458.     }
  2459.     /**
  2460.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2461.      *
  2462.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2463.      */
  2464.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2465.     {
  2466.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2467.     }
  2468.     /**
  2469.      * Gets the private 'cache.property_info' shared service.
  2470.      *
  2471.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2472.      */
  2473.     protected function getCache_PropertyInfoService()
  2474.     {
  2475.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xfGsGLFTmi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2476.     }
  2477.     /**
  2478.      * Gets the private 'cache.serializer' shared service.
  2479.      *
  2480.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2481.      */
  2482.     protected function getCache_SerializerService()
  2483.     {
  2484.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZaSZS3P4F4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2485.     }
  2486.     /**
  2487.      * Gets the private 'cache.validator' shared service.
  2488.      *
  2489.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2490.      */
  2491.     protected function getCache_ValidatorService()
  2492.     {
  2493.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gkXod4Dz1v'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2494.     }
  2495.     /**
  2496.      * Gets the private 'config_cache_factory' shared service.
  2497.      *
  2498.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2499.      */
  2500.     protected function getConfigCacheFactoryService()
  2501.     {
  2502.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2503.             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)));
  2504.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2505.         }, 2));
  2506.     }
  2507.     /**
  2508.      * Gets the private 'controller_resolver' shared service.
  2509.      *
  2510.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  2511.      */
  2512.     protected function getControllerResolverService()
  2513.     {
  2514.         return $this->privates['controller_resolver'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->services['sulu_page.controller_name_converter'] ?? ($this->services['sulu_page.controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))));
  2515.     }
  2516.     /**
  2517.      * Gets the private 'data_collector.form' shared service.
  2518.      *
  2519.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2520.      */
  2521.     protected function getDataCollector_FormService()
  2522.     {
  2523.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2524.     }
  2525.     /**
  2526.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2527.      *
  2528.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2529.      */
  2530.     protected function getDebug_DebugHandlersListenerService()
  2531.     {
  2532.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2533.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2534.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2535.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2536.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2537.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  2538.     }
  2539.     /**
  2540.      * Gets the private 'debug.file_link_formatter' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2543.      */
  2544.     protected function getDebug_FileLinkFormatterService()
  2545.     {
  2546.         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 () {
  2547.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  2548.         });
  2549.     }
  2550.     /**
  2551.      * Gets the private 'debug.log_processor' shared service.
  2552.      *
  2553.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2554.      */
  2555.     protected function getDebug_LogProcessorService()
  2556.     {
  2557.         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())));
  2558.     }
  2559.     /**
  2560.      * Gets the private 'file_locator' shared service.
  2561.      *
  2562.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  2563.      */
  2564.     protected function getFileLocatorService()
  2565.     {
  2566.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__5).'/src/Resources'), [=> (\dirname(__DIR__5).'/src')], false);
  2567.     }
  2568.     /**
  2569.      * Gets the private 'form.registry' shared service.
  2570.      *
  2571.      * @return \Symfony\Component\Form\FormRegistry
  2572.      */
  2573.     protected function getForm_RegistryService()
  2574.     {
  2575.         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, [
  2576.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService.php'true],
  2577.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService.php'true],
  2578.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService.php'true],
  2579.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService.php'true],
  2580.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService.php'true],
  2581.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService.php'true],
  2582.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService.php'true],
  2583.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService.php'true],
  2584.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService.php'true],
  2585.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService.php'true],
  2586.         ], [
  2587.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  2588.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  2589.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  2590.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  2591.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  2592.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  2593.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  2594.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  2595.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  2596.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  2597.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  2598.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService.php'));
  2599.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService.php'));
  2600.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService.php'));
  2601.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService.php'));
  2602.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService.php'));
  2603.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService.php'));
  2604.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  2605.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  2606.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  2607.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  2608.         }, 1)], new RewindableGenerator(function () {
  2609.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService.php'));
  2610.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService.php'));
  2611.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  2612.     }
  2613.     /**
  2614.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  2615.      *
  2616.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  2617.      */
  2618.     protected function getFosHttpCache_EventListener_TagService()
  2619.     {
  2620.         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);
  2621.     }
  2622.     /**
  2623.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  2624.      *
  2625.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  2626.      */
  2627.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  2628.     {
  2629.         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());
  2630.     }
  2631.     /**
  2632.      * Gets the private 'fos_http_cache.twig.tag_extension' shared service.
  2633.      *
  2634.      * @return \FOS\HttpCacheBundle\Twig\CacheTagExtension
  2635.      */
  2636.     protected function getFosHttpCache_Twig_TagExtensionService()
  2637.     {
  2638.         return $this->privates['fos_http_cache.twig.tag_extension'] = new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService()));
  2639.     }
  2640.     /**
  2641.      * Gets the private 'fos_rest.body_listener' shared service.
  2642.      *
  2643.      * @return \FOS\RestBundle\EventListener\BodyListener
  2644.      */
  2645.     protected function getFosRest_BodyListenerService()
  2646.     {
  2647.         $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, [
  2648.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService.php'true],
  2649.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService.php'true],
  2650.         ], [
  2651.             'fos_rest.decoder.json' => '?',
  2652.             'fos_rest.decoder.xml' => '?',
  2653.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  2654.         $instance->setDefaultFormat(NULL);
  2655.         return $instance;
  2656.     }
  2657.     /**
  2658.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  2659.      *
  2660.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  2661.      */
  2662.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  2663.     {
  2664.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2665.             'fos_rest.serializer.exception_normalizer.jms' => ['privates''fos_rest.serializer.exception_normalizer.jms''getFosRest_Serializer_ExceptionNormalizer_JmsService.php'true],
  2666.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService.php'true],
  2667.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService.php'true],
  2668.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService.php'true],
  2669.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService.php'true],
  2670.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService.php'true],
  2671.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService.php'true],
  2672.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService.php'true],
  2673.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService.php'true],
  2674.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService.php'true],
  2675.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService.php'true],
  2676.         ], [
  2677.             'fos_rest.serializer.exception_normalizer.jms' => '?',
  2678.             'fos_rest.serializer.form_error_handler' => '?',
  2679.             'jms_serializer.array_collection_handler' => '?',
  2680.             'jms_serializer.constraint_violation_handler' => '?',
  2681.             'jms_serializer.datetime_handler' => '?',
  2682.             'jms_serializer.iterator_handler' => '?',
  2683.             'sulu_core.rest.datetime_handler' => '?',
  2684.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  2685.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  2686.             'sulu_page.document.serializer.handler.extension_container' => '?',
  2687.             'sulu_page.document.serializer.handler.structure' => '?',
  2688.         ]), [=> ['DateTime' => ['array' => [=> 'sulu_core.rest.datetime_handler'=> 'deserialize'], 'json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['array' => [=> 'sulu_core.rest.datetime_handler'=> 'deserialize'], 'json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']], 'Sulu\\Component\\Content\\Document\\Structure\\Structure' => ['json' => [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']], 'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer' => ['json' => [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']], 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge' => ['json' => [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']]], => ['DateTime' => ['array' => [=> 'sulu_core.rest.datetime_handler'=> 'serialize'], 'json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['array' => [=> 'sulu_core.rest.datetime_handler'=> 'serialize'], 'json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'Error' => ['json' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeErrorToJson'], 'xml' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeErrorToXml']], 'Exception' => ['json' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToXml']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Sulu\\Component\\Content\\Document\\Structure\\Structure' => ['json' => [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']], 'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer' => ['json' => [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']], 'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection' => ['json' => [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']]]]);
  2689.     }
  2690.     /**
  2691.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  2692.      *
  2693.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  2694.      */
  2695.     protected function getFosRest_ZoneMatcherListenerService()
  2696.     {
  2697.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  2698.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  2699.         return $instance;
  2700.     }
  2701.     /**
  2702.      * Gets the private 'locale_aware_listener' shared service.
  2703.      *
  2704.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2705.      */
  2706.     protected function getLocaleAwareListenerService()
  2707.     {
  2708.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2709.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2710.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2711.     }
  2712.     /**
  2713.      * Gets the private 'locale_listener' shared service.
  2714.      *
  2715.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2716.      */
  2717.     protected function getLocaleListenerService()
  2718.     {
  2719.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  2720.     }
  2721.     /**
  2722.      * Gets the private 'monolog.handler.console' shared service.
  2723.      *
  2724.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2725.      */
  2726.     protected function getMonolog_Handler_ConsoleService()
  2727.     {
  2728.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2729.     }
  2730.     /**
  2731.      * Gets the private 'monolog.handler.main' shared service.
  2732.      *
  2733.      * @return \Monolog\Handler\StreamHandler
  2734.      */
  2735.     protected function getMonolog_Handler_MainService()
  2736.     {
  2737.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 100trueNULLfalse);
  2738.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2739.         return $instance;
  2740.     }
  2741.     /**
  2742.      * Gets the private 'monolog.logger' shared service.
  2743.      *
  2744.      * @return \Symfony\Bridge\Monolog\Logger
  2745.      */
  2746.     protected function getMonolog_LoggerService()
  2747.     {
  2748.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2749.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2750.         $instance->useMicrosecondTimestamps(true);
  2751.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2752.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2753.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2754.         return $instance;
  2755.     }
  2756.     /**
  2757.      * Gets the private 'monolog.logger.cache' shared service.
  2758.      *
  2759.      * @return \Symfony\Bridge\Monolog\Logger
  2760.      */
  2761.     protected function getMonolog_Logger_CacheService()
  2762.     {
  2763.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2764.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2765.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2766.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2767.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2768.         return $instance;
  2769.     }
  2770.     /**
  2771.      * Gets the private 'monolog.logger.request' shared service.
  2772.      *
  2773.      * @return \Symfony\Bridge\Monolog\Logger
  2774.      */
  2775.     protected function getMonolog_Logger_RequestService()
  2776.     {
  2777.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2778.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2779.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2780.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2781.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2782.         return $instance;
  2783.     }
  2784.     /**
  2785.      * Gets the private 'parameter_bag' shared service.
  2786.      *
  2787.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2788.      */
  2789.     protected function getParameterBagService()
  2790.     {
  2791.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2792.     }
  2793.     /**
  2794.      * Gets the private 'profiler_listener' shared service.
  2795.      *
  2796.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2797.      */
  2798.     protected function getProfilerListenerService()
  2799.     {
  2800.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  2801.     }
  2802.     /**
  2803.      * Gets the private 'router.request_context' shared service.
  2804.      *
  2805.      * @return \Symfony\Component\Routing\RequestContext
  2806.      */
  2807.     protected function getRouter_RequestContextService()
  2808.     {
  2809.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2810.     }
  2811.     /**
  2812.      * Gets the private 'session_listener' shared service.
  2813.      *
  2814.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2815.      */
  2816.     protected function getSessionListenerService()
  2817.     {
  2818.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2819.             'initialized_session' => ['services''session'NULLtrue],
  2820.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2821.             'session' => ['services''session''getSessionService.php'true],
  2822.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService.php'true],
  2823.         ], [
  2824.             'initialized_session' => '?',
  2825.             'request_stack' => '?',
  2826.             'session' => '?',
  2827.             'session_storage' => '?',
  2828.         ]));
  2829.     }
  2830.     /**
  2831.      * Gets the private 'sulu.content.query_executor' shared service.
  2832.      *
  2833.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  2834.      */
  2835.     protected function getSulu_Content_QueryExecutorService()
  2836.     {
  2837.         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()), NULL);
  2838.     }
  2839.     /**
  2840.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  2841.      *
  2842.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  2843.      */
  2844.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  2845.     {
  2846.         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()));
  2847.     }
  2848.     /**
  2849.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  2850.      *
  2851.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  2852.      */
  2853.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  2854.     {
  2855.         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())));
  2856.     }
  2857.     /**
  2858.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  2859.      *
  2860.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  2861.      */
  2862.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  2863.     {
  2864.         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()));
  2865.     }
  2866.     /**
  2867.      * Gets the private 'sulu_category.category_request_handler' shared service.
  2868.      *
  2869.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  2870.      */
  2871.     protected function getSuluCategory_CategoryRequestHandlerService()
  2872.     {
  2873.         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())));
  2874.     }
  2875.     /**
  2876.      * Gets the private 'sulu_category.twig_extension' shared service.
  2877.      *
  2878.      * @return \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension
  2879.      */
  2880.     protected function getSuluCategory_TwigExtensionService()
  2881.     {
  2882.         return $this->privates['sulu_category.twig_extension'] = new \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension(($this->services['sulu_category.category_manager'] ?? $this->getSuluCategory_CategoryManagerService()), ($this->privates['sulu_category.category_request_handler'] ?? $this->getSuluCategory_CategoryRequestHandlerService()), ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService()), ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService()));
  2883.     }
  2884.     /**
  2885.      * Gets the private 'sulu_contact.twig' shared service.
  2886.      *
  2887.      * @return \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension
  2888.      */
  2889.     protected function getSuluContact_TwigService()
  2890.     {
  2891.         return $this->privates['sulu_contact.twig'] = new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService()));
  2892.     }
  2893.     /**
  2894.      * Gets the private 'sulu_core.cache.memoize' shared service.
  2895.      *
  2896.      * @return \Sulu\Component\Cache\Memoize
  2897.      */
  2898.     protected function getSuluCore_Cache_MemoizeService()
  2899.     {
  2900.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  2901.     }
  2902.     /**
  2903.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  2904.      *
  2905.      * @return \ProxyManager\Configuration
  2906.      */
  2907.     protected function getSuluCore_ProxyManager_ConfigurationService()
  2908.     {
  2909.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  2910.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  2911.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  2912.         return $instance;
  2913.     }
  2914.     /**
  2915.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  2916.      *
  2917.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  2918.      */
  2919.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  2920.     {
  2921.         $a = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  2922.         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)]));
  2923.     }
  2924.     /**
  2925.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  2926.      *
  2927.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  2928.      */
  2929.     protected function getSuluCustomUrls_DomainGeneratorService()
  2930.     {
  2931.         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())));
  2932.     }
  2933.     /**
  2934.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  2935.      *
  2936.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  2937.      */
  2938.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  2939.     {
  2940.         if ($lazyLoad) {
  2941.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  2942.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2943.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  2944.                     $proxy->setProxyInitializer(null);
  2945.                     return true;
  2946.                 });
  2947.             });
  2948.         }
  2949.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  2950.         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');
  2951.     }
  2952.     /**
  2953.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  2954.      *
  2955.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2956.      */
  2957.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  2958.     {
  2959.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2960.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  2961.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService.php'));
  2962.         }, => 'indexPersistedDocument'], -10);
  2963.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  2964.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService.php'));
  2965.         }, => 'indexPublishedDocument'], -256);
  2966.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  2967.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService.php'));
  2968.         }, => 'deindexRemovedDocument'], 600);
  2969.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  2970.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService.php'));
  2971.         }, => 'deindexUnpublishedDocument'], -1024);
  2972.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  2973.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService.php'));
  2974.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  2975.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  2976.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService.php'));
  2977.         }, => 'saveStructureData'], 0);
  2978.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  2979.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService.php'));
  2980.         }, => 'handlePersistStagedProperties'], 50);
  2981.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  2982.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService.php'));
  2983.         }, => 'handlePersistStructureType'], 100);
  2984.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  2985.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService.php'));
  2986.         }, => 'saveStructureData'], 0);
  2987.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  2988.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService.php'));
  2989.         }, => 'handleHydrate'], 0);
  2990.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  2991.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService.php'));
  2992.         }, => 'configureOptions'], 0);
  2993.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  2994.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  2995.         }, => 'handleMetadataLoad'], 0);
  2996.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  2997.             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()));
  2998.         }, => 'handleMetadataLoad'], 0);
  2999.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3000.             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()));
  3001.         }, => 'handlePersist'], 15);
  3002.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3003.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService.php'));
  3004.         }, => 'handlePersistDocument'], 10);
  3005.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3006.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService.php'));
  3007.         }, => 'handleHydrate'], -200);
  3008.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3009.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService.php'));
  3010.         }, => 'updateMovedDocument'], -128);
  3011.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3012.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService.php'));
  3013.         }, => 'updateCopiedDocument'], -128);
  3014.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3015.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService.php'));
  3016.         }, => 'handlePersistRoute'], -128);
  3017.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3018.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService.php'));
  3019.         }, => 'setWorkflowStageOnDocument'], 0);
  3020.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3021.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService.php'));
  3022.         }, => 'setWorkflowStageToTest'], 0);
  3023.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3024.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService.php'));
  3025.         }, => 'setWorkflowStageToPublished'], 0);
  3026.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  3027.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService.php'));
  3028.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  3029.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3030.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService.php'));
  3031.         }, => 'setWorkflowStageToTestForCopy'], 0);
  3032.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  3033.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService.php'));
  3034.         }, => 'setWorkflowStageToTestForRestore'], -32);
  3035.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  3036.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService.php'));
  3037.         }, => 'handleMetadataLoad'], 0);
  3038.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3039.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService.php'));
  3040.         }, => 'handlePersistUpdateUrl'], 20);
  3041.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3042.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService.php'));
  3043.         }, => 'saveShadowProperties'], 15);
  3044.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3045.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService.php'));
  3046.         }, => 'handleHydrate'], 390);
  3047.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3048.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService.php'));
  3049.         }, => 'saveShadowProperties'], 15);
  3050.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3051.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService.php'));
  3052.         }, => 'handleConfigureOptions'], 0);
  3053.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3054.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService.php'));
  3055.         }, => 'copyShadowProperties'], -256);
  3056.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3057.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService.php'));
  3058.         }, => 'copyShadowProperties'], 0);
  3059.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3060.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService.php'));
  3061.         }, => 'setTitleOnDocument'], -10);
  3062.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3063.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService.php'));
  3064.         }, => 'setTitleOnNode'], 10);
  3065.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3066.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService.php'));
  3067.         }, => 'setTitleOnNode'], 10);
  3068.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3069.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService.php'));
  3070.         }, => 'handleHydrate'], 400);
  3071.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3072.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService.php'));
  3073.         }, => 'saveExtensionData'], 10);
  3074.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3075.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService.php'));
  3076.         }, => 'saveExtensionData'], 10);
  3077.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3078.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService.php'));
  3079.         }, => 'handleHydrate'], -10);
  3080.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3081.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService.php'));
  3082.         }, => 'handlePersist'], 0);
  3083.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  3084.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService.php'));
  3085.         }, => 'handleMetadataLoad'], 0);
  3086.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  3087.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService.php'));
  3088.         }, => 'handleReorder'], 0);
  3089.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3090.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService.php'));
  3091.         }, => 'handlePersist'], 0);
  3092.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3093.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService.php'));
  3094.         }, => 'handleHydrate'], 0);
  3095.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3096.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService.php'));
  3097.         }, => 'handleWebspace'], 0);
  3098.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3099.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService.php'));
  3100.         }, => 'handleWebspace'], -10);
  3101.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3102.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService.php'));
  3103.         }, => 'handleSetNodeOnPersist'], 490);
  3104.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3105.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService.php'));
  3106.         }, => 'handlePersist'], 5);
  3107.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3108.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService.php'));
  3109.         }, => 'handleHydrate'], 0);
  3110.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3111.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService.php'));
  3112.         }, => 'handleRemove'], 550);
  3113.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3114.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService.php'));
  3115.         }, => 'handlePublish'], 0);
  3116.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  3117.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  3118.         }, => 'handleMetadataLoad'], 0);
  3119.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  3120.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  3121.         }, => 'handleMetadataLoad'], 0);
  3122.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3123.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService.php'));
  3124.         }, => 'createNodeInPublicWorkspace'], -490);
  3125.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3126.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService.php'));
  3127.         }, => 'removeNodeFromPublicWorkspace'], 0);
  3128.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3129.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService.php'));
  3130.         }, => 'moveNodeInPublicWorkspace'], 0);
  3131.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3132.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService.php'));
  3133.         }, => 'copyNodeInPublicWorkspace'], 0);
  3134.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  3135.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService.php'));
  3136.         }, => 'reorderNodeInPublicWorkspace'], 0);
  3137.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3138.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService.php'));
  3139.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  3140.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  3141.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService.php'));
  3142.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  3143.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  3144.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService.php'));
  3145.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  3146.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  3147.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService.php'));
  3148.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  3149.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3150.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService.php'));
  3151.         }, => 'flushPublicWorkspace'], 0);
  3152.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3153.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService.php'));
  3154.         }, => 'handlePreRemove'], 500);
  3155.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3156.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService.php'));
  3157.         }, => 'handlePostRemove'], -100);
  3158.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3159.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService.php'));
  3160.         }, => 'handlePersist'], 0);
  3161.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3162.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService.php'));
  3163.         }, => 'handleFlush'], 0);
  3164.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3165.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService.php'));
  3166.         }, => 'handleRemove'], 550);
  3167.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3168.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService.php'));
  3169.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  3170.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  3171.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService.php'));
  3172.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  3173.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3174.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService.php'));
  3175.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  3176.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3177.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService.php'));
  3178.         }, => 'handleHydrate'], 500);
  3179.         $instance->addListener('sulu_document_manager.create', [=> function () {
  3180.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService.php'));
  3181.         }, => 'handleCreate'], 500);
  3182.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3183.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3184.         }, => 'handleDefaultLocale'], 520);
  3185.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3186.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3187.         }, => 'handleDocumentFromRegistry'], 510);
  3188.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3189.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3190.         }, => 'handleStopPropagationAndResetLocale'], 509);
  3191.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3192.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3193.         }, => 'handleHydrate'], 490);
  3194.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3195.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3196.         }, => 'handleEndHydrate'], -500);
  3197.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3198.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3199.         }, => 'handlePersist'], 450);
  3200.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3201.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3202.         }, => 'handleNodeFromRegistry'], 510);
  3203.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3204.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3205.         }, => 'handleEndPersist'], -500);
  3206.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3207.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3208.         }, => 'handleRemove'], 490);
  3209.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  3210.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3211.         }, => 'handleClear'], 500);
  3212.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  3213.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3214.         }, => 'handleNodeFromRegistry'], 510);
  3215.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3216.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3217.         }, => 'configureOptions'], 0);
  3218.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  3219.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3220.         }, => 'handleNodeFromRegistry'], 512);
  3221.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  3222.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService.php'));
  3223.         }, => 'handleNodeFromRegistry'], 512);
  3224.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  3225.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService.php'));
  3226.         }, => 'handleReorder'], 500);
  3227.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3228.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService.php'));
  3229.         }, => 'setDocumentMixinsOnNode'], 468);
  3230.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3231.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService.php'));
  3232.         }, => 'setDocumentMixinsOnNode'], 468);
  3233.         $instance->addListener('sulu_document_manager.find', [=> function () {
  3234.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService.php'));
  3235.         }, => 'handleFind'], 500);
  3236.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3237.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService.php'));
  3238.         }, => 'configureOptions'], 0);
  3239.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  3240.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService.php'));
  3241.         }, => 'handleCreate'], 500);
  3242.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  3243.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService.php'));
  3244.         }, => 'handleCreateBuilder'], 500);
  3245.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  3246.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService.php'));
  3247.         }, => 'handleQueryExecute'], 500);
  3248.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3249.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService.php'));
  3250.         }, => 'handleMove'], 400);
  3251.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3252.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService.php'));
  3253.         }, => 'handleCopy'], 400);
  3254.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  3255.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService.php'));
  3256.         }, => 'handleClear'], 500);
  3257.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3258.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService.php'));
  3259.         }, => 'handleFlush'], 500);
  3260.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3261.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService.php'));
  3262.         }, => 'handleRemove'], 500);
  3263.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3264.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService.php'));
  3265.         }, => 'handleHydrate'], -100);
  3266.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3267.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService.php'));
  3268.         }, => 'handleMapping'], -100);
  3269.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3270.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService.php'));
  3271.         }, => 'handleMapping'], -128);
  3272.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  3273.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService.php'));
  3274.         }, => 'refreshDocument'], 0);
  3275.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  3276.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService.php'));
  3277.         }, => 'refreshDocumentForDeleteDraft'], -512);
  3278.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3279.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? ($this->privates['sulu_document_manager.subscriber.security'] = new \Sulu\Bundle\DocumentManagerBundle\Document\Subscriber\SecuritySubscriber(NULL)));
  3280.         }, => 'setDefaultUser'], 0);
  3281.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3282.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService.php'));
  3283.         }, => 'configureOptions'], 0);
  3284.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3285.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService.php'));
  3286.         }, => 'handleScheduleRename'], 0);
  3287.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3288.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService.php'));
  3289.         }, => 'handlePersist'], 480);
  3290.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3291.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService.php'));
  3292.         }, => 'handleMove'], 480);
  3293.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3294.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService.php'));
  3295.         }, => 'handleCopy'], 480);
  3296.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  3297.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService.php'));
  3298.         }, => 'handleRename'], 510);
  3299.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3300.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService.php'));
  3301.         }, => 'handlePersist'], 485);
  3302.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  3303.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService.php'));
  3304.         }, => 'configureOptions'], 0);
  3305.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3306.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService.php'));
  3307.         }, => 'setBlamesOnDocument'], 0);
  3308.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3309.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService.php'));
  3310.         }, => 'setBlamesOnNodeForPersist'], 0);
  3311.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3312.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService.php'));
  3313.         }, => 'setBlamesOnNodeForPublish'], 0);
  3314.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  3315.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService.php'));
  3316.         }, => 'setChangerForRestore'], -32);
  3317.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3318.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService.php'));
  3319.         }, => 'setAuthorOnDocument'], 0);
  3320.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3321.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService.php'));
  3322.         }, => 'setAuthorOnNode'], 0);
  3323.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3324.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService.php'));
  3325.         }, => 'setAuthorOnNode'], 0);
  3326.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3327.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService.php'));
  3328.         }, => 'setTimestampsOnNodeForPersist'], 0);
  3329.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3330.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService.php'));
  3331.         }, => 'setTimestampsOnNodeForPublish'], 0);
  3332.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  3333.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService.php'));
  3334.         }, => 'setChangedForRestore'], -32);
  3335.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3336.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService.php'));
  3337.         }, => 'setTimestampsOnDocument'], 0);
  3338.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3339.             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()));
  3340.         }, => 'setFinalNodeName'], 0);
  3341.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3342.             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()));
  3343.         }, => 'setInitialNodeName'], 0);
  3344.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3345.             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()));
  3346.         }, => 'setFinalNodeName'], -480);
  3347.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3348.             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()));
  3349.         }, => 'handleUuid'], 0);
  3350.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3351.             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()));
  3352.         }, => 'handleUuid'], 0);
  3353.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3354.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService.php'));
  3355.         }, => 'handleLocale'], 410);
  3356.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3357.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService.php'));
  3358.         }, => 'handleLocale'], 410);
  3359.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3360.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService.php'));
  3361.         }, => 'handleHydrate'], 0);
  3362.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3363.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService.php'));
  3364.         }, => 'handleChangeParent'], 0);
  3365.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3366.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService.php'));
  3367.         }, => 'handleSetParentNodeFromDocument'], 490);
  3368.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3369.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService.php'));
  3370.         }, => 'handleMove'], 0);
  3371.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3372.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService.php'));
  3373.         }, => 'handleHydrate'], 0);
  3374.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3375.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService.php'));
  3376.         }, => 'setInitialPath'], 0);
  3377.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3378.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService.php'));
  3379.         }, => 'setFinalPath'], -495);
  3380.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3381.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService.php'));
  3382.         }, => 'setFinalPath'], 0);
  3383.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3384.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService.php'));
  3385.         }, => 'handlePersist'], 485);
  3386.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3387.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService.php'));
  3388.         }, => 'handlePersist'], 490);
  3389.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3390.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService.php'));
  3391.         }, => 'handlePersist'], 500);
  3392.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3393.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService.php'));
  3394.         }, => 'handlePersist'], 0);
  3395.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3396.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService.php'));
  3397.         }, => 'handleRemove'], 550);
  3398.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3399.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService.php'));
  3400.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  3401.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3402.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService.php'));
  3403.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  3404.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  3405.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService.php'));
  3406.         }, => 'handleHydrate'], 0);
  3407.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  3408.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService.php'));
  3409.         }, => 'handlePersist'], -2000);
  3410.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  3411.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService.php'));
  3412.         }, => 'handleRemove'], 1024);
  3413.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3414.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService.php'));
  3415.         }, => 'handlePublish'], -2000);
  3416.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  3417.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService.php'));
  3418.         }, => 'handleCopy'], -2000);
  3419.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  3420.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService.php'));
  3421.         }, => 'handlePublish'], 10);
  3422.         $instance->addListener('sulu_document_manager.move', [=> function () {
  3423.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService.php'));
  3424.         }, => 'handleMove'], -1000);
  3425.         return $instance;
  3426.     }
  3427.     /**
  3428.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  3429.      *
  3430.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  3431.      */
  3432.     protected function getSuluDocumentManager_MetadataFactoryService()
  3433.     {
  3434.         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()));
  3435.     }
  3436.     /**
  3437.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  3438.      *
  3439.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  3440.      */
  3441.     protected function getSuluDocumentManager_NamespaceRegistryService()
  3442.     {
  3443.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  3444.     }
  3445.     /**
  3446.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  3447.      *
  3448.      * @return \Sulu\Component\DocumentManager\NodeManager
  3449.      */
  3450.     protected function getSuluDocumentManager_NodeManagerService()
  3451.     {
  3452.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager(($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService()));
  3453.     }
  3454.     /**
  3455.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  3456.      *
  3457.      * @return \Sulu\Component\DocumentManager\PathBuilder
  3458.      */
  3459.     protected function getSuluDocumentManager_PathBuilderService()
  3460.     {
  3461.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  3462.     }
  3463.     /**
  3464.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  3465.      *
  3466.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  3467.      */
  3468.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  3469.     {
  3470.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  3471.     }
  3472.     /**
  3473.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  3474.      *
  3475.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  3476.      */
  3477.     protected function getSuluDocumentManager_ProxyFactoryService()
  3478.     {
  3479.         return $this->privates['sulu_document_manager.proxy_factory'] = new \Sulu\Component\DocumentManager\ProxyFactory(new \ProxyManager\Factory\LazyLoadingGhostFactory(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())), ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService()), ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService()));
  3480.     }
  3481.     /**
  3482.      * Gets the private 'sulu_markup.parser' shared service.
  3483.      *
  3484.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  3485.      */
  3486.     protected function getSuluMarkup_ParserService()
  3487.     {
  3488.         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(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')]))]]]), 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')))]));
  3489.     }
  3490.     /**
  3491.      * Gets the private 'sulu_markup.response_listener' shared service.
  3492.      *
  3493.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  3494.      */
  3495.     protected function getSuluMarkup_ResponseListenerService()
  3496.     {
  3497.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService())]);
  3498.     }
  3499.     /**
  3500.      * Gets the private 'sulu_media.twig_extension.media' shared service.
  3501.      *
  3502.      * @return \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension
  3503.      */
  3504.     protected function getSuluMedia_TwigExtension_MediaService()
  3505.     {
  3506.         return $this->privates['sulu_media.twig_extension.media'] = new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService()));
  3507.     }
  3508.     /**
  3509.      * Gets the private 'sulu_media.type_manager' shared service.
  3510.      *
  3511.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  3512.      */
  3513.     protected function getSuluMedia_TypeManagerService()
  3514.     {
  3515.         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'], []);
  3516.     }
  3517.     /**
  3518.      * Gets the private 'sulu_page.export.manager' shared service.
  3519.      *
  3520.      * @return \Sulu\Component\Export\Manager\ExportManager
  3521.      */
  3522.     protected function getSuluPage_Export_ManagerService()
  3523.     {
  3524.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  3525.         $instance->add('number''1.2.xliff', ['translate' => true]);
  3526.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  3527.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  3528.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  3529.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  3530.         $instance->add('block''1.2.xliff', ['translate' => false]);
  3531.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  3532.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  3533.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  3534.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  3535.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  3536.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  3537.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  3538.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  3539.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  3540.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  3541.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  3542.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  3543.         $instance->add('password''1.2.xliff', ['translate' => false]);
  3544.         $instance->add('url''1.2.xliff', ['translate' => false]);
  3545.         $instance->add('email''1.2.xliff', ['translate' => false]);
  3546.         $instance->add('date''1.2.xliff', ['translate' => false]);
  3547.         $instance->add('time''1.2.xliff', ['translate' => false]);
  3548.         $instance->add('color''1.2.xliff', ['translate' => false]);
  3549.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  3550.         $instance->add('select''1.2.xliff', ['translate' => false]);
  3551.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  3552.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  3553.         $instance->add('location''1.2.xliff', ['translate' => false]);
  3554.         return $instance;
  3555.     }
  3556.     /**
  3557.      * Gets the private 'sulu_page.export_twig_extension' shared service.
  3558.      *
  3559.      * @return \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension
  3560.      */
  3561.     protected function getSuluPage_ExportTwigExtensionService()
  3562.     {
  3563.         return $this->privates['sulu_page.export_twig_extension'] = new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService()));
  3564.     }
  3565.     /**
  3566.      * Gets the private 'sulu_page.import.manager' shared service.
  3567.      *
  3568.      * @return \Sulu\Component\Import\Manager\ImportManager
  3569.      */
  3570.     protected function getSuluPage_Import_ManagerService()
  3571.     {
  3572.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  3573.     }
  3574.     /**
  3575.      * Gets the private 'sulu_route.routing.provider' shared service.
  3576.      *
  3577.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  3578.      */
  3579.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  3580.     {
  3581.         if ($lazyLoad) {
  3582.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  3583.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3584.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  3585.                     $proxy->setProxyInitializer(null);
  3586.                     return true;
  3587.                 });
  3588.             });
  3589.         }
  3590.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  3591.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  3592.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  3593.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  3594.         include_once \dirname(__DIR__5).'/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  3595.         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())));
  3596.     }
  3597.     /**
  3598.      * Gets the private 'sulu_security.twig_extension.user' shared service.
  3599.      *
  3600.      * @return \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension
  3601.      */
  3602.     protected function getSuluSecurity_TwigExtension_UserService()
  3603.     {
  3604.         return $this->privates['sulu_security.twig_extension.user'] = new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService()));
  3605.     }
  3606.     /**
  3607.      * Gets the private 'sulu_snippet.twig.area_snippet' shared service.
  3608.      *
  3609.      * @return \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension
  3610.      */
  3611.     protected function getSuluSnippet_Twig_AreaSnippetService()
  3612.     {
  3613.         return $this->privates['sulu_snippet.twig.area_snippet'] = new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension(($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService()));
  3614.     }
  3615.     /**
  3616.      * Gets the private 'sulu_snippet.twig.default_snippet' shared service.
  3617.      *
  3618.      * @return \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension
  3619.      */
  3620.     protected function getSuluSnippet_Twig_DefaultSnippetService()
  3621.     {
  3622.         return $this->privates['sulu_snippet.twig.default_snippet'] = new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension(($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService()));
  3623.     }
  3624.     /**
  3625.      * Gets the private 'sulu_snippet.twig.snippet.memoized' shared service.
  3626.      *
  3627.      * @return \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension
  3628.      */
  3629.     protected function getSuluSnippet_Twig_Snippet_MemoizedService()
  3630.     {
  3631.         return $this->privates['sulu_snippet.twig.snippet.memoized'] = new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension(($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService())), ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService()), 1);
  3632.     }
  3633.     /**
  3634.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  3635.      *
  3636.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  3637.      */
  3638.     protected function getSuluTag_TagRequestHandlerService()
  3639.     {
  3640.         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())));
  3641.     }
  3642.     /**
  3643.      * Gets the private 'sulu_tag.twig_extension' shared service.
  3644.      *
  3645.      * @return \Sulu\Bundle\TagBundle\Twig\TagTwigExtension
  3646.      */
  3647.     protected function getSuluTag_TwigExtensionService()
  3648.     {
  3649.         return $this->privates['sulu_tag.twig_extension'] = new \Sulu\Bundle\TagBundle\Twig\TagTwigExtension(($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService()), ($this->privates['sulu_tag.tag_request_handler'] ?? $this->getSuluTag_TagRequestHandlerService()), ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService()), ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService()));
  3650.     }
  3651.     /**
  3652.      * Gets the private 'sulu_website.analytics.repository' shared service.
  3653.      *
  3654.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  3655.      */
  3656.     protected function getSuluWebsite_Analytics_RepositoryService()
  3657.     {
  3658.         $this->privates['sulu_website.analytics.repository'] = $instance = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('SuluWebsiteBundle:Analytics');
  3659.         $instance->setEnvironment('dev');
  3660.         return $instance;
  3661.     }
  3662.     /**
  3663.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  3664.      *
  3665.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  3666.      */
  3667.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  3668.     {
  3669.         return $this->privates['sulu_website.analytics.response_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->privates['sulu_website.analytics.repository'] ?? $this->getSuluWebsite_Analytics_RepositoryService()), 'dev', (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : ("")));
  3670.     }
  3671.     /**
  3672.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  3673.      *
  3674.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  3675.      */
  3676.     protected function getSuluWebsite_EventListener_TranslatorService()
  3677.     {
  3678.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  3679.     }
  3680.     /**
  3681.      * Gets the private 'sulu_website.router_listener' shared service.
  3682.      *
  3683.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  3684.      */
  3685.     protected function getSuluWebsite_RouterListenerService()
  3686.     {
  3687.         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()));
  3688.     }
  3689.     /**
  3690.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  3691.      *
  3692.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  3693.      */
  3694.     protected function getSuluWebsite_Routing_RequestListenerService()
  3695.     {
  3696.         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()));
  3697.     }
  3698.     /**
  3699.      * Gets the private 'sulu_website.twig.content.memoized' shared service.
  3700.      *
  3701.      * @return \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension
  3702.      */
  3703.     protected function getSuluWebsite_Twig_Content_MemoizedService()
  3704.     {
  3705.         return $this->privates['sulu_website.twig.content.memoized'] = new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension(($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService()), ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService()), 1);
  3706.     }
  3707.     /**
  3708.      * Gets the private 'sulu_website.twig.content_path' shared service.
  3709.      *
  3710.      * @return \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension
  3711.      */
  3712.     protected function getSuluWebsite_Twig_ContentPathService()
  3713.     {
  3714.         return $this->privates['sulu_website.twig.content_path'] = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), 'dev', ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()));
  3715.     }
  3716.     /**
  3717.      * Gets the private 'sulu_website.twig.meta' shared service.
  3718.      *
  3719.      * @return \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension
  3720.      */
  3721.     protected function getSuluWebsite_Twig_MetaService()
  3722.     {
  3723.         return $this->privates['sulu_website.twig.meta'] = new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension(($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->privates['sulu_website.twig.content_path'] ?? $this->getSuluWebsite_Twig_ContentPathService()));
  3724.     }
  3725.     /**
  3726.      * Gets the private 'sulu_website.twig.navigation.memoized' shared service.
  3727.      *
  3728.      * @return \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension
  3729.      */
  3730.     protected function getSuluWebsite_Twig_Navigation_MemoizedService()
  3731.     {
  3732.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3733.         return $this->privates['sulu_website.twig.navigation.memoized'] = new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($a, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($a, ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService()), new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder(($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), 'i18n'), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), NULL), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService())), ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService()), 1);
  3734.     }
  3735.     /**
  3736.      * Gets the private 'sulu_website.twig.seo' shared service.
  3737.      *
  3738.      * @return \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension
  3739.      */
  3740.     protected function getSuluWebsite_Twig_SeoService()
  3741.     {
  3742.         return $this->privates['sulu_website.twig.seo'] = new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension(($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->privates['sulu_website.twig.content_path'] ?? $this->getSuluWebsite_Twig_ContentPathService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3743.     }
  3744.     /**
  3745.      * Gets the private 'sulu_website.twig.sitemap.memoized' shared service.
  3746.      *
  3747.      * @return \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension
  3748.      */
  3749.     protected function getSuluWebsite_Twig_Sitemap_MemoizedService()
  3750.     {
  3751.         $a = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  3752.         return $this->privates['sulu_website.twig.sitemap.memoized'] = new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator(($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService()), $a, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder(($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), 'i18n'), 'dev'), $a'dev', ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService())), ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService()), 1);
  3753.     }
  3754.     /**
  3755.      * Gets the private 'translator.default' shared service.
  3756.      *
  3757.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3758.      */
  3759.     protected function getTranslator_DefaultService()
  3760.     {
  3761.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3762.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  3763.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  3764.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  3765.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  3766.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  3767.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  3768.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  3769.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  3770.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  3771.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  3772.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  3773.         ], [
  3774.             'translation.loader.csv' => '?',
  3775.             'translation.loader.dat' => '?',
  3776.             'translation.loader.ini' => '?',
  3777.             'translation.loader.json' => '?',
  3778.             'translation.loader.mo' => '?',
  3779.             'translation.loader.php' => '?',
  3780.             'translation.loader.po' => '?',
  3781.             'translation.loader.qt' => '?',
  3782.             'translation.loader.res' => '?',
  3783.             'translation.loader.xliff' => '?',
  3784.             'translation.loader.yml' => '?',
  3785.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.bg.xlf')], 'ca' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/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'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.de.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.de.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.de.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.de.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.de.json')], 'el' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.el.xlf')], '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/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'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.en.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.en.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.en.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.en.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.en.json')], 'es' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fi.xlf')], 'fr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__5).'/translations/sulu/admin.fr.json')], 'gl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.ru.xlf')], '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')], 'sr_Cyrl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.uk.xlf')], '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')], 'pt_PT' => [=> (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations/security.pt_PT.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/security/Core/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/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'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'), 14 => (\dirname(__DIR__5).'/translations'), 15 => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle/translations'), 16 => (\dirname(__DIR__5).'/src/Resources/FrameworkBundle/translations'), 17 => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle/translations'), 18 => (\dirname(__DIR__5).'/src/Resources/TwigBundle/translations'), 19 => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle/translations'), 20 => (\dirname(__DIR__5).'/src/Resources/MonologBundle/translations'), 21 => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/translations'), 22 => (\dirname(__DIR__5).'/src/Resources/SwiftmailerBundle/translations'), 23 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'), 24 => (\dirname(__DIR__5).'/src/Resources/SuluCoreBundle/translations'), 25 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/translations'), 26 => (\dirname(__DIR__5).'/src/Resources/DoctrineBundle/translations'), 27 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-cache-bundle/translations'), 28 => (\dirname(__DIR__5).'/src/Resources/DoctrineCacheBundle/translations'), 29 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 30 => (\dirname(__DIR__5).'/src/Resources/DoctrineFixturesBundle/translations'), 31 => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/translations'), 32 => (\dirname(__DIR__5).'/src/Resources/DoctrinePHPCRBundle/translations'), 33 => (\dirname(__DIR__5).'/vendor/stof/doctrine-extensions-bundle/translations'), 34 => (\dirname(__DIR__5).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 35 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/translations'), 36 => (\dirname(__DIR__5).'/src/Resources/FOSRestBundle/translations'), 37 => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle/translations'), 38 => (\dirname(__DIR__5).'/src/Resources/JMSSerializerBundle/translations'), 39 => (\dirname(__DIR__5).'/vendor/massive/search-bundle/translations'), 40 => (\dirname(__DIR__5).'/src/Resources/MassiveSearchBundle/translations'), 41 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 42 => (\dirname(__DIR__5).'/src/Resources/FOSHttpCacheBundle/translations'), 43 => (\dirname(__DIR__5).'/src/Resources/SuluSearchBundle/translations'), 44 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'), 45 => (\dirname(__DIR__5).'/src/Resources/SuluPersistenceBundle/translations'), 46 => (\dirname(__DIR__5).'/src/Resources/SuluContactBundle/translations'), 47 => (\dirname(__DIR__5).'/src/Resources/SuluMediaBundle/translations'), 48 => (\dirname(__DIR__5).'/src/Resources/SuluSecurityBundle/translations'), 49 => (\dirname(__DIR__5).'/src/Resources/SuluCategoryBundle/translations'), 50 => (\dirname(__DIR__5).'/src/Resources/SuluSnippetBundle/translations'), 51 => (\dirname(__DIR__5).'/src/Resources/SuluPageBundle/translations'), 52 => (\dirname(__DIR__5).'/src/Resources/SuluTagBundle/translations'), 53 => (\dirname(__DIR__5).'/src/Resources/SuluWebsiteBundle/translations'), 54 => (\dirname(__DIR__5).'/src/Resources/SuluLocationBundle/translations'), 55 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'), 56 => (\dirname(__DIR__5).'/src/Resources/SuluHttpCacheBundle/translations'), 57 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'), 58 => (\dirname(__DIR__5).'/src/Resources/SuluDocumentManagerBundle/translations'), 59 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'), 60 => (\dirname(__DIR__5).'/src/Resources/SuluHashBundle/translations'), 61 => (\dirname(__DIR__5).'/src/Resources/SuluCustomUrlBundle/translations'), 62 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'), 63 => (\dirname(__DIR__5).'/src/Resources/SuluRouteBundle/translations'), 64 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'), 65 => (\dirname(__DIR__5).'/src/Resources/SuluMarkupBundle/translations'), 66 => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle/translations'), 67 => (\dirname(__DIR__5).'/src/Resources/PhpcrMigrationsBundle/translations'), 68 => (\dirname(__DIR__5).'/vendor/massive/build-bundle/translations'), 69 => (\dirname(__DIR__5).'/src/Resources/MassiveBuildBundle/translations'), 70 => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/translations'), 71 => (\dirname(__DIR__5).'/src/Resources/WebProfilerBundle/translations'), 72 => (\dirname(__DIR__5).'/vendor/symfony/web-server-bundle/translations'), 73 => (\dirname(__DIR__5).'/src/Resources/WebServerBundle/translations'), 74 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'), 75 => (\dirname(__DIR__5).'/src/Resources/SuluTestBundle/translations'), 76 => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle/translations'), 77 => (\dirname(__DIR__5).'/src/Resources/DebugBundle/translations'), 78 => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/translations'), 79 => (\dirname(__DIR__5).'/src/Resources/CmfRoutingBundle/translations'), 80 => (\dirname(__DIR__5).'/src/Resources/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/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'=> 'vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'10 => 'vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'11 => 'vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'12 => 'vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'13 => 'vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'14 => 'translations'15 => 'vendor/symfony/framework-bundle/translations'16 => 'src/Resources/FrameworkBundle/translations'17 => 'vendor/symfony/twig-bundle/translations'18 => 'src/Resources/TwigBundle/translations'19 => 'vendor/symfony/monolog-bundle/translations'20 => 'src/Resources/MonologBundle/translations'21 => 'vendor/symfony/swiftmailer-bundle/translations'22 => 'src/Resources/SwiftmailerBundle/translations'23 => 'vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'24 => 'src/Resources/SuluCoreBundle/translations'25 => 'vendor/doctrine/doctrine-bundle/translations'26 => 'src/Resources/DoctrineBundle/translations'27 => 'vendor/doctrine/doctrine-cache-bundle/translations'28 => 'src/Resources/DoctrineCacheBundle/translations'29 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'30 => 'src/Resources/DoctrineFixturesBundle/translations'31 => 'vendor/doctrine/phpcr-bundle/src/translations'32 => 'src/Resources/DoctrinePHPCRBundle/translations'33 => 'vendor/stof/doctrine-extensions-bundle/translations'34 => 'src/Resources/StofDoctrineExtensionsBundle/translations'35 => 'vendor/friendsofsymfony/rest-bundle/translations'36 => 'src/Resources/FOSRestBundle/translations'37 => 'vendor/jms/serializer-bundle/translations'38 => 'src/Resources/JMSSerializerBundle/translations'39 => 'vendor/massive/search-bundle/translations'40 => 'src/Resources/MassiveSearchBundle/translations'41 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations'42 => 'src/Resources/FOSHttpCacheBundle/translations'43 => 'src/Resources/SuluSearchBundle/translations'44 => 'vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'45 => 'src/Resources/SuluPersistenceBundle/translations'46 => 'src/Resources/SuluContactBundle/translations'47 => 'src/Resources/SuluMediaBundle/translations'48 => 'src/Resources/SuluSecurityBundle/translations'49 => 'src/Resources/SuluCategoryBundle/translations'50 => 'src/Resources/SuluSnippetBundle/translations'51 => 'src/Resources/SuluPageBundle/translations'52 => 'src/Resources/SuluTagBundle/translations'53 => 'src/Resources/SuluWebsiteBundle/translations'54 => 'src/Resources/SuluLocationBundle/translations'55 => 'vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'56 => 'src/Resources/SuluHttpCacheBundle/translations'57 => 'vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'58 => 'src/Resources/SuluDocumentManagerBundle/translations'59 => 'vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'60 => 'src/Resources/SuluHashBundle/translations'61 => 'src/Resources/SuluCustomUrlBundle/translations'62 => 'vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'63 => 'src/Resources/SuluRouteBundle/translations'64 => 'vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'65 => 'src/Resources/SuluMarkupBundle/translations'66 => 'vendor/dantleech/phpcr-migrations-bundle/translations'67 => 'src/Resources/PhpcrMigrationsBundle/translations'68 => 'vendor/massive/build-bundle/translations'69 => 'src/Resources/MassiveBuildBundle/translations'70 => 'vendor/symfony/web-profiler-bundle/translations'71 => 'src/Resources/WebProfilerBundle/translations'72 => 'vendor/symfony/web-server-bundle/translations'73 => 'src/Resources/WebServerBundle/translations'74 => 'vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'75 => 'src/Resources/SuluTestBundle/translations'76 => 'vendor/symfony/debug-bundle/translations'77 => 'src/Resources/DebugBundle/translations'78 => 'vendor/symfony-cmf/routing-bundle/src/translations'79 => 'src/Resources/CmfRoutingBundle/translations'80 => 'src/Resources/translations']]]);
  3786.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3787.         $instance->setFallbackLocales([=> 'en']);
  3788.         return $instance;
  3789.     }
  3790.     /**
  3791.      * Gets the private 'twig.app_variable' shared service.
  3792.      *
  3793.      * @return \Symfony\Bridge\Twig\AppVariable
  3794.      */
  3795.     protected function getTwig_AppVariableService()
  3796.     {
  3797.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  3798.         $instance->setEnvironment('dev');
  3799.         $instance->setDebug(true);
  3800.         if ($this->has('request_stack')) {
  3801.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3802.         }
  3803.         return $instance;
  3804.     }
  3805.     /**
  3806.      * Gets the private 'twig.configurator.environment' shared service.
  3807.      *
  3808.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  3809.      */
  3810.     protected function getTwig_Configurator_EnvironmentService()
  3811.     {
  3812.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  3813.     }
  3814.     /**
  3815.      * Gets the private 'twig.extension.assets' shared service.
  3816.      *
  3817.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  3818.      */
  3819.     protected function getTwig_Extension_AssetsService()
  3820.     {
  3821.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []));
  3822.     }
  3823.     /**
  3824.      * Gets the private 'twig.extension.code' shared service.
  3825.      *
  3826.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  3827.      */
  3828.     protected function getTwig_Extension_CodeService()
  3829.     {
  3830.         return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__5), 'UTF-8');
  3831.     }
  3832.     /**
  3833.      * Gets the private 'twig.extension.dump' shared service.
  3834.      *
  3835.      * @return \Symfony\Bridge\Twig\Extension\DumpExtension
  3836.      */
  3837.     protected function getTwig_Extension_DumpService()
  3838.     {
  3839.         return $this->privates['twig.extension.dump'] = new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()));
  3840.     }
  3841.     /**
  3842.      * Gets the private 'twig.extension.httpfoundation' shared service.
  3843.      *
  3844.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  3845.      */
  3846.     protected function getTwig_Extension_HttpfoundationService()
  3847.     {
  3848.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(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())));
  3849.     }
  3850.     /**
  3851.      * Gets the private 'twig.extension.profiler' shared service.
  3852.      *
  3853.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  3854.      */
  3855.     protected function getTwig_Extension_ProfilerService()
  3856.     {
  3857.         return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), NULL);
  3858.     }
  3859.     /**
  3860.      * Gets the private 'twig.extension.routing' shared service.
  3861.      *
  3862.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  3863.      */
  3864.     protected function getTwig_Extension_RoutingService()
  3865.     {
  3866.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  3867.     }
  3868.     /**
  3869.      * Gets the private 'twig.extension.trans' shared service.
  3870.      *
  3871.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  3872.      */
  3873.     protected function getTwig_Extension_TransService()
  3874.     {
  3875.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3876.     }
  3877.     /**
  3878.      * Gets the private 'twig.extension.webprofiler' shared service.
  3879.      *
  3880.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  3881.      */
  3882.     protected function getTwig_Extension_WebprofilerService()
  3883.     {
  3884.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  3885.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3886.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  3887.     }
  3888.     /**
  3889.      * Gets the private 'twig.loader.native_filesystem' shared service.
  3890.      *
  3891.      * @return \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader
  3892.      */
  3893.     protected function getTwig_Loader_NativeFilesystemService()
  3894.     {
  3895.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__5));
  3896.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  3897.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  3898.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  3899.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  3900.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  3901.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  3902.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3903.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3904.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  3905.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  3906.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  3907.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  3908.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  3909.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  3910.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  3911.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  3912.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3913.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3914.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  3915.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  3916.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  3917.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  3918.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  3919.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3920.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3921.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3922.         return $instance;
  3923.     }
  3924.     /**
  3925.      * Gets the private 'twig.runtime_loader' shared service.
  3926.      *
  3927.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  3928.      */
  3929.     protected function getTwig_RuntimeLoaderService()
  3930.     {
  3931.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3932.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'true],
  3933.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  3934.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  3935.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  3936.         ], [
  3937.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  3938.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3939.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3940.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3941.         ]));
  3942.     }
  3943.     /**
  3944.      * Gets the private 'validator.builder' shared service.
  3945.      *
  3946.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3947.      */
  3948.     protected function getValidator_BuilderService()
  3949.     {
  3950.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3951.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3952.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3953.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService.php'true],
  3954.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  3955.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3956.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  3957.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService.php'true],
  3958.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3959.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3960.         ], [
  3961.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3962.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  3963.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3964.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3965.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3966.             'cmf_routing.validator.route_defaults' => '?',
  3967.             'doctrine.orm.validator.unique' => '?',
  3968.             'validator.expression' => '?',
  3969.         ])));
  3970.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  3971.         $instance->setTranslationDomain('validators');
  3972.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3973.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3974.         $instance->addMethodMapping('loadValidatorMetadata');
  3975.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3976.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3977.         return $instance;
  3978.     }
  3979.     /**
  3980.      * Gets the private 'var_dumper.html_dumper' shared service.
  3981.      *
  3982.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3983.      */
  3984.     protected function getVarDumper_HtmlDumperService()
  3985.     {
  3986.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3987.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3988.         return $instance;
  3989.     }
  3990.     /**
  3991.      * Gets the private 'var_dumper.server_connection' shared service.
  3992.      *
  3993.      * @return \Symfony\Component\VarDumper\Server\Connection
  3994.      */
  3995.     protected function getVarDumper_ServerConnectionService()
  3996.     {
  3997.         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()]);
  3998.     }
  3999.     /**
  4000.      * Gets the private 'web_profiler.csp.handler' shared service.
  4001.      *
  4002.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4003.      */
  4004.     protected function getWebProfiler_Csp_HandlerService()
  4005.     {
  4006.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4007.     }
  4008.     /**
  4009.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4010.      *
  4011.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4012.      */
  4013.     protected function getWebProfiler_DebugToolbarService()
  4014.     {
  4015.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  4016.     }
  4017.     public function getParameter($name)
  4018.     {
  4019.         $name = (string) $name;
  4020.         if (isset($this->buildParameters[$name])) {
  4021.             return $this->buildParameters[$name];
  4022.         }
  4023.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  4024.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4025.         }
  4026.         if (isset($this->loadedDynamicParameters[$name])) {
  4027.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4028.         }
  4029.         return $this->parameters[$name];
  4030.     }
  4031.     public function hasParameter($name): bool
  4032.     {
  4033.         $name = (string) $name;
  4034.         if (isset($this->buildParameters[$name])) {
  4035.             return true;
  4036.         }
  4037.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  4038.     }
  4039.     public function setParameter($name$value): void
  4040.     {
  4041.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4042.     }
  4043.     public function getParameterBag(): ParameterBagInterface
  4044.     {
  4045.         if (null === $this->parameterBag) {
  4046.             $parameters $this->parameters;
  4047.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4048.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4049.             }
  4050.             foreach ($this->buildParameters as $name => $value) {
  4051.                 $parameters[$name] = $value;
  4052.             }
  4053.             $this->parameterBag = new FrozenParameterBag($parameters);
  4054.         }
  4055.         return $this->parameterBag;
  4056.     }
  4057.     private $loadedDynamicParameters = [
  4058.         'kernel.cache_dir' => false,
  4059.         'kernel.secret' => false,
  4060.         'session.save_path' => false,
  4061.         'validator.mapping.cache.file' => false,
  4062.         'profiler.storage.dsn' => false,
  4063.         'debug.container.dump' => false,
  4064.         'serializer.mapping.cache.file' => false,
  4065.         'swiftmailer.spool.default.memory.path' => false,
  4066.         'sulu.cache_dir' => false,
  4067.         'sulu_core.proxy_cache_dir' => false,
  4068.         'doctrine.orm.proxy_dir' => false,
  4069.         'massive_search.metadata.prefix' => false,
  4070.         'massive_search.metadata.cache_dir' => false,
  4071.         'sulu_website.sitemap.dump_dir' => false,
  4072.     ];
  4073.     private $dynamicParameters = [];
  4074.     private function getDynamicParameter(string $name)
  4075.     {
  4076.         switch ($name) {
  4077.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4078.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4079.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  4080.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4081.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4082.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4083.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4084.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  4085.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  4086.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  4087.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4088.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  4089.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  4090.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  4091.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4092.         }
  4093.         $this->loadedDynamicParameters[$name] = true;
  4094.         return $this->dynamicParameters[$name] = $value;
  4095.     }
  4096.     protected function getDefaultParameters(): array
  4097.     {
  4098.         return [
  4099.             'kernel.root_dir' => (\dirname(__DIR__5).'/src'),
  4100.             'kernel.project_dir' => \dirname(__DIR__5),
  4101.             'kernel.environment' => 'dev',
  4102.             'kernel.debug' => true,
  4103.             'kernel.name' => 'website',
  4104.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  4105.             'kernel.bundles' => [
  4106.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4107.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4108.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4109.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  4110.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  4111.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4112.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  4113.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4114.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  4115.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  4116.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  4117.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4118.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  4119.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  4120.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  4121.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  4122.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  4123.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  4124.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  4125.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  4126.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  4127.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  4128.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  4129.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  4130.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  4131.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  4132.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  4133.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  4134.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  4135.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  4136.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  4137.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  4138.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  4139.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4140.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  4141.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  4142.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4143.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  4144.             ],
  4145.             'kernel.bundles_metadata' => [
  4146.                 'FrameworkBundle' => [
  4147.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  4148.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4149.                 ],
  4150.                 'TwigBundle' => [
  4151.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  4152.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4153.                 ],
  4154.                 'MonologBundle' => [
  4155.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  4156.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4157.                 ],
  4158.                 'SwiftmailerBundle' => [
  4159.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  4160.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  4161.                 ],
  4162.                 'SuluCoreBundle' => [
  4163.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  4164.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  4165.                 ],
  4166.                 'DoctrineBundle' => [
  4167.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  4168.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4169.                 ],
  4170.                 'DoctrineCacheBundle' => [
  4171.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-cache-bundle'),
  4172.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  4173.                 ],
  4174.                 'DoctrineFixturesBundle' => [
  4175.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4176.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4177.                 ],
  4178.                 'DoctrinePHPCRBundle' => [
  4179.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  4180.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  4181.                 ],
  4182.                 'StofDoctrineExtensionsBundle' => [
  4183.                     'path' => (\dirname(__DIR__5).'/vendor/stof/doctrine-extensions-bundle'),
  4184.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  4185.                 ],
  4186.                 'FOSRestBundle' => [
  4187.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  4188.                     'namespace' => 'FOS\\RestBundle',
  4189.                 ],
  4190.                 'JMSSerializerBundle' => [
  4191.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  4192.                     'namespace' => 'JMS\\SerializerBundle',
  4193.                 ],
  4194.                 'MassiveSearchBundle' => [
  4195.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  4196.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  4197.                 ],
  4198.                 'FOSHttpCacheBundle' => [
  4199.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  4200.                     'namespace' => 'FOS\\HttpCacheBundle',
  4201.                 ],
  4202.                 'SuluSearchBundle' => [
  4203.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  4204.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  4205.                 ],
  4206.                 'SuluPersistenceBundle' => [
  4207.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  4208.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  4209.                 ],
  4210.                 'SuluContactBundle' => [
  4211.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  4212.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  4213.                 ],
  4214.                 'SuluMediaBundle' => [
  4215.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  4216.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  4217.                 ],
  4218.                 'SuluSecurityBundle' => [
  4219.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  4220.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  4221.                 ],
  4222.                 'SuluCategoryBundle' => [
  4223.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  4224.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  4225.                 ],
  4226.                 'SuluSnippetBundle' => [
  4227.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  4228.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  4229.                 ],
  4230.                 'SuluPageBundle' => [
  4231.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  4232.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  4233.                 ],
  4234.                 'SuluTagBundle' => [
  4235.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  4236.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  4237.                 ],
  4238.                 'SuluWebsiteBundle' => [
  4239.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  4240.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  4241.                 ],
  4242.                 'SuluLocationBundle' => [
  4243.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  4244.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  4245.                 ],
  4246.                 'SuluHttpCacheBundle' => [
  4247.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  4248.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  4249.                 ],
  4250.                 'SuluDocumentManagerBundle' => [
  4251.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  4252.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  4253.                 ],
  4254.                 'SuluHashBundle' => [
  4255.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  4256.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  4257.                 ],
  4258.                 'SuluCustomUrlBundle' => [
  4259.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  4260.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  4261.                 ],
  4262.                 'SuluRouteBundle' => [
  4263.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  4264.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  4265.                 ],
  4266.                 'SuluMarkupBundle' => [
  4267.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  4268.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  4269.                 ],
  4270.                 'PhpcrMigrationsBundle' => [
  4271.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  4272.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  4273.                 ],
  4274.                 'MassiveBuildBundle' => [
  4275.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  4276.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  4277.                 ],
  4278.                 'WebProfilerBundle' => [
  4279.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  4280.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4281.                 ],
  4282.                 'WebServerBundle' => [
  4283.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-server-bundle'),
  4284.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  4285.                 ],
  4286.                 'SuluTestBundle' => [
  4287.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  4288.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  4289.                 ],
  4290.                 'DebugBundle' => [
  4291.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  4292.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4293.                 ],
  4294.                 'CmfRoutingBundle' => [
  4295.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  4296.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  4297.                 ],
  4298.             ],
  4299.             'kernel.charset' => 'UTF-8',
  4300.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4301.             'sulu.context' => 'website',
  4302.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  4303.             'container.dumper.inline_class_loader' => true,
  4304.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  4305.             'env(PHPCR_WORKSPACE)' => 'default',
  4306.             'default_locale' => 'en',
  4307.             'event_dispatcher.event_aliases' => [
  4308.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4309.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4310.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4311.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4312.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4313.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4314.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4315.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4316.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4317.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4318.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4319.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4320.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4321.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4322.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4323.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4324.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4325.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4326.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4327.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4328.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4329.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4330.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4331.             ],
  4332.             'fragment.renderer.hinclude.global_template' => '',
  4333.             'fragment.path' => '/_fragment',
  4334.             'kernel.http_method_override' => true,
  4335.             'kernel.trusted_hosts' => [
  4336.             ],
  4337.             'kernel.default_locale' => 'en',
  4338.             'kernel.error_controller' => 'error_controller',
  4339.             'templating.helper.code.file_link_format' => NULL,
  4340.             'debug.file_link_format' => NULL,
  4341.             'session.metadata.storage_key' => '_sf2_meta',
  4342.             'session.storage.options' => [
  4343.                 'cache_limiter' => '0',
  4344.                 'name' => 'SULUSESSID',
  4345.                 'cookie_secure' => 'auto',
  4346.                 'cookie_httponly' => true,
  4347.                 'cookie_samesite' => 'lax',
  4348.                 'gc_probability' => 1,
  4349.             ],
  4350.             'session.metadata.update_threshold' => 0,
  4351.             'form.type_extension.csrf.enabled' => true,
  4352.             'form.type_extension.csrf.field_name' => '_token',
  4353.             'asset.request_context.base_path' => '',
  4354.             'asset.request_context.secure' => false,
  4355.             'validator.mapping.cache.prefix' => '',
  4356.             'validator.translation_domain' => 'validators',
  4357.             'translator.logging' => false,
  4358.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  4359.             'profiler_listener.only_exceptions' => false,
  4360.             'profiler_listener.only_master_requests' => false,
  4361.             'debug.error_handler.throw_at' => -1,
  4362.             'router.request_context.host' => 'localhost',
  4363.             'router.request_context.scheme' => 'http',
  4364.             'router.request_context.base_url' => '',
  4365.             'router.resource' => 'kernel::loadRoutes',
  4366.             'router.cache_class_prefix' => 'App_KernelDevDebugContainer',
  4367.             'request_listener.http_port' => 80,
  4368.             'request_listener.https_port' => 443,
  4369.             'serializer.mapping.cache.prefix' => '',
  4370.             'twig.exception_listener.controller' => 'sulu_website.exception.controller:showAction',
  4371.             'twig.form.resources' => [
  4372.                 => 'form_div_layout.html.twig',
  4373.             ],
  4374.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  4375.             'monolog.use_microseconds' => true,
  4376.             'monolog.swift_mailer.handlers' => [
  4377.             ],
  4378.             'monolog.handlers_to_channels' => [
  4379.                 'monolog.handler.console' => [
  4380.                     'type' => 'exclusive',
  4381.                     'elements' => [
  4382.                         => 'event',
  4383.                         => 'doctrine',
  4384.                         => 'console',
  4385.                     ],
  4386.                 ],
  4387.                 'monolog.handler.main' => [
  4388.                     'type' => 'exclusive',
  4389.                     'elements' => [
  4390.                         => 'event',
  4391.                     ],
  4392.                 ],
  4393.             ],
  4394.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  4395.             'swiftmailer.mailer.default.spool.enabled' => true,
  4396.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4397.             'swiftmailer.mailer.default.single_address' => NULL,
  4398.             'swiftmailer.mailer.default.delivery.enabled' => true,
  4399.             'swiftmailer.spool.enabled' => true,
  4400.             'swiftmailer.delivery.enabled' => true,
  4401.             'swiftmailer.single_address' => NULL,
  4402.             'swiftmailer.mailers' => [
  4403.                 'default' => 'swiftmailer.mailer.default',
  4404.             ],
  4405.             'swiftmailer.default_mailer' => 'default',
  4406.             'sulu_core.locales' => [
  4407.                 => 'de',
  4408.                 => 'en',
  4409.             ],
  4410.             'sulu_core.translated_locales' => [
  4411.                 'de' => 'Deutsch',
  4412.                 'en' => 'English',
  4413.             ],
  4414.             'sulu_core.translations' => [
  4415.                 => 'de',
  4416.                 => 'en',
  4417.             ],
  4418.             'sulu_core.fallback_locale' => 'en',
  4419.             'sulu.content.language.namespace' => 'i18n',
  4420.             'sulu.content.language.default' => 'en',
  4421.             'sulu.content.node_names.base' => 'cmf',
  4422.             'sulu.content.node_names.content' => 'contents',
  4423.             'sulu.content.node_names.route' => 'routes',
  4424.             'sulu.content.node_names.snippet' => 'snippets',
  4425.             'sulu.content.structure.default_types' => [
  4426.                 'snippet' => 'default',
  4427.             ],
  4428.             'sulu.content.structure.default_type.snippet' => 'default',
  4429.             'sulu.content.structure.required_properties' => [
  4430.                 'home' => [
  4431.                     => 'title',
  4432.                 ],
  4433.                 'page' => [
  4434.                     => 'title',
  4435.                 ],
  4436.                 'snippet' => [
  4437.                     => 'title',
  4438.                 ],
  4439.             ],
  4440.             'sulu.content.structure.required_tags' => [
  4441.                 'home' => [
  4442.                     => 'sulu.rlp',
  4443.                 ],
  4444.                 'page' => [
  4445.                     => 'sulu.rlp',
  4446.                 ],
  4447.             ],
  4448.             'sulu.content.internal_prefix' => '',
  4449.             'sulu.content.structure.type_map' => [
  4450.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  4451.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  4452.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  4453.             ],
  4454.             'sulu.content.structure.paths' => [
  4455.                 'page' => [
  4456.                     => [
  4457.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  4458.                         'type' => 'page',
  4459.                     ],
  4460.                     => [
  4461.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  4462.                         'type' => 'page',
  4463.                     ],
  4464.                     => [
  4465.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  4466.                         'type' => 'page',
  4467.                     ],
  4468.                 ],
  4469.                 'home' => [
  4470.                     => [
  4471.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  4472.                         'type' => 'home',
  4473.                     ],
  4474.                 ],
  4475.                 'snippet' => [
  4476.                     => [
  4477.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  4478.                         'type' => 'snippet',
  4479.                     ],
  4480.                 ],
  4481.             ],
  4482.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  4483.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  4484.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  4485.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  4486.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  4487.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  4488.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  4489.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  4490.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  4491.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  4492.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  4493.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  4494.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  4495.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  4496.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  4497.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  4498.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  4499.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  4500.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  4501.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  4502.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  4503.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  4504.             'sulu_core.cache.memoize.default_lifetime' => 1,
  4505.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4506.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  4507.             'sulu.fields_defaults.translations' => [
  4508.                 'id' => 'public.id',
  4509.                 'title' => 'public.title',
  4510.                 'name' => 'public.name',
  4511.                 'created' => 'public.created',
  4512.                 'changed' => 'public.changed',
  4513.             ],
  4514.             'sulu.fields_defaults.widths' => [
  4515.                 'id' => '50px',
  4516.             ],
  4517.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  4518.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  4519.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  4520.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  4521.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  4522.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  4523.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  4524.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4525.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  4526.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4527.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  4528.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  4529.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  4530.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  4531.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  4532.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  4533.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4534.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  4535.             'doctrine_cache.memcache.host' => 'localhost',
  4536.             'doctrine_cache.memcache.port' => 11211,
  4537.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4538.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  4539.             'doctrine_cache.memcached.host' => 'localhost',
  4540.             'doctrine_cache.memcached.port' => 11211,
  4541.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  4542.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  4543.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  4544.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  4545.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  4546.             'doctrine_cache.predis.scheme' => 'tcp',
  4547.             'doctrine_cache.predis.host' => 'localhost',
  4548.             'doctrine_cache.predis.port' => 6379,
  4549.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4550.             'doctrine_cache.redis.connection.class' => 'Redis',
  4551.             'doctrine_cache.redis.host' => 'localhost',
  4552.             'doctrine_cache.redis.port' => 6379,
  4553.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  4554.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  4555.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  4556.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  4557.             'doctrine_cache.riak.host' => 'localhost',
  4558.             'doctrine_cache.riak.port' => 8087,
  4559.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  4560.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  4561.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  4562.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4563.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4564.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4565.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  4566.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4567.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4568.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4569.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4570.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4571.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4572.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4573.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4574.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4575.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4576.             'doctrine.entity_managers' => [
  4577.                 'default' => 'doctrine.orm.default_entity_manager',
  4578.             ],
  4579.             'doctrine.default_entity_manager' => 'default',
  4580.             'doctrine.dbal.connection_factory.types' => [
  4581.             ],
  4582.             'doctrine.connections' => [
  4583.                 'default' => 'doctrine.dbal.default_connection',
  4584.             ],
  4585.             'doctrine.default_connection' => 'default',
  4586.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4587.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4588.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4589.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4590.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4591.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4592.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4593.             'doctrine.orm.cache.memcache_port' => 11211,
  4594.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4595.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4596.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4597.             'doctrine.orm.cache.memcached_port' => 11211,
  4598.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4599.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4600.             'doctrine.orm.cache.redis_host' => 'localhost',
  4601.             'doctrine.orm.cache.redis_port' => 6379,
  4602.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4603.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4604.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4605.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4606.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4607.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4608.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4609.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4610.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4611.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4612.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4613.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4614.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4615.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4616.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4617.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4618.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4619.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4620.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4621.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4622.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4623.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4624.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4625.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4626.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4627.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4628.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4629.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4630.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4631.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4632.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4633.             'doctrine_phpcr.sessions' => [
  4634.                 'default' => 'doctrine_phpcr.default_session',
  4635.                 'live' => 'doctrine_phpcr.live_session',
  4636.             ],
  4637.             'doctrine_phpcr.odm.document_managers' => [
  4638.             ],
  4639.             'doctrine_phpcr.default_session' => 'live',
  4640.             'doctrine_phpcr.odm.default_document_manager' => '',
  4641.             'doctrine_phpcr.dump_max_line_length' => 120,
  4642.             'doctrine_phpcr.form.type_guess' => [
  4643.             ],
  4644.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4645.             'stof_doctrine_extensions.default_locale' => 'en',
  4646.             'stof_doctrine_extensions.translation_fallback' => false,
  4647.             'stof_doctrine_extensions.persist_default_translation' => false,
  4648.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  4649.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4650.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4651.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4652.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4653.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4654.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4655.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4656.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4657.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4658.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  4659.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  4660.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  4661.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  4662.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  4663.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  4664.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  4665.             'massive_search.events.index' => 'massive_search.index',
  4666.             'massive_search.events.deindex' => 'massive_search.deindex',
  4667.             'massive_search.adapter.zend_lucene.basepath' => (\dirname(__DIR__4).'/indexes'),
  4668.             'massive_search.adapter.zend_lucene.hide_index_exception' => false,
  4669.             'massive_search.adapter.zend_lucene.encoding' => 'UTF-8',
  4670.             'massive_search.metadata.debug' => true,
  4671.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  4672.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  4673.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  4674.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  4675.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  4676.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  4677.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  4678.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  4679.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  4680.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  4681.             'fos_http_cache.cacheable.response.additional_status' => [
  4682.             ],
  4683.             'fos_http_cache.proxy_client.symfony.options' => [
  4684.                 'tags_header' => 'X-Cache-Tags',
  4685.                 'tags_method' => 'PURGETAGS',
  4686.                 'purge_method' => 'PURGE',
  4687.             ],
  4688.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  4689.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  4690.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  4691.             'fos_http_cache.tag_handler.separator' => ',',
  4692.             'fos_http_cache.tag_handler.strict' => false,
  4693.             'sulu_search.indexes' => [
  4694.                 'snippet' => [
  4695.                     'name' => 'sulu_snippet.snippets',
  4696.                     'icon' => 'su-snippet',
  4697.                     'view' => [
  4698.                         'name' => 'sulu_snippet.edit_form',
  4699.                         'result_to_view' => [
  4700.                             'id' => 'id',
  4701.                             'locale' => 'locale',
  4702.                         ],
  4703.                     ],
  4704.                     'security_context' => 'sulu.global.snippets',
  4705.                     'contexts' => [
  4706.                     ],
  4707.                 ],
  4708.                 'category' => [
  4709.                     'name' => 'sulu_category.categories',
  4710.                     'icon' => 'su-tag',
  4711.                     'view' => [
  4712.                         'name' => 'sulu_category.edit_form',
  4713.                         'result_to_view' => [
  4714.                             'id' => 'id',
  4715.                             'locale' => 'locale',
  4716.                         ],
  4717.                     ],
  4718.                     'security_context' => 'sulu.settings.categories',
  4719.                     'contexts' => [
  4720.                     ],
  4721.                 ],
  4722.                 'media' => [
  4723.                     'name' => 'sulu_media.media',
  4724.                     'icon' => 'su-image',
  4725.                     'view' => [
  4726.                         'name' => 'sulu_media.form',
  4727.                         'result_to_view' => [
  4728.                             'id' => 'id',
  4729.                             'locale' => 'locale',
  4730.                         ],
  4731.                     ],
  4732.                     'security_context' => 'sulu.media.collections',
  4733.                     'contexts' => [
  4734.                     ],
  4735.                 ],
  4736.                 'contact' => [
  4737.                     'name' => 'sulu_contact.people',
  4738.                     'icon' => 'su-user',
  4739.                     'view' => [
  4740.                         'name' => 'sulu_contact.contact_edit_form',
  4741.                         'result_to_view' => [
  4742.                             'id' => 'id',
  4743.                             'locale' => 'locale',
  4744.                         ],
  4745.                     ],
  4746.                     'security_context' => 'sulu.contact.people',
  4747.                     'contexts' => [
  4748.                     ],
  4749.                 ],
  4750.                 'account' => [
  4751.                     'name' => 'sulu_contact.organizations',
  4752.                     'icon' => 'su-house',
  4753.                     'view' => [
  4754.                         'name' => 'sulu_contact.account_edit_form',
  4755.                         'result_to_view' => [
  4756.                             'id' => 'id',
  4757.                             'locale' => 'locale',
  4758.                         ],
  4759.                     ],
  4760.                     'security_context' => 'sulu.contact.organizations',
  4761.                     'contexts' => [
  4762.                     ],
  4763.                 ],
  4764.                 'page_sulu-test' => [
  4765.                     'name' => 'sulu.arenaria.dev',
  4766.                     'icon' => 'su-document',
  4767.                     'view' => [
  4768.                         'name' => 'sulu_page.page_edit_form',
  4769.                         'result_to_view' => [
  4770.                             'id' => 'id',
  4771.                             'locale' => 'locale',
  4772.                             'properties/webspace_key' => 'webspace',
  4773.                         ],
  4774.                     ],
  4775.                     'security_context' => 'sulu.webspaces.sulu-test',
  4776.                 ],
  4777.                 'page_sulu-test_published' => [
  4778.                     'name' => 'sulu.arenaria.dev',
  4779.                     'icon' => 'su-document',
  4780.                     'view' => [
  4781.                         'name' => 'sulu_page.page_edit_form',
  4782.                         'result_to_view' => [
  4783.                             'id' => 'id',
  4784.                             'locale' => 'locale',
  4785.                             'properties/webspace_key' => 'webspace',
  4786.                         ],
  4787.                     ],
  4788.                     'security_context' => 'sulu.webspaces.sulu-test',
  4789.                     'contexts' => [
  4790.                         => 'website',
  4791.                     ],
  4792.                 ],
  4793.             ],
  4794.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  4795.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  4796.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  4797.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  4798.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  4799.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  4800.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  4801.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  4802.             'sulu_contact.defaults' => [
  4803.                 'phoneType' => '1',
  4804.                 'phoneTypeMobile' => '3',
  4805.                 'phoneTypeIsdn' => '1',
  4806.                 'emailType' => '1',
  4807.                 'addressType' => '1',
  4808.                 'urlType' => '1',
  4809.                 'faxType' => '1',
  4810.                 'socialMediaProfileType' => '1',
  4811.                 'country' => 'AT',
  4812.             ],
  4813.             'sulu_contact.form_of_address' => [
  4814.                 'male' => [
  4815.                     'id' => 0,
  4816.                     'name' => 'male',
  4817.                     'translation' => 'contact.contacts.formOfAddress.male',
  4818.                 ],
  4819.                 'female' => [
  4820.                     'id' => 1,
  4821.                     'name' => 'female',
  4822.                     'translation' => 'contact.contacts.formOfAddress.female',
  4823.                 ],
  4824.             ],
  4825.             'sulu_contact.contact_form.category_root' => NULL,
  4826.             'sulu_contact.account_form.category_root' => NULL,
  4827.             'sulu.model.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  4828.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  4829.             'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  4830.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  4831.             'sulu.persistence.objects' => [
  4832.                 'sulu' => [
  4833.                     'route' => [
  4834.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  4835.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  4836.                     ],
  4837.                     'tag' => [
  4838.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  4839.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  4840.                     ],
  4841.                     'category' => [
  4842.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  4843.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  4844.                     ],
  4845.                     'category_meta' => [
  4846.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  4847.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  4848.                     ],
  4849.                     'category_translation' => [
  4850.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  4851.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  4852.                     ],
  4853.                     'keyword' => [
  4854.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  4855.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  4856.                     ],
  4857.                     'user' => [
  4858.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  4859.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  4860.                     ],
  4861.                     'role' => [
  4862.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  4863.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  4864.                     ],
  4865.                     'role_setting' => [
  4866.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  4867.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  4868.                     ],
  4869.                     'access_control' => [
  4870.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  4871.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  4872.                     ],
  4873.                     'media' => [
  4874.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  4875.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  4876.                     ],
  4877.                     'contact' => [
  4878.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  4879.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  4880.                     ],
  4881.                     'account' => [
  4882.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  4883.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  4884.                     ],
  4885.                 ],
  4886.             ],
  4887.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  4888.             'sulu_media.image_format_files' => [
  4889.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  4890.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  4891.             ],
  4892.             'sulu_media.system_collections' => [
  4893.                 'sulu_media' => [
  4894.                     'meta_title' => [
  4895.                         'en' => 'Sulu media',
  4896.                         'de' => 'Sulu Medien',
  4897.                     ],
  4898.                     'collections' => [
  4899.                         'preview_image' => [
  4900.                             'meta_title' => [
  4901.                                 'en' => 'Preview images',
  4902.                                 'de' => 'Vorschaubilder',
  4903.                             ],
  4904.                         ],
  4905.                     ],
  4906.                 ],
  4907.                 'sulu_contact' => [
  4908.                     'meta_title' => [
  4909.                         'en' => 'Sulu contacts',
  4910.                         'de' => 'Sulu Kontakte',
  4911.                     ],
  4912.                     'collections' => [
  4913.                         'contact' => [
  4914.                             'meta_title' => [
  4915.                                 'en' => 'People',
  4916.                                 'de' => 'Personen',
  4917.                             ],
  4918.                         ],
  4919.                         'account' => [
  4920.                             'meta_title' => [
  4921.                                 'en' => 'Organizations',
  4922.                                 'de' => 'Organisationen',
  4923.                             ],
  4924.                         ],
  4925.                     ],
  4926.                 ],
  4927.             ],
  4928.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  4929.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  4930.             'sulu_media.format_manager.response_headers' => [
  4931.                 'Expires' => '+1 month',
  4932.                 'Pragma' => 'public',
  4933.                 'Cache-Control' => 'public',
  4934.             ],
  4935.             'sulu_media.format_manager.default_imagine_options' => [
  4936.             ],
  4937.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  4938.             'sulu_media.format_cache.save_image' => true,
  4939.             'sulu_media.format_cache.segments' => 10,
  4940.             'sulu_media.ghost_script.path' => 'gs',
  4941.             'sulu_media.media.blocked_file_types' => [
  4942.             ],
  4943.             'sulu_media.collection.type.default' => [
  4944.                 'id' => 1,
  4945.             ],
  4946.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  4947.             'sulu_media.media.types' => [
  4948.                 => [
  4949.                     'type' => 'document',
  4950.                     'mimeTypes' => [
  4951.                         => '*',
  4952.                     ],
  4953.                 ],
  4954.                 => [
  4955.                     'type' => 'image',
  4956.                     'mimeTypes' => [
  4957.                         => 'image/*',
  4958.                     ],
  4959.                 ],
  4960.                 => [
  4961.                     'type' => 'video',
  4962.                     'mimeTypes' => [
  4963.                         => 'video/*',
  4964.                     ],
  4965.                 ],
  4966.                 => [
  4967.                     'type' => 'audio',
  4968.                     'mimeTypes' => [
  4969.                         => 'audio/*',
  4970.                     ],
  4971.                 ],
  4972.             ],
  4973.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  4974.             'sulu_media.disposition_type.default' => 'attachment',
  4975.             'sulu_media.disposition_type.mime_types_inline' => [
  4976.             ],
  4977.             'sulu_media.disposition_type.mime_types_attachment' => [
  4978.             ],
  4979.             'sulu_media.upload.max_filesize' => 256,
  4980.             'sulu_media.media.max_file_size' => '256MB',
  4981.             'sulu_media.adobe_creative_key' => NULL,
  4982.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  4983.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  4984.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  4985.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  4986.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  4987.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  4988.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  4989.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  4990.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  4991.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  4992.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  4993.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  4994.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  4995.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  4996.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  4997.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  4998.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  4999.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  5000.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  5001.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  5002.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  5003.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  5004.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  5005.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  5006.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  5007.             'sulu_media.format_manager.mime_types' => [
  5008.                 => 'image/*',
  5009.                 => 'application/pdf',
  5010.             ],
  5011.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  5012.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  5013.             'sulu_media.media.storage' => 'local',
  5014.             'sulu_media.media.storage.local.path' => (\dirname(__DIR__4).'/uploads/media'),
  5015.             'sulu_media.media.storage.local.segments' => 10,
  5016.             'sulu_security.system' => 'Sulu',
  5017.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  5018.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  5019.             'sulu_security.reset_password.mail.sender' => '',
  5020.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  5021.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  5022.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  5023.             'sulu_security.permissions' => [
  5024.                 'view' => 64,
  5025.                 'add' => 32,
  5026.                 'edit' => 16,
  5027.                 'delete' => 8,
  5028.                 'archive' => 4,
  5029.                 'live' => 2,
  5030.                 'security' => 1,
  5031.             ],
  5032.             'permissions' => [
  5033.                 'view' => 64,
  5034.                 'add' => 32,
  5035.                 'edit' => 16,
  5036.                 'delete' => 8,
  5037.                 'archive' => 4,
  5038.                 'live' => 2,
  5039.                 'security' => 1,
  5040.             ],
  5041.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  5042.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  5043.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  5044.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  5045.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  5046.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  5047.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  5048.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  5049.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  5050.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  5051.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  5052.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  5053.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  5054.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  5055.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  5056.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  5057.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  5058.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  5059.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  5060.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  5061.             'sulu.model.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  5062.             'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  5063.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  5064.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  5065.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  5066.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  5067.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  5068.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  5069.             'sulu.model.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  5070.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  5071.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  5072.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  5073.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  5074.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  5075.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  5076.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  5077.             'sulu_snippet.content-type.default_enabled' => true,
  5078.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  5079.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  5080.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  5081.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  5082.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  5083.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  5084.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  5085.             'sulu_snippet.export.snippet.formats' => [
  5086.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  5087.             ],
  5088.             'sulu_page.search.mapping' => [
  5089.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  5090.                     'index' => 'page',
  5091.                     'decorate_index' => true,
  5092.                 ],
  5093.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  5094.                     'index' => 'page',
  5095.                     'decorate_index' => true,
  5096.                 ],
  5097.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  5098.                     'index' => 'snippet',
  5099.                     'decorate_index' => false,
  5100.                 ],
  5101.             ],
  5102.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  5103.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  5104.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  5105.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  5106.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  5107.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  5108.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  5109.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  5110.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  5111.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  5112.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  5113.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  5114.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  5115.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  5116.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  5117.             'sulu_page.export.webspace.formats' => [
  5118.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  5119.             ],
  5120.             'sulu_page.default_author' => true,
  5121.             'sulu_page.seo' => [
  5122.                 'max_title_length' => 70,
  5123.                 'max_description_length' => 320,
  5124.                 'max_keywords' => 5,
  5125.                 'keywords_separator' => ',',
  5126.                 'url_prefix' => 'www.yoursite.com/{locale}',
  5127.             ],
  5128.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  5129.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  5130.             'sulu_website.navigation.cache.lifetime' => 1,
  5131.             'sulu_website.content.cache.lifetime' => 1,
  5132.             'sulu_website.sitemap.cache.lifetime' => 1,
  5133.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  5134.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  5135.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  5136.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  5137.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  5138.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  5139.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  5140.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  5141.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  5142.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  5143.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  5144.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  5145.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  5146.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  5147.             'sulu_website.exception.controller.class' => 'Sulu\\Bundle\\WebsiteBundle\\Controller\\ExceptionController',
  5148.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  5149.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  5150.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  5151.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  5152.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  5153.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  5154.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  5155.             'sulu_location.guzzle.client.class' => 'GuzzleHttp\\Client',
  5156.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  5157.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  5158.             'sulu_location.geolocator.name' => 'nominatim',
  5159.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  5160.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  5161.             'sulu_location.geolocator.service.google.api_key' => '',
  5162.             'sulu_http_cache.cache.max_age' => 240,
  5163.             'sulu_http_cache.cache.shared_max_age' => 240,
  5164.             'sulu_document_manager.mapping' => [
  5165.                 => [
  5166.                     'alias' => 'custom_url',
  5167.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  5168.                     'phpcr_type' => 'sulu:custom_url',
  5169.                     'mapping' => [
  5170.                         'published' => [
  5171.                             'property' => 'published',
  5172.                             'encoding' => 'content',
  5173.                             'mapped' => true,
  5174.                             'multiple' => false,
  5175.                             'default' => NULL,
  5176.                         ],
  5177.                         'baseDomain' => [
  5178.                             'property' => 'baseDomain',
  5179.                             'encoding' => 'content',
  5180.                             'mapped' => true,
  5181.                             'multiple' => false,
  5182.                             'default' => NULL,
  5183.                         ],
  5184.                         'domainParts' => [
  5185.                             'property' => 'domainParts',
  5186.                             'type' => 'json_array',
  5187.                             'encoding' => 'content',
  5188.                             'mapped' => true,
  5189.                             'multiple' => false,
  5190.                             'default' => NULL,
  5191.                         ],
  5192.                         'canonical' => [
  5193.                             'property' => 'canonical',
  5194.                             'encoding' => 'content',
  5195.                             'mapped' => true,
  5196.                             'multiple' => false,
  5197.                             'default' => NULL,
  5198.                         ],
  5199.                         'redirect' => [
  5200.                             'property' => 'redirect',
  5201.                             'encoding' => 'content',
  5202.                             'mapped' => true,
  5203.                             'multiple' => false,
  5204.                             'default' => NULL,
  5205.                         ],
  5206.                         'targetLocale' => [
  5207.                             'property' => 'targetLocale',
  5208.                             'encoding' => 'content',
  5209.                             'mapped' => true,
  5210.                             'multiple' => false,
  5211.                             'default' => NULL,
  5212.                         ],
  5213.                     ],
  5214.                 ],
  5215.                 => [
  5216.                     'alias' => 'custom_url_route',
  5217.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  5218.                     'phpcr_type' => 'sulu:custom_url_route',
  5219.                     'mapping' => [
  5220.                         'locale' => [
  5221.                             'property' => 'locale',
  5222.                             'encoding' => 'content',
  5223.                             'mapped' => true,
  5224.                             'multiple' => false,
  5225.                             'default' => NULL,
  5226.                         ],
  5227.                     ],
  5228.                 ],
  5229.                 => [
  5230.                     'alias' => 'page',
  5231.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  5232.                     'phpcr_type' => 'sulu:page',
  5233.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  5234.                     'set_default_author' => true,
  5235.                     'mapping' => [
  5236.                     ],
  5237.                 ],
  5238.                 => [
  5239.                     'alias' => 'home',
  5240.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  5241.                     'phpcr_type' => 'sulu:home',
  5242.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  5243.                     'set_default_author' => true,
  5244.                     'mapping' => [
  5245.                     ],
  5246.                 ],
  5247.                 => [
  5248.                     'alias' => 'route',
  5249.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  5250.                     'phpcr_type' => 'sulu:path',
  5251.                     'mapping' => [
  5252.                     ],
  5253.                 ],
  5254.                 => [
  5255.                     'alias' => 'snippet',
  5256.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  5257.                     'phpcr_type' => 'sulu:snippet',
  5258.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  5259.                     'mapping' => [
  5260.                     ],
  5261.                 ],
  5262.             ],
  5263.             'sulu_document_manager.namespace_mapping' => [
  5264.                 'extension_localized' => 'i18n',
  5265.                 'system' => 'sulu',
  5266.                 'system_localized' => 'i18n',
  5267.                 'content' => NULL,
  5268.                 'content_localized' => 'i18n',
  5269.             ],
  5270.             'sulu_document_manager.versioning.enabled' => false,
  5271.             'sulu_document_manager.show_drafts' => false,
  5272.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  5273.             'sulu_document_manager.segments' => [
  5274.                 'custom_urls' => 'custom-urls',
  5275.                 'custom_urls_items' => 'items',
  5276.                 'custom_urls_routes' => 'routes',
  5277.                 'base' => 'cmf',
  5278.                 'content' => 'contents',
  5279.                 'route' => 'routes',
  5280.                 'snippet' => 'snippets',
  5281.             ],
  5282.             'sulu_custom_urls.uri_filter_regexp' => NULL,
  5283.             'sulu_route.mappings' => [
  5284.             ],
  5285.             'sulu_route.resource_key_mappings' => [
  5286.             ],
  5287.             'sulu_route.routing.uri_filter_regexp' => NULL,
  5288.             'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  5289.             'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  5290.             'phpcr_migrations.version_node_name' => 'jcr:versions',
  5291.             'phpcr_migrations.paths' => [
  5292.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  5293.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  5294.             ],
  5295.             'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  5296.             'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  5297.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5298.             'web_profiler.debug_toolbar.mode' => 2,
  5299.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5300.             'cmf_routing.uri_filter_regexp' => '',
  5301.             'cmf_routing.default_controller' => NULL,
  5302.             'cmf_routing.generic_controller' => NULL,
  5303.             'cmf_routing.controllers_by_type' => [
  5304.             ],
  5305.             'cmf_routing.controllers_by_class' => [
  5306.             ],
  5307.             'cmf_routing.templates_by_class' => [
  5308.             ],
  5309.             'cmf_routing.route_collection_limit' => 0,
  5310.             'cmf_routing.dynamic.limit_candidates' => 20,
  5311.             'cmf_routing.dynamic.locales' => [
  5312.             ],
  5313.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  5314.             'cmf_routing.replace_symfony_router' => true,
  5315.             'data_collector.templates' => [
  5316.                 'data_collector.request' => [
  5317.                     => 'request',
  5318.                     => '@WebProfiler/Collector/request.html.twig',
  5319.                 ],
  5320.                 'data_collector.time' => [
  5321.                     => 'time',
  5322.                     => '@WebProfiler/Collector/time.html.twig',
  5323.                 ],
  5324.                 'data_collector.memory' => [
  5325.                     => 'memory',
  5326.                     => '@WebProfiler/Collector/memory.html.twig',
  5327.                 ],
  5328.                 'data_collector.validator' => [
  5329.                     => 'validator',
  5330.                     => '@WebProfiler/Collector/validator.html.twig',
  5331.                 ],
  5332.                 'data_collector.ajax' => [
  5333.                     => 'ajax',
  5334.                     => '@WebProfiler/Collector/ajax.html.twig',
  5335.                 ],
  5336.                 'data_collector.form' => [
  5337.                     => 'form',
  5338.                     => '@WebProfiler/Collector/form.html.twig',
  5339.                 ],
  5340.                 'data_collector.exception' => [
  5341.                     => 'exception',
  5342.                     => '@WebProfiler/Collector/exception.html.twig',
  5343.                 ],
  5344.                 'data_collector.logger' => [
  5345.                     => 'logger',
  5346.                     => '@WebProfiler/Collector/logger.html.twig',
  5347.                 ],
  5348.                 'data_collector.events' => [
  5349.                     => 'events',
  5350.                     => '@WebProfiler/Collector/events.html.twig',
  5351.                 ],
  5352.                 'data_collector.router' => [
  5353.                     => 'router',
  5354.                     => '@WebProfiler/Collector/router.html.twig',
  5355.                 ],
  5356.                 'data_collector.cache' => [
  5357.                     => 'cache',
  5358.                     => '@WebProfiler/Collector/cache.html.twig',
  5359.                 ],
  5360.                 'data_collector.translation' => [
  5361.                     => 'translation',
  5362.                     => '@WebProfiler/Collector/translation.html.twig',
  5363.                 ],
  5364.                 'data_collector.twig' => [
  5365.                     => 'twig',
  5366.                     => '@WebProfiler/Collector/twig.html.twig',
  5367.                 ],
  5368.                 'data_collector.http_client' => [
  5369.                     => 'http_client',
  5370.                     => '@WebProfiler/Collector/http_client.html.twig',
  5371.                 ],
  5372.                 'data_collector.doctrine' => [
  5373.                     => 'db',
  5374.                     => '@Doctrine/Collector/db.html.twig',
  5375.                 ],
  5376.                 'doctrine_phpcr.data_collector' => [
  5377.                     => 'phpcr',
  5378.                     => '@DoctrinePHPCR/Collector/phpcr',
  5379.                 ],
  5380.                 'swiftmailer.data_collector' => [
  5381.                     => 'swiftmailer',
  5382.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  5383.                 ],
  5384.                 'data_collector.dump' => [
  5385.                     => 'dump',
  5386.                     => '@Debug/Profiler/dump.html.twig',
  5387.                 ],
  5388.                 'sulu_website.data_collector.sulu_collector' => [
  5389.                     => 'sulu',
  5390.                     => '@SuluWebsite/Profiler/layout.html.twig',
  5391.                 ],
  5392.                 'data_collector.config' => [
  5393.                     => 'config',
  5394.                     => '@WebProfiler/Collector/config.html.twig',
  5395.                 ],
  5396.             ],
  5397.             'doctrine_phpcr.migrate.migrators' => [
  5398.             ],
  5399.             'sulu_media.image.formats' => [
  5400.                 'sulu-400x400' => [
  5401.                     'key' => 'sulu-400x400',
  5402.                     'internal' => true,
  5403.                     'meta' => [
  5404.                         'title' => [
  5405.                             'en' => 'Contact avatar (Sulu)',
  5406.                             'de' => 'Kontaktavatar (Sulu)',
  5407.                             'fr' => 'Avatar du contact (Sulu)',
  5408.                             'nl' => 'Contact avatar (Sulu)',
  5409.                         ],
  5410.                     ],
  5411.                     'scale' => [
  5412.                         'x' => 400,
  5413.                         'y' => 400,
  5414.                         'mode' => 2,
  5415.                         'retina' => false,
  5416.                         'forceRatio' => true,
  5417.                     ],
  5418.                     'transformations' => [
  5419.                     ],
  5420.                     'options' => [
  5421.                     ],
  5422.                 ],
  5423.                 'sulu-260x' => [
  5424.                     'key' => 'sulu-260x',
  5425.                     'internal' => true,
  5426.                     'meta' => [
  5427.                         'title' => [
  5428.                             'en' => 'Masonry preview (Sulu)',
  5429.                             'de' => 'Masonry Vorschau (Sulu)',
  5430.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  5431.                             'nl' => 'Masonry voorbeeld (Sulu)',
  5432.                         ],
  5433.                     ],
  5434.                     'scale' => [
  5435.                         'x' => 260,
  5436.                         'y' => NULL,
  5437.                         'mode' => 2,
  5438.                         'retina' => false,
  5439.                         'forceRatio' => true,
  5440.                     ],
  5441.                     'transformations' => [
  5442.                     ],
  5443.                     'options' => [
  5444.                     ],
  5445.                 ],
  5446.                 'sulu-170x170' => [
  5447.                     'key' => 'sulu-170x170',
  5448.                     'internal' => true,
  5449.                     'meta' => [
  5450.                         'title' => [
  5451.                             'en' => 'Search (Sulu)',
  5452.                             'de' => 'Suche (Sulu)',
  5453.                             'fr' => 'Recherche (Sulu)',
  5454.                             'nl' => 'Zoeken (Sulu)',
  5455.                         ],
  5456.                     ],
  5457.                     'scale' => [
  5458.                         'x' => 170,
  5459.                         'y' => 170,
  5460.                         'mode' => 2,
  5461.                         'retina' => false,
  5462.                         'forceRatio' => true,
  5463.                     ],
  5464.                     'transformations' => [
  5465.                     ],
  5466.                     'options' => [
  5467.                     ],
  5468.                 ],
  5469.                 'sulu-100x100-inset' => [
  5470.                     'key' => 'sulu-100x100-inset',
  5471.                     'internal' => true,
  5472.                     'meta' => [
  5473.                         'title' => [
  5474.                             'en' => 'Organization card (Sulu)',
  5475.                             'de' => 'Organisationskarte (Sulu)',
  5476.                             'fr' => 'Carte d\'organisation (Sulu)',
  5477.                             'nl' => 'Organisatie kaart (Sulu)',
  5478.                         ],
  5479.                     ],
  5480.                     'scale' => [
  5481.                         'x' => 100,
  5482.                         'y' => 100,
  5483.                         'mode' => 1,
  5484.                         'retina' => false,
  5485.                         'forceRatio' => true,
  5486.                     ],
  5487.                     'transformations' => [
  5488.                     ],
  5489.                     'options' => [
  5490.                     ],
  5491.                 ],
  5492.                 'sulu-50x50' => [
  5493.                     'key' => 'sulu-50x50',
  5494.                     'internal' => true,
  5495.                     'meta' => [
  5496.                         'title' => [
  5497.                             'en' => 'Small thumbnail (Sulu)',
  5498.                             'de' => 'Kleines Thumbnail (Sulu)',
  5499.                             'fr' => 'Image miniature (Sulu)',
  5500.                             'nl' => 'Kleine thumbnail (Sulu)',
  5501.                         ],
  5502.                     ],
  5503.                     'scale' => [
  5504.                         'x' => 50,
  5505.                         'y' => 50,
  5506.                         'mode' => 2,
  5507.                         'retina' => false,
  5508.                         'forceRatio' => true,
  5509.                     ],
  5510.                     'transformations' => [
  5511.                     ],
  5512.                     'options' => [
  5513.                     ],
  5514.                 ],
  5515.                 'sulu-25x25' => [
  5516.                     'key' => 'sulu-25x25',
  5517.                     'internal' => true,
  5518.                     'meta' => [
  5519.                         'title' => [
  5520.                             'en' => 'Micro thumbnail',
  5521.                             'de' => 'Mikro Thumbnail',
  5522.                             'fr' => 'Image micro',
  5523.                             'nl' => 'Micro thumbnail',
  5524.                         ],
  5525.                     ],
  5526.                     'scale' => [
  5527.                         'x' => 25,
  5528.                         'y' => 25,
  5529.                         'mode' => 2,
  5530.                         'retina' => false,
  5531.                         'forceRatio' => true,
  5532.                     ],
  5533.                     'transformations' => [
  5534.                     ],
  5535.                     'options' => [
  5536.                     ],
  5537.                 ],
  5538.                 'sulu-40x40' => [
  5539.                     'key' => 'sulu-40x40',
  5540.                     'internal' => true,
  5541.                     'meta' => [
  5542.                         'title' => [
  5543.                             'en' => 'Small thumbnail (Sulu)',
  5544.                             'de' => 'Kleines Thumbnail (Sulu)',
  5545.                             'fr' => 'Image miniature (Sulu)',
  5546.                             'nl' => 'Kleine thumbnail (Sulu)',
  5547.                         ],
  5548.                     ],
  5549.                     'scale' => [
  5550.                         'x' => 40,
  5551.                         'y' => 40,
  5552.                         'mode' => 2,
  5553.                         'retina' => false,
  5554.                         'forceRatio' => true,
  5555.                     ],
  5556.                     'transformations' => [
  5557.                     ],
  5558.                     'options' => [
  5559.                     ],
  5560.                 ],
  5561.                 'sulu-240x' => [
  5562.                     'key' => 'sulu-240x',
  5563.                     'internal' => true,
  5564.                     'meta' => [
  5565.                         'title' => [
  5566.                             'en' => 'Masonry preview (Sulu)',
  5567.                             'de' => 'Masonry Vorschau (Sulu)',
  5568.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  5569.                             'nl' => 'Masonry voorbeeld (Sulu)',
  5570.                         ],
  5571.                     ],
  5572.                     'scale' => [
  5573.                         'x' => 240,
  5574.                         'y' => NULL,
  5575.                         'mode' => 2,
  5576.                         'retina' => false,
  5577.                         'forceRatio' => true,
  5578.                     ],
  5579.                     'transformations' => [
  5580.                     ],
  5581.                     'options' => [
  5582.                     ],
  5583.                 ],
  5584.                 'sulu-400x400-inset' => [
  5585.                     'key' => 'sulu-400x400-inset',
  5586.                     'internal' => true,
  5587.                     'meta' => [
  5588.                         'title' => [
  5589.                             'en' => 'Organization logo (Sulu)',
  5590.                             'de' => 'Organisationslogo (Sulu)',
  5591.                             'fr' => 'Logo d\'organisation (Sulu)',
  5592.                             'nl' => 'Organisatie logo (Sulu)',
  5593.                         ],
  5594.                     ],
  5595.                     'scale' => [
  5596.                         'x' => 400,
  5597.                         'y' => 400,
  5598.                         'mode' => 1,
  5599.                         'retina' => false,
  5600.                         'forceRatio' => true,
  5601.                     ],
  5602.                     'transformations' => [
  5603.                     ],
  5604.                     'options' => [
  5605.                     ],
  5606.                 ],
  5607.                 'sulu-100x100' => [
  5608.                     'key' => 'sulu-100x100',
  5609.                     'internal' => true,
  5610.                     'meta' => [
  5611.                         'title' => [
  5612.                             'en' => 'Contact card (Sulu)',
  5613.                             'de' => 'Personenkarte (Sulu)',
  5614.                             'fr' => 'Carte personnelle (Sulu)',
  5615.                             'nl' => 'Contact kaart (Sulu)',
  5616.                         ],
  5617.                     ],
  5618.                     'scale' => [
  5619.                         'x' => 100,
  5620.                         'y' => 100,
  5621.                         'mode' => 2,
  5622.                         'retina' => false,
  5623.                         'forceRatio' => true,
  5624.                     ],
  5625.                     'transformations' => [
  5626.                     ],
  5627.                     'options' => [
  5628.                     ],
  5629.                 ],
  5630.             ],
  5631.             'sulu_category.entity.category' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  5632.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  5633.             'sulu.version' => '2.0.7',
  5634.             'app.version' => NULL,
  5635.             'sulu_snippet.areas' => [
  5636.                 'default' => [
  5637.                     'key' => 'default',
  5638.                     'template' => 'default',
  5639.                     'title' => [
  5640.                         'de' => 'Standard',
  5641.                         'en' => 'Default',
  5642.                     ],
  5643.                 ],
  5644.             ],
  5645.             'console.command.ids' => [
  5646.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  5647.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  5648.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  5649.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  5650.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  5651.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  5652.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  5653.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  5654.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  5655.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  5656.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  5657.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  5658.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  5659.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  5660.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  5661.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  5662.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  5663.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  5664.                 18 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  5665.                 19 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  5666.                 20 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  5667.                 21 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  5668.                 22 => 'console.command.public_alias.sulu_page.command.workspace_import',
  5669.                 23 => 'console.command.public_alias.sulu_route.move_page_tree_command',
  5670.                 24 => 'phpcr_migrations.command.status',
  5671.                 25 => 'phpcr_migrations.command.migrate',
  5672.                 26 => 'phpcr_migrations.command.initialize',
  5673.                 27 => 'console.command.public_alias.massive_build.command.build',
  5674.             ],
  5675.         ];
  5676.     }
  5677.     protected function throw($message)
  5678.     {
  5679.         throw new RuntimeException($message);
  5680.     }
  5681. }