var/cache/website/dev/ContainerKa7X9Da/App_KernelDevDebugContainer.php line 3295

Open in your IDE?
  1. <?php
  2. namespace ContainerKa7X9Da;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  35.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  44.             'data_collector.dump' => 'getDataCollector_DumpService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'doctrine_phpcr' => 'getDoctrinePhpcrService',
  49.             'doctrine_phpcr.session' => 'getDoctrinePhpcr_SessionService',
  50.             'event_dispatcher' => 'getEventDispatcherService',
  51.             'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  52.             'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  53.             'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  54.             'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             'jms_serializer' => 'getJmsSerializerService',
  57.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  58.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  59.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  60.             'request_stack' => 'getRequestStackService',
  61.             'router' => 'getRouterService',
  62.             'sulu.content.localization_finder' => 'getSulu_Content_LocalizationFinderService',
  63.             'sulu.content.mapper' => 'getSulu_Content_MapperService',
  64.             'sulu.content.path_cleaner' => 'getSulu_Content_PathCleanerService',
  65.             'sulu.content.structure_manager' => 'getSulu_Content_StructureManagerService',
  66.             'sulu.content.type_manager' => 'getSulu_Content_TypeManagerService',
  67.             'sulu.phpcr.session' => 'getSulu_Phpcr_SessionService',
  68.             'sulu.repository.access_control' => 'getSulu_Repository_AccessControlService',
  69.             'sulu.repository.account' => 'getSulu_Repository_AccountService',
  70.             'sulu.repository.analytics' => 'getSulu_Repository_AnalyticsService',
  71.             'sulu.repository.category' => 'getSulu_Repository_CategoryService',
  72.             'sulu.repository.category_meta' => 'getSulu_Repository_CategoryMetaService',
  73.             'sulu.repository.category_translation' => 'getSulu_Repository_CategoryTranslationService',
  74.             'sulu.repository.contact' => 'getSulu_Repository_ContactService',
  75.             'sulu.repository.keyword' => 'getSulu_Repository_KeywordService',
  76.             'sulu.repository.media' => 'getSulu_Repository_MediaService',
  77.             'sulu.repository.role' => 'getSulu_Repository_RoleService',
  78.             'sulu.repository.route' => 'getSulu_Repository_RouteService',
  79.             'sulu.repository.tag' => 'getSulu_Repository_TagService',
  80.             'sulu.repository.user' => 'getSulu_Repository_UserService',
  81.             'sulu.util.node_helper' => 'getSulu_Util_NodeHelperService',
  82.             'sulu_category.category_manager' => 'getSuluCategory_CategoryManagerService',
  83.             'sulu_category.keyword_manager' => 'getSuluCategory_KeywordManagerService',
  84.             'sulu_contact.contact_manager' => 'getSuluContact_ContactManagerService',
  85.             'sulu_core.array_serializer' => 'getSuluCore_ArraySerializerService',
  86.             'sulu_core.webspace.request_analyzer' => 'getSuluCore_Webspace_RequestAnalyzerService',
  87.             'sulu_core.webspace.webspace_manager' => 'getSuluCore_Webspace_WebspaceManagerService',
  88.             'sulu_custom_urls.manager' => 'getSuluCustomUrls_ManagerService',
  89.             'sulu_document_manager.document_inspector' => 'getSuluDocumentManager_DocumentInspectorService',
  90.             'sulu_document_manager.document_manager' => 'getSuluDocumentManager_DocumentManagerService',
  91.             'sulu_document_manager.metadata_factory.base' => 'getSuluDocumentManager_MetadataFactory_BaseService',
  92.             'sulu_document_manager.property_encoder' => 'getSuluDocumentManager_PropertyEncoderService',
  93.             'sulu_markup.parser.html_extractor' => 'getSuluMarkup_Parser_HtmlExtractorService',
  94.             'sulu_media.collection_repository' => 'getSuluMedia_CollectionRepositoryService',
  95.             'sulu_media.format_cache' => 'getSuluMedia_FormatCacheService',
  96.             'sulu_media.format_manager' => 'getSuluMedia_FormatManagerService',
  97.             'sulu_media.image.transformation.blur' => 'getSuluMedia_Image_Transformation_BlurService',
  98.             'sulu_media.image.transformation.crop' => 'getSuluMedia_Image_Transformation_CropService',
  99.             'sulu_media.image.transformation.gamma' => 'getSuluMedia_Image_Transformation_GammaService',
  100.             'sulu_media.image.transformation.grayscale' => 'getSuluMedia_Image_Transformation_GrayscaleService',
  101.             'sulu_media.image.transformation.negative' => 'getSuluMedia_Image_Transformation_NegativeService',
  102.             'sulu_media.image.transformation.paste' => 'getSuluMedia_Image_Transformation_PasteService',
  103.             'sulu_media.image.transformation.sharpen' => 'getSuluMedia_Image_Transformation_SharpenService',
  104.             'sulu_media.media_manager' => 'getSuluMedia_MediaManagerService',
  105.             'sulu_media.storage' => 'getSuluMedia_StorageService',
  106.             'sulu_page.compat.structure.legacy_property_factory' => 'getSuluPage_Compat_Structure_LegacyPropertyFactoryService',
  107.             'sulu_page.content_repository' => 'getSuluPage_ContentRepositoryService',
  108.             'sulu_page.extension.manager' => 'getSuluPage_Extension_ManagerService',
  109.             'sulu_page.structure.factory' => 'getSuluPage_Structure_FactoryService',
  110.             'sulu_security.mask_converter' => 'getSuluSecurity_MaskConverterService',
  111.             'sulu_security.salt_generator' => 'getSuluSecurity_SaltGeneratorService',
  112.             'sulu_security.security_checker' => 'getSuluSecurity_SecurityCheckerService',
  113.             'sulu_security.user_manager' => 'getSuluSecurity_UserManagerService',
  114.             'sulu_snippet.default_snippet.manager' => 'getSuluSnippet_DefaultSnippet_ManagerService',
  115.             'sulu_snippet.resolver' => 'getSuluSnippet_ResolverService',
  116.             'sulu_tag.tag_manager' => 'getSuluTag_TagManagerService',
  117.             'sulu_website.resolver.structure' => 'getSuluWebsite_Resolver_StructureService',
  118.             'translator' => 'getTranslatorService',
  119.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  120.             'cache_clearer' => 'getCacheClearerService',
  121.             'filesystem' => 'getFilesystemService',
  122.             'serializer' => 'getSerializerService',
  123.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  124.             'form.factory' => 'getForm_FactoryService',
  125.             'form.type.file' => 'getForm_Type_FileService',
  126.             'profiler' => 'getProfilerService',
  127.             'twig' => 'getTwigService',
  128.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  129.             'security.token_storage' => 'getSecurity_TokenStorageService',
  130.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  131.             'session' => 'getSessionService',
  132.             'validator' => 'getValidatorService',
  133.         ];
  134.         $this->fileMap = [
  135.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  136.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  137.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  138.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  139.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  140.             '.container.private.session' => 'get_Container_Private_SessionService',
  141.             'App\\Content\\Type\\MultipleFaqCategoriesSelection' => 'getMultipleFaqCategoriesSelectionService',
  142.             'App\\Content\\Type\\SingleFaqCategoriesSelection' => 'getSingleFaqCategoriesSelectionService',
  143.             'App\\Controller\\Website\\ContactFormController' => 'getContactFormControllerService',
  144.             'App\\Controller\\Website\\HomeController' => 'getHomeControllerService',
  145.             'App\\Controller\\Website\\NewsController' => 'getNewsControllerService',
  146.             'App\\Controller\\Website\\PartnersController' => 'getPartnersControllerService',
  147.             'App\\Controller\\Website\\ProjectsController' => 'getProjectsControllerService',
  148.             'App\\Service\\DocumentManagerServices' => 'getDocumentManagerServicesService',
  149.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  150.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  151.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  152.             'Translation\\Bundle\\Catalogue\\CatalogueCounter' => 'getCatalogueCounterService',
  153.             'Translation\\Bundle\\Catalogue\\CatalogueFetcher' => 'getCatalogueFetcherService',
  154.             'Translation\\Bundle\\Catalogue\\CatalogueManager' => 'getCatalogueManagerService',
  155.             'Translation\\Bundle\\Catalogue\\CatalogueWriter' => 'getCatalogueWriterService',
  156.             'Translation\\Bundle\\Command\\CheckMissingCommand' => 'getCheckMissingCommandService',
  157.             'Translation\\Bundle\\Command\\DeleteEmptyCommand' => 'getDeleteEmptyCommandService',
  158.             'Translation\\Bundle\\Command\\DeleteObsoleteCommand' => 'getDeleteObsoleteCommandService',
  159.             'Translation\\Bundle\\Command\\DownloadCommand' => 'getDownloadCommandService',
  160.             'Translation\\Bundle\\Command\\ExtractCommand' => 'getExtractCommandService',
  161.             'Translation\\Bundle\\Command\\StatusCommand' => 'getStatusCommandService',
  162.             'Translation\\Bundle\\Command\\SyncCommand' => 'getSyncCommandService',
  163.             'Translation\\Bundle\\Controller\\SymfonyProfilerController' => 'getSymfonyProfilerControllerService',
  164.             'Translation\\Bundle\\Controller\\WebUIController' => 'getWebUIControllerService',
  165.             'Translation\\Bundle\\Service\\CacheClearer' => 'getCacheClearer2Service',
  166.             'Translation\\Bundle\\Service\\ConfigurationManager' => 'getConfigurationManagerService',
  167.             'Translation\\Bundle\\Service\\Importer' => 'getImporterService',
  168.             'Translation\\Bundle\\Service\\StorageManager' => 'getStorageManagerService',
  169.             'cache.app_clearer' => 'getCache_AppClearerService',
  170.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  171.             'cache.system_clearer' => 'getCache_SystemClearerService',
  172.             'cache_warmer' => 'getCacheWarmerService',
  173.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  174.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
  175.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
  176.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
  177.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
  178.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
  179.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
  180.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
  181.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
  182.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
  183.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
  184.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
  185.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
  186.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
  187.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
  188.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
  189.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
  190.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
  191.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
  192.             'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
  193.             'console.command_loader' => 'getConsole_CommandLoaderService',
  194.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  195.             'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
  196.             'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
  197.             'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
  198.             'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
  199.             'error_controller' => 'getErrorControllerService',
  200.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  201.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  202.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  203.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  204.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  205.             'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
  206.             'massive_search.adapter.zend_lucene' => 'getMassiveSearch_Adapter_ZendLuceneService',
  207.             'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
  208.             'php_translation.cache_clearer' => 'getPhpTranslation_CacheClearerService',
  209.             'php_translation.catalogue_counter' => 'getPhpTranslation_CatalogueCounterService',
  210.             'php_translation.catalogue_fetcher' => 'getPhpTranslation_CatalogueFetcherService',
  211.             'php_translation.catalogue_manager' => 'getPhpTranslation_CatalogueManagerService',
  212.             'php_translation.catalogue_writer' => 'getPhpTranslation_CatalogueWriterService',
  213.             'php_translation.configuration_manager' => 'getPhpTranslation_ConfigurationManagerService',
  214.             'php_translation.importer' => 'getPhpTranslation_ImporterService',
  215.             'php_translation.storage.app' => 'getPhpTranslation_Storage_AppService',
  216.             'php_translation.storage_manager' => 'getPhpTranslation_StorageManagerService',
  217.             'php_translator.console.delete_obsolete' => 'getPhpTranslator_Console_DeleteObsoleteService',
  218.             'php_translator.console.download' => 'getPhpTranslator_Console_DownloadService',
  219.             'php_translator.console.extract' => 'getPhpTranslator_Console_ExtractService',
  220.             'php_translator.console.status' => 'getPhpTranslator_Console_StatusService',
  221.             'php_translator.console.sync' => 'getPhpTranslator_Console_SyncService',
  222.             'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
  223.             'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
  224.             'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
  225.             'routing.loader' => 'getRouting_LoaderService',
  226.             'services_resetter' => 'getServicesResetterService',
  227.             'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
  228.             'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
  229.             'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
  230.             'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
  231.             'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
  232.             'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
  233.             'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
  234.             'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
  235.             'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
  236.             'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
  237.             'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
  238.             'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
  239.             'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
  240.             'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
  241.             'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
  242.             'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
  243.             'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
  244.             'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
  245.             'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
  246.             'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
  247.             'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
  248.             'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
  249.             'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
  250.             'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
  251.             'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
  252.             'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
  253.             'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
  254.             'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
  255.             'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
  256.             'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
  257.             'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
  258.             'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
  259.             'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
  260.             'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
  261.             'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
  262.             'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
  263.             'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
  264.             'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
  265.             'sulu_contact.form_of_address_provider' => 'getSuluContact_FormOfAddressProviderService',
  266.             'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
  267.             'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
  268.             'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
  269.             'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
  270.             'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
  271.             'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
  272.             'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
  273.             'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
  274.             'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
  275.             'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
  276.             'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
  277.             'sulu_headless.content_resolver' => 'getSuluHeadless_ContentResolverService',
  278.             'sulu_headless.controller.navigation' => 'getSuluHeadless_Controller_NavigationService',
  279.             'sulu_headless.controller.search' => 'getSuluHeadless_Controller_SearchService',
  280.             'sulu_headless.controller.snippet_area' => 'getSuluHeadless_Controller_SnippetAreaService',
  281.             'sulu_headless.controller.website' => 'getSuluHeadless_Controller_WebsiteService',
  282.             'sulu_headless.structure_resolver' => 'getSuluHeadless_StructureResolverService',
  283.             'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
  284.             'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
  285.             'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
  286.             'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService',
  287.             'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
  288.             'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
  289.             'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
  290.             'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService',
  291.             'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
  292.             'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
  293.             'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
  294.             'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
  295.             'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
  296.             'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
  297.             'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
  298.             'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
  299.             'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
  300.             'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
  301.             'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
  302.             'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
  303.             'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
  304.             'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
  305.             'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
  306.             'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
  307.             'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
  308.             'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
  309.             'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
  310.             'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
  311.             'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
  312.             'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
  313.             'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
  314.             'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
  315.             'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
  316.             'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
  317.             'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
  318.             'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
  319.             'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
  320.             'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
  321.             'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
  322.             'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
  323.             'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
  324.             'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
  325.             'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
  326.             'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
  327.             'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
  328.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  329.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  330.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  331.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  332.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  333.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  334.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  335.         ];
  336.         $this->aliases = [
  337.             'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  338.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  339.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  340.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  341.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  342.             'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  343.             'Sulu\\Bundle\\HeadlessBundle\\Controller\\HeadlessWebsiteController' => 'sulu_headless.controller.website',
  344.             'Sulu\\Bundle\\HeadlessBundle\\Controller\\NavigationController' => 'sulu_headless.controller.navigation',
  345.             'Sulu\\Bundle\\HeadlessBundle\\Controller\\SearchController' => 'sulu_headless.controller.search',
  346.             'Sulu\\Bundle\\HeadlessBundle\\Controller\\SnippetAreaController' => 'sulu_headless.controller.snippet_area',
  347.             'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
  348.             'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
  349.             'Translation\\Bundle\\Service\\StorageService' => 'php_translation.storage.app',
  350.             'database_connection' => 'doctrine.dbal.default_connection',
  351.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  352.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  353.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  354.             'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  355.             'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  356.             'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  357.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  358.             'mailer' => 'swiftmailer.mailer.default',
  359.             'php_translation.storage' => 'php_translation.storage.app',
  360.             'php_translation.storage.default' => 'php_translation.storage.app',
  361.             'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  362.             'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  363.         ];
  364.         $this->privates['service_container'] = function () {
  365.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  366.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  367.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  368.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  369.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  370.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  371.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  372.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  373.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  374.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  375.             include_once \dirname(__DIR__5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  376.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  377.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  378.             include_once \dirname(__DIR__5).'/vendor/symfony/var-exporter/Internal/LazyObjectTrait.php';
  379.             include_once \dirname(__DIR__5).'/vendor/symfony/var-exporter/LazyGhostTrait.php';
  380.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  381.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  382.             include_once \dirname(__DIR__5).'/src/Repository/FaqCategoriesRepository.php';
  383.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  384.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  385.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  386.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  387.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  388.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  389.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  390.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  391.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  392.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  393.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  394.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  395.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  396.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  397.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  398.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  399.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  400.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  401.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  402.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  403.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  404.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RunnerInterface.php';
  405.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  406.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  407.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RuntimeInterface.php';
  408.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/GenericRuntime.php';
  409.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/SymfonyRuntime.php';
  410.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  411.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  412.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  413.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  414.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  415.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  416.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  417.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocatorInterface.php';
  418.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocator.php';
  419.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  420.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  421.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  422.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  423.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  424.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  425.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  426.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  427.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  428.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  429.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  430.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareInterface.php';
  431.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareTrait.php';
  432.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  433.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  434.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  435.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  436.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  437.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  438.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  439.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  440.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  442.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  444.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  445.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  448.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  449.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  450.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  451.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  452.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  453.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  458.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  459.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerInterface.php';
  460.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  461.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  462.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  463.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  464.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  465.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  466.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  467.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  468.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  469.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  470.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  471.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  472.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  473.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  474.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  475.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  476.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  477.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  478.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  479.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  480.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  481.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  482.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  483.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  484.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistryInterface.php';
  485.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistry.php';
  486.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormExtensionInterface.php';
  487.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  488.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  489.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  490.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  491.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  492.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  493.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  494.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  495.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  496.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  497.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  498.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  499.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  500.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  501.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  502.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  503.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  504.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  505.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  506.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  507.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  508.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  509.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  510.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  511.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  512.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  513.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  514.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  515.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  516.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  517.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  518.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  519.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  520.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  521.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  522.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  523.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  524.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  525.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  526.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  527.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  528.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  529.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  530.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  531.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  532.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  533.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  534.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  535.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  536.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  537.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  538.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  539.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
  540.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
  541.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  542.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  543.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
  544.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
  545.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
  546.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
  547.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
  548.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
  549.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  550.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  551.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
  552.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
  553.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
  554.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  555.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/Loader.php';
  556.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  557.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  558.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  559.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/FileLoader.php';
  560.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  561.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  562.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  563.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  564.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  565.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  566.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  567.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  568.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  569.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  570.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  571.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  572.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  573.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  574.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  575.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  576.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  577.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  578.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  579.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  580.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  581.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  582.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  583.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  584.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  585.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  586.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  587.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  588.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  589.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  590.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
  591.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
  592.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
  593.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
  594.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/DateTimeRequestProcessor.php';
  595.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/SegmentRequestProcessor.php';
  596.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
  597.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  598.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  599.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  600.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  601.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Registry.php';
  602.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventManager.php';
  603.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  604.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Connection.php';
  605.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  606.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Configuration.php';
  607.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  608.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  609.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  610.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  611.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  612.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  613.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  614.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  615.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  616.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  617.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  618.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  619.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  620.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  621.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  622.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  623.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  624.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  625.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  626.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  627.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  628.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  629.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  630.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  631.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  632.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  633.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  634.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  635.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  636.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  637.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  638.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  639.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  640.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  641.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  642.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  643.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  644.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  645.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  646.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  647.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  648.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  649.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  650.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  651.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  652.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  653.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  654.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  655.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  656.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  657.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  658.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  659.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  660.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  661.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  662.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  663.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  664.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  665.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  666.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  667.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  668.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  669.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  670.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  671.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  672.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  673.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderParser.php';
  674.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  675.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  676.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  677.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  678.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  679.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/Php8AttributesListener.php';
  680.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Factory.php';
  681.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  682.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
  683.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
  684.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
  685.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
  686.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  687.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
  688.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  689.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  690.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  691.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  692.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  693.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
  694.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  695.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  696.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  697.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  698.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  699.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  700.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  701.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  702.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Imagick/Imagine.php';
  703.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  704.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  705.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  706.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  707.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  708.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  709.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  710.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  711.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  712.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  713.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  714.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  715.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  716.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  717.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  718.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  719.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  720.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  721.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  722.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  723.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  724.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  725.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  726.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  727.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  728.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  729.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  730.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  731.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  732.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  733.             include_once \dirname(__DIR__5).'/vendor/contao/imagine-svg/src/Imagine.php';
  734.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
  735.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
  736.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
  737.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
  738.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
  739.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
  740.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
  741.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
  742.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
  743.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
  744.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/EventSubscriberInterface.php';
  745.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
  746.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
  747.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
  748.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
  749.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
  750.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
  751.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
  752.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
  753.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
  754.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  755.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  756.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  757.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  758.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  759.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  760.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  761.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  762.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  763.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  764.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  765.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  766.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
  767.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
  768.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  769.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  770.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  771.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  772.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  773.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  774.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  775.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  776.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  777.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  778.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  779.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  780.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  783.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  784.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  785.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  786.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  787.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  788.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  789.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  790.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  791.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  792.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  793.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  794.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  795.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  796.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  797.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  798.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  799.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  800.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  801.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  802.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  803.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  804.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
  805.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  806.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  807.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  808.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  809.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  810.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  811.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  812.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  813.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  814.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  815.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  816.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  817.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  818.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  819.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
  820.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
  821.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollectorInterface.php';
  822.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollector.php';
  823.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  824.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  825.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  826.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  827.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  828.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
  829.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  830.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
  831.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
  832.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
  833.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
  834.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
  835.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
  836.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
  837.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
  838.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
  839.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
  840.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
  841.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
  842.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
  843.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
  844.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  845.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
  846.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
  847.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
  848.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
  849.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
  850.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  851.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  852.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  853.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  854.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  855.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  856.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  857.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  858.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  859.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  860.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  861.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  862.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  863.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  864.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  865.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  866.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  867.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  868.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  869.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  870.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Security.php';
  871.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  872.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  873.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  874.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  875.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  876.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  877.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  878.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  879.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  880.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  881.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  882.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  883.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  884.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  885.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
  886.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
  887.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
  888.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
  889.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
  890.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
  891.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  892.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  893.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  894.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  895.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  896.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  897.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  898.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  899.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  900.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  901.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  902.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  903.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  904.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  905.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  906.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  907.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  908.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  909.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  910.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  911.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  912.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  913.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  914.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouteCollection.php';
  915.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  916.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  917.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  918.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  919.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  920.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  921.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  922.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  923.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  924.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  925.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  926.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  927.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  928.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  929.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  930.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  931.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  932.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  933.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  934.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  935.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  936.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  937.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  938.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  939.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  940.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  941.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  942.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  943.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  944.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  945.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  946.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  947.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  948.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  949.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  950.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  951.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  952.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  953.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  954.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  955.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  956.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  957.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php';
  958.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  959.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  960.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactoryInterface.php';
  961.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactory.php';
  962.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  963.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  964.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  965.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  966.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  967.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  968.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  969.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  970.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  971.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  972.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  973.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  974.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  975.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  976.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  977.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  978.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  979.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  980.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  981.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  982.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  983.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  984.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  985.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  986.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  987.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  988.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  989.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  990.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  991.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  992.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  993.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  994.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  995.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  996.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  997.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  998.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  999.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1015.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1016.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1017.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1018.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1019.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1020.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1021.             include_once \dirname(__DIR__5).'/src/Twig/AppExtension.php';
  1022.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1023.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1024.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  1029.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  1030.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  1031.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  1032.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  1033.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  1034.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  1035.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  1036.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
  1037.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
  1038.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
  1039.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
  1040.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
  1041.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
  1042.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
  1043.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  1045.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  1046.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  1047.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  1048.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  1049.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  1050.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  1051.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  1052.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  1053.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  1054.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  1055.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  1056.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1057.             include_once \dirname(__DIR__5).'/vendor/php-translation/symfony-bundle/Twig/TranslationExtension.php';
  1058.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  1059.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1060.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1061.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1062.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1063.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1064.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1065.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1066.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1067.         };
  1068.     }
  1069.     public function compile(): void
  1070.     {
  1071.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1072.     }
  1073.     public function isCompiled(): bool
  1074.     {
  1075.         return true;
  1076.     }
  1077.     public function getRemovedIds(): array
  1078.     {
  1079.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1080.     }
  1081.     protected function load($file$lazyLoad true)
  1082.     {
  1083.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1084.             return $class::do($this$lazyLoad);
  1085.         }
  1086.         if ('.' === $file[-4]) {
  1087.             $class substr($class0, -4);
  1088.         } else {
  1089.             $file .= '.php';
  1090.         }
  1091.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1092.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1093.     }
  1094.     protected function createProxy($class\Closure $factory)
  1095.     {
  1096.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1097.         return $factory();
  1098.     }
  1099.     /**
  1100.      * Gets the public '.container.private.filesystem' shared service.
  1101.      *
  1102.      * @return \Symfony\Component\Filesystem\Filesystem
  1103.      */
  1104.     protected function get_Container_Private_FilesystemService()
  1105.     {
  1106.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1107.     }
  1108.     /**
  1109.      * Gets the public '.container.private.form.factory' shared service.
  1110.      *
  1111.      * @return \Symfony\Component\Form\FormFactory
  1112.      */
  1113.     protected function get_Container_Private_Form_FactoryService()
  1114.     {
  1115.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1116.         if (isset($this->services['.container.private.form.factory'])) {
  1117.             return $this->services['.container.private.form.factory'];
  1118.         }
  1119.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1120.     }
  1121.     /**
  1122.      * Gets the public '.container.private.profiler' shared service.
  1123.      *
  1124.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1125.      */
  1126.     protected function get_Container_Private_ProfilerService()
  1127.     {
  1128.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1129.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1130.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1131.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1132.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1133.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1134.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1135.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1136.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1137.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1138.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1139.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1140.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1141.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1142.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1143.         $d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
  1144.         $d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
  1145.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1146.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1147.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1148.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1149.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1150.         $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1151.         $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1152.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1153.         if ($this->has('kernel')) {
  1154.             $g->setKernel($b);
  1155.         }
  1156.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1157.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($bNULL));
  1158.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1159.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1160.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1161.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1162.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1163.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1164.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(NULL$c));
  1165.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1166.         $instance->add($d);
  1167.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($e));
  1168.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  1169.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1170.         $instance->add($f);
  1171.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1172.         $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1173.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1174.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1175.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($e));
  1176.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1177.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['Sulu\\Bundle\\AdminBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SearchBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SnippetBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/config/serializer'), 'Sulu\\Bundle\\PageBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\DocumentManagerBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CustomUrlBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/config/serializer'), 'Sulu\\Component\\CustomUrl' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\DocumentManager' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Content' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Webspace' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/serializer'), 'Massive\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/massive'), 'Sulu\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/sulu'), 'Sulu\\Component\\SmartContent\\Configuration' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/DependencyInjection/../Resources/config/serializer')], ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
  1178.         $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
  1179.         $instance->add($g);
  1180.         return $instance;
  1181.     }
  1182.     /**
  1183.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1184.      *
  1185.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1186.      */
  1187.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1188.     {
  1189.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1190.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1191.             return $this->services['.container.private.security.authorization_checker'];
  1192.         }
  1193.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  1194.     }
  1195.     /**
  1196.      * Gets the public '.container.private.security.token_storage' shared service.
  1197.      *
  1198.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1199.      */
  1200.     protected function get_Container_Private_Security_TokenStorageService()
  1201.     {
  1202.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1203.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1204.         ], [
  1205.             'request_stack' => '?',
  1206.         ]));
  1207.     }
  1208.     /**
  1209.      * Gets the public '.container.private.twig' shared service.
  1210.      *
  1211.      * @return \Twig\Environment
  1212.      */
  1213.     protected function get_Container_Private_TwigService()
  1214.     {
  1215.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true'strict_variables' => false'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1216.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1217.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1218.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1219.         $d = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1220.         $e = ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService());
  1221.         $f = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
  1222.         $g = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  1223.         $h = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1224.         $i = ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService());
  1225.         $j = ($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService());
  1226.         $k = ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService());
  1227.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1228.         $m = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($l'dev'$h);
  1229.         $n = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1230.         $n->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  1231.         $o = new \Symfony\Bridge\Twig\AppVariable();
  1232.         $o->setEnvironment('dev');
  1233.         $o->setDebug(true);
  1234.         if ($this->has('.container.private.security.token_storage')) {
  1235.             $o->setTokenStorage($d);
  1236.         }
  1237.         if ($this->has('request_stack')) {
  1238.             $o->setRequestStack($c);
  1239.         }
  1240.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1241.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), NULL));
  1242.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($a));
  1243.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  1244.             yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  1245.         }, 1))));
  1246.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b\dirname(__DIR__5), 'UTF-8'));
  1247.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1248.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1249.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1250.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1251.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1252.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1253.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($a));
  1254.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1255.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1256.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($c, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $d)));
  1257.         $instance->addExtension(new \App\Twig\AppExtension($c, ($this->privates['App\\Repository\\FaqCategoriesRepository'] ?? $this->getFaqCategoriesRepositoryService())));
  1258.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1259.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1260.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1261.         $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  1262.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  1263.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())));
  1264.         $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  1265.         $instance->addExtension(new \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension(($this->services['sulu_category.category_manager'] ?? $this->getSuluCategory_CategoryManagerService()), ($this->privates['sulu_category.category_request_handler'] ?? $this->getSuluCategory_CategoryRequestHandlerService()), $e$f));
  1266.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension($g$h$i), $f1));
  1267.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension($j$h$k));
  1268.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension($j$h$k));
  1269.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  1270.         $instance->addExtension(new \Sulu\Bundle\TagBundle\Twig\TagTwigExtension(($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService()), ($this->privates['sulu_tag.tag_request_handler'] ?? $this->getSuluTag_TagRequestHandlerService()), $e$f));
  1271.         $instance->addExtension($m);
  1272.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($g, ($this->privates['sulu_website.navigation_mapper'] ?? $this->getSuluWebsite_NavigationMapperService()), $h), $f1));
  1273.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator(($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService()), $l, 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'), $l'dev'$h), $f1));
  1274.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension($g$i, ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $h, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), $l$c), $f1));
  1275.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($h$m));
  1276.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($h$m$c));
  1277.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  1278.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($n));
  1279.         $instance->addExtension(new \Translation\Bundle\Twig\TranslationExtension($atrue));
  1280.         $instance->addGlobal('app'$o);
  1281.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1282.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1283.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1284.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1285.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1286.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1287.         ], [
  1288.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1289.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1290.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1291.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1292.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1293.         ])));
  1294.         $instance->addGlobal('DOMAIN_NAME''http://127.0.0.1:8000');
  1295.         $instance->addGlobal('GOOGLE_API_KEY''AIzaSyDZRWRggPIB7A1ik-cBrLbYfbwmjyZz2Xs');
  1296.         $instance->addGlobal('GOOGLE_CAPTCHA_KEY''6LehT9UUAAAAACFDGU16Afs9RKhWJ2ySThg6NfQ9');
  1297.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1298.         return $instance;
  1299.     }
  1300.     /**
  1301.      * Gets the public '.container.private.validator' shared service.
  1302.      *
  1303.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1304.      */
  1305.     protected function get_Container_Private_ValidatorService()
  1306.     {
  1307.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1308.         if (isset($this->services['.container.private.validator'])) {
  1309.             return $this->services['.container.private.validator'];
  1310.         }
  1311.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1312.     }
  1313.     /**
  1314.      * Gets the public 'cache.app' shared service.
  1315.      *
  1316.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1317.      */
  1318.     protected function getCache_AppService()
  1319.     {
  1320.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('OrYAm0w5ig'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1321.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1322.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1323.     }
  1324.     /**
  1325.      * Gets the public 'cache.system' shared service.
  1326.      *
  1327.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1328.      */
  1329.     protected function getCache_SystemService()
  1330.     {
  1331.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UCqc9FX7Xp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1332.     }
  1333.     /**
  1334.      * Gets the public 'cache.validator_expression_language' shared service.
  1335.      *
  1336.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1337.      */
  1338.     protected function getCache_ValidatorExpressionLanguageService()
  1339.     {
  1340.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oo1g4780-M'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1341.     }
  1342.     /**
  1343.      * Gets the public 'cmf_routing.route_provider' shared service.
  1344.      *
  1345.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1346.      */
  1347.     protected function getCmfRouting_RouteProviderService()
  1348.     {
  1349.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  1350.         if (isset($this->services['cmf_routing.route_provider'])) {
  1351.             return $this->services['cmf_routing.route_provider'];
  1352.         }
  1353.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  1354.         if (isset($this->services['cmf_routing.route_provider'])) {
  1355.             return $this->services['cmf_routing.route_provider'];
  1356.         }
  1357.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1358.         if (isset($this->services['cmf_routing.route_provider'])) {
  1359.             return $this->services['cmf_routing.route_provider'];
  1360.         }
  1361.         $d = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1362.         if (isset($this->services['cmf_routing.route_provider'])) {
  1363.             return $this->services['cmf_routing.route_provider'];
  1364.         }
  1365.         return $this->services['cmf_routing.route_provider'] = new \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider($a$b, ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), $c, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), $d, ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), ['utf8' => true]);
  1366.     }
  1367.     /**
  1368.      * Gets the public 'data_collector.dump' shared service.
  1369.      *
  1370.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1371.      */
  1372.     protected function getDataCollector_DumpService()
  1373.     {
  1374.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1375.         if (isset($this->services['data_collector.dump'])) {
  1376.             return $this->services['data_collector.dump'];
  1377.         }
  1378.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  1379.         if (isset($this->services['data_collector.dump'])) {
  1380.             return $this->services['data_collector.dump'];
  1381.         }
  1382.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(NULL$a'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  1383.     }
  1384.     /**
  1385.      * Gets the public 'doctrine' shared service.
  1386.      *
  1387.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1388.      */
  1389.     protected function getDoctrineService()
  1390.     {
  1391.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1392.     }
  1393.     /**
  1394.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1395.      *
  1396.      * @return \Doctrine\DBAL\Connection
  1397.      */
  1398.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1399.     {
  1400.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1401.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1402.             return $this->services['doctrine.dbal.default_connection'];
  1403.         }
  1404.         $b = new \Doctrine\DBAL\Configuration();
  1405.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1406.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1407.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1408.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1409.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), NULL);
  1410.         $d->setConnectionName('default');
  1411.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1412.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1413.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1414.     }
  1415.     /**
  1416.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1417.      *
  1418.      * @return \Doctrine\ORM\EntityManager
  1419.      */
  1420.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1421.     {
  1422.         if ($lazyLoad) {
  1423.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1424.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1425.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1426.                     $proxy->setProxyInitializer(null);
  1427.                     return true;
  1428.                 });
  1429.             });
  1430.         }
  1431.         include_once \dirname(__DIR__5).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1432.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1433.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1434.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1435.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1436.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1437.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  1438.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1439.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1440.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  1441.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  1442.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  1443.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  1444.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  1445.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  1446.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  1447.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1448.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  1449.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1450.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1451.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1452.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1453.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1454.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1455.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1456.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1457.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1458.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1459.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1460.         $a = new \Doctrine\ORM\Configuration();
  1461.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1462.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity') => 'Gedmo\\Tree\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ContactBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\MediaBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\SecurityBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\CategoryBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\TagBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\WebsiteBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\RouteBundle\\Entity'], '.orm.xml'false);
  1463.         $c->setGlobalBasename('mapping');
  1464.         $d = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/Entity'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Entity')], false);
  1465.         $b->addDriver($c'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1466.         $b->addDriver($c'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1467.         $b->addDriver($c'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1468.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1469.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1470.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1471.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1472.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1473.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1474.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1475.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1476.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__5).'/src/Entity')], false), 'App\\Entity');
  1477.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1478.         $b->addDriver($d'Sulu\\Bundle\\AdminBundle\\Entity');
  1479.         $a->setEntityNamespaces(['SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model''SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model''SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model''GedmoTree' => 'Gedmo\\Tree\\Entity''App' => 'App\\Entity''SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\Entity''SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\Entity''SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\Entity''SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\Entity''SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\Entity''SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\Entity''SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\Entity''SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\Entity''SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\Entity']);
  1480.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1481.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1482.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1483.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1484.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1485.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1486.         ], [
  1487.             'doctrine.ulid_generator' => '?',
  1488.             'doctrine.uuid_generator' => '?',
  1489.         ])));
  1490.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1491.         $a->setProxyNamespace('Proxies');
  1492.         $a->setAutoGenerateProxyClasses(true);
  1493.         $a->setSchemaIgnoreClasses([]);
  1494.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1495.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1496.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1497.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1498.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1499.         $a->setLazyGhostObjectEnabled(false);
  1500.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1501.             'App\\Repository\\FaqCategoriesRepository' => ['privates''App\\Repository\\FaqCategoriesRepository''getFaqCategoriesRepositoryService'false],
  1502.             'App\\Repository\\FaqCategoriesTranslationRepository' => ['privates''App\\Repository\\FaqCategoriesTranslationRepository''getFaqCategoriesTranslationRepositoryService'true],
  1503.         ], [
  1504.             'App\\Repository\\FaqCategoriesRepository' => '?',
  1505.             'App\\Repository\\FaqCategoriesTranslationRepository' => '?',
  1506.         ])));
  1507.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1508.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1509.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1510.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1511.         return $instance;
  1512.     }
  1513.     /**
  1514.      * Gets the public 'doctrine_phpcr' shared service.
  1515.      *
  1516.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1517.      */
  1518.     protected function getDoctrinePhpcrService()
  1519.     {
  1520.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1521.     }
  1522.     /**
  1523.      * Gets the public 'doctrine_phpcr.session' shared service.
  1524.      *
  1525.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1526.      */
  1527.     protected function getDoctrinePhpcr_SessionService($lazyLoad true)
  1528.     {
  1529.         if ($lazyLoad) {
  1530.             return $this->services['doctrine_phpcr.session'] = $this->createProxy('Session_21c865b', function () {
  1531.                 return \Session_21c865b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1532.                     $wrappedInstance $this->getDoctrinePhpcr_SessionService(false);
  1533.                     $proxy->setProxyInitializer(null);
  1534.                     return true;
  1535.                 });
  1536.             });
  1537.         }
  1538.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  1539.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  1540.         return new \Sulu\Bundle\DocumentManagerBundle\Session\Session(($this->privates['sulu_document_manager.decorated_default_session'] ?? $this->getSuluDocumentManager_DecoratedDefaultSessionService()));
  1541.     }
  1542.     /**
  1543.      * Gets the public 'event_dispatcher' shared service.
  1544.      *
  1545.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1546.      */
  1547.     protected function getEventDispatcherService()
  1548.     {
  1549.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1550.         $instance->addListener('kernel.controller', [=> function () {
  1551.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1552.         }, => 'onKernelController'], 0);
  1553.         $instance->addListener('kernel.request', [=> function () {
  1554.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1555.         }, => 'onKernelRequest'], 10);
  1556.         $instance->addListener('kernel.request', [=> function () {
  1557.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1558.         }, => 'onKernelRequest'], 248);
  1559.         $instance->addListener('massive_search.index', [=> function () {
  1560.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1561.         }, => 'onIndex'], 0);
  1562.         $instance->addListener('massive_search.deindex', [=> function () {
  1563.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1564.         }, => 'onDeindex'], 0);
  1565.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1566.             return ($this->privates['massive_search.events.zend_rebuild'] ?? $this->load('getMassiveSearch_Events_ZendRebuildService'));
  1567.         }, => 'onIndexRebuild'], -999);
  1568.         $instance->addListener('massive_search.hit', [=> function () {
  1569.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1570.         }, => 'onHit'], 0);
  1571.         $instance->addListener('kernel.response', [=> function () {
  1572.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1573.         }, => 'onResponse'], -5);
  1574.         $instance->addListener('kernel.response', [=> function () {
  1575.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1576.         }, => 'onKernelResponse'], 0);
  1577.         $instance->addListener('kernel.response', [=> function () {
  1578.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1579.         }, => 'onKernelResponse'], -1024);
  1580.         $instance->addListener('kernel.request', [=> function () {
  1581.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1582.         }, => 'setDefaultLocale'], 100);
  1583.         $instance->addListener('kernel.request', [=> function () {
  1584.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1585.         }, => 'onKernelRequest'], 16);
  1586.         $instance->addListener('kernel.finish_request', [=> function () {
  1587.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1588.         }, => 'onKernelFinishRequest'], 0);
  1589.         $instance->addListener('kernel.request', [=> function () {
  1590.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1591.         }, => 'onKernelRequest'], 256);
  1592.         $instance->addListener('kernel.response', [=> function () {
  1593.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1594.         }, => 'onResponse'], -255);
  1595.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1596.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1597.         }, => 'onControllerArguments'], 0);
  1598.         $instance->addListener('kernel.exception', [=> function () {
  1599.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1600.         }, => 'logKernelException'], 0);
  1601.         $instance->addListener('kernel.exception', [=> function () {
  1602.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1603.         }, => 'onKernelException'], -128);
  1604.         $instance->addListener('kernel.response', [=> function () {
  1605.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1606.         }, => 'removeCspHeader'], -128);
  1607.         $instance->addListener('kernel.request', [=> function () {
  1608.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1609.         }, => 'onKernelRequest'], 15);
  1610.         $instance->addListener('kernel.finish_request', [=> function () {
  1611.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1612.         }, => 'onKernelFinishRequest'], -15);
  1613.         $instance->addListener('console.error', [=> function () {
  1614.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1615.         }, => 'onConsoleError'], -128);
  1616.         $instance->addListener('console.terminate', [=> function () {
  1617.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1618.         }, => 'onConsoleTerminate'], -128);
  1619.         $instance->addListener('console.error', [=> function () {
  1620.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1621.         }, => 'onConsoleError'], 0);
  1622.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1623.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1624.         }, => 'onMessage'], -255);
  1625.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1626.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1627.         }, => 'onMessage'], -255);
  1628.         $instance->addListener('kernel.request', [=> function () {
  1629.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1630.         }, => 'configure'], 2048);
  1631.         $instance->addListener('console.command', [=> function () {
  1632.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1633.         }, => 'configure'], 2048);
  1634.         $instance->addListener('kernel.request', [=> function () {
  1635.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1636.         }, => 'onKernelRequest'], 128);
  1637.         $instance->addListener('kernel.response', [=> function () {
  1638.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1639.         }, => 'onKernelResponse'], -1000);
  1640.         $instance->addListener('kernel.finish_request', [=> function () {
  1641.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1642.         }, => 'onFinishRequest'], 0);
  1643.         $instance->addListener('kernel.response', [=> function () {
  1644.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1645.         }, => 'onKernelResponse'], -100);
  1646.         $instance->addListener('kernel.exception', [=> function () {
  1647.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1648.         }, => 'onKernelException'], 0);
  1649.         $instance->addListener('kernel.terminate', [=> function () {
  1650.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1651.         }, => 'onKernelTerminate'], -1024);
  1652.         $instance->addListener('kernel.controller', [=> function () {
  1653.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1654.         }, => 'onKernelController'], 0);
  1655.         $instance->addListener('kernel.response', [=> function () {
  1656.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1657.         }, => 'onKernelResponse'], 0);
  1658.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1659.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1660.         }, => 'onMessage'], 0);
  1661.         $instance->addListener('console.command', [=> function () {
  1662.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1663.         }, => 'onCommand'], 255);
  1664.         $instance->addListener('console.terminate', [=> function () {
  1665.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1666.         }, => 'onTerminate'], -255);
  1667.         $instance->addListener('kernel.exception', [=> function () {
  1668.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1669.         }, => 'onException'], 0);
  1670.         $instance->addListener('kernel.terminate', [=> function () {
  1671.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1672.         }, => 'onTerminate'], 0);
  1673.         $instance->addListener('console.error', [=> function () {
  1674.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1675.         }, => 'onException'], 0);
  1676.         $instance->addListener('console.terminate', [=> function () {
  1677.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1678.         }, => 'onTerminate'], 0);
  1679.         $instance->addListener('kernel.exception', [=> function () {
  1680.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1681.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  1682.         $instance->addListener('kernel.response', [=> function () {
  1683.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1684.         }, => 'setResponseStatusCode'], 0);
  1685.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1686.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  1687.         }, => 'purgeIndexes'], 500);
  1688.         $instance->addListener('kernel.response', [=> function () {
  1689.             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')));
  1690.         }, => 'onKernelResponse'], 10);
  1691.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  1692.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1693.         }, => 'onProxyUnreachableError'], 0);
  1694.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  1695.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1696.         }, => 'onProxyResponseError'], 0);
  1697.         $instance->addListener('kernel.response', [=> function () {
  1698.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1699.         }, => 'onKernelResponse'], 0);
  1700.         $instance->addListener('kernel.terminate', [=> function () {
  1701.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1702.         }, => 'onKernelTerminate'], 0);
  1703.         $instance->addListener('kernel.exception', [=> function () {
  1704.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1705.         }, => 'onKernelException'], 0);
  1706.         $instance->addListener('console.terminate', [=> function () {
  1707.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1708.         }, => 'onConsoleTerminate'], 0);
  1709.         $instance->addListener('kernel.request', [=> function () {
  1710.             return ($this->privates['fos_http_cache.event_listener.php8_attributes'] ?? $this->getFosHttpCache_EventListener_Php8AttributesService());
  1711.         }, => 'onKernelRequest'], 0);
  1712.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1713.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  1714.         }, => 'onPermissionUpdate'], 0);
  1715.         $instance->addListener('massive_search.pre_index', [=> function () {
  1716.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  1717.         }, => 'handlePreIndex'], 0);
  1718.         $instance->addListener('massive_search.pre_index', [=> function () {
  1719.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  1720.         }, => 'handlePreIndex'], 0);
  1721.         $instance->addListener('kernel.request', [=> function () {
  1722.             return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  1723.         }, => 'onKernelRequest'], 24);
  1724.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1725.             return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  1726.         }, => 'handlePermissionUpdate'], 0);
  1727.         $instance->addListener('kernel.controller', [=> function () {
  1728.             return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  1729.         }, => 'onKernelController'], 0);
  1730.         $instance->addListener('security.interactive_login', [=> function () {
  1731.             return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  1732.         }, => 'onSecurityInteractiveLogin'], 0);
  1733.         $instance->addListener('massive_search.pre_index', [=> function () {
  1734.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1735.         }, => 'handleBlameTimestamp'], 0);
  1736.         $instance->addListener('massive_search.hit', [=> function () {
  1737.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1738.         }, => 'handleBlameTimestampHitMapping'], 0);
  1739.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1740.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  1741.         }, => 'onPermissionUpdate'], 0);
  1742.         $instance->addListener('kernel.request', [=> function () {
  1743.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  1744.         }, => 'onRequest'], 31);
  1745.         $instance->addListener('kernel.request', [=> function () {
  1746.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1747.         }, => 'onKernelRequest'], 32);
  1748.         $instance->addListener('kernel.finish_request', [=> function () {
  1749.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1750.         }, => 'onKernelFinishRequest'], 0);
  1751.         $instance->addListener('sulu_website.cache_clear', [=> function () {
  1752.             return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  1753.         }, => 'onCacheClear'], 0);
  1754.         $instance->addListener('kernel.request', [=> function () {
  1755.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  1756.         }, => 'onKernelRequest'], 14);
  1757.         $instance->addListener('kernel.exception', [=> function () {
  1758.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1759.         }, => 'redirectPartialMatch'], 0);
  1760.         $instance->addListener('kernel.exception', [=> function () {
  1761.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1762.         }, => 'redirectTrailingSlashOrHtml'], 0);
  1763.         $instance->addListener('kernel.response', [=> function () {
  1764.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.4.14')));
  1765.         }, => 'onResponse'], 0);
  1766.         $instance->addListener('kernel.response', [=> function () {
  1767.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1768.         }, => 'addVaryHeader'], 0);
  1769.         $instance->addListener('kernel.response', [=> function () {
  1770.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1771.         }, => 'addCookieHeader'], 0);
  1772.         $instance->addListener('kernel.response', [=> function () {
  1773.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  1774.         }, => 'replaceMarkup'], -10);
  1775.         $instance->addListener('kernel.response', [=> function () {
  1776.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1777.         }, => 'onKernelResponse'], -128);
  1778.         $instance->addListener('console.command', [=> function () {
  1779.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1780.         }, => 'configure'], 1024);
  1781.         $instance->addListener('kernel.response', [=> function () {
  1782.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1783.         }, => 'onKernelResponse'], 0);
  1784.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1785.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1786.         }, => 'onVoterVote'], 0);
  1787.         $instance->addListener('kernel.request', [=> function () {
  1788.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1789.         }, => 'configureLogoutUrlGenerator'], 8);
  1790.         $instance->addListener('kernel.request', [=> function () {
  1791.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1792.         }, => 'onKernelRequest'], 8);
  1793.         $instance->addListener('kernel.finish_request', [=> function () {
  1794.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1795.         }, => 'onKernelFinishRequest'], 0);
  1796.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1797.             return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  1798.         }, => 'storeActivity'], -256);
  1799.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1800.             return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  1801.         }, => 'setDomainEventUser'], 256);
  1802.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1803.             return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  1804.         }, => 'dispatchDomainEventWithSpecificEventName'], 0);
  1805.         $instance->addListener('Sulu\\Bundle\\SnippetBundle\\Domain\\Event\\WebspaceDefaultSnippetModifiedEvent', [=> function () {
  1806.             return ($this->privates['sulu_headless.event_subscriber.snippet_area_invalidation'] ?? ($this->privates['sulu_headless.event_subscriber.snippet_area_invalidation'] = new \Sulu\Bundle\HeadlessBundle\EventSubscriber\SnippetAreaInvalidationSubscriber(NULL)));
  1807.         }, => 'invalidateSnippetAreaOnModified'], 0);
  1808.         $instance->addListener('Sulu\\Bundle\\SnippetBundle\\Domain\\Event\\WebspaceDefaultSnippetRemovedEvent', [=> function () {
  1809.             return ($this->privates['sulu_headless.event_subscriber.snippet_area_invalidation'] ?? ($this->privates['sulu_headless.event_subscriber.snippet_area_invalidation'] = new \Sulu\Bundle\HeadlessBundle\EventSubscriber\SnippetAreaInvalidationSubscriber(NULL)));
  1810.         }, => 'invalidateSnippetAreaOnRemoved'], 0);
  1811.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1812.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1813.         }, => 'onLogout'], 0);
  1814.         return $instance;
  1815.     }
  1816.     /**
  1817.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  1818.      *
  1819.      * @return \FOS\HttpCacheBundle\CacheManager
  1820.      */
  1821.     protected function getFosHttpCache_CacheManagerService()
  1822.     {
  1823.         $a = ($this->services['router'] ?? $this->getRouterService());
  1824.         if (isset($this->services['fos_http_cache.cache_manager'])) {
  1825.             return $this->services['fos_http_cache.cache_manager'];
  1826.         }
  1827.         $this->services['fos_http_cache.cache_manager'] = $instance = new \FOS\HttpCacheBundle\CacheManager(($this->services['fos_http_cache.proxy_client.symfony'] ?? $this->getFosHttpCache_ProxyClient_SymfonyService()), $a);
  1828.         if ($this->has('event_dispatcher')) {
  1829.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1830.         }
  1831.         $instance->setGenerateUrlType(0);
  1832.         return $instance;
  1833.     }
  1834.     /**
  1835.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1836.      *
  1837.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1838.      */
  1839.     protected function getFosHttpCache_EventListener_CacheControlService()
  1840.     {
  1841.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1842.     }
  1843.     /**
  1844.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1845.      *
  1846.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1847.      */
  1848.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1849.     {
  1850.         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]);
  1851.     }
  1852.     /**
  1853.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  1854.      *
  1855.      * @return \FOS\HttpCache\ProxyClient\Symfony
  1856.      */
  1857.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  1858.     {
  1859.         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']);
  1860.     }
  1861.     /**
  1862.      * Gets the public 'http_kernel' shared service.
  1863.      *
  1864.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1865.      */
  1866.     protected function getHttpKernelService()
  1867.     {
  1868.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1869.         if (isset($this->services['http_kernel'])) {
  1870.             return $this->services['http_kernel'];
  1871.         }
  1872.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($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 () {
  1873.             yield => ($this->privates['argument_resolver.request_attribute'] ?? ($this->privates['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver()));
  1874.             yield => ($this->privates['argument_resolver.request'] ?? ($this->privates['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver()));
  1875.             yield => ($this->privates['argument_resolver.session'] ?? ($this->privates['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver()));
  1876.             yield => ($this->privates['security.user_value_resolver'] ?? $this->load('getSecurity_UserValueResolverService'));
  1877.             yield => ($this->privates['argument_resolver.service'] ?? $this->load('getArgumentResolver_ServiceService'));
  1878.             yield => ($this->privates['argument_resolver.default'] ?? ($this->privates['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver()));
  1879.             yield => ($this->privates['argument_resolver.variadic'] ?? ($this->privates['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver()));
  1880.         }, 7)));
  1881.     }
  1882.     /**
  1883.      * Gets the public 'jms_serializer' shared service.
  1884.      *
  1885.      * @return \JMS\Serializer\Serializer
  1886.      */
  1887.     protected function getJmsSerializerService()
  1888.     {
  1889.         $a = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  1890.         if (isset($this->services['jms_serializer'])) {
  1891.             return $this->services['jms_serializer'];
  1892.         }
  1893.         $b = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  1894.         if (isset($this->services['jms_serializer'])) {
  1895.             return $this->services['jms_serializer'];
  1896.         }
  1897.         $c = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  1898.         $d = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  1899.         $d->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  1900.         $e = new \JMS\Serializer\Expression\ExpressionEvaluator($d, ['container' => $this]);
  1901.         $f = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($e);
  1902.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1903.         $g->setOptions(1216);
  1904.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1905.         $h->setFormatOutput(true);
  1906.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  1907.         $i->setOptions(0);
  1908.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($c, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($c$a, new \JMS\Serializer\Construction\UnserializeObjectConstructor(), $f$b$e), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($c$a$f$b$e)], ['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())));
  1909.     }
  1910.     /**
  1911.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1912.      *
  1913.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1914.      */
  1915.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1916.     {
  1917.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1918.     }
  1919.     /**
  1920.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1921.      *
  1922.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1923.      */
  1924.     protected function getJmsSerializer_SerializationContextFactoryService()
  1925.     {
  1926.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1927.     }
  1928.     /**
  1929.      * Gets the public 'monolog.logger.deprecation' shared service.
  1930.      *
  1931.      * @return \Symfony\Bridge\Monolog\Logger
  1932.      */
  1933.     protected function getMonolog_Logger_DeprecationService()
  1934.     {
  1935.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1936.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1937.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1938.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1939.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1940.         return $instance;
  1941.     }
  1942.     /**
  1943.      * Gets the public 'request_stack' shared service.
  1944.      *
  1945.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1946.      */
  1947.     protected function getRequestStackService()
  1948.     {
  1949.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1950.     }
  1951.     /**
  1952.      * Gets the public 'router' shared service.
  1953.      *
  1954.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  1955.      */
  1956.     protected function getRouterService()
  1957.     {
  1958.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1959.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  1960.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1961.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  1962.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1963.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1964.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1965.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1966.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1967.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1968.         ], [
  1969.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1970.         ]))->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');
  1971.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1972.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1973.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  1974.         $f = new \Symfony\Component\Routing\RouteCollection();
  1975.         $g = new \Symfony\Component\Routing\RequestContext();
  1976.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1977.         $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);
  1978.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1979.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  1980.         $j = new \Sulu\Component\CustomUrl\Routing\CustomUrlRouteProvider(($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->privates['sulu_document_manager.path_builder'] ?? $this->getSuluDocumentManager_PathBuilderService()), 'dev', ['utf8' => true]);
  1981.         $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);
  1982.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1983.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  1984.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  1985.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  1986.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  1987.         $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);
  1988.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  1989.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  1990.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  1991.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  1992.         $instance->setContext($b);
  1993.         $instance->add($d'100');
  1994.         $instance->add($i'20');
  1995.         $instance->add($k30);
  1996.         $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);
  1997.         return $instance;
  1998.     }
  1999.     /**
  2000.      * Gets the public 'sulu.content.localization_finder' shared service.
  2001.      *
  2002.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  2003.      */
  2004.     protected function getSulu_Content_LocalizationFinderService()
  2005.     {
  2006.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2007.     }
  2008.     /**
  2009.      * Gets the public 'sulu.content.mapper' shared service.
  2010.      *
  2011.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  2012.      */
  2013.     protected function getSulu_Content_MapperService()
  2014.     {
  2015.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  2016.         if (isset($this->services['sulu.content.mapper'])) {
  2017.             return $this->services['sulu.content.mapper'];
  2018.         }
  2019.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2020.         if (isset($this->services['sulu.content.mapper'])) {
  2021.             return $this->services['sulu.content.mapper'];
  2022.         }
  2023.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2024.         if (isset($this->services['sulu.content.mapper'])) {
  2025.             return $this->services['sulu.content.mapper'];
  2026.         }
  2027.         $d = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  2028.         if (isset($this->services['sulu.content.mapper'])) {
  2029.             return $this->services['sulu.content.mapper'];
  2030.         }
  2031.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2032.         if (isset($this->services['sulu.content.mapper'])) {
  2033.             return $this->services['sulu.content.mapper'];
  2034.         }
  2035.         $f = ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService());
  2036.         if (isset($this->services['sulu.content.mapper'])) {
  2037.             return $this->services['sulu.content.mapper'];
  2038.         }
  2039.         $g = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2040.         if (isset($this->services['sulu.content.mapper'])) {
  2041.             return $this->services['sulu.content.mapper'];
  2042.         }
  2043.         return $this->services['sulu.content.mapper'] = new \Sulu\Component\Content\Mapper\ContentMapper($a, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), $b$c, ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), $d, ($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()), $e, ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), $f$this->parameters['sulu_security.permissions'], $g);
  2044.     }
  2045.     /**
  2046.      * Gets the public 'sulu.content.path_cleaner' shared service.
  2047.      *
  2048.      * @return \Sulu\Component\PHPCR\PathCleanup
  2049.      */
  2050.     protected function getSulu_Content_PathCleanerService()
  2051.     {
  2052.         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());
  2053.     }
  2054.     /**
  2055.      * Gets the public 'sulu.content.structure_manager' shared service.
  2056.      *
  2057.      * @return \Sulu\Component\Content\Compat\StructureManager
  2058.      */
  2059.     protected function getSulu_Content_StructureManagerService()
  2060.     {
  2061.         $a = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2062.         if (isset($this->services['sulu.content.structure_manager'])) {
  2063.             return $this->services['sulu.content.structure_manager'];
  2064.         }
  2065.         return $this->services['sulu.content.structure_manager'] = new \Sulu\Component\Content\Compat\StructureManager(($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), $a, ($this->services['sulu_page.compat.structure.legacy_property_factory'] ?? $this->getSuluPage_Compat_Structure_LegacyPropertyFactoryService()), $this->parameters['sulu.content.structure.type_map']);
  2066.     }
  2067.     /**
  2068.      * Gets the public 'sulu.content.type_manager' shared service.
  2069.      *
  2070.      * @return \Sulu\Component\Content\ContentTypeManager
  2071.      */
  2072.     protected function getSulu_Content_TypeManagerService()
  2073.     {
  2074.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2075.         $instance->mapAliasToServiceId('multiple_faqcategories_selection''App\\Content\\Type\\MultipleFaqCategoriesSelection');
  2076.         $instance->mapAliasToServiceId('single_faqcategories_selection''App\\Content\\Type\\SingleFaqCategoriesSelection');
  2077.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  2078.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  2079.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  2080.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  2081.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  2082.         $instance->mapAliasToServiceId('link''sulu.content.type.link');
  2083.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  2084.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  2085.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  2086.         $instance->mapAliasToServiceId('contact_selection''sulu_contact.content.contact_selection');
  2087.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  2088.         $instance->mapAliasToServiceId('account_selection''sulu_contact.content.account_selection');
  2089.         $instance->mapAliasToServiceId('collection_selection''sulu_media.type.collection_selection');
  2090.         $instance->mapAliasToServiceId('single_collection_selection''sulu_media.type.single_collection_selection');
  2091.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  2092.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  2093.         $instance->mapAliasToServiceId('image_map''sulu_media.type.image_map');
  2094.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  2095.         $instance->mapAliasToServiceId('single_category_selection''sulu_category.content.type.single_category_selection');
  2096.         $instance->mapAliasToServiceId('single_snippet_selection''sulu_snippet.content.single_snippet_selection');
  2097.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  2098.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  2099.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  2100.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  2101.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  2102.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  2103.         $instance->mapAliasToServiceId('segment_select''sulu.content.type.segment_select');
  2104.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  2105.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  2106.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  2107.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  2108.         $instance->mapAliasToServiceId('datetime''sulu.content.type.datetime');
  2109.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  2110.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  2111.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  2112.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  2113.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  2114.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  2115.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  2116.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  2117.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  2118.         return $instance;
  2119.     }
  2120.     /**
  2121.      * Gets the public 'sulu.phpcr.session' shared service.
  2122.      *
  2123.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2124.      */
  2125.     protected function getSulu_Phpcr_SessionService()
  2126.     {
  2127.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2128.         if (isset($this->services['sulu.phpcr.session'])) {
  2129.             return $this->services['sulu.phpcr.session'];
  2130.         }
  2131.         return $this->services['sulu.phpcr.session'] = new \Sulu\Component\PHPCR\SessionManager\SessionManager($a, ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets']);
  2132.     }
  2133.     /**
  2134.      * Gets the public 'sulu.repository.access_control' shared service.
  2135.      *
  2136.      * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2137.      */
  2138.     protected function getSulu_Repository_AccessControlService($lazyLoad true)
  2139.     {
  2140.         if ($lazyLoad) {
  2141.             return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2142.                 return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2143.                     $wrappedInstance $this->getSulu_Repository_AccessControlService(false);
  2144.                     $proxy->setProxyInitializer(null);
  2145.                     return true;
  2146.                 });
  2147.             });
  2148.         }
  2149.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2150.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2151.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2152.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2153.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2154.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2155.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2156.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2157.         return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2158.     }
  2159.     /**
  2160.      * Gets the public 'sulu.repository.account' shared service.
  2161.      *
  2162.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  2163.      */
  2164.     protected function getSulu_Repository_AccountService($lazyLoad true)
  2165.     {
  2166.         if ($lazyLoad) {
  2167.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  2168.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2169.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  2170.                     $proxy->setProxyInitializer(null);
  2171.                     return true;
  2172.                 });
  2173.             });
  2174.         }
  2175.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2176.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  2177.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2178.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  2179.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2180.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2181.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2182.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2183.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
  2184.     }
  2185.     /**
  2186.      * Gets the public 'sulu.repository.analytics' shared service.
  2187.      *
  2188.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2189.      */
  2190.     protected function getSulu_Repository_AnalyticsService($lazyLoad true)
  2191.     {
  2192.         if ($lazyLoad) {
  2193.             return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2194.                 return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2195.                     $wrappedInstance $this->getSulu_Repository_AnalyticsService(false);
  2196.                     $proxy->setProxyInitializer(null);
  2197.                     return true;
  2198.                 });
  2199.             });
  2200.         }
  2201.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2202.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2203.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2204.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2205.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2206.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2207.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2208.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2209.         return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a$a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2210.     }
  2211.     /**
  2212.      * Gets the public 'sulu.repository.category' shared service.
  2213.      *
  2214.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2215.      */
  2216.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  2217.     {
  2218.         if ($lazyLoad) {
  2219.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2220.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2221.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  2222.                     $proxy->setProxyInitializer(null);
  2223.                     return true;
  2224.                 });
  2225.             });
  2226.         }
  2227.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2228.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2229.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2230.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2231.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2232.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2233.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2234.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Category'));
  2235.     }
  2236.     /**
  2237.      * Gets the public 'sulu.repository.category_meta' shared service.
  2238.      *
  2239.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2240.      */
  2241.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  2242.     {
  2243.         if ($lazyLoad) {
  2244.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2245.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2246.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  2247.                     $proxy->setProxyInitializer(null);
  2248.                     return true;
  2249.                 });
  2250.             });
  2251.         }
  2252.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2253.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2254.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2255.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2256.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2257.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2258.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2259.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2260.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2261.     }
  2262.     /**
  2263.      * Gets the public 'sulu.repository.category_translation' shared service.
  2264.      *
  2265.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2266.      */
  2267.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  2268.     {
  2269.         if ($lazyLoad) {
  2270.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2271.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2272.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  2273.                     $proxy->setProxyInitializer(null);
  2274.                     return true;
  2275.                 });
  2276.             });
  2277.         }
  2278.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2279.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2280.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2281.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2282.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2283.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2284.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2285.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2286.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2287.     }
  2288.     /**
  2289.      * Gets the public 'sulu.repository.contact' shared service.
  2290.      *
  2291.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2292.      */
  2293.     protected function getSulu_Repository_ContactService($lazyLoad true)
  2294.     {
  2295.         if ($lazyLoad) {
  2296.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2297.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2298.                     $wrappedInstance $this->getSulu_Repository_ContactService(false);
  2299.                     $proxy->setProxyInitializer(null);
  2300.                     return true;
  2301.                 });
  2302.             });
  2303.         }
  2304.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2305.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2306.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2307.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2308.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2309.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2310.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2311.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2312.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2313.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Contact'));
  2314.     }
  2315.     /**
  2316.      * Gets the public 'sulu.repository.keyword' shared service.
  2317.      *
  2318.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2319.      */
  2320.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  2321.     {
  2322.         if ($lazyLoad) {
  2323.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2324.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2325.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  2326.                     $proxy->setProxyInitializer(null);
  2327.                     return true;
  2328.                 });
  2329.             });
  2330.         }
  2331.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2332.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2333.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2334.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2335.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2336.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2337.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2338.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2339.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2340.     }
  2341.     /**
  2342.      * Gets the public 'sulu.repository.media' shared service.
  2343.      *
  2344.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2345.      */
  2346.     protected function getSulu_Repository_MediaService($lazyLoad true)
  2347.     {
  2348.         if ($lazyLoad) {
  2349.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2350.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2351.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  2352.                     $proxy->setProxyInitializer(null);
  2353.                     return true;
  2354.                 });
  2355.             });
  2356.         }
  2357.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2358.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2359.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2360.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2361.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2362.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2363.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2364.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2365.         $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2366.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2367.         return $instance;
  2368.     }
  2369.     /**
  2370.      * Gets the public 'sulu.repository.role' shared service.
  2371.      *
  2372.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2373.      */
  2374.     protected function getSulu_Repository_RoleService($lazyLoad true)
  2375.     {
  2376.         if ($lazyLoad) {
  2377.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2378.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2379.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  2380.                     $proxy->setProxyInitializer(null);
  2381.                     return true;
  2382.                 });
  2383.             });
  2384.         }
  2385.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2386.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2387.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2388.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2389.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2390.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2391.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2392.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2393.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2394.     }
  2395.     /**
  2396.      * Gets the public 'sulu.repository.route' shared service.
  2397.      *
  2398.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2399.      */
  2400.     protected function getSulu_Repository_RouteService($lazyLoad true)
  2401.     {
  2402.         if ($lazyLoad) {
  2403.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2404.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2405.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  2406.                     $proxy->setProxyInitializer(null);
  2407.                     return true;
  2408.                 });
  2409.             });
  2410.         }
  2411.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2412.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2413.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2414.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2415.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2416.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2417.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2418.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2419.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2420.     }
  2421.     /**
  2422.      * Gets the public 'sulu.repository.tag' shared service.
  2423.      *
  2424.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2425.      */
  2426.     protected function getSulu_Repository_TagService($lazyLoad true)
  2427.     {
  2428.         if ($lazyLoad) {
  2429.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2430.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2431.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  2432.                     $proxy->setProxyInitializer(null);
  2433.                     return true;
  2434.                 });
  2435.             });
  2436.         }
  2437.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2438.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2439.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2440.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2441.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2442.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2443.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2444.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2445.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  2446.     }
  2447.     /**
  2448.      * Gets the public 'sulu.repository.user' shared service.
  2449.      *
  2450.      * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  2451.      */
  2452.     protected function getSulu_Repository_UserService($lazyLoad true)
  2453.     {
  2454.         if ($lazyLoad) {
  2455.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  2456.                 return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2457.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  2458.                     $proxy->setProxyInitializer(null);
  2459.                     return true;
  2460.                 });
  2461.             });
  2462.         }
  2463.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2464.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2465.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  2466.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  2467.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  2468.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2469.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2470.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2471.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2472.         return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\User'));
  2473.     }
  2474.     /**
  2475.      * Gets the public 'sulu.util.node_helper' shared service.
  2476.      *
  2477.      * @return \Sulu\Component\Util\SuluNodeHelper
  2478.      */
  2479.     protected function getSulu_Util_NodeHelperService()
  2480.     {
  2481.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2482.         if (isset($this->services['sulu.util.node_helper'])) {
  2483.             return $this->services['sulu.util.node_helper'];
  2484.         }
  2485.         return $this->services['sulu.util.node_helper'] = new \Sulu\Component\Util\SuluNodeHelper($a'i18n', ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets'], ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()));
  2486.     }
  2487.     /**
  2488.      * Gets the public 'sulu_category.category_manager' shared service.
  2489.      *
  2490.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  2491.      */
  2492.     protected function getSuluCategory_CategoryManagerService()
  2493.     {
  2494.         $a = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  2495.         if (isset($this->services['sulu_category.category_manager'])) {
  2496.             return $this->services['sulu_category.category_manager'];
  2497.         }
  2498.         $b = ($this->services['sulu.repository.category_meta'] ?? $this->getSulu_Repository_CategoryMetaService());
  2499.         if (isset($this->services['sulu_category.category_manager'])) {
  2500.             return $this->services['sulu_category.category_manager'];
  2501.         }
  2502.         $c = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  2503.         if (isset($this->services['sulu_category.category_manager'])) {
  2504.             return $this->services['sulu_category.category_manager'];
  2505.         }
  2506.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2507.         if (isset($this->services['sulu_category.category_manager'])) {
  2508.             return $this->services['sulu_category.category_manager'];
  2509.         }
  2510.         $e = ($this->services['sulu_category.keyword_manager'] ?? $this->getSuluCategory_KeywordManagerService());
  2511.         if (isset($this->services['sulu_category.category_manager'])) {
  2512.             return $this->services['sulu_category.category_manager'];
  2513.         }
  2514.         $f = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2515.         if (isset($this->services['sulu_category.category_manager'])) {
  2516.             return $this->services['sulu_category.category_manager'];
  2517.         }
  2518.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2519.         if (isset($this->services['sulu_category.category_manager'])) {
  2520.             return $this->services['sulu_category.category_manager'];
  2521.         }
  2522.         $h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2523.         if (isset($this->services['sulu_category.category_manager'])) {
  2524.             return $this->services['sulu_category.category_manager'];
  2525.         }
  2526.         return $this->services['sulu_category.category_manager'] = new \Sulu\Bundle\CategoryBundle\Category\CategoryManager($a$b$c$d$e$f$g, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $h);
  2527.     }
  2528.     /**
  2529.      * Gets the public 'sulu_category.keyword_manager' shared service.
  2530.      *
  2531.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  2532.      */
  2533.     protected function getSuluCategory_KeywordManagerService()
  2534.     {
  2535.         $a = ($this->services['sulu.repository.keyword'] ?? $this->getSulu_Repository_KeywordService());
  2536.         if (isset($this->services['sulu_category.keyword_manager'])) {
  2537.             return $this->services['sulu_category.keyword_manager'];
  2538.         }
  2539.         $b = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  2540.         if (isset($this->services['sulu_category.keyword_manager'])) {
  2541.             return $this->services['sulu_category.keyword_manager'];
  2542.         }
  2543.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2544.         if (isset($this->services['sulu_category.keyword_manager'])) {
  2545.             return $this->services['sulu_category.keyword_manager'];
  2546.         }
  2547.         return $this->services['sulu_category.keyword_manager'] = new \Sulu\Bundle\CategoryBundle\Category\KeywordManager($a$b$c, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()));
  2548.     }
  2549.     /**
  2550.      * Gets the public 'sulu_contact.contact_manager' shared service.
  2551.      *
  2552.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  2553.      */
  2554.     protected function getSuluContact_ContactManagerService()
  2555.     {
  2556.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2557.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2558.             return $this->services['sulu_contact.contact_manager'];
  2559.         }
  2560.         $b = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  2561.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2562.             return $this->services['sulu_contact.contact_manager'];
  2563.         }
  2564.         $c = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  2565.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2566.             return $this->services['sulu_contact.contact_manager'];
  2567.         }
  2568.         $d = ($this->services['sulu.repository.account'] ?? $this->getSulu_Repository_AccountService());
  2569.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2570.             return $this->services['sulu_contact.contact_manager'];
  2571.         }
  2572.         $e = ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService());
  2573.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2574.             return $this->services['sulu_contact.contact_manager'];
  2575.         }
  2576.         $f = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  2577.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2578.             return $this->services['sulu_contact.contact_manager'];
  2579.         }
  2580.         $g = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2581.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2582.             return $this->services['sulu_contact.contact_manager'];
  2583.         }
  2584.         $h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2585.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2586.             return $this->services['sulu_contact.contact_manager'];
  2587.         }
  2588.         return $this->services['sulu_contact.contact_manager'] = new \Sulu\Bundle\ContactBundle\Contact\ContactManager($a$b$c$d, ($this->privates['sulu_contact.contact_title_repository'] ?? $this->getSuluContact_ContactTitleRepositoryService()), $e$f, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $g$h);
  2589.     }
  2590.     /**
  2591.      * Gets the public 'sulu_core.array_serializer' shared service.
  2592.      *
  2593.      * @return \Sulu\Component\Serializer\ArraySerializer
  2594.      */
  2595.     protected function getSuluCore_ArraySerializerService()
  2596.     {
  2597.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  2598.         if (isset($this->services['sulu_core.array_serializer'])) {
  2599.             return $this->services['sulu_core.array_serializer'];
  2600.         }
  2601.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer($a);
  2602.     }
  2603.     /**
  2604.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  2605.      *
  2606.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  2607.      */
  2608.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  2609.     {
  2610.         $a = ($this->privates['sulu_custom_urls.request_processor'] ?? $this->getSuluCustomUrls_RequestProcessorService());
  2611.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  2612.             return $this->services['sulu_core.webspace.request_analyzer'];
  2613.         }
  2614.         $b = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  2615.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  2616.             return $this->services['sulu_core.webspace.request_analyzer'];
  2617.         }
  2618.         $c = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2619.         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($c'dev'), => new \Sulu\Component\Webspace\Analyzer\Attributes\UrlRequestProcessor(), => $a=> new \Sulu\Component\Webspace\Analyzer\Attributes\WebsiteRequestProcessor($c$b'dev'), => new \Sulu\Component\Webspace\Analyzer\Attributes\DateTimeRequestProcessor(), => new \Sulu\Component\Webspace\Analyzer\Attributes\SegmentRequestProcessor('_ss'), => new \Sulu\Component\Webspace\Analyzer\Attributes\PortalInformationRequestProcessor()]);
  2620.     }
  2621.     /**
  2622.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  2623.      *
  2624.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  2625.      */
  2626.     protected function getSuluCore_Webspace_WebspaceManagerService()
  2627.     {
  2628.         return $this->services['sulu_core.webspace.webspace_manager'] = new \Sulu\Component\Webspace\Manager\WebspaceManager(($this->privates['sulu_core.webspace.loader.delegator'] ?? $this->getSuluCore_Webspace_Loader_DelegatorService()), ($this->privates['sulu_core.webspace.webspace_manager.url_replacer'] ?? ($this->privates['sulu_core.webspace.webspace_manager.url_replacer'] = new \Sulu\Component\Webspace\Url\Replacer())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['config_dir' => (\dirname(__DIR__5).'/config/webspaces'), 'cache_dir' => ($this->targetDir.''.'/sulu'), 'debug' => true'cache_class' => 'websiteWebspaceCollectionCache''base_class' => 'WebspaceCollection'], 'dev''localhost''http', ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()));
  2629.     }
  2630.     /**
  2631.      * Gets the public 'sulu_custom_urls.manager' shared service.
  2632.      *
  2633.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  2634.      */
  2635.     protected function getSuluCustomUrls_ManagerService()
  2636.     {
  2637.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  2638.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2639.             return $this->services['sulu_custom_urls.manager'];
  2640.         }
  2641.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2642.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2643.             return $this->services['sulu_custom_urls.manager'];
  2644.         }
  2645.         $c = ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  2646.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2647.             return $this->services['sulu_custom_urls.manager'];
  2648.         }
  2649.         $d = ($this->services['sulu_security.user_manager'] ?? $this->getSuluSecurity_UserManagerService());
  2650.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2651.             return $this->services['sulu_custom_urls.manager'];
  2652.         }
  2653.         $e = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  2654.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2655.             return $this->services['sulu_custom_urls.manager'];
  2656.         }
  2657.         $f = ($this->privates['sulu_document_manager.document_domain_event_collector'] ?? $this->getSuluDocumentManager_DocumentDomainEventCollectorService());
  2658.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2659.             return $this->services['sulu_custom_urls.manager'];
  2660.         }
  2661.         return $this->services['sulu_custom_urls.manager'] = new \Sulu\Component\CustomUrl\Manager\CustomUrlManager($a$b, new \Sulu\Component\CustomUrl\Repository\CustomUrlRepository(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $c, ($this->privates['sulu_custom_urls.domain_generator'] ?? $this->getSuluCustomUrls_DomainGeneratorService()), $d), $e, ($this->privates['sulu_document_manager.path_builder'] ?? $this->getSuluDocumentManager_PathBuilderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), 'dev'$f);
  2662.     }
  2663.     /**
  2664.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  2665.      *
  2666.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  2667.      */
  2668.     protected function getSuluDocumentManager_DocumentInspectorService()
  2669.     {
  2670.         $a = ($this->privates['sulu_document_manager.proxy_factory'] ?? $this->getSuluDocumentManager_ProxyFactoryService());
  2671.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  2672.             return $this->services['sulu_document_manager.document_inspector'];
  2673.         }
  2674.         $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  2675.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  2676.             return $this->services['sulu_document_manager.document_inspector'];
  2677.         }
  2678.         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()), $a$b, ($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()));
  2679.     }
  2680.     /**
  2681.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  2682.      *
  2683.      * @return \Sulu\Component\DocumentManager\DocumentManager
  2684.      */
  2685.     protected function getSuluDocumentManager_DocumentManagerService()
  2686.     {
  2687.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  2688.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  2689.             return $this->services['sulu_document_manager.document_manager'];
  2690.         }
  2691.         $b = ($this->privates['sulu_document_manager.node_manager'] ?? $this->getSuluDocumentManager_NodeManagerService());
  2692.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  2693.             return $this->services['sulu_document_manager.document_manager'];
  2694.         }
  2695.         return $this->services['sulu_document_manager.document_manager'] = new \Sulu\Component\DocumentManager\DocumentManager($a$b);
  2696.     }
  2697.     /**
  2698.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  2699.      *
  2700.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  2701.      */
  2702.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  2703.     {
  2704.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  2705.         if (isset($this->services['sulu_document_manager.metadata_factory.base'])) {
  2706.             return $this->services['sulu_document_manager.metadata_factory.base'];
  2707.         }
  2708.         return $this->services['sulu_document_manager.metadata_factory.base'] = new \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory($a$this->parameters['sulu_document_manager.mapping']);
  2709.     }
  2710.     /**
  2711.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  2712.      *
  2713.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  2714.      */
  2715.     protected function getSuluDocumentManager_PropertyEncoderService()
  2716.     {
  2717.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  2718.     }
  2719.     /**
  2720.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  2721.      *
  2722.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  2723.      */
  2724.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  2725.     {
  2726.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  2727.     }
  2728.     /**
  2729.      * Gets the public 'sulu_media.collection_repository' shared service.
  2730.      *
  2731.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  2732.      */
  2733.     protected function getSuluMedia_CollectionRepositoryService()
  2734.     {
  2735.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2736.         if (isset($this->services['sulu_media.collection_repository'])) {
  2737.             return $this->services['sulu_media.collection_repository'];
  2738.         }
  2739.         $this->services['sulu_media.collection_repository'] = $instance $a->getRepository('SuluMediaBundle:Collection');
  2740.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2741.         return $instance;
  2742.     }
  2743.     /**
  2744.      * Gets the public 'sulu_media.format_cache' shared service.
  2745.      *
  2746.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  2747.      */
  2748.     protected function getSuluMedia_FormatCacheService()
  2749.     {
  2750.         return $this->services['sulu_media.format_cache'] = new \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), (\dirname(__DIR__5).'/public/uploads/media'), '/uploads/media/{slug}'10);
  2751.     }
  2752.     /**
  2753.      * Gets the public 'sulu_media.format_manager' shared service.
  2754.      *
  2755.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  2756.      */
  2757.     protected function getSuluMedia_FormatManagerService()
  2758.     {
  2759.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  2760.         if (isset($this->services['sulu_media.format_manager'])) {
  2761.             return $this->services['sulu_media.format_manager'];
  2762.         }
  2763.         return $this->services['sulu_media.format_manager'] = new \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager($a, ($this->services['sulu_media.format_cache'] ?? $this->getSuluMedia_FormatCacheService()), ($this->privates['sulu_media.image.converter'] ?? $this->getSuluMedia_Image_ConverterService()), true$this->parameters['sulu_media.format_manager.response_headers'], $this->parameters['sulu_media.image.formats'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2764.     }
  2765.     /**
  2766.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  2767.      *
  2768.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  2769.      */
  2770.     protected function getSuluMedia_Image_Transformation_BlurService()
  2771.     {
  2772.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  2773.     }
  2774.     /**
  2775.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  2776.      *
  2777.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  2778.      */
  2779.     protected function getSuluMedia_Image_Transformation_CropService()
  2780.     {
  2781.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  2782.     }
  2783.     /**
  2784.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  2785.      *
  2786.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  2787.      */
  2788.     protected function getSuluMedia_Image_Transformation_GammaService()
  2789.     {
  2790.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  2791.     }
  2792.     /**
  2793.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  2794.      *
  2795.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  2796.      */
  2797.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  2798.     {
  2799.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  2800.     }
  2801.     /**
  2802.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  2803.      *
  2804.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  2805.      */
  2806.     protected function getSuluMedia_Image_Transformation_NegativeService()
  2807.     {
  2808.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  2809.     }
  2810.     /**
  2811.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  2812.      *
  2813.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  2814.      */
  2815.     protected function getSuluMedia_Image_Transformation_PasteService()
  2816.     {
  2817.         return $this->services['sulu_media.image.transformation.paste'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation(($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine())), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))));
  2818.     }
  2819.     /**
  2820.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  2821.      *
  2822.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  2823.      */
  2824.     protected function getSuluMedia_Image_Transformation_SharpenService()
  2825.     {
  2826.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  2827.     }
  2828.     /**
  2829.      * Gets the public 'sulu_media.media_manager' shared service.
  2830.      *
  2831.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  2832.      */
  2833.     protected function getSuluMedia_MediaManagerService()
  2834.     {
  2835.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  2836.         if (isset($this->services['sulu_media.media_manager'])) {
  2837.             return $this->services['sulu_media.media_manager'];
  2838.         }
  2839.         $b = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  2840.         if (isset($this->services['sulu_media.media_manager'])) {
  2841.             return $this->services['sulu_media.media_manager'];
  2842.         }
  2843.         $c = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2844.         if (isset($this->services['sulu_media.media_manager'])) {
  2845.             return $this->services['sulu_media.media_manager'];
  2846.         }
  2847.         $d = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  2848.         if (isset($this->services['sulu_media.media_manager'])) {
  2849.             return $this->services['sulu_media.media_manager'];
  2850.         }
  2851.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2852.         if (isset($this->services['sulu_media.media_manager'])) {
  2853.             return $this->services['sulu_media.media_manager'];
  2854.         }
  2855.         $f = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
  2856.         if (isset($this->services['sulu_media.media_manager'])) {
  2857.             return $this->services['sulu_media.media_manager'];
  2858.         }
  2859.         $g = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  2860.         if (isset($this->services['sulu_media.media_manager'])) {
  2861.             return $this->services['sulu_media.media_manager'];
  2862.         }
  2863.         $h = ($this->privates['sulu_media.type_manager'] ?? $this->getSuluMedia_TypeManagerService());
  2864.         if (isset($this->services['sulu_media.media_manager'])) {
  2865.             return $this->services['sulu_media.media_manager'];
  2866.         }
  2867.         $i = ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService());
  2868.         if (isset($this->services['sulu_media.media_manager'])) {
  2869.             return $this->services['sulu_media.media_manager'];
  2870.         }
  2871.         $j = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2872.         if (isset($this->services['sulu_media.media_manager'])) {
  2873.             return $this->services['sulu_media.media_manager'];
  2874.         }
  2875.         $k = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  2876.         $k->setMaxFileSize('256MB');
  2877.         $k->setBlockedMimeTypes([]);
  2878.         return $this->services['sulu_media.media_manager'] = new \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager($a$b$c$d$e, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), $k$f$g$h, ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $i, new RewindableGenerator(function () {
  2879.             yield => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  2880.         }, 1), '/media/{id}/download/{slug}'NULL'/admin/media/{id}/download/{slug}'$j);
  2881.     }
  2882.     /**
  2883.      * Gets the public 'sulu_media.storage' shared service.
  2884.      *
  2885.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage
  2886.      */
  2887.     protected function getSuluMedia_StorageService()
  2888.     {
  2889.         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()));
  2890.     }
  2891.     /**
  2892.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  2893.      *
  2894.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  2895.      */
  2896.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  2897.     {
  2898.         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()));
  2899.     }
  2900.     /**
  2901.      * Gets the public 'sulu_page.content_repository' shared service.
  2902.      *
  2903.      * @return \Sulu\Component\Content\Repository\ContentRepository
  2904.      */
  2905.     protected function getSuluPage_ContentRepositoryService()
  2906.     {
  2907.         $a = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  2908.         if (isset($this->services['sulu_page.content_repository'])) {
  2909.             return $this->services['sulu_page.content_repository'];
  2910.         }
  2911.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  2912.         if (isset($this->services['sulu_page.content_repository'])) {
  2913.             return $this->services['sulu_page.content_repository'];
  2914.         }
  2915.         $c = ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService());
  2916.         if (isset($this->services['sulu_page.content_repository'])) {
  2917.             return $this->services['sulu_page.content_repository'];
  2918.         }
  2919.         $d = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  2920.         if (isset($this->services['sulu_page.content_repository'])) {
  2921.             return $this->services['sulu_page.content_repository'];
  2922.         }
  2923.         return $this->services['sulu_page.content_repository'] = new \Sulu\Component\Content\Repository\ContentRepository($a, ($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()), $b$c$d$this->parameters['sulu_security.permissions']);
  2924.     }
  2925.     /**
  2926.      * Gets the public 'sulu_page.extension.manager' shared service.
  2927.      *
  2928.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  2929.      */
  2930.     protected function getSuluPage_Extension_ManagerService()
  2931.     {
  2932.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  2933.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  2934.         $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()))));
  2935.         return $instance;
  2936.     }
  2937.     /**
  2938.      * Gets the public 'sulu_page.structure.factory' shared service.
  2939.      *
  2940.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  2941.      */
  2942.     protected function getSuluPage_Structure_FactoryService()
  2943.     {
  2944.         return $this->services['sulu_page.structure.factory'] = new \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory(new \Sulu\Component\Content\Metadata\Loader\StructureXmlLoader(($this->privates['sulu_http_cache.cache_lifetime.resolver'] ?? ($this->privates['sulu_http_cache.cache_lifetime.resolver'] = new \Sulu\Bundle\HttpCacheBundle\CacheLifetime\CacheLifetimeResolver())), ($this->privates['sulu_page.structure.properties_xml_parser'] ?? $this->getSuluPage_Structure_PropertiesXmlParserService()), ($this->privates['sulu_page.structure.schema_xml_parser'] ?? ($this->privates['sulu_page.structure.schema_xml_parser'] = new \Sulu\Component\Content\Metadata\Parser\SchemaXmlParser())), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), $this->parameters['sulu.content.structure.required_properties'], $this->parameters['sulu.content.structure.required_tags']), $this->parameters['sulu.content.structure.paths'], $this->parameters['sulu.content.structure.default_types'], ($this->targetDir.''.'/sulu/structures'), true);
  2945.     }
  2946.     /**
  2947.      * Gets the public 'sulu_security.mask_converter' shared service.
  2948.      *
  2949.      * @return \Sulu\Component\Security\Authorization\MaskConverter
  2950.      */
  2951.     protected function getSuluSecurity_MaskConverterService()
  2952.     {
  2953.         return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  2954.     }
  2955.     /**
  2956.      * Gets the public 'sulu_security.salt_generator' shared service.
  2957.      *
  2958.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  2959.      */
  2960.     protected function getSuluSecurity_SaltGeneratorService()
  2961.     {
  2962.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  2963.     }
  2964.     /**
  2965.      * Gets the public 'sulu_security.security_checker' shared service.
  2966.      *
  2967.      * @return \Sulu\Component\Security\Authorization\SecurityChecker
  2968.      */
  2969.     protected function getSuluSecurity_SecurityCheckerService()
  2970.     {
  2971.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2972.         if (isset($this->services['sulu_security.security_checker'])) {
  2973.             return $this->services['sulu_security.security_checker'];
  2974.         }
  2975.         return $this->services['sulu_security.security_checker'] = new \Sulu\Component\Security\Authorization\SecurityChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  2976.     }
  2977.     /**
  2978.      * Gets the public 'sulu_security.user_manager' shared service.
  2979.      *
  2980.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  2981.      */
  2982.     protected function getSuluSecurity_UserManagerService()
  2983.     {
  2984.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2985.         if (isset($this->services['sulu_security.user_manager'])) {
  2986.             return $this->services['sulu_security.user_manager'];
  2987.         }
  2988.         $b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  2989.         if (isset($this->services['sulu_security.user_manager'])) {
  2990.             return $this->services['sulu_security.user_manager'];
  2991.         }
  2992.         $c = ($this->services['sulu_contact.contact_manager'] ?? $this->getSuluContact_ContactManagerService());
  2993.         if (isset($this->services['sulu_security.user_manager'])) {
  2994.             return $this->services['sulu_security.user_manager'];
  2995.         }
  2996.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2997.         if (isset($this->services['sulu_security.user_manager'])) {
  2998.             return $this->services['sulu_security.user_manager'];
  2999.         }
  3000.         return $this->services['sulu_security.user_manager'] = new \Sulu\Bundle\SecurityBundle\UserManager\UserManager($a, ($this->services['sulu_security.encoder_factory'] ?? $this->load('getSuluSecurity_EncoderFactoryService')), $b$a->getRepository('SuluSecurityBundle:Group'), $c, ($this->services['sulu_security.salt_generator'] ?? ($this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator())), $d, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()));
  3001.     }
  3002.     /**
  3003.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  3004.      *
  3005.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  3006.      */
  3007.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  3008.     {
  3009.         $a = ($this->privates['sulu_document_manager.session_manager'] ?? $this->getSuluDocumentManager_SessionManagerService());
  3010.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3011.             return $this->services['sulu_snippet.default_snippet.manager'];
  3012.         }
  3013.         $b = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  3014.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3015.             return $this->services['sulu_snippet.default_snippet.manager'];
  3016.         }
  3017.         return $this->services['sulu_snippet.default_snippet.manager'] = new \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager(new \Sulu\Component\Webspace\Settings\SettingsManager($a, ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService())), $b, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $this->parameters['sulu_snippet.areas']);
  3018.     }
  3019.     /**
  3020.      * Gets the public 'sulu_snippet.resolver' shared service.
  3021.      *
  3022.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  3023.      */
  3024.     protected function getSuluSnippet_ResolverService()
  3025.     {
  3026.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3027.         if (isset($this->services['sulu_snippet.resolver'])) {
  3028.             return $this->services['sulu_snippet.resolver'];
  3029.         }
  3030.         return $this->services['sulu_snippet.resolver'] = new \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver($a, ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()));
  3031.     }
  3032.     /**
  3033.      * Gets the public 'sulu_tag.tag_manager' shared service.
  3034.      *
  3035.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  3036.      */
  3037.     protected function getSuluTag_TagManagerService()
  3038.     {
  3039.         $a = ($this->services['sulu.repository.tag'] ?? $this->getSulu_Repository_TagService());
  3040.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3041.             return $this->services['sulu_tag.tag_manager'];
  3042.         }
  3043.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3044.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3045.             return $this->services['sulu_tag.tag_manager'];
  3046.         }
  3047.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3048.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3049.             return $this->services['sulu_tag.tag_manager'];
  3050.         }
  3051.         $d = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3052.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3053.             return $this->services['sulu_tag.tag_manager'];
  3054.         }
  3055.         return $this->services['sulu_tag.tag_manager'] = new \Sulu\Bundle\TagBundle\Tag\TagManager($a$b$c, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $d);
  3056.     }
  3057.     /**
  3058.      * Gets the public 'sulu_website.resolver.structure' shared service.
  3059.      *
  3060.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  3061.      */
  3062.     protected function getSuluWebsite_Resolver_StructureService()
  3063.     {
  3064.         return $this->services['sulu_website.resolver.structure'] = new \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), $this->parameters['sulu_website.enabled_twig_attributes']);
  3065.     }
  3066.     /**
  3067.      * Gets the public 'translator' shared service.
  3068.      *
  3069.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3070.      */
  3071.     protected function getTranslatorService()
  3072.     {
  3073.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3074.     }
  3075.     /**
  3076.      * Gets the public 'var_dumper.cloner' shared service.
  3077.      *
  3078.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3079.      */
  3080.     protected function getVarDumper_ClonerService()
  3081.     {
  3082.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3083.         $instance->setMaxItems(2500);
  3084.         $instance->setMinDepth(1);
  3085.         $instance->setMaxString(-1);
  3086.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3087.         return $instance;
  3088.     }
  3089.     /**
  3090.      * Gets the private '.debug.http_client' shared service.
  3091.      *
  3092.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3093.      */
  3094.     protected function get_Debug_HttpClientService()
  3095.     {
  3096.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3097.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3098.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3099.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3100.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3101.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3102.         $a->setLogger($b);
  3103.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($aNULL);
  3104.     }
  3105.     /**
  3106.      * Gets the private '.service_locator.rz1tQtr' shared service.
  3107.      *
  3108.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3109.      */
  3110.     protected function get_ServiceLocator_Rz1tQtrService()
  3111.     {
  3112.         return $this->privates['.service_locator.rz1tQtr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3113.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  3114.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  3115.         ], [
  3116.             'security.firewall.map.context.admin' => '?',
  3117.             'security.firewall.map.context.dev' => '?',
  3118.         ]);
  3119.     }
  3120.     /**
  3121.      * Gets the private 'App\Repository\FaqCategoriesRepository' shared autowired service.
  3122.      *
  3123.      * @return \App\Repository\FaqCategoriesRepository
  3124.      */
  3125.     protected function getFaqCategoriesRepositoryService()
  3126.     {
  3127.         return $this->privates['App\\Repository\\FaqCategoriesRepository'] = new \App\Repository\FaqCategoriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3128.     }
  3129.     /**
  3130.      * Gets the private 'annotations.cache_adapter' shared service.
  3131.      *
  3132.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3133.      */
  3134.     protected function getAnnotations_CacheAdapterService()
  3135.     {
  3136.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3137.     }
  3138.     /**
  3139.      * Gets the private 'annotations.cached_reader' shared service.
  3140.      *
  3141.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3142.      */
  3143.     protected function getAnnotations_CachedReaderService()
  3144.     {
  3145.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3146.     }
  3147.     /**
  3148.      * Gets the private 'annotations.reader' shared service.
  3149.      *
  3150.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3151.      */
  3152.     protected function getAnnotations_ReaderService()
  3153.     {
  3154.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3155.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3156.         $a->registerUniqueLoader('class_exists');
  3157.         $instance->addGlobalIgnoredName('required'$a);
  3158.         return $instance;
  3159.     }
  3160.     /**
  3161.      * Gets the private 'assets.context' shared service.
  3162.      *
  3163.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3164.      */
  3165.     protected function getAssets_ContextService()
  3166.     {
  3167.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3168.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  3169.     }
  3170.     /**
  3171.      * Gets the private 'cache.annotations' shared service.
  3172.      *
  3173.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3174.      */
  3175.     protected function getCache_AnnotationsService()
  3176.     {
  3177.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pv4VUfXn4k'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3178.     }
  3179.     /**
  3180.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3181.      *
  3182.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3183.      */
  3184.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3185.     {
  3186.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3187.     }
  3188.     /**
  3189.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3190.      *
  3191.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3192.      */
  3193.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3194.     {
  3195.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3196.     }
  3197.     /**
  3198.      * Gets the private 'cache.property_info' shared service.
  3199.      *
  3200.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3201.      */
  3202.     protected function getCache_PropertyInfoService()
  3203.     {
  3204.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aM6NGwAwM2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3205.     }
  3206.     /**
  3207.      * Gets the private 'cache.security_expression_language' shared service.
  3208.      *
  3209.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3210.      */
  3211.     protected function getCache_SecurityExpressionLanguageService()
  3212.     {
  3213.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IOm8mtVqMl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3214.     }
  3215.     /**
  3216.      * Gets the private 'cache.serializer' shared service.
  3217.      *
  3218.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3219.      */
  3220.     protected function getCache_SerializerService()
  3221.     {
  3222.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2whyOF1tpG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3223.     }
  3224.     /**
  3225.      * Gets the private 'cache.validator' shared service.
  3226.      *
  3227.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3228.      */
  3229.     protected function getCache_ValidatorService()
  3230.     {
  3231.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MqUk3DCSOm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3232.     }
  3233.     /**
  3234.      * Gets the private 'config_cache_factory' shared service.
  3235.      *
  3236.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3237.      */
  3238.     protected function getConfigCacheFactoryService()
  3239.     {
  3240.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3241.             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)));
  3242.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3243.         }, 2));
  3244.     }
  3245.     /**
  3246.      * Gets the private 'controller_resolver' shared service.
  3247.      *
  3248.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  3249.      */
  3250.     protected function getControllerResolverService()
  3251.     {
  3252.         return $this->privates['controller_resolver'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
  3253.     }
  3254.     /**
  3255.      * Gets the private 'data_collector.form' shared service.
  3256.      *
  3257.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3258.      */
  3259.     protected function getDataCollector_FormService()
  3260.     {
  3261.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3262.     }
  3263.     /**
  3264.      * Gets the private 'data_collector.request' shared service.
  3265.      *
  3266.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3267.      */
  3268.     protected function getDataCollector_RequestService()
  3269.     {
  3270.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3271.     }
  3272.     /**
  3273.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3274.      *
  3275.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3276.      */
  3277.     protected function getDebug_DebugHandlersListenerService()
  3278.     {
  3279.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3280.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3281.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3282.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3283.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3284.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  3285.     }
  3286.     /**
  3287.      * Gets the private 'debug.file_link_formatter' shared service.
  3288.      *
  3289.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3290.      */
  3291.     protected function getDebug_FileLinkFormatterService()
  3292.     {
  3293.         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 () {
  3294.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3295.         });
  3296.     }
  3297.     /**
  3298.      * Gets the private 'debug.log_processor' shared service.
  3299.      *
  3300.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3301.      */
  3302.     protected function getDebug_LogProcessorService()
  3303.     {
  3304.         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())));
  3305.     }
  3306.     /**
  3307.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3308.      *
  3309.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3310.      */
  3311.     protected function getDebug_Security_Access_DecisionManagerService()
  3312.     {
  3313.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  3314.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3315.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3316.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3317.             yield => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  3318.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(true)));
  3319.     }
  3320.     /**
  3321.      * Gets the private 'debug.security.firewall' shared service.
  3322.      *
  3323.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3324.      */
  3325.     protected function getDebug_Security_FirewallService()
  3326.     {
  3327.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3328.         if (isset($this->privates['debug.security.firewall'])) {
  3329.             return $this->privates['debug.security.firewall'];
  3330.         }
  3331.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3332.         if (isset($this->privates['debug.security.firewall'])) {
  3333.             return $this->privates['debug.security.firewall'];
  3334.         }
  3335.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3336.     }
  3337.     /**
  3338.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3339.      *
  3340.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3341.      */
  3342.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3343.     {
  3344.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3345.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  3346.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3347.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3348.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3349.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3350.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  3351.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService'true],
  3352.             'massive_search.search.event_subscriber.doctrine_orm' => ['privates''massive_search.search.event_subscriber.doctrine_orm''getMassiveSearch_Search_EventSubscriber_DoctrineOrmService'true],
  3353.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  3354.             'sulu.persistence.event_subscriber.orm.metadata' => ['privates''sulu.persistence.event_subscriber.orm.metadata''getSulu_Persistence_EventSubscriber_Orm_MetadataService'true],
  3355.             'sulu.persistence.event_subscriber.orm.timestampable' => ['privates''sulu.persistence.event_subscriber.orm.timestampable''getSulu_Persistence_EventSubscriber_Orm_TimestampableService'true],
  3356.             'sulu.persistence.event_subscriber.orm.user_blame' => ['privates''sulu.persistence.event_subscriber.orm.user_blame''getSulu_Persistence_EventSubscriber_Orm_UserBlameService'true],
  3357.             'sulu_activity.domain_event_collector_subscriber' => ['privates''sulu_activity.domain_event_collector_subscriber''getSuluActivity_DomainEventCollectorSubscriberService'true],
  3358.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService'true],
  3359.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService'true],
  3360.             'sulu_core.doctrine.references' => ['privates''sulu_core.doctrine.references''getSuluCore_Doctrine_ReferencesService'true],
  3361.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService'true],
  3362.             'sulu_security.permission_inheritance_subscriber' => ['privates''sulu_security.permission_inheritance_subscriber''getSuluSecurity_PermissionInheritanceSubscriberService'true],
  3363.         ], [
  3364.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  3365.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3366.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3367.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3368.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3369.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  3370.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  3371.             'massive_search.search.event_subscriber.doctrine_orm' => '?',
  3372.             'stof_doctrine_extensions.listener.tree' => '?',
  3373.             'sulu.persistence.event_subscriber.orm.metadata' => '?',
  3374.             'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  3375.             'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  3376.             'sulu_activity.domain_event_collector_subscriber' => '?',
  3377.             'sulu_contact.account_listener' => '?',
  3378.             'sulu_contact.doctrine.invalidation_listener' => '?',
  3379.             'sulu_core.doctrine.references' => '?',
  3380.             'sulu_media.doctrine.invalidation_listener' => '?',
  3381.             'sulu_security.permission_inheritance_subscriber' => '?',
  3382.         ]), [=> 'sulu.persistence.event_subscriber.orm.metadata'=> 'sulu.persistence.event_subscriber.orm.user_blame'=> 'sulu_core.doctrine.references'=> 'doctrine.orm.listeners.resolve_target_entity'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'massive_search.search.event_subscriber.doctrine_orm'=> 'sulu.persistence.event_subscriber.orm.timestampable'=> 'sulu_security.permission_inheritance_subscriber'10 => 'cmf_routing.persistence.doctrine.route_condition_metadata_listener'11 => 'stof_doctrine_extensions.listener.tree'12 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 13 => [=> [=> 'postGenerateSchema'], => 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener'], 14 => [=> [=> 'postPersist'], => 'sulu_contact.account_listener'], 15 => [=> [=> 'postPersist'], => 'sulu_contact.doctrine.invalidation_listener'], 16 => [=> [=> 'postUpdate'], => 'sulu_contact.doctrine.invalidation_listener'], 17 => [=> [=> 'preRemove'], => 'sulu_contact.doctrine.invalidation_listener'], 18 => [=> [=> 'postPersist'], => 'sulu_media.doctrine.invalidation_listener'], 19 => [=> [=> 'postUpdate'], => 'sulu_media.doctrine.invalidation_listener'], 20 => [=> [=> 'preRemove'], => 'sulu_media.doctrine.invalidation_listener'], 21 => 'sulu_activity.domain_event_collector_subscriber']);
  3383.     }
  3384.     /**
  3385.      * Gets the private 'exception_listener' shared service.
  3386.      *
  3387.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3388.      */
  3389.     protected function getExceptionListenerService()
  3390.     {
  3391.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3392.     }
  3393.     /**
  3394.      * Gets the private 'form.registry' shared service.
  3395.      *
  3396.      * @return \Symfony\Component\Form\FormRegistry
  3397.      */
  3398.     protected function getForm_RegistryService()
  3399.     {
  3400.         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, [
  3401.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService'true],
  3402.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService'true],
  3403.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService'true],
  3404.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService'true],
  3405.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService'true],
  3406.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  3407.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  3408.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  3409.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  3410.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  3411.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  3412.         ], [
  3413.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  3414.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  3415.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  3416.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  3417.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  3418.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3419.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  3420.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3421.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3422.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3423.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3424.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3425.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  3426.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  3427.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  3428.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  3429.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  3430.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  3431.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3432.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3433.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3434.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3435.         }, 1)], new RewindableGenerator(function () {
  3436.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3437.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  3438.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3439.     }
  3440.     /**
  3441.      * Gets the private 'fos_http_cache.event_listener.php8_attributes' shared service.
  3442.      *
  3443.      * @return \FOS\HttpCacheBundle\EventListener\Php8AttributesListener
  3444.      */
  3445.     protected function getFosHttpCache_EventListener_Php8AttributesService()
  3446.     {
  3447.         return $this->privates['fos_http_cache.event_listener.php8_attributes'] = new \FOS\HttpCacheBundle\EventListener\Php8AttributesListener(($this->privates['controller_resolver'] ?? $this->getControllerResolverService()));
  3448.     }
  3449.     /**
  3450.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  3451.      *
  3452.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  3453.      */
  3454.     protected function getFosHttpCache_EventListener_TagService()
  3455.     {
  3456.         $a = ($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService());
  3457.         if (isset($this->privates['fos_http_cache.event_listener.tag'])) {
  3458.             return $this->privates['fos_http_cache.event_listener.tag'];
  3459.         }
  3460.         return $this->privates['fos_http_cache.event_listener.tag'] = new \FOS\HttpCacheBundle\EventListener\TagListener($a, ($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);
  3461.     }
  3462.     /**
  3463.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  3464.      *
  3465.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  3466.      */
  3467.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  3468.     {
  3469.         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());
  3470.     }
  3471.     /**
  3472.      * Gets the private 'fos_rest.body_listener' shared service.
  3473.      *
  3474.      * @return \FOS\RestBundle\EventListener\BodyListener
  3475.      */
  3476.     protected function getFosRest_BodyListenerService()
  3477.     {
  3478.         $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, [
  3479.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  3480.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  3481.         ], [
  3482.             'fos_rest.decoder.json' => '?',
  3483.             'fos_rest.decoder.xml' => '?',
  3484.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  3485.         $instance->setDefaultFormat(NULL);
  3486.         return $instance;
  3487.     }
  3488.     /**
  3489.      * Gets the private 'fos_rest.exception.codes_map' shared service.
  3490.      *
  3491.      * @return \FOS\RestBundle\Util\ExceptionValueMap
  3492.      */
  3493.     protected function getFosRest_Exception_CodesMapService()
  3494.     {
  3495.         return $this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Sulu\\Bundle\\TrashBundle\\Domain\\Exception\\TrashItemNotFoundException' => 404'Sulu\\Component\\DocumentManager\\Exception\\DocumentNotFoundException' => 404'Sulu\\Component\\CustomUrl\\Manager\\TitleAlreadyExistsException' => 400'Sulu\\Component\\CustomUrl\\Generator\\MissingDomainPartException' => 400'Sulu\\Component\\CustomUrl\\Manager\\RouteNotRemovableException' => 420'Sulu\\Component\\DocumentManager\\Exception\\VersionNotFoundException' => 404'Sulu\\Component\\Content\\Exception\\MandatoryPropertyException' => 400'Sulu\\Component\\Content\\Exception\\ResourceLocatorAlreadyExistsException' => 409'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryIdNotFoundException' => 404'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryKeyNotFoundException' => 404'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryKeyNotUniqueException' => 409'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryNameMissingException' => 400'Sulu\\Bundle\\CategoryBundle\\Exception\\KeywordIsMultipleReferencedException' => 409'Sulu\\Bundle\\CategoryBundle\\Exception\\KeywordNotUniqueException' => 409'Sulu\\Bundle\\SecurityBundle\\Exception\\RoleNameAlreadyExistsException' => 409'Sulu\\Bundle\\SecurityBundle\\Exception\\RoleKeyAlreadyExistsException' => 409'Sulu\\Bundle\\SecurityBundle\\Security\\Exception\\UsernameNotUniqueException' => 409'Sulu\\Bundle\\SecurityBundle\\Security\\Exception\\EmailNotUniqueException' => 409'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\MediaNotFoundException' => 404'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\FileVersionNotFoundException' => 404'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\FormatNotFoundException' => 404'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\FormatOptionsMissingParameterException' => 400'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\MediaException' => 400'Sulu\\Bundle\\AdminBundle\\Exception\\MetadataNotFoundException' => 404'Sulu\\Bundle\\AdminBundle\\Exception\\MetadataProviderNotFoundException' => 404'Sulu\\Component\\Rest\\Exception\\MissingArgumentException' => 400'Sulu\\Component\\Rest\\Exception\\MissingParameterException' => 400'Sulu\\Component\\Rest\\Exception\\InvalidHashException' => 409'Sulu\\Component\\Rest\\Csv\\ObjectNotSupportedException' => 406'Sulu\\Component\\Rest\\ListBuilder\\Filter\\InvalidFilterTypeOptionsException' => 400'Sulu\\Component\\Rest\\Exception\\RemoveDependantResourcesFoundExceptionInterface' => 409'Sulu\\Component\\Rest\\Exception\\InsufficientDescendantPermissionsException' => 403'Sulu\\Component\\Rest\\Exception\\ReferencingResourcesFoundExceptionInterface' => 409]);
  3496.     }
  3497.     /**
  3498.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  3499.      *
  3500.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  3501.      */
  3502.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  3503.     {
  3504.         return $this->privates['fos_rest.exception.response_status_code_listener'] = new \FOS\RestBundle\EventListener\ResponseStatusCodeListener(($this->privates['fos_rest.exception.codes_map'] ?? $this->getFosRest_Exception_CodesMapService()));
  3505.     }
  3506.     /**
  3507.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  3508.      *
  3509.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  3510.      */
  3511.     protected function getFosRest_ZoneMatcherListenerService()
  3512.     {
  3513.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  3514.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  3515.         return $instance;
  3516.     }
  3517.     /**
  3518.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  3519.      *
  3520.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  3521.      */
  3522.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  3523.     {
  3524.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['Sulu\\Bundle\\AdminBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SearchBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SnippetBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/config/serializer'), 'Sulu\\Bundle\\PageBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\DocumentManagerBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CustomUrlBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/config/serializer'), 'Sulu\\Component\\CustomUrl' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\DocumentManager' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Content' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Webspace' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/serializer'), 'Massive\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/massive'), 'Sulu\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/sulu'), 'Sulu\\Component\\SmartContent\\Configuration' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/DependencyInjection/../Resources/config/serializer')]));
  3525.     }
  3526.     /**
  3527.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  3528.      *
  3529.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  3530.      */
  3531.     protected function getJmsSerializer_TraceableEventDispatcherService()
  3532.     {
  3533.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3534.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  3535.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  3536.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService'true],
  3537.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService'true],
  3538.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService'true],
  3539.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService'true],
  3540.             'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates''sulu_admin.dropdown_toolbar_action_subscriber''getSuluAdmin_DropdownToolbarActionSubscriberService'true],
  3541.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates''sulu_admin.save_with_form_dialog_toolbar_action_subscriber''getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService'true],
  3542.             'sulu_admin.toggler_toolbar_action_subscriber' => ['privates''sulu_admin.toggler_toolbar_action_subscriber''getSuluAdmin_TogglerToolbarActionSubscriberService'true],
  3543.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService'true],
  3544.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService'true],
  3545.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService'true],
  3546.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService'true],
  3547.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService'true],
  3548.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService'true],
  3549.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService'true],
  3550.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService'true],
  3551.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService'true],
  3552.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService'true],
  3553.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService'true],
  3554.         ], [
  3555.             'jms_serializer.traceable_runs_listener' => '?',
  3556.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3557.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  3558.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  3559.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  3560.             'sulu_core.representation_handler' => '?',
  3561.             'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  3562.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  3563.             'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  3564.             'sulu_security.document.serializer.subscriber.security' => '?',
  3565.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  3566.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  3567.             'sulu_page.document.serializer.subscriber.locale' => '?',
  3568.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  3569.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  3570.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  3571.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  3572.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  3573.             'sulu_hash.event_subscriber.serializer' => '?',
  3574.             'sulu_document_manager.serializer.subscriber.document' => '?',
  3575.         ]));
  3576.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3577.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3578.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3579.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  3580.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  3581.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  3582.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3583.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3584.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  3585.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], NULLNULLNULL);
  3586.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], NULLNULLNULL);
  3587.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], NULLNULLNULL);
  3588.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3589.         $instance->addListener('serializer.post_serialize', [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], NULL'json'NULL);
  3590.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.dropdown_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction''json'NULL);
  3591.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction''json'NULL);
  3592.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.toggler_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction''json'NULL);
  3593.         $instance->addListener('serializer.post_serialize', [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], NULL'json'NULL);
  3594.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3595.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3596.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3597.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], NULL'json'NULL);
  3598.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3599.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3600.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3601.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], NULL'json'NULL);
  3602.         $instance->addListener('serializer.post_serialize', [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3603.         $instance->addListener('serializer.post_serialize', [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], NULLNULLNULL);
  3604.         $instance->addListener('serializer.post_deserialize', [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], NULLNULLNULL);
  3605.         return $instance;
  3606.     }
  3607.     /**
  3608.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  3609.      *
  3610.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  3611.      */
  3612.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  3613.     {
  3614.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3615.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService'true],
  3616.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  3617.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  3618.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  3619.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService'true],
  3620.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService'true],
  3621.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService'true],
  3622.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  3623.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  3624.             'sulu_admin.schema_handler' => ['privates''sulu_admin.schema_handler''getSuluAdmin_SchemaHandlerService'true],
  3625.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService'true],
  3626.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  3627.         ], [
  3628.             'sulu_core.rest.datetime_handler' => '?',
  3629.             'jms_serializer.datetime_handler' => '?',
  3630.             'jms_serializer.array_collection_handler' => '?',
  3631.             'jms_serializer.iterator_handler' => '?',
  3632.             'sulu_page.document.serializer.handler.structure' => '?',
  3633.             'sulu_page.document.serializer.handler.extension_container' => '?',
  3634.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  3635.             'fos_rest.serializer.flatten_exception_handler' => '?',
  3636.             'jms_serializer.constraint_violation_handler' => '?',
  3637.             'sulu_admin.schema_handler' => '?',
  3638.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  3639.             'fos_rest.serializer.form_error_handler' => '?',
  3640.         ])));
  3641.         $instance->registerHandler(2'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3642.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  3643.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  3644.         $instance->registerHandler(2'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3645.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  3646.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  3647.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3648.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3649.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3650.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3651.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3652.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3653.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3654.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3655.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3656.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3657.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  3658.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  3659.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  3660.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  3661.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3662.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3663.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3664.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3665.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3666.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3667.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']);
  3668.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']);
  3669.         $instance->registerHandler(2'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge''json', [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']);
  3670.         $instance->registerHandler(1'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3671.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3672.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3673.         $instance->registerHandler(1'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3674.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3675.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3676.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  3677.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  3678.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3679.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3680.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3681.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3682.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3683.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3684.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3685.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3686.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3687.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3688.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  3689.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  3690.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  3691.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  3692.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3693.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3694.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3695.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3696.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3697.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3698.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3699.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3700.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3701.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3702.         $instance->registerHandler(1'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata''json', [=> 'sulu_admin.schema_handler'=> 'serializeToJsonSchema']);
  3703.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']);
  3704.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']);
  3705.         $instance->registerHandler(1'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection''json', [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']);
  3706.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  3707.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  3708.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  3709.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  3710.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  3711.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  3712.         return $instance;
  3713.     }
  3714.     /**
  3715.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  3716.      *
  3717.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  3718.      */
  3719.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  3720.     {
  3721.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3722.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  3723.         ], [
  3724.             'metadata_driver' => '?',
  3725.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  3726.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  3727.         $a->setIncludeInterfaces(false);
  3728.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  3729.     }
  3730.     /**
  3731.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  3732.      *
  3733.      * @return \JMS\SerializerBundle\Debug\RunsListener
  3734.      */
  3735.     protected function getJmsSerializer_TraceableRunsListenerService()
  3736.     {
  3737.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  3738.     }
  3739.     /**
  3740.      * Gets the private 'locale_aware_listener' shared service.
  3741.      *
  3742.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3743.      */
  3744.     protected function getLocaleAwareListenerService()
  3745.     {
  3746.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3747.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  3748.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3749.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3750.     }
  3751.     /**
  3752.      * Gets the private 'locale_listener' shared service.
  3753.      *
  3754.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3755.      */
  3756.     protected function getLocaleListenerService()
  3757.     {
  3758.         $a = ($this->services['router'] ?? $this->getRouterService());
  3759.         if (isset($this->privates['locale_listener'])) {
  3760.             return $this->privates['locale_listener'];
  3761.         }
  3762.         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'$afalse, []);
  3763.     }
  3764.     /**
  3765.      * Gets the private 'monolog.handler.console' shared service.
  3766.      *
  3767.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3768.      */
  3769.     protected function getMonolog_Handler_ConsoleService()
  3770.     {
  3771.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3772.     }
  3773.     /**
  3774.      * Gets the private 'monolog.handler.main' shared service.
  3775.      *
  3776.      * @return \Monolog\Handler\StreamHandler
  3777.      */
  3778.     protected function getMonolog_Handler_MainService()
  3779.     {
  3780.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 100trueNULLfalse);
  3781.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3782.         return $instance;
  3783.     }
  3784.     /**
  3785.      * Gets the private 'monolog.logger' shared service.
  3786.      *
  3787.      * @return \Symfony\Bridge\Monolog\Logger
  3788.      */
  3789.     protected function getMonolog_LoggerService()
  3790.     {
  3791.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3792.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3793.         $instance->useMicrosecondTimestamps(true);
  3794.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3795.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3796.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3797.         return $instance;
  3798.     }
  3799.     /**
  3800.      * Gets the private 'monolog.logger.cache' shared service.
  3801.      *
  3802.      * @return \Symfony\Bridge\Monolog\Logger
  3803.      */
  3804.     protected function getMonolog_Logger_CacheService()
  3805.     {
  3806.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3807.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3808.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3809.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3810.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3811.         return $instance;
  3812.     }
  3813.     /**
  3814.      * Gets the private 'monolog.logger.request' shared service.
  3815.      *
  3816.      * @return \Symfony\Bridge\Monolog\Logger
  3817.      */
  3818.     protected function getMonolog_Logger_RequestService()
  3819.     {
  3820.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3821.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3822.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3823.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3824.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3825.         return $instance;
  3826.     }
  3827.     /**
  3828.      * Gets the private 'parameter_bag' shared service.
  3829.      *
  3830.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3831.      */
  3832.     protected function getParameterBagService()
  3833.     {
  3834.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3835.     }
  3836.     /**
  3837.      * Gets the private 'profiler_listener' shared service.
  3838.      *
  3839.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3840.      */
  3841.     protected function getProfilerListenerService()
  3842.     {
  3843.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3844.         if (isset($this->privates['profiler_listener'])) {
  3845.             return $this->privates['profiler_listener'];
  3846.         }
  3847.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3848.     }
  3849.     /**
  3850.      * Gets the private 'property_info' shared service.
  3851.      *
  3852.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3853.      */
  3854.     protected function getPropertyInfoService()
  3855.     {
  3856.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3857.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3858.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3859.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3860.         }, 3), new RewindableGenerator(function () {
  3861.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3862.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3863.         }, 2), new RewindableGenerator(function () {
  3864.             return new \EmptyIterator();
  3865.         }, 0), new RewindableGenerator(function () {
  3866.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3867.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3868.         }, 2), new RewindableGenerator(function () {
  3869.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3870.         }, 1));
  3871.     }
  3872.     /**
  3873.      * Gets the private 'router.expression_language_provider' shared service.
  3874.      *
  3875.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3876.      */
  3877.     protected function getRouter_ExpressionLanguageProviderService()
  3878.     {
  3879.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3880.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3881.         ], [
  3882.             'env' => 'Closure',
  3883.         ]));
  3884.     }
  3885.     /**
  3886.      * Gets the private 'router.request_context' shared service.
  3887.      *
  3888.      * @return \Symfony\Component\Routing\RequestContext
  3889.      */
  3890.     protected function getRouter_RequestContextService()
  3891.     {
  3892.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3893.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3894.         return $instance;
  3895.     }
  3896.     /**
  3897.      * Gets the private 'security.firewall.map' shared service.
  3898.      *
  3899.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3900.      */
  3901.     protected function getSecurity_Firewall_MapService()
  3902.     {
  3903.         $a = ($this->privates['.service_locator.rz1tQtr'] ?? $this->get_ServiceLocator_Rz1tQtrService());
  3904.         if (isset($this->privates['security.firewall.map'])) {
  3905.             return $this->privates['security.firewall.map'];
  3906.         }
  3907.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3908.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  3909.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.KLaPh5V'] ?? ($this->privates['.security.request_matcher.KLaPh5V'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(\\/|$)')));
  3910.         }, 2));
  3911.     }
  3912.     /**
  3913.      * Gets the private 'security.helper' shared service.
  3914.      *
  3915.      * @return \Symfony\Component\Security\Core\Security
  3916.      */
  3917.     protected function getSecurity_HelperService()
  3918.     {
  3919.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3920.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3921.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3922.         ], [
  3923.             'security.authorization_checker' => '?',
  3924.             'security.token_storage' => '?',
  3925.         ]));
  3926.     }
  3927.     /**
  3928.      * Gets the private 'security.logout_url_generator' shared service.
  3929.      *
  3930.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3931.      */
  3932.     protected function getSecurity_LogoutUrlGeneratorService()
  3933.     {
  3934.         $a = ($this->services['router'] ?? $this->getRouterService());
  3935.         if (isset($this->privates['security.logout_url_generator'])) {
  3936.             return $this->privates['security.logout_url_generator'];
  3937.         }
  3938.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3939.         $instance->registerListener('admin''sulu_admin.logout''logout''_csrf_token'NULLNULL);
  3940.         return $instance;
  3941.     }
  3942.     /**
  3943.      * Gets the private 'session_listener' shared service.
  3944.      *
  3945.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3946.      */
  3947.     protected function getSessionListenerService()
  3948.     {
  3949.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3950.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3951.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3952.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3953.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3954.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3955.         ], [
  3956.             'initialized_session' => '?',
  3957.             'logger' => '?',
  3958.             'session' => '?',
  3959.             'session_collector' => '?',
  3960.             'session_factory' => '?',
  3961.         ]), true$this->parameters['session.storage.options']);
  3962.     }
  3963.     /**
  3964.      * Gets the private 'sulu.content.query_executor' shared service.
  3965.      *
  3966.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  3967.      */
  3968.     protected function getSulu_Content_QueryExecutorService()
  3969.     {
  3970.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3971.         if (isset($this->privates['sulu.content.query_executor'])) {
  3972.             return $this->privates['sulu.content.query_executor'];
  3973.         }
  3974.         return $this->privates['sulu.content.query_executor'] = new \Sulu\Component\Content\Query\ContentQueryExecutor(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $aNULL);
  3975.     }
  3976.     /**
  3977.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  3978.      *
  3979.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  3980.      */
  3981.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  3982.     {
  3983.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  3984.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  3985.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  3986.         }
  3987.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  3988.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  3989.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  3990.         }
  3991.         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()), $a$b);
  3992.     }
  3993.     /**
  3994.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  3995.      *
  3996.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  3997.      */
  3998.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  3999.     {
  4000.         $a = ($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService());
  4001.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4002.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4003.         }
  4004.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4005.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4006.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4007.         }
  4008.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4009.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4010.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4011.         }
  4012.         $d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4013.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4014.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4015.         }
  4016.         return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy($a, ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), $b, ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), $c$d, ($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())));
  4017.     }
  4018.     /**
  4019.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  4020.      *
  4021.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  4022.      */
  4023.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  4024.     {
  4025.         $a = ($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] ?? $this->getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService());
  4026.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4027.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4028.         }
  4029.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4030.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4031.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4032.         }
  4033.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4034.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4035.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4036.         }
  4037.         $d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4038.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4039.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4040.         }
  4041.         return $this->privates['sulu.content.resource_locator.strategy_pool'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool(['tree_leaf_edit' => $a'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()), $b, ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), $c$d, ($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()));
  4042.     }
  4043.     /**
  4044.      * Gets the private 'sulu_activity.domain_event_collector' shared service.
  4045.      *
  4046.      * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  4047.      */
  4048.     protected function getSuluActivity_DomainEventCollectorService()
  4049.     {
  4050.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4051.         if (isset($this->privates['sulu_activity.domain_event_collector'])) {
  4052.             return $this->privates['sulu_activity.domain_event_collector'];
  4053.         }
  4054.         return $this->privates['sulu_activity.domain_event_collector'] = new \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector($a);
  4055.     }
  4056.     /**
  4057.      * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  4058.      *
  4059.      * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  4060.      */
  4061.     protected function getSuluActivity_DomainEventDispatcherService()
  4062.     {
  4063.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4064.         if (isset($this->privates['sulu_activity.domain_event_dispatcher'])) {
  4065.             return $this->privates['sulu_activity.domain_event_dispatcher'];
  4066.         }
  4067.         return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher($a);
  4068.     }
  4069.     /**
  4070.      * Gets the private 'sulu_admin.collaboration_cache' shared service.
  4071.      *
  4072.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4073.      */
  4074.     protected function getSuluAdmin_CollaborationCacheService()
  4075.     {
  4076.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('PigEUxPsz0'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4077.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4078.         return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4079.     }
  4080.     /**
  4081.      * Gets the private 'sulu_category.category_request_handler' shared service.
  4082.      *
  4083.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  4084.      */
  4085.     protected function getSuluCategory_CategoryRequestHandlerService()
  4086.     {
  4087.         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())));
  4088.     }
  4089.     /**
  4090.      * Gets the private 'sulu_contact.contact_title_repository' shared service.
  4091.      *
  4092.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactTitleRepository
  4093.      */
  4094.     protected function getSuluContact_ContactTitleRepositoryService()
  4095.     {
  4096.         return $this->privates['sulu_contact.contact_title_repository'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getRepository('SuluContactBundle:ContactTitle');
  4097.     }
  4098.     /**
  4099.      * Gets the private 'sulu_core.cache.memoize' shared service.
  4100.      *
  4101.      * @return \Sulu\Component\Cache\Memoize
  4102.      */
  4103.     protected function getSuluCore_Cache_MemoizeService()
  4104.     {
  4105.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  4106.     }
  4107.     /**
  4108.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  4109.      *
  4110.      * @return \ProxyManager\Configuration
  4111.      */
  4112.     protected function getSuluCore_ProxyManager_ConfigurationService()
  4113.     {
  4114.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  4115.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  4116.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  4117.         return $instance;
  4118.     }
  4119.     /**
  4120.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  4121.      *
  4122.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  4123.      */
  4124.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  4125.     {
  4126.         $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  4127.         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)]));
  4128.     }
  4129.     /**
  4130.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  4131.      *
  4132.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  4133.      */
  4134.     protected function getSuluCustomUrls_DomainGeneratorService()
  4135.     {
  4136.         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())));
  4137.     }
  4138.     /**
  4139.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  4140.      *
  4141.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  4142.      */
  4143.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  4144.     {
  4145.         if ($lazyLoad) {
  4146.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  4147.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4148.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  4149.                     $proxy->setProxyInitializer(null);
  4150.                     return true;
  4151.                 });
  4152.             });
  4153.         }
  4154.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  4155.         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');
  4156.     }
  4157.     /**
  4158.      * Gets the private 'sulu_document_manager.decorated_default_session' shared service.
  4159.      *
  4160.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  4161.      */
  4162.     protected function getSuluDocumentManager_DecoratedDefaultSessionService($lazyLoad true)
  4163.     {
  4164.         if ($lazyLoad) {
  4165.             return $this->privates['sulu_document_manager.decorated_default_session'] = $this->createProxy('Session_21c865b', function () {
  4166.                 return \Session_21c865b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4167.                     $wrappedInstance $this->getSuluDocumentManager_DecoratedDefaultSessionService(false);
  4168.                     $proxy->setProxyInitializer(null);
  4169.                     return true;
  4170.                 });
  4171.             });
  4172.         }
  4173.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  4174.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  4175.         include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  4176.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  4177.         include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  4178.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  4179.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  4180.         return 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'));
  4181.     }
  4182.     /**
  4183.      * Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
  4184.      *
  4185.      * @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
  4186.      */
  4187.     protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
  4188.     {
  4189.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4190.         if (isset($this->privates['sulu_document_manager.document_domain_event_collector'])) {
  4191.             return $this->privates['sulu_document_manager.document_domain_event_collector'];
  4192.         }
  4193.         return $this->privates['sulu_document_manager.document_domain_event_collector'] = new \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector($a);
  4194.     }
  4195.     /**
  4196.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  4197.      *
  4198.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4199.      */
  4200.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  4201.     {
  4202.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4203.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4204.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4205.         }, => 'handleFlush'], 0);
  4206.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4207.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4208.         }, => 'handlePrePersist'], 479);
  4209.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4210.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4211.         }, => 'handlePersist'], -10000);
  4212.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4213.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4214.         }, => 'handleRemove'], -10000);
  4215.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4216.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4217.         }, => 'handleRemoveLocale'], -10000);
  4218.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4219.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4220.         }, => 'handleCopyLocale'], -10000);
  4221.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4222.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4223.         }, => 'handleCopy'], -10000);
  4224.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4225.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4226.         }, => 'storeSnippetToTrash'], 1024);
  4227.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4228.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4229.         }, => 'flushTrashItem'], 0);
  4230.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4231.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4232.         }, => 'clearPendingTrashItem'], 0);
  4233.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4234.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4235.         }, => 'indexPersistedDocument'], -10);
  4236.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4237.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4238.         }, => 'indexPublishedDocument'], -256);
  4239.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4240.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4241.         }, => 'deindexRemovedDocument'], 600);
  4242.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4243.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4244.         }, => 'deindexUnpublishedDocument'], -1024);
  4245.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4246.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4247.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  4248.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4249.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4250.         }, => 'deindexRemovedLocaleDocument'], -1024);
  4251.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4252.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  4253.         }, => 'preventRemoveWithChildren'], 4096);
  4254.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4255.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  4256.         }, => 'addForceRemoveChildrenOption'], 0);
  4257.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4258.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4259.         }, => 'handleConfigureOptions'], 0);
  4260.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4261.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4262.         }, => 'handleFlush'], 0);
  4263.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4264.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4265.         }, => 'handlePrePersist'], 479);
  4266.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4267.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4268.         }, => 'handlePersist'], -10000);
  4269.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4270.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4271.         }, => 'handleRemove'], -10000);
  4272.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4273.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4274.         }, => 'handleRemoveLocale'], -10000);
  4275.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4276.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4277.         }, => 'handleCopyLocale'], -10000);
  4278.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4279.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4280.         }, => 'handleCopy'], -10000);
  4281.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4282.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4283.         }, => 'handlePreMove'], 10000);
  4284.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4285.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4286.         }, => 'handleMove'], -10000);
  4287.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4288.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4289.         }, => 'handlePublish'], -10000);
  4290.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4291.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4292.         }, => 'handleUnpublish'], -10000);
  4293.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4294.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4295.         }, => 'handleRemoveDraft'], -10000);
  4296.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4297.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4298.         }, => 'handleRestore'], -10000);
  4299.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4300.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4301.         }, => 'handleReorder'], -10000);
  4302.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4303.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4304.         }, => 'saveStructureData'], 0);
  4305.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4306.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4307.         }, => 'handlePersistStagedProperties'], 50);
  4308.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4309.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4310.         }, => 'handlePersistStructureType'], 100);
  4311.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4312.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4313.         }, => 'saveStructureData'], 0);
  4314.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4315.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4316.         }, => 'handleHydrate'], 0);
  4317.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4318.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4319.         }, => 'configureOptions'], 0);
  4320.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4321.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  4322.         }, => 'handleMetadataLoad'], 0);
  4323.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4324.             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()));
  4325.         }, => 'handleMetadataLoad'], 0);
  4326.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4327.             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()));
  4328.         }, => 'handlePersist'], 15);
  4329.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4330.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4331.         }, => 'handlePersistDocument'], 10);
  4332.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4333.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4334.         }, => 'handleHydrate'], -200);
  4335.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4336.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4337.         }, => 'updateMovedDocument'], -128);
  4338.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4339.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4340.         }, => 'updateCopiedDocument'], -128);
  4341.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4342.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4343.         }, => 'handlePersistRoute'], -128);
  4344.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4345.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4346.         }, => 'setWorkflowStageOnDocument'], 0);
  4347.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4348.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4349.         }, => 'setWorkflowStageToTest'], 0);
  4350.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4351.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4352.         }, => 'setWorkflowStageToPublished'], 0);
  4353.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4354.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4355.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  4356.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4357.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4358.         }, => 'setWorkflowStageToTestForCopy'], 0);
  4359.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4360.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4361.         }, => 'setWorkflowStageToTestForRestore'], -32);
  4362.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4363.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4364.         }, => 'handleMetadataLoad'], 0);
  4365.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4366.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4367.         }, => 'handlePersistUpdateUrl'], 20);
  4368.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4369.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4370.         }, => 'saveShadowProperties'], 15);
  4371.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4372.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4373.         }, => 'handleHydrate'], 390);
  4374.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4375.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4376.         }, => 'saveShadowProperties'], 15);
  4377.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4378.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4379.         }, => 'handleConfigureOptions'], 0);
  4380.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4381.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4382.         }, => 'copyShadowProperties'], -256);
  4383.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4384.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4385.         }, => 'copyShadowProperties'], 0);
  4386.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4387.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4388.         }, => 'setTitleOnDocument'], -10);
  4389.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4390.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4391.         }, => 'setTitleOnNode'], 10);
  4392.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4393.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4394.         }, => 'setTitleOnNode'], 10);
  4395.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4396.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  4397.         }, => 'handleHydrate'], 400);
  4398.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4399.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4400.         }, => 'saveExtensionData'], 10);
  4401.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4402.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4403.         }, => 'saveExtensionData'], 10);
  4404.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4405.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4406.         }, => 'handleHydrate'], -10);
  4407.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4408.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4409.         }, => 'handlePersist'], 0);
  4410.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4411.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4412.         }, => 'handleMetadataLoad'], 0);
  4413.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4414.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4415.         }, => 'handleReorder'], 0);
  4416.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4417.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4418.         }, => 'handlePersist'], 0);
  4419.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4420.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4421.         }, => 'handlePersistCreate'], 3);
  4422.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4423.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4424.         }, => 'handleHydrate'], 0);
  4425.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4426.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4427.         }, => 'deleteUnavailableLocales'], 256);
  4428.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4429.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4430.         }, => 'handleWebspace'], 0);
  4431.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4432.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4433.         }, => 'handleWebspace'], -10);
  4434.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4435.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4436.         }, => 'handleSetNodeOnPersist'], 490);
  4437.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4438.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4439.         }, => 'handlePersist'], 5);
  4440.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4441.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4442.         }, => 'handleHydrate'], 0);
  4443.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4444.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4445.         }, => 'handleRemove'], 550);
  4446.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4447.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4448.         }, => 'handlePublish'], 0);
  4449.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4450.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  4451.         }, => 'handleMetadataLoad'], 0);
  4452.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4453.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  4454.         }, => 'handleMetadataLoad'], 0);
  4455.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4456.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4457.         }, => 'createNodeInPublicWorkspace'], -490);
  4458.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4459.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4460.         }, => 'removeNodeFromPublicWorkspace'], 0);
  4461.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4462.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4463.         }, => 'moveNodeInPublicWorkspace'], 0);
  4464.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4465.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4466.         }, => 'copyNodeInPublicWorkspace'], 0);
  4467.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4468.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4469.         }, => 'reorderNodeInPublicWorkspace'], 0);
  4470.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4471.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4472.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  4473.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4474.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4475.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  4476.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4477.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4478.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  4479.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4480.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4481.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  4482.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4483.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4484.         }, => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  4485.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4486.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4487.         }, => 'flushPublicWorkspace'], 0);
  4488.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4489.             return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  4490.         }, => 'handleCopyLocale'], 0);
  4491.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4492.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4493.         }, => 'handlePreRemove'], 510);
  4494.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4495.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4496.         }, => 'handlePostRemove'], -100);
  4497.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4498.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4499.         }, => 'handlePersist'], 0);
  4500.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4501.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4502.         }, => 'handleFlush'], 0);
  4503.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4504.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  4505.         }, => 'handleRemove'], 550);
  4506.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4507.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4508.         }, => 'storePageTranslationToTrash'], 1024);
  4509.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4510.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4511.         }, => 'storePageToTrash'], 1024);
  4512.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4513.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4514.         }, => 'flushTrashItem'], 0);
  4515.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4516.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4517.         }, => 'clearPendingTrashItem'], 0);
  4518.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4519.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4520.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4521.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4522.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4523.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  4524.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4525.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4526.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4527.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4528.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4529.         }, => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  4530.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4531.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4532.         }, => 'onClear'], -256);
  4533.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4534.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4535.         }, => 'onFlush'], -256);
  4536.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4537.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4538.         }, => 'handleHydrate'], 500);
  4539.         $instance->addListener('sulu_document_manager.create', [=> function () {
  4540.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4541.         }, => 'handleCreate'], 500);
  4542.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4543.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4544.         }, => 'handleDefaultLocale'], 520);
  4545.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4546.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4547.         }, => 'handleDocumentFromRegistry'], 510);
  4548.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4549.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4550.         }, => 'handleStopPropagationAndResetLocale'], 509);
  4551.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4552.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4553.         }, => 'handleHydrate'], 490);
  4554.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4555.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4556.         }, => 'handleEndHydrate'], -500);
  4557.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4558.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4559.         }, => 'handlePersist'], 450);
  4560.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4561.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4562.         }, => 'handleNodeFromRegistry'], 510);
  4563.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4564.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4565.         }, => 'handleEndPersist'], -500);
  4566.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4567.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4568.         }, => 'handleRemove'], 490);
  4569.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4570.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4571.         }, => 'handleClear'], 500);
  4572.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4573.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4574.         }, => 'handleNodeFromRegistry'], 510);
  4575.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4576.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4577.         }, => 'configureOptions'], 0);
  4578.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4579.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4580.         }, => 'handleNodeFromRegistry'], 512);
  4581.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4582.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4583.         }, => 'handleNodeFromRegistry'], 512);
  4584.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4585.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4586.         }, => 'handleNodeFromRegistry'], 512);
  4587.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4588.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  4589.         }, => 'handleReorder'], 500);
  4590.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4591.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4592.         }, => 'setDocumentMixinsOnNode'], 468);
  4593.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4594.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4595.         }, => 'setDocumentMixinsOnNode'], 468);
  4596.         $instance->addListener('sulu_document_manager.find', [=> function () {
  4597.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4598.         }, => 'handleFind'], 500);
  4599.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4600.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4601.         }, => 'configureOptions'], 0);
  4602.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  4603.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4604.         }, => 'handleCreate'], 500);
  4605.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  4606.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4607.         }, => 'handleCreateBuilder'], 500);
  4608.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  4609.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4610.         }, => 'handleQueryExecute'], 500);
  4611.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4612.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4613.         }, => 'handleMove'], 400);
  4614.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4615.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4616.         }, => 'handleCopy'], 400);
  4617.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4618.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4619.         }, => 'handleClear'], 500);
  4620.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4621.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4622.         }, => 'handleFlush'], 500);
  4623.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4624.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  4625.         }, => 'handleRemove'], 500);
  4626.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4627.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4628.         }, => 'handleHydrate'], -100);
  4629.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4630.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4631.         }, => 'handleMapping'], -100);
  4632.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4633.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4634.         }, => 'handleMapping'], -128);
  4635.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  4636.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4637.         }, => 'refreshDocument'], 0);
  4638.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4639.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4640.         }, => 'refreshDocumentForDeleteDraft'], -512);
  4641.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4642.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  4643.         }, => 'setDefaultUser'], 0);
  4644.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4645.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4646.         }, => 'configureOptions'], 0);
  4647.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4648.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4649.         }, => 'handleScheduleRename'], 0);
  4650.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4651.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4652.         }, => 'handlePersist'], 480);
  4653.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4654.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4655.         }, => 'handleMove'], 480);
  4656.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4657.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4658.         }, => 'handleCopy'], 480);
  4659.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4660.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4661.         }, => 'handleRename'], 510);
  4662.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4663.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4664.         }, => 'handlePersist'], 485);
  4665.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4666.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4667.         }, => 'configureOptions'], 0);
  4668.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4669.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4670.         }, => 'setBlamesOnDocument'], 0);
  4671.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4672.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4673.         }, => 'setBlamesOnNodeForPersist'], 0);
  4674.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4675.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4676.         }, => 'setBlamesOnNodeForPublish'], 0);
  4677.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4678.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4679.         }, => 'setChangerForRestore'], -32);
  4680.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4681.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4682.         }, => 'setAuthorOnDocument'], 0);
  4683.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4684.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4685.         }, => 'setAuthorOnNode'], 0);
  4686.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4687.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4688.         }, => 'setAuthorOnNode'], 0);
  4689.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4690.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4691.         }, => 'setTimestampsOnNodeForPersist'], 0);
  4692.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4693.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4694.         }, => 'setTimestampsOnNodeForPublish'], 0);
  4695.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4696.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4697.         }, => 'setChangedForRestore'], -32);
  4698.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4699.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4700.         }, => 'setTimestampsOnDocument'], 0);
  4701.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4702.             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()));
  4703.         }, => 'setFinalNodeName'], 0);
  4704.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4705.             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()));
  4706.         }, => 'setInitialNodeName'], 0);
  4707.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4708.             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()));
  4709.         }, => 'setFinalNodeName'], -480);
  4710.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4711.             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()));
  4712.         }, => 'handleUuid'], 0);
  4713.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4714.             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()));
  4715.         }, => 'handleUuid'], 0);
  4716.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4717.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4718.         }, => 'handleLocale'], 410);
  4719.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4720.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4721.         }, => 'handleLocale'], 410);
  4722.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4723.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4724.         }, => 'handleHydrate'], 0);
  4725.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4726.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4727.         }, => 'handleChangeParent'], 0);
  4728.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4729.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4730.         }, => 'handleSetParentNodeFromDocument'], 490);
  4731.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4732.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4733.         }, => 'handleMove'], 0);
  4734.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4735.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  4736.         }, => 'handleHydrate'], 0);
  4737.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4738.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4739.         }, => 'setInitialPath'], 0);
  4740.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4741.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4742.         }, => 'setFinalPath'], -495);
  4743.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4744.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4745.         }, => 'setFinalPath'], 0);
  4746.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4747.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  4748.         }, => 'handlePersist'], 485);
  4749.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4750.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  4751.         }, => 'handlePersist'], 490);
  4752.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4753.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  4754.         }, => 'handlePersist'], 500);
  4755.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4756.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4757.         }, => 'handlePersist'], 0);
  4758.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4759.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4760.         }, => 'handleRemove'], 550);
  4761.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4762.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4763.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4764.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4765.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4766.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4767.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4768.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4769.         }, => 'storeCustomUrlToTrash'], 1024);
  4770.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4771.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4772.         }, => 'flushTrashItem'], 0);
  4773.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4774.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4775.         }, => 'clearPendingTrashItem'], 0);
  4776.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4777.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4778.         }, => 'handleHydrate'], 0);
  4779.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4780.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4781.         }, => 'handlePersist'], -2000);
  4782.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4783.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4784.         }, => 'handleRemove'], 1024);
  4785.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4786.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4787.         }, => 'handleRemoveLocale'], 1024);
  4788.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4789.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4790.         }, => 'handlePublish'], -2000);
  4791.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4792.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4793.         }, => 'handleCopy'], -2000);
  4794.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4795.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4796.         }, => 'handlePublish'], 10);
  4797.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4798.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4799.         }, => 'handleMove'], -1000);
  4800.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4801.             return ($this->privates['sulu_headless.event_subscriber.navigation_invalidation'] ?? $this->load('getSuluHeadless_EventSubscriber_NavigationInvalidationService'));
  4802.         }, => 'collectNavigationContextBeforePublishing'], 8192);
  4803.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4804.             return ($this->privates['sulu_headless.event_subscriber.navigation_invalidation'] ?? $this->load('getSuluHeadless_EventSubscriber_NavigationInvalidationService'));
  4805.         }, => 'collectNavigationContextBeforeUnpublishing'], 8192);
  4806.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4807.             return ($this->privates['sulu_headless.event_subscriber.navigation_invalidation'] ?? $this->load('getSuluHeadless_EventSubscriber_NavigationInvalidationService'));
  4808.         }, => 'collectNavigationContextBeforeRemoving'], 8192);
  4809.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4810.             return ($this->privates['sulu_headless.event_subscriber.navigation_invalidation'] ?? $this->load('getSuluHeadless_EventSubscriber_NavigationInvalidationService'));
  4811.         }, => 'collectNavigationContextBeforeRemovingLocale'], 8192);
  4812.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4813.             return ($this->privates['sulu_headless.event_subscriber.navigation_invalidation'] ?? $this->load('getSuluHeadless_EventSubscriber_NavigationInvalidationService'));
  4814.         }, => 'invalidateNavigationContexts'], -256);
  4815.         return $instance;
  4816.     }
  4817.     /**
  4818.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  4819.      *
  4820.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  4821.      */
  4822.     protected function getSuluDocumentManager_MetadataFactoryService()
  4823.     {
  4824.         $a = ($this->services['sulu_document_manager.metadata_factory.base'] ?? $this->getSuluDocumentManager_MetadataFactory_BaseService());
  4825.         if (isset($this->privates['sulu_document_manager.metadata_factory'])) {
  4826.             return $this->privates['sulu_document_manager.metadata_factory'];
  4827.         }
  4828.         return $this->privates['sulu_document_manager.metadata_factory'] = new \Sulu\Component\DocumentManager\Metadata\MetadataFactory($a);
  4829.     }
  4830.     /**
  4831.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  4832.      *
  4833.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  4834.      */
  4835.     protected function getSuluDocumentManager_NamespaceRegistryService()
  4836.     {
  4837.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  4838.     }
  4839.     /**
  4840.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  4841.      *
  4842.      * @return \Sulu\Component\DocumentManager\NodeManager
  4843.      */
  4844.     protected function getSuluDocumentManager_NodeManagerService()
  4845.     {
  4846.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  4847.         if (isset($this->privates['sulu_document_manager.node_manager'])) {
  4848.             return $this->privates['sulu_document_manager.node_manager'];
  4849.         }
  4850.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager($a);
  4851.     }
  4852.     /**
  4853.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  4854.      *
  4855.      * @return \Sulu\Component\DocumentManager\PathBuilder
  4856.      */
  4857.     protected function getSuluDocumentManager_PathBuilderService()
  4858.     {
  4859.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  4860.     }
  4861.     /**
  4862.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  4863.      *
  4864.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  4865.      */
  4866.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  4867.     {
  4868.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  4869.     }
  4870.     /**
  4871.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  4872.      *
  4873.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  4874.      */
  4875.     protected function getSuluDocumentManager_ProxyFactoryService()
  4876.     {
  4877.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  4878.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  4879.             return $this->privates['sulu_document_manager.proxy_factory'];
  4880.         }
  4881.         $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  4882.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  4883.             return $this->privates['sulu_document_manager.proxy_factory'];
  4884.         }
  4885.         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())), $a, ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), $b);
  4886.     }
  4887.     /**
  4888.      * Gets the private 'sulu_document_manager.session_manager' shared service.
  4889.      *
  4890.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  4891.      */
  4892.     protected function getSuluDocumentManager_SessionManagerService()
  4893.     {
  4894.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  4895.         if (isset($this->privates['sulu_document_manager.session_manager'])) {
  4896.             return $this->privates['sulu_document_manager.session_manager'];
  4897.         }
  4898.         return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a);
  4899.     }
  4900.     /**
  4901.      * Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
  4902.      *
  4903.      * @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
  4904.      */
  4905.     protected function getSuluMarkup_LinkTag_ProviderPoolService()
  4906.     {
  4907.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  4908.         if (isset($this->privates['sulu_markup.link_tag.provider_pool'])) {
  4909.             return $this->privates['sulu_markup.link_tag.provider_pool'];
  4910.         }
  4911.         return $this->privates['sulu_markup.link_tag.provider_pool'] = new \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool(['media' => new \Sulu\Bundle\MediaBundle\Markup\Link\MediaLinkProvider($a, ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())), 'page' => new \Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider(($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()), 'dev', ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()))]);
  4912.     }
  4913.     /**
  4914.      * Gets the private 'sulu_markup.parser' shared service.
  4915.      *
  4916.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  4917.      */
  4918.     protected function getSuluMarkup_ParserService()
  4919.     {
  4920.         $a = ($this->privates['sulu_markup.link_tag.provider_pool'] ?? $this->getSuluMarkup_LinkTag_ProviderPoolService());
  4921.         if (isset($this->privates['sulu_markup.parser'])) {
  4922.             return $this->privates['sulu_markup.parser'];
  4923.         }
  4924.         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($a, (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : (false)), ($this->privates['url_helper'] ?? $this->getUrlHelperService()))]]]), new \Sulu\Bundle\MarkupBundle\Markup\DelegatingTagExtractor([=> ($this->services['sulu_markup.parser.html_extractor'] ?? ($this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu')))]));
  4925.     }
  4926.     /**
  4927.      * Gets the private 'sulu_markup.response_listener' shared service.
  4928.      *
  4929.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  4930.      */
  4931.     protected function getSuluMarkup_ResponseListenerService()
  4932.     {
  4933.         $a = ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService());
  4934.         if (isset($this->privates['sulu_markup.response_listener'])) {
  4935.             return $this->privates['sulu_markup.response_listener'];
  4936.         }
  4937.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => $a]);
  4938.     }
  4939.     /**
  4940.      * Gets the private 'sulu_media.image.converter' shared service.
  4941.      *
  4942.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter
  4943.      */
  4944.     protected function getSuluMedia_Image_ConverterService()
  4945.     {
  4946.         $a = ($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine()));
  4947.         $b = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  4948.         $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');
  4949.         $b->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  4950.         $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');
  4951.         $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');
  4952.         $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');
  4953.         $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');
  4954.         $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');
  4955.         return $this->privates['sulu_media.image.converter'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter($a, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\MediaImageExtractor($a, new \Sulu\Bundle\MediaBundle\Media\Video\VideoThumbnailService(NULL), 'gs'), $b, new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Focus\Focus(), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Scaler\Scaler(), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Cropper\Cropper(), $this->parameters['sulu_media.image.formats'], $this->parameters['sulu_media.format_manager.mime_types'], ($this->privates['sulu_media.adapter.svg'] ?? ($this->privates['sulu_media.adapter.svg'] = new \Contao\ImagineSvg\Imagine())));
  4956.     }
  4957.     /**
  4958.      * Gets the private 'sulu_media.type_manager' shared service.
  4959.      *
  4960.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  4961.      */
  4962.     protected function getSuluMedia_TypeManagerService()
  4963.     {
  4964.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4965.         if (isset($this->privates['sulu_media.type_manager'])) {
  4966.             return $this->privates['sulu_media.type_manager'];
  4967.         }
  4968.         return $this->privates['sulu_media.type_manager'] = new \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager($a$this->parameters['sulu_media.media.types'], []);
  4969.     }
  4970.     /**
  4971.      * Gets the private 'sulu_page.export.manager' shared service.
  4972.      *
  4973.      * @return \Sulu\Component\Export\Manager\ExportManager
  4974.      */
  4975.     protected function getSuluPage_Export_ManagerService()
  4976.     {
  4977.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  4978.         $instance->add('number''1.2.xliff', ['translate' => true]);
  4979.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  4980.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  4981.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  4982.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  4983.         $instance->add('link''1.2.xliff', ['translate' => false]);
  4984.         $instance->add('block''1.2.xliff', ['translate' => false]);
  4985.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  4986.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  4987.         $instance->add('contact_selection''1.2.xliff', ['translate' => false]);
  4988.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  4989.         $instance->add('account_selection''1.2.xliff', ['translate' => false]);
  4990.         $instance->add('collection_selection''1.2.xliff', ['translate' => false]);
  4991.         $instance->add('single_collection_selection''1.2.xliff', ['translate' => false]);
  4992.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  4993.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  4994.         $instance->add('image_map''1.2.xliff', ['translate' => false]);
  4995.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  4996.         $instance->add('single_category_selection''1.2.xliff', ['translate' => false]);
  4997.         $instance->add('single_snippet_selection''1.2.xliff', ['translate' => false]);
  4998.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  4999.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  5000.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  5001.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  5002.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  5003.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  5004.         $instance->add('password''1.2.xliff', ['translate' => false]);
  5005.         $instance->add('url''1.2.xliff', ['translate' => false]);
  5006.         $instance->add('email''1.2.xliff', ['translate' => false]);
  5007.         $instance->add('date''1.2.xliff', ['translate' => false]);
  5008.         $instance->add('datetime''1.2.xliff', ['translate' => false]);
  5009.         $instance->add('time''1.2.xliff', ['translate' => false]);
  5010.         $instance->add('color''1.2.xliff', ['translate' => false]);
  5011.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  5012.         $instance->add('select''1.2.xliff', ['translate' => false]);
  5013.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  5014.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  5015.         $instance->add('location''1.2.xliff', ['translate' => false]);
  5016.         $instance->add('route''1.2.xliff', ['translate' => false]);
  5017.         $instance->add('page_tree_route''1.2.xliff', ['translate' => false]);
  5018.         return $instance;
  5019.     }
  5020.     /**
  5021.      * Gets the private 'sulu_page.import.manager' shared service.
  5022.      *
  5023.      * @return \Sulu\Component\Import\Manager\ImportManager
  5024.      */
  5025.     protected function getSuluPage_Import_ManagerService()
  5026.     {
  5027.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  5028.     }
  5029.     /**
  5030.      * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  5031.      *
  5032.      * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  5033.      */
  5034.     protected function getSuluPage_Structure_PropertiesXmlParserService()
  5035.     {
  5036.         return $this->privates['sulu_page.structure.properties_xml_parser'] = new \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sulu_core.translated_locales']);
  5037.     }
  5038.     /**
  5039.      * Gets the private 'sulu_preview.preview.cache' shared service.
  5040.      *
  5041.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5042.      */
  5043.     protected function getSuluPreview_Preview_CacheService()
  5044.     {
  5045.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('yvt2FFMvFs'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5046.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5047.         return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5048.     }
  5049.     /**
  5050.      * Gets the private 'sulu_route.routing.provider' shared service.
  5051.      *
  5052.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  5053.      */
  5054.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  5055.     {
  5056.         if ($lazyLoad) {
  5057.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  5058.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5059.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  5060.                     $proxy->setProxyInitializer(null);
  5061.                     return true;
  5062.                 });
  5063.             });
  5064.         }
  5065.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  5066.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  5067.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  5068.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  5069.         include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  5070.         return new \Sulu\Bundle\RouteBundle\Routing\RouteProvider(($this->services['sulu.repository.route'] ?? $this->getSulu_Repository_RouteService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), new \Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider([=> new \Sulu\Bundle\PageBundle\Preview\PageRouteDefaultsProvider(($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()))]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \ProxyManager\Factory\LazyLoadingValueHolderFactory(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())), ['utf8' => true]);
  5071.     }
  5072.     /**
  5073.      * Gets the private 'sulu_security.access_control_manager' shared service.
  5074.      *
  5075.      * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  5076.      */
  5077.     protected function getSuluSecurity_AccessControlManagerService()
  5078.     {
  5079.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5080.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5081.             return $this->privates['sulu_security.access_control_manager'];
  5082.         }
  5083.         $b = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  5084.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5085.             return $this->privates['sulu_security.access_control_manager'];
  5086.         }
  5087.         $c = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  5088.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5089.             return $this->privates['sulu_security.access_control_manager'];
  5090.         }
  5091.         $d = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  5092.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5093.             return $this->privates['sulu_security.access_control_manager'];
  5094.         }
  5095.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5096.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5097.             return $this->privates['sulu_security.access_control_manager'];
  5098.         }
  5099.         $f = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  5100.         $this->privates['sulu_security.access_control_manager'] = $instance = new \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager($f$a$b, new RewindableGenerator(function () {
  5101.             yield => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  5102.             yield => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  5103.         }, 2), $c$d$e$this->parameters['sulu_security.permissions']);
  5104.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $c$this->parameters['permissions']));
  5105.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $c$d$f));
  5106.         return $instance;
  5107.     }
  5108.     /**
  5109.      * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  5110.      *
  5111.      * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  5112.      */
  5113.     protected function getSuluSecurity_AccessControlQueryEnhancerService()
  5114.     {
  5115.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  5116.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  5117.             return $this->privates['sulu_security.access_control_query_enhancer'];
  5118.         }
  5119.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5120.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  5121.             return $this->privates['sulu_security.access_control_query_enhancer'];
  5122.         }
  5123.         return $this->privates['sulu_security.access_control_query_enhancer'] = new \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer($a$b);
  5124.     }
  5125.     /**
  5126.      * Gets the private 'sulu_security.event_listener.security' shared service.
  5127.      *
  5128.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  5129.      */
  5130.     protected function getSuluSecurity_EventListener_SecurityService()
  5131.     {
  5132.         return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  5133.     }
  5134.     /**
  5135.      * Gets the private 'sulu_security.system_listener' shared service.
  5136.      *
  5137.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  5138.      */
  5139.     protected function getSuluSecurity_SystemListenerService()
  5140.     {
  5141.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  5142.         if (isset($this->privates['sulu_security.system_listener'])) {
  5143.             return $this->privates['sulu_security.system_listener'];
  5144.         }
  5145.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5146.         if (isset($this->privates['sulu_security.system_listener'])) {
  5147.             return $this->privates['sulu_security.system_listener'];
  5148.         }
  5149.         return $this->privates['sulu_security.system_listener'] = new \Sulu\Bundle\SecurityBundle\EventListener\SystemListener($a$b'website');
  5150.     }
  5151.     /**
  5152.      * Gets the private 'sulu_security.system_store' shared service.
  5153.      *
  5154.      * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  5155.      */
  5156.     protected function getSuluSecurity_SystemStoreService()
  5157.     {
  5158.         $a = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  5159.         if (isset($this->privates['sulu_security.system_store'])) {
  5160.             return $this->privates['sulu_security.system_store'];
  5161.         }
  5162.         return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore($a);
  5163.     }
  5164.     /**
  5165.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  5166.      *
  5167.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  5168.      */
  5169.     protected function getSuluTag_TagRequestHandlerService()
  5170.     {
  5171.         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())));
  5172.     }
  5173.     /**
  5174.      * Gets the private 'sulu_trash.trash_item_repository' shared service.
  5175.      *
  5176.      * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  5177.      */
  5178.     protected function getSuluTrash_TrashItemRepositoryService()
  5179.     {
  5180.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5181.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  5182.             return $this->privates['sulu_trash.trash_item_repository'];
  5183.         }
  5184.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5185.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  5186.             return $this->privates['sulu_trash.trash_item_repository'];
  5187.         }
  5188.         return $this->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository($a$b);
  5189.     }
  5190.     /**
  5191.      * Gets the private 'sulu_trash.trash_manager' shared service.
  5192.      *
  5193.      * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  5194.      */
  5195.     protected function getSuluTrash_TrashManagerService()
  5196.     {
  5197.         $a = ($this->privates['sulu_trash.trash_item_repository'] ?? $this->getSuluTrash_TrashItemRepositoryService());
  5198.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  5199.             return $this->privates['sulu_trash.trash_manager'];
  5200.         }
  5201.         $b = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  5202.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  5203.             return $this->privates['sulu_trash.trash_manager'];
  5204.         }
  5205.         $c = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5206.             'accounts' => ['privates''sulu_contact.account_trash_item_handler''getSuluContact_AccountTrashItemHandlerService'true],
  5207.             'analytics' => ['privates''sulu_website.analytics_trash_item_handler''getSuluWebsite_AnalyticsTrashItemHandlerService'true],
  5208.             'categories' => ['privates''sulu_category.category_trash_item_handler''getSuluCategory_CategoryTrashItemHandlerService'true],
  5209.             'collections' => ['privates''sulu_media.collection_trash_item_handler''getSuluMedia_CollectionTrashItemHandlerService'true],
  5210.             'contacts' => ['privates''sulu_contact.contact_trash_item_handler''getSuluContact_ContactTrashItemHandlerService'true],
  5211.             'custom_urls' => ['privates''sulu_custom_urls.custom_url_trash_item_handler''getSuluCustomUrls_CustomUrlTrashItemHandlerService'true],
  5212.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  5213.             'pages' => ['privates''sulu_page.page_trash_item_handler''getSuluPage_PageTrashItemHandlerService'true],
  5214.             'snippets' => ['privates''sulu_snippet.snippet_trash_item_handler''getSuluSnippet_SnippetTrashItemHandlerService'true],
  5215.             'tags' => ['privates''sulu_tag.tag_trash_item_handler''getSuluTag_TagTrashItemHandlerService'true],
  5216.         ], [
  5217.             'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  5218.             'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  5219.             'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  5220.             'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  5221.             'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  5222.             'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  5223.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  5224.             'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  5225.             'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  5226.             'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  5227.         ]);
  5228.         return $this->privates['sulu_trash.trash_manager'] = new \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager($a$b$c$c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5229.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  5230.         ], [
  5231.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  5232.         ]));
  5233.     }
  5234.     /**
  5235.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  5236.      *
  5237.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  5238.      */
  5239.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  5240.     {
  5241.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5242.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  5243.             return $this->privates['sulu_website.analytics.response_listener'];
  5244.         }
  5245.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5246.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  5247.             return $this->privates['sulu_website.analytics.response_listener'];
  5248.         }
  5249.         $c = ($this->services['sulu.repository.analytics'] ?? $this->getSulu_Repository_AnalyticsService());
  5250.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  5251.             return $this->privates['sulu_website.analytics.response_listener'];
  5252.         }
  5253.         return $this->privates['sulu_website.analytics.response_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener($a$b$c'dev', (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : ("")));
  5254.     }
  5255.     /**
  5256.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  5257.      *
  5258.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  5259.      */
  5260.     protected function getSuluWebsite_EventListener_TranslatorService()
  5261.     {
  5262.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  5263.     }
  5264.     /**
  5265.      * Gets the private 'sulu_website.navigation_mapper' shared service.
  5266.      *
  5267.      * @return \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper
  5268.      */
  5269.     protected function getSuluWebsite_NavigationMapperService()
  5270.     {
  5271.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  5272.         if (isset($this->privates['sulu_website.navigation_mapper'])) {
  5273.             return $this->privates['sulu_website.navigation_mapper'];
  5274.         }
  5275.         $b = ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService());
  5276.         if (isset($this->privates['sulu_website.navigation_mapper'])) {
  5277.             return $this->privates['sulu_website.navigation_mapper'];
  5278.         }
  5279.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  5280.         if (isset($this->privates['sulu_website.navigation_mapper'])) {
  5281.             return $this->privates['sulu_website.navigation_mapper'];
  5282.         }
  5283.         return $this->privates['sulu_website.navigation_mapper'] = new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($a$b, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder($c, ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), 'i18n'), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), NULL$this->parameters['sulu_security.permissions'], $this->parameters['sulu_website.enabled_twig_attributes']);
  5284.     }
  5285.     /**
  5286.      * Gets the private 'sulu_website.router_listener' shared service.
  5287.      *
  5288.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  5289.      */
  5290.     protected function getSuluWebsite_RouterListenerService()
  5291.     {
  5292.         $a = ($this->services['router'] ?? $this->getRouterService());
  5293.         if (isset($this->privates['sulu_website.router_listener'])) {
  5294.             return $this->privates['sulu_website.router_listener'];
  5295.         }
  5296.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5297.         if (isset($this->privates['sulu_website.router_listener'])) {
  5298.             return $this->privates['sulu_website.router_listener'];
  5299.         }
  5300.         return $this->privates['sulu_website.router_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener(new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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), $b);
  5301.     }
  5302.     /**
  5303.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  5304.      *
  5305.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  5306.      */
  5307.     protected function getSuluWebsite_Routing_RequestListenerService()
  5308.     {
  5309.         $a = ($this->services['router'] ?? $this->getRouterService());
  5310.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  5311.             return $this->privates['sulu_website.routing.request_listener'];
  5312.         }
  5313.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5314.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  5315.             return $this->privates['sulu_website.routing.request_listener'];
  5316.         }
  5317.         return $this->privates['sulu_website.routing.request_listener'] = new \Sulu\Bundle\WebsiteBundle\Routing\RequestListener($a$b);
  5318.     }
  5319.     /**
  5320.      * Gets the private 'sulu_website.segment_subscriber' shared service.
  5321.      *
  5322.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  5323.      */
  5324.     protected function getSuluWebsite_SegmentSubscriberService()
  5325.     {
  5326.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5327.         if (isset($this->privates['sulu_website.segment_subscriber'])) {
  5328.             return $this->privates['sulu_website.segment_subscriber'];
  5329.         }
  5330.         return $this->privates['sulu_website.segment_subscriber'] = new \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber('X-Sulu-Segment'$a'_ss');
  5331.     }
  5332.     /**
  5333.      * Gets the private 'translator.default' shared service.
  5334.      *
  5335.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5336.      */
  5337.     protected function getTranslator_DefaultService()
  5338.     {
  5339.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5340.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5341.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5342.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5343.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5344.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5345.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5346.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5347.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5348.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5349.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5350.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5351.         ], [
  5352.             'translation.loader.csv' => '?',
  5353.             'translation.loader.dat' => '?',
  5354.             'translation.loader.ini' => '?',
  5355.             'translation.loader.json' => '?',
  5356.             'translation.loader.mo' => '?',
  5357.             'translation.loader.php' => '?',
  5358.             'translation.loader.po' => '?',
  5359.             'translation.loader.qt' => '?',
  5360.             'translation.loader.res' => '?',
  5361.             'translation.loader.xliff' => '?',
  5362.             'translation.loader.yml' => '?',
  5363.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.de.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.de.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.de.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.de.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.de.json'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.de.json'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.de.json'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.de.json'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.de.json')], 'el' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.en.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.en.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.en.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.en.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.en.json'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.en.json'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.en.json'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.en.json'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.en.json'), 18 => (\dirname(__DIR__5).'/translations/messages.en.xlf')], 'es' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__5).'/translations/messages.fr.xlf')], 'gl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'), 18 => (\dirname(__DIR__5).'/translations'), 19 => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle/translations'), 20 => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle/translations'), 21 => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle/translations'), 22 => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/translations'), 23 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'), 24 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/translations'), 25 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 26 => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/translations'), 27 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/translations'), 28 => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle/translations'), 29 => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle/translations'), 30 => (\dirname(__DIR__5).'/vendor/massive/search-bundle/translations'), 31 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 32 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'), 33 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'), 34 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'), 35 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'), 36 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'), 37 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'), 38 => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle/translations'), 39 => (\dirname(__DIR__5).'/vendor/massive/build-bundle/translations'), 40 => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/translations'), 41 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'), 42 => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle/translations'), 43 => (\dirname(__DIR__5).'/vendor/symfony/security-bundle/translations'), 44 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 45 => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/translations'), 46 => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle/translations'), 47 => (\dirname(__DIR__5).'/vendor/php-translation/symfony-bundle/translations'), 48 => (\dirname(__DIR__5).'/vendor/sulu/headless-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'10 => 'vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'11 => 'vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'12 => 'vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'13 => 'vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'14 => 'vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'15 => 'vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'16 => 'vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'17 => 'vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'18 => 'translations'19 => 'vendor/symfony/framework-bundle/translations'20 => 'vendor/symfony/twig-bundle/translations'21 => 'vendor/symfony/monolog-bundle/translations'22 => 'vendor/symfony/swiftmailer-bundle/translations'23 => 'vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'24 => 'vendor/doctrine/doctrine-bundle/translations'25 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'26 => 'vendor/doctrine/phpcr-bundle/src/translations'27 => 'vendor/friendsofsymfony/rest-bundle/translations'28 => 'vendor/handcraftedinthealps/rest-routing-bundle/translations'29 => 'vendor/jms/serializer-bundle/translations'30 => 'vendor/massive/search-bundle/translations'31 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations'32 => 'vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'33 => 'vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'34 => 'vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'35 => 'vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'36 => 'vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'37 => 'vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'38 => 'vendor/dantleech/phpcr-migrations-bundle/translations'39 => 'vendor/massive/build-bundle/translations'40 => 'vendor/symfony/web-profiler-bundle/translations'41 => 'vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'42 => 'vendor/symfony/debug-bundle/translations'43 => 'vendor/symfony/security-bundle/translations'44 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'45 => 'vendor/symfony-cmf/routing-bundle/src/translations'46 => 'vendor/antishov/doctrine-extensions-bundle/translations'47 => 'vendor/php-translation/symfony-bundle/translations'48 => 'vendor/sulu/headless-bundle/translations']]], []);
  5364.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5365.         $instance->setFallbackLocales($this->parameters['php_translation.locales']);
  5366.         return $instance;
  5367.     }
  5368.     /**
  5369.      * Gets the private 'twig.loader.native_filesystem' shared service.
  5370.      *
  5371.      * @return \Twig\Loader\FilesystemLoader
  5372.      */
  5373.     protected function getTwig_Loader_NativeFilesystemService()
  5374.     {
  5375.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  5376.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  5377.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  5378.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  5379.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  5380.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  5381.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  5382.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  5383.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  5384.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  5385.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  5386.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  5387.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  5388.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  5389.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  5390.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  5391.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  5392.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5393.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5394.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  5395.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  5396.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  5397.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  5398.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5399.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5400.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  5401.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  5402.         $instance->addPath((\dirname(__DIR__5).'/vendor/php-translation/symfony-bundle/Resources/views'), 'Translation');
  5403.         $instance->addPath((\dirname(__DIR__5).'/vendor/php-translation/symfony-bundle/Resources/views'), '!Translation');
  5404.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  5405.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5406.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5407.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5408.         return $instance;
  5409.     }
  5410.     /**
  5411.      * Gets the private 'url_helper' shared service.
  5412.      *
  5413.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  5414.      */
  5415.     protected function getUrlHelperService()
  5416.     {
  5417.         $a = ($this->services['router'] ?? $this->getRouterService());
  5418.         if (isset($this->privates['url_helper'])) {
  5419.             return $this->privates['url_helper'];
  5420.         }
  5421.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  5422.     }
  5423.     /**
  5424.      * Gets the private 'validator.builder' shared service.
  5425.      *
  5426.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5427.      */
  5428.     protected function getValidator_BuilderService()
  5429.     {
  5430.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5431.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5432.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5433.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5434.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  5435.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5436.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5437.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5438.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5439.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  5440.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5441.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5442.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5443.         ], [
  5444.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5445.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  5446.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5447.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5448.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5449.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5450.             'cmf_routing.validator.route_defaults' => '?',
  5451.             'doctrine.orm.validator.unique' => '?',
  5452.             'security.validator.user_password' => '?',
  5453.             'validator.expression' => '?',
  5454.         ])));
  5455.         if ($this->has('translator')) {
  5456.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5457.         }
  5458.         $instance->setTranslationDomain('validators');
  5459.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5460.         $instance->addYamlMappings([=> (\dirname(__DIR__5).'/vendor/php-translation/symfony-bundle/Resources/config/validation.yaml')]);
  5461.         $instance->enableAnnotationMapping(true);
  5462.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5463.         $instance->addMethodMapping('loadValidatorMetadata');
  5464.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5465.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5466.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5467.         return $instance;
  5468.     }
  5469.     /**
  5470.      * Gets the private 'var_dumper.html_dumper' shared service.
  5471.      *
  5472.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5473.      */
  5474.     protected function getVarDumper_HtmlDumperService()
  5475.     {
  5476.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5477.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5478.         return $instance;
  5479.     }
  5480.     /**
  5481.      * Gets the private 'var_dumper.server_connection' shared service.
  5482.      *
  5483.      * @return \Symfony\Component\VarDumper\Server\Connection
  5484.      */
  5485.     protected function getVarDumper_ServerConnectionService()
  5486.     {
  5487.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  5488.         if (isset($this->privates['var_dumper.server_connection'])) {
  5489.             return $this->privates['var_dumper.server_connection'];
  5490.         }
  5491.         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), $a), '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()]);
  5492.     }
  5493.     /**
  5494.      * Gets the private 'web_profiler.csp.handler' shared service.
  5495.      *
  5496.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5497.      */
  5498.     protected function getWebProfiler_Csp_HandlerService()
  5499.     {
  5500.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5501.     }
  5502.     /**
  5503.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5504.      *
  5505.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5506.      */
  5507.     protected function getWebProfiler_DebugToolbarService()
  5508.     {
  5509.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5510.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5511.             return $this->privates['web_profiler.debug_toolbar'];
  5512.         }
  5513.         $b = ($this->services['router'] ?? $this->getRouterService());
  5514.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5515.             return $this->privates['web_profiler.debug_toolbar'];
  5516.         }
  5517.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  5518.     }
  5519.     /**
  5520.      * Gets the public 'cache_clearer' alias.
  5521.      *
  5522.      * @return object The ".container.private.cache_clearer" service.
  5523.      */
  5524.     protected function getCacheClearerService()
  5525.     {
  5526.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5527.         return $this->get('.container.private.cache_clearer');
  5528.     }
  5529.     /**
  5530.      * Gets the public 'filesystem' alias.
  5531.      *
  5532.      * @return object The ".container.private.filesystem" service.
  5533.      */
  5534.     protected function getFilesystemService()
  5535.     {
  5536.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5537.         return $this->get('.container.private.filesystem');
  5538.     }
  5539.     /**
  5540.      * Gets the public 'serializer' alias.
  5541.      *
  5542.      * @return object The ".container.private.serializer" service.
  5543.      */
  5544.     protected function getSerializerService()
  5545.     {
  5546.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5547.         return $this->get('.container.private.serializer');
  5548.     }
  5549.     /**
  5550.      * Gets the public 'security.csrf.token_manager' alias.
  5551.      *
  5552.      * @return object The ".container.private.security.csrf.token_manager" service.
  5553.      */
  5554.     protected function getSecurity_Csrf_TokenManagerService()
  5555.     {
  5556.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5557.         return $this->get('.container.private.security.csrf.token_manager');
  5558.     }
  5559.     /**
  5560.      * Gets the public 'form.factory' alias.
  5561.      *
  5562.      * @return object The ".container.private.form.factory" service.
  5563.      */
  5564.     protected function getForm_FactoryService()
  5565.     {
  5566.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5567.         return $this->get('.container.private.form.factory');
  5568.     }
  5569.     /**
  5570.      * Gets the public 'form.type.file' alias.
  5571.      *
  5572.      * @return object The ".container.private.form.type.file" service.
  5573.      */
  5574.     protected function getForm_Type_FileService()
  5575.     {
  5576.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5577.         return $this->get('.container.private.form.type.file');
  5578.     }
  5579.     /**
  5580.      * Gets the public 'profiler' alias.
  5581.      *
  5582.      * @return object The ".container.private.profiler" service.
  5583.      */
  5584.     protected function getProfilerService()
  5585.     {
  5586.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5587.         return $this->get('.container.private.profiler');
  5588.     }
  5589.     /**
  5590.      * Gets the public 'twig' alias.
  5591.      *
  5592.      * @return object The ".container.private.twig" service.
  5593.      */
  5594.     protected function getTwigService()
  5595.     {
  5596.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5597.         return $this->get('.container.private.twig');
  5598.     }
  5599.     /**
  5600.      * Gets the public 'security.authorization_checker' alias.
  5601.      *
  5602.      * @return object The ".container.private.security.authorization_checker" service.
  5603.      */
  5604.     protected function getSecurity_AuthorizationCheckerService()
  5605.     {
  5606.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5607.         return $this->get('.container.private.security.authorization_checker');
  5608.     }
  5609.     /**
  5610.      * Gets the public 'security.token_storage' alias.
  5611.      *
  5612.      * @return object The ".container.private.security.token_storage" service.
  5613.      */
  5614.     protected function getSecurity_TokenStorageService()
  5615.     {
  5616.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5617.         return $this->get('.container.private.security.token_storage');
  5618.     }
  5619.     /**
  5620.      * Gets the public 'security.password_encoder' alias.
  5621.      *
  5622.      * @return object The ".container.private.security.password_encoder" service.
  5623.      */
  5624.     protected function getSecurity_PasswordEncoderService()
  5625.     {
  5626.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5627.         return $this->get('.container.private.security.password_encoder');
  5628.     }
  5629.     /**
  5630.      * Gets the public 'session' alias.
  5631.      *
  5632.      * @return object The ".container.private.session" service.
  5633.      */
  5634.     protected function getSessionService()
  5635.     {
  5636.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5637.         return $this->get('.container.private.session');
  5638.     }
  5639.     /**
  5640.      * Gets the public 'validator' alias.
  5641.      *
  5642.      * @return object The ".container.private.validator" service.
  5643.      */
  5644.     protected function getValidatorService()
  5645.     {
  5646.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5647.         return $this->get('.container.private.validator');
  5648.     }
  5649.     /**
  5650.      * @return array|bool|float|int|string|\UnitEnum|null
  5651.      */
  5652.     public function getParameter(string $name)
  5653.     {
  5654.         if (isset($this->buildParameters[$name])) {
  5655.             return $this->buildParameters[$name];
  5656.         }
  5657.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5658.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5659.         }
  5660.         if (isset($this->loadedDynamicParameters[$name])) {
  5661.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5662.         }
  5663.         return $this->parameters[$name];
  5664.     }
  5665.     public function hasParameter(string $name): bool
  5666.     {
  5667.         if (isset($this->buildParameters[$name])) {
  5668.             return true;
  5669.         }
  5670.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5671.     }
  5672.     public function setParameter(string $name$value): void
  5673.     {
  5674.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5675.     }
  5676.     public function getParameterBag(): ParameterBagInterface
  5677.     {
  5678.         if (null === $this->parameterBag) {
  5679.             $parameters $this->parameters;
  5680.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5681.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5682.             }
  5683.             foreach ($this->buildParameters as $name => $value) {
  5684.                 $parameters[$name] = $value;
  5685.             }
  5686.             $this->parameterBag = new FrozenParameterBag($parameters);
  5687.         }
  5688.         return $this->parameterBag;
  5689.     }
  5690.     private $loadedDynamicParameters = [
  5691.         'kernel.runtime_environment' => false,
  5692.         'kernel.build_dir' => false,
  5693.         'kernel.cache_dir' => false,
  5694.         'DOMAIN_NAME' => false,
  5695.         'GOOGLE_API_KEY' => false,
  5696.         'GOOGLE_CAPTCHA_KEY' => false,
  5697.         'kernel.secret' => false,
  5698.         'debug.container.dump' => false,
  5699.         'serializer.mapping.cache.file' => false,
  5700.         'validator.mapping.cache.file' => false,
  5701.         'profiler.storage.dsn' => false,
  5702.         'swiftmailer.spool.default.memory.path' => false,
  5703.         'sulu.cache_dir' => false,
  5704.         'sulu_core.proxy_cache_dir' => false,
  5705.         'doctrine.orm.proxy_dir' => false,
  5706.         'massive_search.metadata.prefix' => false,
  5707.         'massive_search.metadata.cache_dir' => false,
  5708.         'sulu_admin.email' => false,
  5709.         'sulu_website.sitemap.dump_dir' => false,
  5710.     ];
  5711.     private $dynamicParameters = [];
  5712.     private function getDynamicParameter(string $name)
  5713.     {
  5714.         switch ($name) {
  5715.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5716.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5717.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5718.             case 'DOMAIN_NAME'$value $this->getEnv('DOMAIN_NAME'); break;
  5719.             case 'GOOGLE_API_KEY'$value $this->getEnv('GOOGLE_API_KEY'); break;
  5720.             case 'GOOGLE_CAPTCHA_KEY'$value $this->getEnv('GOOGLE_CAPTCHA_KEY'); break;
  5721.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5722.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5723.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5724.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5725.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5726.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  5727.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  5728.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  5729.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5730.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  5731.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  5732.             case 'sulu_admin.email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  5733.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  5734.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5735.         }
  5736.         $this->loadedDynamicParameters[$name] = true;
  5737.         return $this->dynamicParameters[$name] = $value;
  5738.     }
  5739.     protected function getDefaultParameters(): array
  5740.     {
  5741.         return [
  5742.             'kernel.project_dir' => \dirname(__DIR__5),
  5743.             'kernel.environment' => 'dev',
  5744.             'kernel.debug' => true,
  5745.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  5746.             'kernel.bundles' => [
  5747.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5748.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5749.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5750.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  5751.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  5752.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5753.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5754.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  5755.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  5756.                 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  5757.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  5758.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  5759.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  5760.                 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  5761.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  5762.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  5763.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  5764.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  5765.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  5766.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  5767.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  5768.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  5769.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  5770.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  5771.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  5772.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  5773.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  5774.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  5775.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  5776.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  5777.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  5778.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  5779.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  5780.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5781.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  5782.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5783.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5784.                 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  5785.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5786.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  5787.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5788.                 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  5789.                 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  5790.                 'TranslationBundle' => 'Translation\\Bundle\\TranslationBundle',
  5791.                 'SuluHeadlessBundle' => 'Sulu\\Bundle\\HeadlessBundle\\SuluHeadlessBundle',
  5792.             ],
  5793.             'kernel.bundles_metadata' => [
  5794.                 'FrameworkBundle' => [
  5795.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  5796.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5797.                 ],
  5798.                 'TwigBundle' => [
  5799.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  5800.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5801.                 ],
  5802.                 'MonologBundle' => [
  5803.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  5804.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5805.                 ],
  5806.                 'SwiftmailerBundle' => [
  5807.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  5808.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  5809.                 ],
  5810.                 'SuluCoreBundle' => [
  5811.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  5812.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  5813.                 ],
  5814.                 'DoctrineBundle' => [
  5815.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  5816.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5817.                 ],
  5818.                 'DoctrineFixturesBundle' => [
  5819.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5820.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5821.                 ],
  5822.                 'DoctrinePHPCRBundle' => [
  5823.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  5824.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  5825.                 ],
  5826.                 'FOSRestBundle' => [
  5827.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  5828.                     'namespace' => 'FOS\\RestBundle',
  5829.                 ],
  5830.                 'RestRoutingBundle' => [
  5831.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  5832.                     'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  5833.                 ],
  5834.                 'JMSSerializerBundle' => [
  5835.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  5836.                     'namespace' => 'JMS\\SerializerBundle',
  5837.                 ],
  5838.                 'MassiveSearchBundle' => [
  5839.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  5840.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  5841.                 ],
  5842.                 'FOSHttpCacheBundle' => [
  5843.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  5844.                     'namespace' => 'FOS\\HttpCacheBundle',
  5845.                 ],
  5846.                 'SuluAdminBundle' => [
  5847.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  5848.                     'namespace' => 'Sulu\\Bundle\\AdminBundle',
  5849.                 ],
  5850.                 'SuluSearchBundle' => [
  5851.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  5852.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  5853.                 ],
  5854.                 'SuluPersistenceBundle' => [
  5855.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  5856.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  5857.                 ],
  5858.                 'SuluContactBundle' => [
  5859.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  5860.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  5861.                 ],
  5862.                 'SuluMediaBundle' => [
  5863.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  5864.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  5865.                 ],
  5866.                 'SuluSecurityBundle' => [
  5867.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  5868.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  5869.                 ],
  5870.                 'SuluCategoryBundle' => [
  5871.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  5872.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  5873.                 ],
  5874.                 'SuluSnippetBundle' => [
  5875.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  5876.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  5877.                 ],
  5878.                 'SuluPageBundle' => [
  5879.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  5880.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  5881.                 ],
  5882.                 'SuluTagBundle' => [
  5883.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  5884.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  5885.                 ],
  5886.                 'SuluWebsiteBundle' => [
  5887.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  5888.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  5889.                 ],
  5890.                 'SuluLocationBundle' => [
  5891.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  5892.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  5893.                 ],
  5894.                 'SuluHttpCacheBundle' => [
  5895.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  5896.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  5897.                 ],
  5898.                 'SuluDocumentManagerBundle' => [
  5899.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  5900.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  5901.                 ],
  5902.                 'SuluHashBundle' => [
  5903.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  5904.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  5905.                 ],
  5906.                 'SuluCustomUrlBundle' => [
  5907.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  5908.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  5909.                 ],
  5910.                 'SuluRouteBundle' => [
  5911.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  5912.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  5913.                 ],
  5914.                 'SuluMarkupBundle' => [
  5915.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  5916.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  5917.                 ],
  5918.                 'PhpcrMigrationsBundle' => [
  5919.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  5920.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  5921.                 ],
  5922.                 'MassiveBuildBundle' => [
  5923.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  5924.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  5925.                 ],
  5926.                 'WebProfilerBundle' => [
  5927.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  5928.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5929.                 ],
  5930.                 'SuluTestBundle' => [
  5931.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  5932.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  5933.                 ],
  5934.                 'DebugBundle' => [
  5935.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  5936.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5937.                 ],
  5938.                 'SecurityBundle' => [
  5939.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  5940.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5941.                 ],
  5942.                 'SuluPreviewBundle' => [
  5943.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  5944.                     'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  5945.                 ],
  5946.                 'FOSJsRoutingBundle' => [
  5947.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5948.                     'namespace' => 'FOS\\JsRoutingBundle',
  5949.                 ],
  5950.                 'CmfRoutingBundle' => [
  5951.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  5952.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  5953.                 ],
  5954.                 'StofDoctrineExtensionsBundle' => [
  5955.                     'path' => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle'),
  5956.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  5957.                 ],
  5958.                 'SuluActivityBundle' => [
  5959.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  5960.                     'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  5961.                 ],
  5962.                 'SuluTrashBundle' => [
  5963.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  5964.                     'namespace' => 'Sulu\\Bundle\\TrashBundle',
  5965.                 ],
  5966.                 'TranslationBundle' => [
  5967.                     'path' => (\dirname(__DIR__5).'/vendor/php-translation/symfony-bundle'),
  5968.                     'namespace' => 'Translation\\Bundle',
  5969.                 ],
  5970.                 'SuluHeadlessBundle' => [
  5971.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/headless-bundle'),
  5972.                     'namespace' => 'Sulu\\Bundle\\HeadlessBundle',
  5973.                 ],
  5974.             ],
  5975.             'kernel.charset' => 'UTF-8',
  5976.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5977.             'sulu.context' => 'website',
  5978.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  5979.             'container.dumper.inline_class_loader' => true,
  5980.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  5981.             'env(PHPCR_WORKSPACE)' => 'default',
  5982.             'default_locale' => 'en',
  5983.             'file_directory' => (\dirname(__DIR__5).'/public/uploads/brochures'),
  5984.             'INSTAGRAM_API_TOKEN' => 'IGQVJWMk9PdHlTbUJRM3dGbkt3ZAnNmbW1pSnVtTjhFNHlaWmt5N1FGYm5xVnhqLUt3Q1g2QmtodDh3c3dMSUJPN2s2M2pva21kTnlYT0tpT1cyM0ZA1ZAnJvdWZALODJncGwwZA21xUWZA2cTVTaE5uRDBxRgZDZD',
  5985.             'INSTAGRAM_PROFIL' => 'https://www.instagram.com/elafariyet',
  5986.             'INSTAGRAM_LIMIT' => '6',
  5987.             'event_dispatcher.event_aliases' => [
  5988.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5989.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5990.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5991.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5992.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5993.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5994.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5995.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5996.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5997.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5998.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5999.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6000.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6001.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6002.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6003.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6004.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6005.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6006.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6007.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6008.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6009.             ],
  6010.             'fragment.renderer.hinclude.global_template' => NULL,
  6011.             'fragment.path' => '/_fragment',
  6012.             'kernel.http_method_override' => true,
  6013.             'kernel.trusted_hosts' => [
  6014.             ],
  6015.             'kernel.default_locale' => 'en',
  6016.             'kernel.enabled_locales' => [
  6017.             ],
  6018.             'kernel.error_controller' => 'error_controller',
  6019.             'debug.file_link_format' => NULL,
  6020.             'asset.request_context.base_path' => NULL,
  6021.             'asset.request_context.secure' => NULL,
  6022.             'translator.logging' => false,
  6023.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  6024.             'debug.error_handler.throw_at' => -1,
  6025.             'router.request_context.host' => 'localhost',
  6026.             'router.request_context.scheme' => 'http',
  6027.             'router.request_context.base_url' => '',
  6028.             'router.resource' => 'kernel::loadRoutes',
  6029.             'request_listener.http_port' => 80,
  6030.             'request_listener.https_port' => 443,
  6031.             'session.metadata.storage_key' => '_sf2_meta',
  6032.             'session.storage.options' => [
  6033.                 'cache_limiter' => '0',
  6034.                 'name' => 'SULUSESSID',
  6035.                 'cookie_secure' => 'auto',
  6036.                 'cookie_httponly' => true,
  6037.                 'cookie_samesite' => 'lax',
  6038.                 'gc_probability' => 1,
  6039.             ],
  6040.             'session.save_path' => NULL,
  6041.             'session.metadata.update_threshold' => 0,
  6042.             'form.type_extension.csrf.enabled' => true,
  6043.             'form.type_extension.csrf.field_name' => '_token',
  6044.             'validator.translation_domain' => 'validators',
  6045.             'profiler_listener.only_exceptions' => false,
  6046.             'profiler_listener.only_main_requests' => false,
  6047.             'twig.form.resources' => [
  6048.                 => 'form_div_layout.html.twig',
  6049.             ],
  6050.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  6051.             'monolog.use_microseconds' => true,
  6052.             'monolog.swift_mailer.handlers' => [
  6053.             ],
  6054.             'monolog.handlers_to_channels' => [
  6055.                 'monolog.handler.console' => [
  6056.                     'type' => 'exclusive',
  6057.                     'elements' => [
  6058.                         => 'event',
  6059.                         => 'doctrine',
  6060.                         => 'console',
  6061.                     ],
  6062.                 ],
  6063.                 'monolog.handler.main' => [
  6064.                     'type' => 'exclusive',
  6065.                     'elements' => [
  6066.                         => 'event',
  6067.                     ],
  6068.                 ],
  6069.             ],
  6070.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  6071.             'swiftmailer.mailer.default.spool.enabled' => true,
  6072.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  6073.             'swiftmailer.mailer.default.single_address' => NULL,
  6074.             'swiftmailer.mailer.default.delivery.enabled' => true,
  6075.             'swiftmailer.spool.enabled' => true,
  6076.             'swiftmailer.delivery.enabled' => true,
  6077.             'swiftmailer.single_address' => NULL,
  6078.             'swiftmailer.mailers' => [
  6079.                 'default' => 'swiftmailer.mailer.default',
  6080.             ],
  6081.             'swiftmailer.default_mailer' => 'default',
  6082.             'sulu_core.locales' => [
  6083.                 => 'en',
  6084.                 => 'fr',
  6085.                 => 'de',
  6086.             ],
  6087.             'sulu_core.translated_locales' => [
  6088.                 'en' => 'English',
  6089.                 'fr' => 'French',
  6090.                 'de' => 'Dutch',
  6091.             ],
  6092.             'sulu_core.translations' => [
  6093.                 => 'en',
  6094.                 => 'fr',
  6095.                 => 'de',
  6096.             ],
  6097.             'sulu_core.fallback_locale' => 'en',
  6098.             'sulu.content.language.namespace' => 'i18n',
  6099.             'sulu.content.language.default' => 'en',
  6100.             'sulu.content.node_names.base' => 'cmf',
  6101.             'sulu.content.node_names.content' => 'contents',
  6102.             'sulu.content.node_names.route' => 'routes',
  6103.             'sulu.content.node_names.snippet' => 'snippets',
  6104.             'sulu.content.structure.default_types' => [
  6105.                 'snippet' => 'default',
  6106.             ],
  6107.             'sulu.content.structure.default_type.snippet' => 'default',
  6108.             'sulu.content.structure.required_properties' => [
  6109.                 'home' => [
  6110.                     => 'title',
  6111.                 ],
  6112.                 'page' => [
  6113.                     => 'title',
  6114.                 ],
  6115.                 'snippet' => [
  6116.                     => 'title',
  6117.                 ],
  6118.             ],
  6119.             'sulu.content.structure.required_tags' => [
  6120.                 'home' => [
  6121.                     => 'sulu.rlp',
  6122.                 ],
  6123.                 'page' => [
  6124.                     => 'sulu.rlp',
  6125.                 ],
  6126.             ],
  6127.             'sulu.content.internal_prefix' => '',
  6128.             'sulu.content.structure.type_map' => [
  6129.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  6130.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  6131.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  6132.             ],
  6133.             'sulu.content.structure.paths' => [
  6134.                 'page' => [
  6135.                     => [
  6136.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  6137.                         'type' => 'page',
  6138.                     ],
  6139.                     => [
  6140.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  6141.                         'type' => 'page',
  6142.                     ],
  6143.                     => [
  6144.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  6145.                         'type' => 'page',
  6146.                     ],
  6147.                 ],
  6148.                 'home' => [
  6149.                     => [
  6150.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  6151.                         'type' => 'home',
  6152.                     ],
  6153.                 ],
  6154.                 'snippet' => [
  6155.                     => [
  6156.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  6157.                         'type' => 'snippet',
  6158.                     ],
  6159.                 ],
  6160.             ],
  6161.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  6162.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  6163.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  6164.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  6165.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  6166.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  6167.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  6168.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  6169.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  6170.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  6171.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  6172.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  6173.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  6174.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  6175.             'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  6176.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  6177.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  6178.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  6179.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  6180.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  6181.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  6182.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  6183.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  6184.             'sulu_core.cache.memoize.default_lifetime' => 1,
  6185.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6186.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  6187.             'sulu.fields_defaults.translations' => [
  6188.                 'id' => 'public.id',
  6189.                 'title' => 'public.title',
  6190.                 'name' => 'public.name',
  6191.                 'created' => 'public.created',
  6192.                 'changed' => 'public.changed',
  6193.             ],
  6194.             'sulu.fields_defaults.widths' => [
  6195.                 'id' => '50px',
  6196.             ],
  6197.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  6198.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  6199.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  6200.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  6201.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  6202.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  6203.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  6204.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6205.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6206.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6207.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6208.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6209.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6210.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6211.             'doctrine.entity_managers' => [
  6212.                 'default' => 'doctrine.orm.default_entity_manager',
  6213.             ],
  6214.             'doctrine.default_entity_manager' => 'default',
  6215.             'doctrine.dbal.connection_factory.types' => [
  6216.             ],
  6217.             'doctrine.connections' => [
  6218.                 'default' => 'doctrine.dbal.default_connection',
  6219.             ],
  6220.             'doctrine.default_connection' => 'default',
  6221.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6222.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6223.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6224.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6225.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6226.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6227.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6228.             'doctrine.orm.cache.memcache_port' => 11211,
  6229.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6230.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6231.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6232.             'doctrine.orm.cache.memcached_port' => 11211,
  6233.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6234.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6235.             'doctrine.orm.cache.redis_host' => 'localhost',
  6236.             'doctrine.orm.cache.redis_port' => 6379,
  6237.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6238.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6239.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6240.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6241.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6242.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6243.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6244.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6245.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6246.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6247.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6248.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6249.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6250.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6251.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6252.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6253.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6254.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6255.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6256.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6257.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6258.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6259.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6260.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6261.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6262.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6263.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6264.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6265.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6266.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6267.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6268.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6269.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6270.             'doctrine_phpcr.sessions' => [
  6271.                 'default' => 'doctrine_phpcr.default_session',
  6272.                 'live' => 'doctrine_phpcr.live_session',
  6273.             ],
  6274.             'doctrine_phpcr.odm.document_managers' => [
  6275.             ],
  6276.             'doctrine_phpcr.default_session' => 'live',
  6277.             'doctrine_phpcr.odm.default_document_manager' => '',
  6278.             'doctrine_phpcr.dump_max_line_length' => 120,
  6279.             'doctrine_phpcr.form.type_guess' => [
  6280.             ],
  6281.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  6282.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  6283.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  6284.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  6285.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  6286.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  6287.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  6288.             'massive_search.events.index' => 'massive_search.index',
  6289.             'massive_search.events.deindex' => 'massive_search.deindex',
  6290.             'massive_search.adapter.zend_lucene.basepath' => (\dirname(__DIR__4).'/indexes'),
  6291.             'massive_search.adapter.zend_lucene.hide_index_exception' => false,
  6292.             'massive_search.adapter.zend_lucene.encoding' => 'UTF-8',
  6293.             'massive_search.metadata.debug' => true,
  6294.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  6295.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  6296.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  6297.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  6298.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  6299.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  6300.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  6301.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  6302.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  6303.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  6304.             'fos_http_cache.cacheable.response.additional_status' => [
  6305.             ],
  6306.             'fos_http_cache.proxy_client.symfony.options' => [
  6307.                 'tags_header' => 'X-Cache-Tags',
  6308.                 'tags_method' => 'PURGETAGS',
  6309.                 'purge_method' => 'PURGE',
  6310.             ],
  6311.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  6312.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  6313.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  6314.             'fos_http_cache.tag_handler.separator' => ',',
  6315.             'fos_http_cache.tag_handler.strict' => false,
  6316.             'sulu_admin.name' => 'Sulu Admin',
  6317.             'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  6318.             'sulu_admin.resources' => [
  6319.                 'trash_items' => [
  6320.                     'routes' => [
  6321.                         'list' => 'sulu_trash.get_trash-items',
  6322.                         'detail' => 'sulu_trash.get_trash-item',
  6323.                     ],
  6324.                 ],
  6325.                 'activities' => [
  6326.                     'routes' => [
  6327.                         'list' => 'sulu_activity.get_activities',
  6328.                     ],
  6329.                 ],
  6330.                 'preview_links' => [
  6331.                     'routes' => [
  6332.                         'detail' => 'sulu_preview.get_preview-link',
  6333.                     ],
  6334.                 ],
  6335.                 'routes' => [
  6336.                     'routes' => [
  6337.                         'list' => 'sulu_routes.get_routes',
  6338.                     ],
  6339.                 ],
  6340.                 'custom_urls' => [
  6341.                     'routes' => [
  6342.                         'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  6343.                         'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  6344.                     ],
  6345.                 ],
  6346.                 'custom_url_routes' => [
  6347.                     'routes' => [
  6348.                         'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  6349.                     ],
  6350.                 ],
  6351.                 'geolocator_locations' => [
  6352.                     'routes' => [
  6353.                         'list' => 'sulu_location.geolocator_query',
  6354.                     ],
  6355.                 ],
  6356.                 'analytics' => [
  6357.                     'routes' => [
  6358.                         'list' => 'sulu_website.cget_webspace_analytics',
  6359.                         'detail' => 'sulu_website.get_webspace_analytics',
  6360.                     ],
  6361.                 ],
  6362.                 'tags' => [
  6363.                     'routes' => [
  6364.                         'list' => 'sulu_tag.get_tags',
  6365.                         'detail' => 'sulu_tag.get_tag',
  6366.                     ],
  6367.                 ],
  6368.                 'page_resourcelocators' => [
  6369.                     'routes' => [
  6370.                         'list' => 'sulu_page.get_page_resourcelocators',
  6371.                     ],
  6372.                 ],
  6373.                 'pages' => [
  6374.                     'routes' => [
  6375.                         'list' => 'sulu_page.get_pages',
  6376.                         'detail' => 'sulu_page.get_page',
  6377.                     ],
  6378.                     'security_context' => 'sulu.webspaces.#webspace#',
  6379.                     'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  6380.                 ],
  6381.                 'page_versions' => [
  6382.                     'routes' => [
  6383.                         'list' => 'sulu_page.get_page_versions',
  6384.                         'detail' => 'sulu_page.post_page_version_trigger',
  6385.                     ],
  6386.                 ],
  6387.                 'webspaces' => [
  6388.                     'routes' => [
  6389.                         'list' => 'sulu_page.get_webspaces',
  6390.                         'detail' => 'sulu_page.get_webspace',
  6391.                     ],
  6392.                 ],
  6393.                 'snippets' => [
  6394.                     'routes' => [
  6395.                         'list' => 'sulu_snippet.get_snippets',
  6396.                         'detail' => 'sulu_snippet.get_snippet',
  6397.                     ],
  6398.                 ],
  6399.                 'snippet_areas' => [
  6400.                     'routes' => [
  6401.                         'list' => 'sulu_snippet.get_snippet-areas',
  6402.                         'detail' => 'sulu_snippet.put_snippet-area',
  6403.                     ],
  6404.                 ],
  6405.                 'categories' => [
  6406.                     'routes' => [
  6407.                         'list' => 'sulu_category.get_categories',
  6408.                         'detail' => 'sulu_category.get_category',
  6409.                     ],
  6410.                 ],
  6411.                 'category_keywords' => [
  6412.                     'routes' => [
  6413.                         'list' => 'sulu_category.get_category_keywords',
  6414.                         'detail' => 'sulu_category.get_category_keyword',
  6415.                     ],
  6416.                 ],
  6417.                 'permissions' => [
  6418.                     'routes' => [
  6419.                         'detail' => 'sulu_security.get_permissions',
  6420.                     ],
  6421.                 ],
  6422.                 'roles' => [
  6423.                     'routes' => [
  6424.                         'list' => 'sulu_security.get_roles',
  6425.                         'detail' => 'sulu_security.get_role',
  6426.                     ],
  6427.                 ],
  6428.                 'users' => [
  6429.                     'routes' => [
  6430.                         'list' => 'sulu_security.get_users',
  6431.                         'detail' => 'sulu_security.get_user',
  6432.                     ],
  6433.                 ],
  6434.                 'profile' => [
  6435.                     'routes' => [
  6436.                         'detail' => 'sulu_security.get_profile',
  6437.                     ],
  6438.                 ],
  6439.                 'media' => [
  6440.                     'routes' => [
  6441.                         'list' => 'sulu_media.cget_media',
  6442.                         'detail' => 'sulu_media.get_media',
  6443.                     ],
  6444.                     'security_context' => 'sulu.media.collections',
  6445.                     'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  6446.                 ],
  6447.                 'media_preview' => [
  6448.                     'routes' => [
  6449.                         'detail' => 'sulu_media.post_media_preview',
  6450.                     ],
  6451.                 ],
  6452.                 'media_formats' => [
  6453.                     'routes' => [
  6454.                         'list' => 'sulu_media.get_media_formats',
  6455.                         'detail' => 'sulu_media.put_media_format',
  6456.                     ],
  6457.                 ],
  6458.                 'media_versions' => [
  6459.                     'routes' => [
  6460.                         'detail' => 'sulu_media.delete_media_version',
  6461.                     ],
  6462.                 ],
  6463.                 'collections' => [
  6464.                     'routes' => [
  6465.                         'list' => 'sulu_media.get_collections',
  6466.                         'detail' => 'sulu_media.get_collection',
  6467.                     ],
  6468.                 ],
  6469.                 'formats' => [
  6470.                     'routes' => [
  6471.                         'list' => 'sulu_media.get_formats',
  6472.                         'detail' => 'sulu_media.get_format',
  6473.                     ],
  6474.                 ],
  6475.                 'contacts' => [
  6476.                     'routes' => [
  6477.                         'list' => 'sulu_contact.get_contacts',
  6478.                         'detail' => 'sulu_contact.get_contact',
  6479.                     ],
  6480.                 ],
  6481.                 'contact_titles' => [
  6482.                     'routes' => [
  6483.                         'list' => 'sulu_contact.get_contact-titles',
  6484.                     ],
  6485.                 ],
  6486.                 'contact_positions' => [
  6487.                     'routes' => [
  6488.                         'list' => 'sulu_contact.get_contact-positions',
  6489.                     ],
  6490.                 ],
  6491.                 'contact_media' => [
  6492.                     'routes' => [
  6493.                         'list' => 'sulu_contact.cget_contact_medias',
  6494.                         'detail' => 'sulu_contact.delete_contact_medias',
  6495.                     ],
  6496.                 ],
  6497.                 'accounts' => [
  6498.                     'routes' => [
  6499.                         'list' => 'sulu_contact.get_accounts',
  6500.                         'detail' => 'sulu_contact.get_account',
  6501.                     ],
  6502.                 ],
  6503.                 'account_media' => [
  6504.                     'routes' => [
  6505.                         'list' => 'sulu_contact.cget_account_medias',
  6506.                         'detail' => 'sulu_contact.delete_account_medias',
  6507.                     ],
  6508.                 ],
  6509.                 'account_contacts' => [
  6510.                     'routes' => [
  6511.                         'list' => 'sulu_contact.get_account_contacts',
  6512.                         'detail' => 'sulu_contact.delete_account_contacts',
  6513.                     ],
  6514.                 ],
  6515.                 'search' => [
  6516.                     'routes' => [
  6517.                         'list' => 'sulu_search_search',
  6518.                     ],
  6519.                 ],
  6520.                 'search_indexes' => [
  6521.                     'routes' => [
  6522.                         'list' => 'sulu_search_indexes',
  6523.                     ],
  6524.                 ],
  6525.                 'collaborations' => [
  6526.                     'routes' => [
  6527.                         'detail' => 'sulu_admin.put_collaborations',
  6528.                     ],
  6529.                 ],
  6530.                 'localizations' => [
  6531.                     'routes' => [
  6532.                         'list' => 'sulu_core.get_localizations',
  6533.                     ],
  6534.                 ],
  6535.                 'teasers' => [
  6536.                     'routes' => [
  6537.                         'list' => 'sulu_page.get_teasers',
  6538.                     ],
  6539.                 ],
  6540.                 'faqcategories' => [
  6541.                     'routes' => [
  6542.                         'list' => 'app.get_faqcategories',
  6543.                         'detail' => 'app.get_faqcategories',
  6544.                     ],
  6545.                 ],
  6546.             ],
  6547.             'sulu_admin.collaboration_enabled' => false,
  6548.             'sulu_admin.collaboration_interval' => 20,
  6549.             'sulu_admin.collaboration_threshold' => 60,
  6550.             'sulu_admin.forms.directories' => [
  6551.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  6552.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  6553.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  6554.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  6555.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  6556.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  6557.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  6558.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  6559.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  6560.                 => (\dirname(__DIR__5).'/config/forms'),
  6561.             ],
  6562.             'sulu_admin.lists.directories' => [
  6563.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6564.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6565.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  6566.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  6567.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  6568.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  6569.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  6570.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  6571.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  6572.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  6573.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  6574.                 11 => (\dirname(__DIR__5).'/config/lists'),
  6575.             ],
  6576.             'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  6577.             'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  6578.             'sulu_search.indexes' => [
  6579.                 'snippet' => [
  6580.                     'name' => 'sulu_snippet.snippets',
  6581.                     'icon' => 'su-snippet',
  6582.                     'view' => [
  6583.                         'name' => 'sulu_snippet.edit_form',
  6584.                         'result_to_view' => [
  6585.                             'id' => 'id',
  6586.                             'locale' => 'locale',
  6587.                         ],
  6588.                     ],
  6589.                     'security_context' => 'sulu.global.snippets',
  6590.                     'contexts' => [
  6591.                     ],
  6592.                 ],
  6593.                 'category' => [
  6594.                     'name' => 'sulu_category.categories',
  6595.                     'icon' => 'su-tag',
  6596.                     'view' => [
  6597.                         'name' => 'sulu_category.edit_form',
  6598.                         'result_to_view' => [
  6599.                             'id' => 'id',
  6600.                             'locale' => 'locale',
  6601.                         ],
  6602.                     ],
  6603.                     'security_context' => 'sulu.settings.categories',
  6604.                     'contexts' => [
  6605.                     ],
  6606.                 ],
  6607.                 'media' => [
  6608.                     'name' => 'sulu_media.media',
  6609.                     'icon' => 'su-image',
  6610.                     'view' => [
  6611.                         'name' => 'sulu_media.form',
  6612.                         'result_to_view' => [
  6613.                             'id' => 'id',
  6614.                             'locale' => 'locale',
  6615.                         ],
  6616.                     ],
  6617.                     'security_context' => 'sulu.media.collections',
  6618.                     'contexts' => [
  6619.                     ],
  6620.                 ],
  6621.                 'contact' => [
  6622.                     'name' => 'sulu_contact.people',
  6623.                     'icon' => 'su-user',
  6624.                     'view' => [
  6625.                         'name' => 'sulu_contact.contact_edit_form',
  6626.                         'result_to_view' => [
  6627.                             'id' => 'id',
  6628.                             'locale' => 'locale',
  6629.                         ],
  6630.                     ],
  6631.                     'security_context' => 'sulu.contact.people',
  6632.                     'contexts' => [
  6633.                     ],
  6634.                 ],
  6635.                 'account' => [
  6636.                     'name' => 'sulu_contact.organizations',
  6637.                     'icon' => 'su-house',
  6638.                     'view' => [
  6639.                         'name' => 'sulu_contact.account_edit_form',
  6640.                         'result_to_view' => [
  6641.                             'id' => 'id',
  6642.                             'locale' => 'locale',
  6643.                         ],
  6644.                     ],
  6645.                     'security_context' => 'sulu.contact.organizations',
  6646.                     'contexts' => [
  6647.                     ],
  6648.                 ],
  6649.                 'page_okas-lane' => [
  6650.                     'name' => 'OAKAS LANE',
  6651.                     'icon' => 'su-document',
  6652.                     'view' => [
  6653.                         'name' => 'sulu_page.page_edit_form',
  6654.                         'result_to_view' => [
  6655.                             'id' => 'id',
  6656.                             'locale' => 'locale',
  6657.                             'properties/webspace_key' => 'webspace',
  6658.                         ],
  6659.                     ],
  6660.                     'security_context' => 'sulu.webspaces.okas-lane',
  6661.                 ],
  6662.                 'page_okas-lane_published' => [
  6663.                     'name' => 'OAKAS LANE',
  6664.                     'icon' => 'su-document',
  6665.                     'view' => [
  6666.                         'name' => 'sulu_page.page_edit_form',
  6667.                         'result_to_view' => [
  6668.                             'id' => 'id',
  6669.                             'locale' => 'locale',
  6670.                             'properties/webspace_key' => 'webspace',
  6671.                         ],
  6672.                     ],
  6673.                     'security_context' => 'sulu.webspaces.okas-lane',
  6674.                     'contexts' => [
  6675.                         => 'website',
  6676.                     ],
  6677.                 ],
  6678.             ],
  6679.             'sulu_search.website.indexes' => [
  6680.                 => 'page_#webspace#_published',
  6681.             ],
  6682.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  6683.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  6684.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  6685.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  6686.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  6687.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  6688.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  6689.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  6690.             'sulu_contact.defaults' => [
  6691.                 'phoneType' => '1',
  6692.                 'phoneTypeMobile' => '3',
  6693.                 'phoneTypeIsdn' => '1',
  6694.                 'emailType' => '1',
  6695.                 'addressType' => '1',
  6696.                 'urlType' => '1',
  6697.                 'faxType' => '1',
  6698.                 'socialMediaProfileType' => '1',
  6699.                 'country' => 'AT',
  6700.             ],
  6701.             'sulu_contact.form_of_address' => [
  6702.                 'male' => [
  6703.                     'id' => 0,
  6704.                     'name' => 'male',
  6705.                     'translation' => 'contact.contacts.formOfAddress.male',
  6706.                 ],
  6707.                 'female' => [
  6708.                     'id' => 1,
  6709.                     'name' => 'female',
  6710.                     'translation' => 'contact.contacts.formOfAddress.female',
  6711.                 ],
  6712.             ],
  6713.             'sulu_contact.contact_form.category_root' => NULL,
  6714.             'sulu_contact.account_form.category_root' => NULL,
  6715.             'sulu.model.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6716.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6717.             'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6718.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6719.             'sulu.persistence.objects' => [
  6720.                 'sulu' => [
  6721.                     'trash_item' => [
  6722.                         'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  6723.                     ],
  6724.                     'activity' => [
  6725.                         'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  6726.                     ],
  6727.                     'preview_link' => [
  6728.                         'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  6729.                     ],
  6730.                     'route' => [
  6731.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  6732.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  6733.                     ],
  6734.                     'analytics' => [
  6735.                         'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  6736.                         'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  6737.                     ],
  6738.                     'tag' => [
  6739.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  6740.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  6741.                     ],
  6742.                     'category' => [
  6743.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6744.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6745.                     ],
  6746.                     'category_meta' => [
  6747.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6748.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6749.                     ],
  6750.                     'category_translation' => [
  6751.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6752.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6753.                     ],
  6754.                     'keyword' => [
  6755.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6756.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6757.                     ],
  6758.                     'user' => [
  6759.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6760.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6761.                     ],
  6762.                     'role' => [
  6763.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6764.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6765.                     ],
  6766.                     'role_setting' => [
  6767.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6768.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6769.                     ],
  6770.                     'access_control' => [
  6771.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6772.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6773.                     ],
  6774.                     'media' => [
  6775.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6776.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6777.                     ],
  6778.                     'contact' => [
  6779.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6780.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6781.                     ],
  6782.                     'account' => [
  6783.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6784.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6785.                     ],
  6786.                 ],
  6787.             ],
  6788.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  6789.             'sulu_media.image_format_files' => [
  6790.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  6791.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  6792.             ],
  6793.             'sulu_media.system_collections' => [
  6794.                 'sulu_media' => [
  6795.                     'meta_title' => [
  6796.                         'en' => 'Sulu media',
  6797.                         'de' => 'Sulu Medien',
  6798.                     ],
  6799.                     'collections' => [
  6800.                         'preview_image' => [
  6801.                             'meta_title' => [
  6802.                                 'en' => 'Preview images',
  6803.                                 'de' => 'Vorschaubilder',
  6804.                             ],
  6805.                         ],
  6806.                     ],
  6807.                 ],
  6808.                 'sulu_contact' => [
  6809.                     'meta_title' => [
  6810.                         'en' => 'Sulu contacts',
  6811.                         'de' => 'Sulu Kontakte',
  6812.                     ],
  6813.                     'collections' => [
  6814.                         'contact' => [
  6815.                             'meta_title' => [
  6816.                                 'en' => 'People',
  6817.                                 'de' => 'Personen',
  6818.                             ],
  6819.                         ],
  6820.                         'account' => [
  6821.                             'meta_title' => [
  6822.                                 'en' => 'Organizations',
  6823.                                 'de' => 'Organisationen',
  6824.                             ],
  6825.                         ],
  6826.                     ],
  6827.                 ],
  6828.             ],
  6829.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  6830.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  6831.             'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  6832.             'sulu_media.format_manager.response_headers' => [
  6833.                 'Expires' => '+1 month',
  6834.                 'Pragma' => 'public',
  6835.                 'Cache-Control' => 'public, immutable, max-age=31536000',
  6836.             ],
  6837.             'sulu_media.format_manager.default_imagine_options' => [
  6838.                 'jpeg_quality' => 100,
  6839.                 'webp_quality' => 100,
  6840.             ],
  6841.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  6842.             'sulu_media.format_cache.save_image' => true,
  6843.             'sulu_media.format_cache.segments' => 10,
  6844.             'sulu_media.ghost_script.path' => 'gs',
  6845.             'sulu_media.media.blocked_file_types' => [
  6846.             ],
  6847.             'sulu_media.collection.type.default' => [
  6848.                 'id' => 1,
  6849.             ],
  6850.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  6851.             'sulu_media.media.types' => [
  6852.                 => [
  6853.                     'type' => 'document',
  6854.                     'mimeTypes' => [
  6855.                         => '*',
  6856.                     ],
  6857.                 ],
  6858.                 => [
  6859.                     'type' => 'image',
  6860.                     'mimeTypes' => [
  6861.                         => 'image/*',
  6862.                     ],
  6863.                 ],
  6864.                 => [
  6865.                     'type' => 'video',
  6866.                     'mimeTypes' => [
  6867.                         => 'video/*',
  6868.                     ],
  6869.                 ],
  6870.                 => [
  6871.                     'type' => 'audio',
  6872.                     'mimeTypes' => [
  6873.                         => 'audio/*',
  6874.                     ],
  6875.                 ],
  6876.             ],
  6877.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  6878.             'sulu_media.disposition_type.default' => 'attachment',
  6879.             'sulu_media.disposition_type.mime_types_inline' => [
  6880.             ],
  6881.             'sulu_media.disposition_type.mime_types_attachment' => [
  6882.             ],
  6883.             'sulu_media.upload.max_filesize' => 256,
  6884.             'sulu_media.media.max_file_size' => '256MB',
  6885.             'sulu_media.adobe_creative_key' => NULL,
  6886.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  6887.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  6888.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  6889.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  6890.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  6891.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  6892.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  6893.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  6894.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  6895.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  6896.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  6897.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  6898.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  6899.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  6900.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  6901.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  6902.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  6903.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  6904.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  6905.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  6906.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6907.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6908.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  6909.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  6910.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  6911.             'sulu_media.format_manager.mime_types' => [
  6912.                 => 'image/*',
  6913.                 => 'application/pdf',
  6914.             ],
  6915.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6916.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6917.             'sulu_media.media.storage' => 'local',
  6918.             'sulu_media.media.storage.local.path' => (\dirname(__DIR__4).'/uploads/media'),
  6919.             'sulu_media.media.storage.local.segments' => 10,
  6920.             'sulu_security.system' => 'Sulu',
  6921.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  6922.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  6923.             'sulu_security.reset_password.mail.sender' => '',
  6924.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  6925.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  6926.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  6927.             'sulu_security.permissions' => [
  6928.                 'view' => 64,
  6929.                 'add' => 32,
  6930.                 'edit' => 16,
  6931.                 'delete' => 8,
  6932.                 'archive' => 4,
  6933.                 'live' => 2,
  6934.                 'security' => 1,
  6935.             ],
  6936.             'permissions' => [
  6937.                 'view' => 64,
  6938.                 'add' => 32,
  6939.                 'edit' => 16,
  6940.                 'delete' => 8,
  6941.                 'archive' => 4,
  6942.                 'live' => 2,
  6943.                 'security' => 1,
  6944.             ],
  6945.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  6946.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  6947.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  6948.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  6949.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  6950.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  6951.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  6952.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  6953.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  6954.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  6955.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  6956.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  6957.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6958.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  6959.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  6960.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  6961.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  6962.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  6963.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  6964.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  6965.             'sulu.model.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6966.             'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6967.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6968.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6969.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6970.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6971.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6972.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6973.             'sulu.model.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6974.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6975.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6976.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6977.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6978.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6979.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6980.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6981.             'sulu_snippet.content-type.default_enabled' => true,
  6982.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  6983.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  6984.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  6985.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  6986.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  6987.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  6988.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  6989.             'sulu_snippet.export.snippet.formats' => [
  6990.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  6991.             ],
  6992.             'sulu_page.search.mapping' => [
  6993.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  6994.                     'index' => 'page',
  6995.                     'decorate_index' => true,
  6996.                 ],
  6997.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  6998.                     'index' => 'page',
  6999.                     'decorate_index' => true,
  7000.                 ],
  7001.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  7002.                     'index' => 'snippet',
  7003.                     'decorate_index' => false,
  7004.                 ],
  7005.             ],
  7006.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  7007.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  7008.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  7009.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  7010.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  7011.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  7012.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  7013.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  7014.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  7015.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  7016.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  7017.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  7018.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  7019.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  7020.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  7021.             'sulu_page.export.webspace.formats' => [
  7022.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  7023.             ],
  7024.             'sulu_page.default_author' => true,
  7025.             'sulu_page.seo' => [
  7026.                 'max_title_length' => 70,
  7027.                 'max_description_length' => 160,
  7028.                 'max_keywords' => 5,
  7029.                 'keywords_separator' => ',',
  7030.                 'url_prefix' => 'www.yoursite.com/{locale}',
  7031.             ],
  7032.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  7033.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  7034.             'sulu_website.navigation.cache.lifetime' => 1,
  7035.             'sulu_website.content.cache.lifetime' => 1,
  7036.             'sulu_website.sitemap.cache.lifetime' => 1,
  7037.             'sulu_website.enabled_twig_attributes' => [
  7038.                 'urls' => false,
  7039.                 'path' => false,
  7040.             ],
  7041.             'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  7042.             'sulu_website.segment_cookie_name' => '_ss',
  7043.             'sulu_website.segment_header' => 'X-Sulu-Segment',
  7044.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  7045.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  7046.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  7047.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  7048.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  7049.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  7050.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  7051.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  7052.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  7053.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  7054.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  7055.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  7056.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  7057.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  7058.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  7059.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  7060.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  7061.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  7062.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  7063.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  7064.             'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  7065.             'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  7066.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  7067.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  7068.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  7069.             'sulu_location.geolocator.name' => 'nominatim',
  7070.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  7071.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  7072.             'sulu_location.geolocator.service.google.api_key' => '',
  7073.             'sulu_http_cache.cache.max_age' => 240,
  7074.             'sulu_http_cache.cache.shared_max_age' => 240,
  7075.             'sulu_http_cache.tags.enabled' => true,
  7076.             'sulu_document_manager.mapping' => [
  7077.                 => [
  7078.                     'alias' => 'custom_url',
  7079.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  7080.                     'phpcr_type' => 'sulu:custom_url',
  7081.                     'mapping' => [
  7082.                         'published' => [
  7083.                             'property' => 'published',
  7084.                             'encoding' => 'content',
  7085.                             'mapped' => true,
  7086.                             'multiple' => false,
  7087.                             'default' => NULL,
  7088.                         ],
  7089.                         'baseDomain' => [
  7090.                             'property' => 'baseDomain',
  7091.                             'encoding' => 'content',
  7092.                             'mapped' => true,
  7093.                             'multiple' => false,
  7094.                             'default' => NULL,
  7095.                         ],
  7096.                         'domainParts' => [
  7097.                             'property' => 'domainParts',
  7098.                             'type' => 'json_array',
  7099.                             'encoding' => 'content',
  7100.                             'mapped' => true,
  7101.                             'multiple' => false,
  7102.                             'default' => NULL,
  7103.                         ],
  7104.                         'canonical' => [
  7105.                             'property' => 'canonical',
  7106.                             'encoding' => 'content',
  7107.                             'mapped' => true,
  7108.                             'multiple' => false,
  7109.                             'default' => NULL,
  7110.                         ],
  7111.                         'redirect' => [
  7112.                             'property' => 'redirect',
  7113.                             'encoding' => 'content',
  7114.                             'mapped' => true,
  7115.                             'multiple' => false,
  7116.                             'default' => NULL,
  7117.                         ],
  7118.                         'targetLocale' => [
  7119.                             'property' => 'targetLocale',
  7120.                             'encoding' => 'content',
  7121.                             'mapped' => true,
  7122.                             'multiple' => false,
  7123.                             'default' => NULL,
  7124.                         ],
  7125.                     ],
  7126.                 ],
  7127.                 => [
  7128.                     'alias' => 'custom_url_route',
  7129.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  7130.                     'phpcr_type' => 'sulu:custom_url_route',
  7131.                     'mapping' => [
  7132.                         'locale' => [
  7133.                             'property' => 'locale',
  7134.                             'encoding' => 'content',
  7135.                             'mapped' => true,
  7136.                             'multiple' => false,
  7137.                             'default' => NULL,
  7138.                         ],
  7139.                     ],
  7140.                 ],
  7141.                 => [
  7142.                     'alias' => 'page',
  7143.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  7144.                     'phpcr_type' => 'sulu:page',
  7145.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  7146.                     'set_default_author' => true,
  7147.                     'mapping' => [
  7148.                     ],
  7149.                 ],
  7150.                 => [
  7151.                     'alias' => 'home',
  7152.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  7153.                     'phpcr_type' => 'sulu:home',
  7154.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  7155.                     'set_default_author' => true,
  7156.                     'mapping' => [
  7157.                     ],
  7158.                 ],
  7159.                 => [
  7160.                     'alias' => 'route',
  7161.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  7162.                     'phpcr_type' => 'sulu:path',
  7163.                     'mapping' => [
  7164.                     ],
  7165.                 ],
  7166.                 => [
  7167.                     'alias' => 'snippet',
  7168.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  7169.                     'phpcr_type' => 'sulu:snippet',
  7170.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  7171.                     'mapping' => [
  7172.                     ],
  7173.                 ],
  7174.             ],
  7175.             'sulu_document_manager.namespace_mapping' => [
  7176.                 'extension_localized' => 'i18n',
  7177.                 'system' => 'sulu',
  7178.                 'system_localized' => 'i18n',
  7179.                 'content' => NULL,
  7180.                 'content_localized' => 'i18n',
  7181.             ],
  7182.             'sulu_document_manager.versioning.enabled' => false,
  7183.             'sulu_document_manager.show_drafts' => false,
  7184.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  7185.             'sulu_document_manager.segments' => [
  7186.                 'custom_urls' => 'custom-urls',
  7187.                 'custom_urls_items' => 'items',
  7188.                 'custom_urls_routes' => 'routes',
  7189.                 'base' => 'cmf',
  7190.                 'content' => 'contents',
  7191.                 'route' => 'routes',
  7192.                 'snippet' => 'snippets',
  7193.             ],
  7194.             'sulu_custom_urls.uri_filter_regexp' => NULL,
  7195.             'sulu_route.mappings' => [
  7196.             ],
  7197.             'sulu_route.resource_key_mappings' => [
  7198.             ],
  7199.             'sulu_route.routing.uri_filter_regexp' => NULL,
  7200.             'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  7201.             'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  7202.             'phpcr_migrations.version_node_name' => 'jcr:versions',
  7203.             'phpcr_migrations.paths' => [
  7204.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  7205.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  7206.             ],
  7207.             'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  7208.             'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  7209.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7210.             'web_profiler.debug_toolbar.mode' => 2,
  7211.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7212.             'security.role_hierarchy.roles' => [
  7213.             ],
  7214.             'security.access.denied_url' => NULL,
  7215.             'security.authentication.manager.erase_credentials' => true,
  7216.             'security.authentication.session_strategy.strategy' => 'migrate',
  7217.             'security.access.always_authenticate_before_granting' => false,
  7218.             'security.authentication.hide_user_not_found' => true,
  7219.             'security.firewalls' => [
  7220.                 => 'dev',
  7221.                 => 'admin',
  7222.             ],
  7223.             'security.admin._indexed_authenticators' => [
  7224.             ],
  7225.             'sulu_preview.mode' => 'auto',
  7226.             'sulu_preview.delay' => 500,
  7227.             'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
  7228.             'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  7229.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  7230.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  7231.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  7232.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  7233.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  7234.             'fos_js_routing.request_context_base_url' => NULL,
  7235.             'fos_js_routing.cache_control' => [
  7236.                 'enabled' => false,
  7237.             ],
  7238.             'cmf_routing.uri_filter_regexp' => '',
  7239.             'cmf_routing.default_controller' => NULL,
  7240.             'cmf_routing.generic_controller' => NULL,
  7241.             'cmf_routing.controllers_by_type' => [
  7242.             ],
  7243.             'cmf_routing.controllers_by_class' => [
  7244.             ],
  7245.             'cmf_routing.templates_by_class' => [
  7246.             ],
  7247.             'cmf_routing.route_collection_limit' => 0,
  7248.             'cmf_routing.dynamic.limit_candidates' => 20,
  7249.             'cmf_routing.dynamic.locales' => [
  7250.             ],
  7251.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  7252.             'cmf_routing.replace_symfony_router' => true,
  7253.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7254.             'stof_doctrine_extensions.default_locale' => 'en',
  7255.             'stof_doctrine_extensions.translation_fallback' => false,
  7256.             'stof_doctrine_extensions.persist_default_translation' => false,
  7257.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7258.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7259.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7260.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  7261.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7262.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7263.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7264.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7265.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7266.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7267.             'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  7268.             'sulu_activity.storage.adapter' => 'doctrine',
  7269.             'sulu_activity.storage.persist_payload' => false,
  7270.             'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  7271.             'extractor_vendor_dir' => (\dirname(__DIR__5).'/vendor/php-translation/extractor/src'),
  7272.             'php_translation.locales' => [
  7273.                 => 'en',
  7274.             ],
  7275.             'php_translation.default_locale' => 'en',
  7276.             'php_translation.webui.enabled' => true,
  7277.             'php_translation.webui.allow_create' => true,
  7278.             'php_translation.webui.allow_delete' => true,
  7279.             'php_translation.webui.file_base_path' => (\dirname(__DIR__5).'/'),
  7280.             'php_translation.toolbar.allow_edit' => true,
  7281.             'sulu_headless.navigation.cache_lifetime' => 86400,
  7282.             'sulu_headless.snippet_area.cache_lifetime' => 86400,
  7283.             'data_collector.templates' => [
  7284.                 'data_collector.request' => [
  7285.                     => 'request',
  7286.                     => '@WebProfiler/Collector/request.html.twig',
  7287.                 ],
  7288.                 'data_collector.time' => [
  7289.                     => 'time',
  7290.                     => '@WebProfiler/Collector/time.html.twig',
  7291.                 ],
  7292.                 'data_collector.memory' => [
  7293.                     => 'memory',
  7294.                     => '@WebProfiler/Collector/memory.html.twig',
  7295.                 ],
  7296.                 'data_collector.validator' => [
  7297.                     => 'validator',
  7298.                     => '@WebProfiler/Collector/validator.html.twig',
  7299.                 ],
  7300.                 'data_collector.ajax' => [
  7301.                     => 'ajax',
  7302.                     => '@WebProfiler/Collector/ajax.html.twig',
  7303.                 ],
  7304.                 'data_collector.form' => [
  7305.                     => 'form',
  7306.                     => '@WebProfiler/Collector/form.html.twig',
  7307.                 ],
  7308.                 'data_collector.exception' => [
  7309.                     => 'exception',
  7310.                     => '@WebProfiler/Collector/exception.html.twig',
  7311.                 ],
  7312.                 'data_collector.logger' => [
  7313.                     => 'logger',
  7314.                     => '@WebProfiler/Collector/logger.html.twig',
  7315.                 ],
  7316.                 'data_collector.events' => [
  7317.                     => 'events',
  7318.                     => '@WebProfiler/Collector/events.html.twig',
  7319.                 ],
  7320.                 'data_collector.router' => [
  7321.                     => 'router',
  7322.                     => '@WebProfiler/Collector/router.html.twig',
  7323.                 ],
  7324.                 'data_collector.cache' => [
  7325.                     => 'cache',
  7326.                     => '@WebProfiler/Collector/cache.html.twig',
  7327.                 ],
  7328.                 'data_collector.translation' => [
  7329.                     => 'translation',
  7330.                     => '@WebProfiler/Collector/translation.html.twig',
  7331.                 ],
  7332.                 'data_collector.security' => [
  7333.                     => 'security',
  7334.                     => '@Security/Collector/security.html.twig',
  7335.                 ],
  7336.                 'data_collector.twig' => [
  7337.                     => 'twig',
  7338.                     => '@WebProfiler/Collector/twig.html.twig',
  7339.                 ],
  7340.                 'data_collector.http_client' => [
  7341.                     => 'http_client',
  7342.                     => '@WebProfiler/Collector/http_client.html.twig',
  7343.                 ],
  7344.                 'data_collector.doctrine' => [
  7345.                     => 'db',
  7346.                     => '@Doctrine/Collector/db.html.twig',
  7347.                 ],
  7348.                 'doctrine_phpcr.data_collector' => [
  7349.                     => 'phpcr',
  7350.                     => '@DoctrinePHPCR/Collector/phpcr',
  7351.                 ],
  7352.                 'swiftmailer.data_collector' => [
  7353.                     => 'swiftmailer',
  7354.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  7355.                 ],
  7356.                 'data_collector.dump' => [
  7357.                     => 'dump',
  7358.                     => '@Debug/Profiler/dump.html.twig',
  7359.                 ],
  7360.                 'php_translation.data_collector' => [
  7361.                     => 'translation',
  7362.                     => '@Translation/SymfonyProfiler/translation.html.twig',
  7363.                 ],
  7364.                 'mailer.data_collector' => [
  7365.                     => 'mailer',
  7366.                     => '@WebProfiler/Collector/mailer.html.twig',
  7367.                 ],
  7368.                 'data_collector.jms_serializer' => [
  7369.                     => 'jms_serializer',
  7370.                     => '@JMSSerializer/Collector/panel.html.twig',
  7371.                 ],
  7372.                 'sulu_website.data_collector.sulu_collector' => [
  7373.                     => 'sulu',
  7374.                     => '@SuluWebsite/Profiler/layout.html.twig',
  7375.                 ],
  7376.                 'data_collector.config' => [
  7377.                     => 'config',
  7378.                     => '@WebProfiler/Collector/config.html.twig',
  7379.                 ],
  7380.             ],
  7381.             'doctrine_phpcr.migrate.migrators' => [
  7382.             ],
  7383.             'sulu_media.image.formats' => [
  7384.                 'sulu-400x400' => [
  7385.                     'key' => 'sulu-400x400',
  7386.                     'internal' => true,
  7387.                     'meta' => [
  7388.                         'title' => [
  7389.                             'en' => 'Contact avatar (Sulu)',
  7390.                             'de' => 'Kontaktavatar (Sulu)',
  7391.                             'fr' => 'Avatar du contact (Sulu)',
  7392.                             'nl' => 'Contact avatar (Sulu)',
  7393.                         ],
  7394.                     ],
  7395.                     'scale' => [
  7396.                         'x' => 400,
  7397.                         'y' => 400,
  7398.                         'mode' => 2,
  7399.                         'retina' => false,
  7400.                         'forceRatio' => true,
  7401.                     ],
  7402.                     'transformations' => [
  7403.                     ],
  7404.                     'options' => [
  7405.                         'jpeg_quality' => 100,
  7406.                         'webp_quality' => 100,
  7407.                     ],
  7408.                 ],
  7409.                 'sulu-260x' => [
  7410.                     'key' => 'sulu-260x',
  7411.                     'internal' => true,
  7412.                     'meta' => [
  7413.                         'title' => [
  7414.                             'en' => 'Masonry preview (Sulu)',
  7415.                             'de' => 'Masonry Vorschau (Sulu)',
  7416.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7417.                             'nl' => 'Masonry voorbeeld (Sulu)',
  7418.                         ],
  7419.                     ],
  7420.                     'scale' => [
  7421.                         'x' => 260,
  7422.                         'y' => NULL,
  7423.                         'mode' => 2,
  7424.                         'retina' => false,
  7425.                         'forceRatio' => true,
  7426.                     ],
  7427.                     'transformations' => [
  7428.                     ],
  7429.                     'options' => [
  7430.                         'jpeg_quality' => 100,
  7431.                         'webp_quality' => 100,
  7432.                     ],
  7433.                 ],
  7434.                 'sulu-170x170' => [
  7435.                     'key' => 'sulu-170x170',
  7436.                     'internal' => true,
  7437.                     'meta' => [
  7438.                         'title' => [
  7439.                             'en' => 'Search (Sulu)',
  7440.                             'de' => 'Suche (Sulu)',
  7441.                             'fr' => 'Recherche (Sulu)',
  7442.                             'nl' => 'Zoeken (Sulu)',
  7443.                         ],
  7444.                     ],
  7445.                     'scale' => [
  7446.                         'x' => 170,
  7447.                         'y' => 170,
  7448.                         'mode' => 2,
  7449.                         'retina' => false,
  7450.                         'forceRatio' => true,
  7451.                     ],
  7452.                     'transformations' => [
  7453.                     ],
  7454.                     'options' => [
  7455.                         'jpeg_quality' => 100,
  7456.                         'webp_quality' => 100,
  7457.                     ],
  7458.                 ],
  7459.                 'sulu-100x100-inset' => [
  7460.                     'key' => 'sulu-100x100-inset',
  7461.                     'internal' => true,
  7462.                     'meta' => [
  7463.                         'title' => [
  7464.                             'en' => 'Organization card (Sulu)',
  7465.                             'de' => 'Organisationskarte (Sulu)',
  7466.                             'fr' => 'Carte d\'organisation (Sulu)',
  7467.                             'nl' => 'Organisatie kaart (Sulu)',
  7468.                         ],
  7469.                     ],
  7470.                     'scale' => [
  7471.                         'x' => 100,
  7472.                         'y' => 100,
  7473.                         'mode' => 1,
  7474.                         'retina' => false,
  7475.                         'forceRatio' => true,
  7476.                     ],
  7477.                     'transformations' => [
  7478.                     ],
  7479.                     'options' => [
  7480.                         'jpeg_quality' => 100,
  7481.                         'webp_quality' => 100,
  7482.                     ],
  7483.                 ],
  7484.                 'sulu-50x50' => [
  7485.                     'key' => 'sulu-50x50',
  7486.                     'internal' => true,
  7487.                     'meta' => [
  7488.                         'title' => [
  7489.                             'en' => 'Small thumbnail (Sulu)',
  7490.                             'de' => 'Kleines Thumbnail (Sulu)',
  7491.                             'fr' => 'Image miniature (Sulu)',
  7492.                             'nl' => 'Kleine thumbnail (Sulu)',
  7493.                         ],
  7494.                     ],
  7495.                     'scale' => [
  7496.                         'x' => 50,
  7497.                         'y' => 50,
  7498.                         'mode' => 2,
  7499.                         'retina' => false,
  7500.                         'forceRatio' => true,
  7501.                     ],
  7502.                     'transformations' => [
  7503.                     ],
  7504.                     'options' => [
  7505.                         'jpeg_quality' => 100,
  7506.                         'webp_quality' => 100,
  7507.                     ],
  7508.                 ],
  7509.                 'sulu-25x25' => [
  7510.                     'key' => 'sulu-25x25',
  7511.                     'internal' => true,
  7512.                     'meta' => [
  7513.                         'title' => [
  7514.                             'en' => 'Micro thumbnail',
  7515.                             'de' => 'Mikro Thumbnail',
  7516.                             'fr' => 'Image micro',
  7517.                             'nl' => 'Micro thumbnail',
  7518.                         ],
  7519.                     ],
  7520.                     'scale' => [
  7521.                         'x' => 25,
  7522.                         'y' => 25,
  7523.                         'mode' => 2,
  7524.                         'retina' => false,
  7525.                         'forceRatio' => true,
  7526.                     ],
  7527.                     'transformations' => [
  7528.                     ],
  7529.                     'options' => [
  7530.                         'jpeg_quality' => 100,
  7531.                         'webp_quality' => 100,
  7532.                     ],
  7533.                 ],
  7534.                 'sulu-40x40' => [
  7535.                     'key' => 'sulu-40x40',
  7536.                     'internal' => true,
  7537.                     'meta' => [
  7538.                         'title' => [
  7539.                             'en' => 'Small thumbnail (Sulu)',
  7540.                             'de' => 'Kleines Thumbnail (Sulu)',
  7541.                             'fr' => 'Image miniature (Sulu)',
  7542.                             'nl' => 'Kleine thumbnail (Sulu)',
  7543.                         ],
  7544.                     ],
  7545.                     'scale' => [
  7546.                         'x' => 40,
  7547.                         'y' => 40,
  7548.                         'mode' => 2,
  7549.                         'retina' => false,
  7550.                         'forceRatio' => true,
  7551.                     ],
  7552.                     'transformations' => [
  7553.                     ],
  7554.                     'options' => [
  7555.                         'jpeg_quality' => 100,
  7556.                         'webp_quality' => 100,
  7557.                     ],
  7558.                 ],
  7559.                 'sulu-240x' => [
  7560.                     'key' => 'sulu-240x',
  7561.                     'internal' => true,
  7562.                     'meta' => [
  7563.                         'title' => [
  7564.                             'en' => 'Masonry preview (Sulu)',
  7565.                             'de' => 'Masonry Vorschau (Sulu)',
  7566.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7567.                             'nl' => 'Masonry voorbeeld (Sulu)',
  7568.                         ],
  7569.                     ],
  7570.                     'scale' => [
  7571.                         'x' => 240,
  7572.                         'y' => NULL,
  7573.                         'mode' => 2,
  7574.                         'retina' => false,
  7575.                         'forceRatio' => true,
  7576.                     ],
  7577.                     'transformations' => [
  7578.                     ],
  7579.                     'options' => [
  7580.                         'jpeg_quality' => 100,
  7581.                         'webp_quality' => 100,
  7582.                     ],
  7583.                 ],
  7584.                 'sulu-400x400-inset' => [
  7585.                     'key' => 'sulu-400x400-inset',
  7586.                     'internal' => true,
  7587.                     'meta' => [
  7588.                         'title' => [
  7589.                             'en' => 'Organization logo (Sulu)',
  7590.                             'de' => 'Organisationslogo (Sulu)',
  7591.                             'fr' => 'Logo d\'organisation (Sulu)',
  7592.                             'nl' => 'Organisatie logo (Sulu)',
  7593.                         ],
  7594.                     ],
  7595.                     'scale' => [
  7596.                         'x' => 400,
  7597.                         'y' => 400,
  7598.                         'mode' => 1,
  7599.                         'retina' => false,
  7600.                         'forceRatio' => true,
  7601.                     ],
  7602.                     'transformations' => [
  7603.                     ],
  7604.                     'options' => [
  7605.                         'jpeg_quality' => 100,
  7606.                         'webp_quality' => 100,
  7607.                     ],
  7608.                 ],
  7609.                 'sulu-100x100' => [
  7610.                     'key' => 'sulu-100x100',
  7611.                     'internal' => true,
  7612.                     'meta' => [
  7613.                         'title' => [
  7614.                             'en' => 'Contact card (Sulu)',
  7615.                             'de' => 'Personenkarte (Sulu)',
  7616.                             'fr' => 'Carte personnelle (Sulu)',
  7617.                             'nl' => 'Contact kaart (Sulu)',
  7618.                         ],
  7619.                     ],
  7620.                     'scale' => [
  7621.                         'x' => 100,
  7622.                         'y' => 100,
  7623.                         'mode' => 2,
  7624.                         'retina' => false,
  7625.                         'forceRatio' => true,
  7626.                     ],
  7627.                     'transformations' => [
  7628.                     ],
  7629.                     'options' => [
  7630.                         'jpeg_quality' => 100,
  7631.                         'webp_quality' => 100,
  7632.                     ],
  7633.                 ],
  7634.                 '1300x1110' => [
  7635.                     'key' => '1300x1110',
  7636.                     'internal' => false,
  7637.                     'meta' => [
  7638.                         'title' => [
  7639.                         ],
  7640.                     ],
  7641.                     'scale' => [
  7642.                         'x' => 1300,
  7643.                         'y' => 1110,
  7644.                         'mode' => 2,
  7645.                         'retina' => false,
  7646.                         'forceRatio' => true,
  7647.                     ],
  7648.                     'transformations' => [
  7649.                     ],
  7650.                     'options' => [
  7651.                         'jpeg_quality' => 100,
  7652.                         'webp_quality' => 100,
  7653.                     ],
  7654.                 ],
  7655.                 '720x840' => [
  7656.                     'key' => '720x840',
  7657.                     'internal' => false,
  7658.                     'meta' => [
  7659.                         'title' => [
  7660.                         ],
  7661.                     ],
  7662.                     'scale' => [
  7663.                         'x' => 720,
  7664.                         'y' => 840,
  7665.                         'mode' => 2,
  7666.                         'retina' => false,
  7667.                         'forceRatio' => true,
  7668.                     ],
  7669.                     'transformations' => [
  7670.                     ],
  7671.                     'options' => [
  7672.                         'jpeg_quality' => 100,
  7673.                         'webp_quality' => 100,
  7674.                     ],
  7675.                 ],
  7676.                 '1730x1390' => [
  7677.                     'key' => '1730x1390',
  7678.                     'internal' => false,
  7679.                     'meta' => [
  7680.                         'title' => [
  7681.                         ],
  7682.                     ],
  7683.                     'scale' => [
  7684.                         'x' => 1730,
  7685.                         'y' => 1390,
  7686.                         'mode' => 2,
  7687.                         'retina' => false,
  7688.                         'forceRatio' => true,
  7689.                     ],
  7690.                     'transformations' => [
  7691.                     ],
  7692.                     'options' => [
  7693.                         'jpeg_quality' => 100,
  7694.                         'webp_quality' => 100,
  7695.                     ],
  7696.                 ],
  7697.                 '900x1400' => [
  7698.                     'key' => '900x1400',
  7699.                     'internal' => false,
  7700.                     'meta' => [
  7701.                         'title' => [
  7702.                         ],
  7703.                     ],
  7704.                     'scale' => [
  7705.                         'x' => 900,
  7706.                         'y' => 1400,
  7707.                         'mode' => 2,
  7708.                         'retina' => false,
  7709.                         'forceRatio' => true,
  7710.                     ],
  7711.                     'transformations' => [
  7712.                     ],
  7713.                     'options' => [
  7714.                         'jpeg_quality' => 100,
  7715.                         'webp_quality' => 100,
  7716.                     ],
  7717.                 ],
  7718.                 '780x1050' => [
  7719.                     'key' => '780x1050',
  7720.                     'internal' => false,
  7721.                     'meta' => [
  7722.                         'title' => [
  7723.                         ],
  7724.                     ],
  7725.                     'scale' => [
  7726.                         'x' => 780,
  7727.                         'y' => 1050,
  7728.                         'mode' => 2,
  7729.                         'retina' => false,
  7730.                         'forceRatio' => true,
  7731.                     ],
  7732.                     'transformations' => [
  7733.                     ],
  7734.                     'options' => [
  7735.                         'jpeg_quality' => 100,
  7736.                         'webp_quality' => 100,
  7737.                     ],
  7738.                 ],
  7739.                 '900x1360' => [
  7740.                     'key' => '900x1360',
  7741.                     'internal' => false,
  7742.                     'meta' => [
  7743.                         'title' => [
  7744.                         ],
  7745.                     ],
  7746.                     'scale' => [
  7747.                         'x' => 900,
  7748.                         'y' => 1360,
  7749.                         'mode' => 2,
  7750.                         'retina' => false,
  7751.                         'forceRatio' => true,
  7752.                     ],
  7753.                     'transformations' => [
  7754.                     ],
  7755.                     'options' => [
  7756.                         'jpeg_quality' => 100,
  7757.                         'webp_quality' => 100,
  7758.                     ],
  7759.                 ],
  7760.                 '1920x1270' => [
  7761.                     'key' => '1920x1270',
  7762.                     'internal' => false,
  7763.                     'meta' => [
  7764.                         'title' => [
  7765.                         ],
  7766.                     ],
  7767.                     'scale' => [
  7768.                         'x' => 1920,
  7769.                         'y' => 1270,
  7770.                         'mode' => 2,
  7771.                         'retina' => false,
  7772.                         'forceRatio' => true,
  7773.                     ],
  7774.                     'transformations' => [
  7775.                     ],
  7776.                     'options' => [
  7777.                         'jpeg_quality' => 100,
  7778.                         'webp_quality' => 100,
  7779.                     ],
  7780.                 ],
  7781.                 '1700x1000' => [
  7782.                     'key' => '1700x1000',
  7783.                     'internal' => false,
  7784.                     'meta' => [
  7785.                         'title' => [
  7786.                         ],
  7787.                     ],
  7788.                     'scale' => [
  7789.                         'x' => 1700,
  7790.                         'y' => 1000,
  7791.                         'mode' => 2,
  7792.                         'retina' => false,
  7793.                         'forceRatio' => true,
  7794.                     ],
  7795.                     'transformations' => [
  7796.                     ],
  7797.                     'options' => [
  7798.                         'jpeg_quality' => 100,
  7799.                         'webp_quality' => 100,
  7800.                     ],
  7801.                 ],
  7802.                 '1920x1080' => [
  7803.                     'key' => '1920x1080',
  7804.                     'internal' => false,
  7805.                     'meta' => [
  7806.                         'title' => [
  7807.                         ],
  7808.                     ],
  7809.                     'scale' => [
  7810.                         'x' => 1920,
  7811.                         'y' => 1080,
  7812.                         'mode' => 2,
  7813.                         'retina' => false,
  7814.                         'forceRatio' => true,
  7815.                     ],
  7816.                     'transformations' => [
  7817.                     ],
  7818.                     'options' => [
  7819.                         'jpeg_quality' => 100,
  7820.                         'webp_quality' => 100,
  7821.                     ],
  7822.                 ],
  7823.                 '1720x1080' => [
  7824.                     'key' => '1720x1080',
  7825.                     'internal' => false,
  7826.                     'meta' => [
  7827.                         'title' => [
  7828.                         ],
  7829.                     ],
  7830.                     'scale' => [
  7831.                         'x' => 1720,
  7832.                         'y' => 1080,
  7833.                         'mode' => 2,
  7834.                         'retina' => false,
  7835.                         'forceRatio' => true,
  7836.                     ],
  7837.                     'transformations' => [
  7838.                     ],
  7839.                     'options' => [
  7840.                         'jpeg_quality' => 100,
  7841.                         'webp_quality' => 100,
  7842.                     ],
  7843.                 ],
  7844.                 '800x500' => [
  7845.                     'key' => '800x500',
  7846.                     'internal' => false,
  7847.                     'meta' => [
  7848.                         'title' => [
  7849.                         ],
  7850.                     ],
  7851.                     'scale' => [
  7852.                         'x' => 800,
  7853.                         'y' => 500,
  7854.                         'mode' => 2,
  7855.                         'retina' => false,
  7856.                         'forceRatio' => true,
  7857.                     ],
  7858.                     'transformations' => [
  7859.                     ],
  7860.                     'options' => [
  7861.                         'jpeg_quality' => 100,
  7862.                         'webp_quality' => 100,
  7863.                     ],
  7864.                 ],
  7865.                 '1400x400' => [
  7866.                     'key' => '1400x400',
  7867.                     'internal' => false,
  7868.                     'meta' => [
  7869.                         'title' => [
  7870.                         ],
  7871.                     ],
  7872.                     'scale' => [
  7873.                         'x' => 1400,
  7874.                         'y' => 400,
  7875.                         'mode' => 2,
  7876.                         'retina' => false,
  7877.                         'forceRatio' => true,
  7878.                     ],
  7879.                     'transformations' => [
  7880.                     ],
  7881.                     'options' => [
  7882.                         'jpeg_quality' => 100,
  7883.                         'webp_quality' => 100,
  7884.                     ],
  7885.                 ],
  7886.                 '570x450' => [
  7887.                     'key' => '570x450',
  7888.                     'internal' => false,
  7889.                     'meta' => [
  7890.                         'title' => [
  7891.                         ],
  7892.                     ],
  7893.                     'scale' => [
  7894.                         'x' => 570,
  7895.                         'y' => 450,
  7896.                         'mode' => 2,
  7897.                         'retina' => false,
  7898.                         'forceRatio' => true,
  7899.                     ],
  7900.                     'transformations' => [
  7901.                     ],
  7902.                     'options' => [
  7903.                         'jpeg_quality' => 100,
  7904.                         'webp_quality' => 100,
  7905.                     ],
  7906.                 ],
  7907.                 '500x815' => [
  7908.                     'key' => '500x815',
  7909.                     'internal' => false,
  7910.                     'meta' => [
  7911.                         'title' => [
  7912.                         ],
  7913.                     ],
  7914.                     'scale' => [
  7915.                         'x' => 500,
  7916.                         'y' => 815,
  7917.                         'mode' => 2,
  7918.                         'retina' => false,
  7919.                         'forceRatio' => true,
  7920.                     ],
  7921.                     'transformations' => [
  7922.                     ],
  7923.                     'options' => [
  7924.                         'jpeg_quality' => 100,
  7925.                         'webp_quality' => 100,
  7926.                     ],
  7927.                 ],
  7928.                 '1300x900' => [
  7929.                     'key' => '1300x900',
  7930.                     'internal' => false,
  7931.                     'meta' => [
  7932.                         'title' => [
  7933.                         ],
  7934.                     ],
  7935.                     'scale' => [
  7936.                         'x' => 1300,
  7937.                         'y' => 900,
  7938.                         'mode' => 2,
  7939.                         'retina' => false,
  7940.                         'forceRatio' => true,
  7941.                     ],
  7942.                     'transformations' => [
  7943.                     ],
  7944.                     'options' => [
  7945.                         'jpeg_quality' => 100,
  7946.                         'webp_quality' => 100,
  7947.                     ],
  7948.                 ],
  7949.                 '100x100' => [
  7950.                     'key' => '100x100',
  7951.                     'internal' => false,
  7952.                     'meta' => [
  7953.                         'title' => [
  7954.                         ],
  7955.                     ],
  7956.                     'scale' => [
  7957.                         'x' => 100,
  7958.                         'y' => 100,
  7959.                         'mode' => 2,
  7960.                         'retina' => false,
  7961.                         'forceRatio' => true,
  7962.                     ],
  7963.                     'transformations' => [
  7964.                     ],
  7965.                     'options' => [
  7966.                         'jpeg_quality' => 100,
  7967.                         'webp_quality' => 100,
  7968.                     ],
  7969.                 ],
  7970.                 '570x300' => [
  7971.                     'key' => '570x300',
  7972.                     'internal' => false,
  7973.                     'meta' => [
  7974.                         'title' => [
  7975.                         ],
  7976.                     ],
  7977.                     'scale' => [
  7978.                         'x' => 570,
  7979.                         'y' => 300,
  7980.                         'mode' => 2,
  7981.                         'retina' => false,
  7982.                         'forceRatio' => true,
  7983.                     ],
  7984.                     'transformations' => [
  7985.                     ],
  7986.                     'options' => [
  7987.                         'jpeg_quality' => 100,
  7988.                         'webp_quality' => 100,
  7989.                     ],
  7990.                 ],
  7991.                 '570x300-inset' => [
  7992.                     'key' => '570x300-inset',
  7993.                     'internal' => false,
  7994.                     'meta' => [
  7995.                         'title' => [
  7996.                         ],
  7997.                     ],
  7998.                     'scale' => [
  7999.                         'x' => 570,
  8000.                         'y' => 300,
  8001.                         'mode' => 1,
  8002.                         'retina' => false,
  8003.                         'forceRatio' => true,
  8004.                     ],
  8005.                     'transformations' => [
  8006.                     ],
  8007.                     'options' => [
  8008.                         'jpeg_quality' => 100,
  8009.                         'webp_quality' => 100,
  8010.                     ],
  8011.                 ],
  8012.                 '1280x1200' => [
  8013.                     'key' => '1280x1200',
  8014.                     'internal' => false,
  8015.                     'meta' => [
  8016.                         'title' => [
  8017.                         ],
  8018.                     ],
  8019.                     'scale' => [
  8020.                         'x' => 1280,
  8021.                         'y' => 1200,
  8022.                         'mode' => 2,
  8023.                         'retina' => false,
  8024.                         'forceRatio' => true,
  8025.                     ],
  8026.                     'transformations' => [
  8027.                     ],
  8028.                     'options' => [
  8029.                         'jpeg_quality' => 100,
  8030.                         'webp_quality' => 100,
  8031.                     ],
  8032.                 ],
  8033.             ],
  8034.             'sulu_category.entity.category' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  8035.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  8036.             'sulu.version' => '2.4.14',
  8037.             'app.version' => NULL,
  8038.             'sulu_snippet.areas' => [
  8039.                 'ContactInformations_area' => [
  8040.                     'key' => 'ContactInformations_area',
  8041.                     'template' => 'ContactInformations',
  8042.                     'title' => [
  8043.                         'en' => ' ContactInformations_area',
  8044.                         'fr' => ' ContactInformations_area',
  8045.                         'de' => ' ContactInformations_area',
  8046.                     ],
  8047.                 ],
  8048.                 'logos_area' => [
  8049.                     'key' => 'logos_area',
  8050.                     'template' => 'logos',
  8051.                     'title' => [
  8052.                         'en' => ' Logos_area',
  8053.                         'fr' => ' Logos_area',
  8054.                         'de' => ' Logos_area',
  8055.                     ],
  8056.                 ],
  8057.                 'newsletter_area' => [
  8058.                     'key' => 'newsletter_area',
  8059.                     'template' => 'newsletter',
  8060.                     'title' => [
  8061.                         'en' => ' Newsletter_area',
  8062.                         'fr' => ' Newsletter_area',
  8063.                         'de' => ' Newsletter_area',
  8064.                     ],
  8065.                 ],
  8066.             ],
  8067.             'console.command.ids' => [
  8068.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  8069.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  8070.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  8071.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  8072.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  8073.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  8074.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  8075.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  8076.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  8077.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  8078.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  8079.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  8080.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  8081.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  8082.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  8083.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  8084.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  8085.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  8086.                 18 => 'console.command.public_alias.sulu_page.command.workspace_import',
  8087.                 19 => 'phpcr_migrations.command.status',
  8088.                 20 => 'phpcr_migrations.command.migrate',
  8089.                 21 => 'phpcr_migrations.command.initialize',
  8090.             ],
  8091.         ];
  8092.     }
  8093.     protected function throw($message)
  8094.     {
  8095.         throw new RuntimeException($message);
  8096.     }
  8097. }